propagator/propagator.spec
2004-12-17 23:38:21 +00:00

42 lines
844 B
RPMSpec

# -*- rpm-spec -*-
# $Id$
Name: propagator
Version: 20041215
Release: alt0.2
Summary: 'Early userspace' set of binaries
License: GPL
Group: System/Kernel and hardware
Source0: %name-%version.tar.bz2
Buildrequires: dietlibc diet-bzlib diet-newt diet-slang mar
%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
%_bindir/gencpio
%_libdir/%name
%changelog
* Fri Dec 17 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.2
- gencpio utility added
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
- snapshot @ 20041215
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
- Initial build.