20101130-alt16
- added an Url: - minor spec cleanup
This commit is contained in:
parent
fddb0063f4
commit
19090fbacc
@ -3,13 +3,14 @@
|
||||
|
||||
Name: propagator
|
||||
Version: 20101130
|
||||
Release: alt15
|
||||
Release: alt16
|
||||
|
||||
Summary: 'Early userspace' set of binaries
|
||||
License: GPL
|
||||
Group: System/Kernel and hardware
|
||||
|
||||
Source0: %name-%version-%release.tar
|
||||
Url: http://www.altlinux.org/propagator
|
||||
Source: %name-%version-%release.tar
|
||||
|
||||
BuildRequires: libnewt-devel-static libslang2-devel-static
|
||||
BuildRequires: klibc-utils-initramfs module-init-tools-initramfs udev-initramfs >= 127-alt3
|
||||
@ -28,10 +29,14 @@ including init and various helpers for hw probing and bootstrapping.
|
||||
%setup
|
||||
|
||||
%build
|
||||
make %{?_with_shell:WITH_SHELL=t} %{?_with_splash:WITH_SPLASH=t} libdir=%_libdir version=%version-%release
|
||||
make \
|
||||
%{?_with_shell:WITH_SHELL=t} \
|
||||
%{?_with_splash:WITH_SPLASH=t} \
|
||||
version=%version-%release \
|
||||
libdir=%_libdir
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%buildroot libdir=%_libdir install
|
||||
%makeinstall_std libdir=%_libdir
|
||||
|
||||
%files
|
||||
%_bindir/gencpio
|
||||
@ -40,6 +45,10 @@ make %{?_with_shell:WITH_SHELL=t} %{?_with_splash:WITH_SPLASH=t} libdir=%_libdir
|
||||
%_libdir/%name
|
||||
|
||||
%changelog
|
||||
* Sat Mar 17 2012 Michael Shigorin <mike@altlinux.org> 20101130-alt16
|
||||
- added an Url:
|
||||
- minor spec cleanup
|
||||
|
||||
* Mon Mar 12 2012 Michael Shigorin <mike@altlinux.org> 20101130-alt15
|
||||
- rebuilt for Sisyphus
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user