]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
use $(LINK) not $(CC) to link
[packages/rpm.git] / rpm.spec
index 4d1265af9b099eac69c0063eb9699c9fd37c1c77..b1e9963485307e8cfc4d6d6fd598d81ad589fe70 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:       84
+Release:       91
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
@@ -422,7 +422,7 @@ awk -f %{SOURCE14} %{SOURCE1}
 
 cd popt
 rm -f missing
-libtoolize --force --copy
+%{__libtoolize}
 aclocal
 autoheader
 %{__autoconf}
@@ -430,7 +430,7 @@ autoheader
 cd ..
 
 rm -f missing
-libtoolize --force --copy
+%{__libtoolize}
 %{__gettextize}
 aclocal
 autoupdate
@@ -460,7 +460,6 @@ mv -f macros.tmp macros.in
        --enable-v1-packages \
        --with-python
 
-
 %{__make} %{?_without_static:rpm_LDFLAGS="\\$(myLDFLAGS)"}
 
 %install
@@ -553,7 +552,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/rpm/ppc*
 %endif
 
-
 %files build
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rpmbuild
This page took 0.031704 seconds and 4 git commands to generate.