propagator/propagator.spec

38 lines
722 B
RPMSpec
Raw Normal View History

2004-11-22 16:47:29 +03:00
# -*- rpm-spec -*-
# $Id$
Name: propagator
2004-12-16 03:36:06 +03:00
Version: 20041215
2004-11-22 16:47:29 +03:00
Release: alt0.1
2004-12-16 03:36:06 +03:00
Summary: 'Early userspace' set of binaries
2004-11-22 16:47:29 +03:00
License: GPL
Group: System/Kernel and hardware
Source0: %name-%version.tar.bz2
2004-12-16 03:36:06 +03:00
Buildrequires: dietlibc diet-bzlib diet-newt diet-slang
2004-11-22 16:47:29 +03: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
%_libdir/%name
%changelog
2004-12-16 03:36:06 +03:00
* Wed Dec 15 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041215-alt0.1
- snapshot @ 20041215
2004-12-07 19:12:08 +03:00
2004-11-22 16:47:29 +03:00
* Fri Nov 12 2004 Sergey Bolshakov <sbolshakov@altlinux.ru> 20041112-alt0.1
- Initial build.