]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- autoupdate is back (kloczek, please read 'pinfo --node "Obsolete Macros" autoconf...
authorArtur Frysiak <artur@frysiak.net>
Wed, 25 Jul 2001 12:39:48 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't use () subshells in spec (kloczek, please read 'man sh' first)

Changed files:
    rpm.spec -> 1.222

rpm.spec

index 4f7039d1c3cb7a4ddc843f7737c62beada035051..77116086f1acd815ed6e8679e2c123efcbb633dc 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -240,16 +240,18 @@ install %{SOURCE9} scripts/find-lang.sh
 mv -f perl.req perl.req.in
 mv -f perl.prov perl.prov.in)
 
-(cd popt
+%build
 awk -f %{SOURCE14} %{SOURCE1}
 
 cd popt
 autoconf
-automake -a -c)
+automake -a -c
+aclocal
 autoheader
 %{__automake}
 cd ..
 
+rm -f missing
 libtoolize --force --copy
 autoconf
 # ugly workaround for automake
This page took 0.044573 seconds and 4 git commands to generate.