]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:46 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.353

rpm.spec

index 49f2e612fb75801c5cd9ada327dd98978bcb9873..06fb933b5fcdac3fc36698346385255fea9c6cea 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -513,8 +513,8 @@ awk -f %{SOURCE14} %{SOURCE1}
 cd popt
 rm -f missing
 %{__libtoolize}
-aclocal
-autoheader
+%{__aclocal}
+%{__autoheader}
 %{__autoconf}
 %{__automake}
 cd ..
@@ -522,9 +522,9 @@ cd ..
 rm -f missing
 %{__libtoolize}
 %{__gettextize}
-aclocal
+%{__aclocal}
 autoupdate
-autoheader || :
+%{__autoheader} || :
 %{__autoconf}
 # ugly workaround for automake
 sed -e 's#cpio.c $(DBLIBOBJS) depends.c#cpio.c depends.c#g' \
This page took 0.045789 seconds and 4 git commands to generate.