From 19090fbacc7028758199af84a731c1793d14babf Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 17 Mar 2012 11:51:22 +0200 Subject: [PATCH] 20101130-alt16 - added an Url: - minor spec cleanup --- propagator.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/propagator.spec b/propagator.spec index 5b3c1be..a7feebe 100644 --- a/propagator.spec +++ b/propagator.spec @@ -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 20101130-alt16 +- added an Url: +- minor spec cleanup + * Mon Mar 12 2012 Michael Shigorin 20101130-alt15 - rebuilt for Sisyphus