]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed CPPFLAGS in %%configure, cosmetics; release 86 rpm-4_0_2-86
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Aug 2002 10:06:13 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.341

rpm.spec

index 37df0dc3ebfa7621160561ab154b8c16fac3ab8f..d128d7454f07c0efee2f3cabe0b0da1ea2d56575 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:       85
+Release:       86
 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.04528 seconds and 4 git commands to generate.