propagator/propagator.spec
2005-02-16 17:41:09 +00:00

48 lines
1.0 KiB
RPMSpec

# -*- rpm-spec -*-
# $Id$
Name: propagator
Version: 20050216
Release: alt1
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
* Wed Feb 16 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050216-alt1
- adopted for modularized IDE
* Tue Feb 8 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 20050208-alt1
- snapshot @ 20050208
* 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.