]> git.pld-linux.org Git - packages/popt.git/commitdiff
- more macros
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Oct 2002 10:07:57 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.47

popt.spec

index e118ad6addb0930672fad3795ee55aa8032ea9c7..e66f34b5028caa28c54b872bfc6031c9606a517f 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -10,11 +10,11 @@ License:    LGPL
 Group:         Libraries
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/%{name}-%{version}.tar.gz
 Patch0:                %{name}-values.patch
-Patch2:                %{name}-gettext0.11.patch
+Patch1:                %{name}-gettext0.11.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: gettext-devel >= 0.11.5
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -89,7 +89,7 @@ Biblioteka statyczna do popt.
 %prep
 %setup -q
 %patch0 -p1
-%patch2 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -98,8 +98,8 @@ mv Makefile.am~ Makefile.am
 mv configure.in~ configure.in
 [ -f po/Makevars ] || cp po/Makevars.template po/Makevars
 autoupdate
-libtoolize --force
-autoheader
+%{__libtoolize}
+%{__autoheader}
 %{__aclocal}
 %{__autoconf}
 %{__automake} -i
This page took 0.030531 seconds and 4 git commands to generate.