propagator/propagator.spec

45 lines
939 B
RPMSpec
Raw Normal View History

2004-11-22 13:47:29 +00:00
# -*- rpm-spec -*-
# $Id$
Name: propagator
2005-02-08 14:20:23 +00:00
Version: 20050208
Release: alt1
2004-11-22 13:47:29 +00:00
2004-12-16 00:36:06 +00:00
Summary: 'Early userspace' set of binaries
2004-11-22 13:47:29 +00:00
License: GPL
Group: System/Kernel and hardware
Source0: %name-%version.tar.bz2
2004-12-16 01:03:52 +00:00
Buildrequires: dietlibc diet-bzlib diet-newt diet-slang mar
2004-11-22 13:47:29 +00:00
%description
%name is a set of binaries useful in 'early userspace' environment,
including init and various helpers for hw probing and bootstrapping.
%prep
%setup -qc
%build
%__make
%install
%make_install DESTDIR=%buildroot install
%files
2004-12-17 23:38:21 +00:00
%_bindir/gencpio
2004-11-22 13:47:29 +00:00
%_libdir/%name
%changelog
2005-02-08 14:20:23 +00:00
* Tue Feb 8 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050208-alt1
- snapshot @ 20050208
2004-12-17 23:38:21 +00:00
* Fri Dec 17 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.2
- gencpio utility added
2004-12-16 00:36:06 +00:00
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
- snapshot @ 20041215
2004-12-07 16:12:08 +00:00
2004-11-22 13:47:29 +00:00
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
- Initial build.