]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/rpm.git] / rpm.spec
index bba94f709bf9ce1761c28b5e56831a4bcc057d13..28554471e9ff458f6c9730f2969fcbfd36f259d9 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -7,7 +7,7 @@ Summary(pl):    Aplikacja do zarz
 Summary(pt_BR):        Gerenciador de pacotes RPM
 Name:          rpm
 Version:       4.0.2
-Release:       70
+Release:       72
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
@@ -386,8 +386,8 @@ chmod +x %{SOURCE4}
 awk -f %{SOURCE14} %{SOURCE1}
 
 cd popt
-autoconf
-automake -a -c -f
+rm -f missing
+libtoolize --force --copy
 aclocal
 autoheader
 automake -a -c -f
@@ -396,12 +396,12 @@ cd ..
 
 rm -f missing
 libtoolize --force --copy
-autoconf
+gettextize --copy --force
 aclocal
 autoupdate
 autoheader || :
 %{__autoconf}
-automake -a -c -f
+# ugly workaround for automake
 sed -e 's#cpio.c $(DBLIBOBJS) depends.c#cpio.c depends.c#g' \
        lib/Makefile.am > lib/Makefile.am.new
 mv -f lib/Makefile.am.new lib/Makefile.am
This page took 0.025573 seconds and 4 git commands to generate.