]> git.pld-linux.org Git - packages/popt.git/commitdiff
- merge 1.6.4 from DEVEL brnch. RA-1_0 STABLE popt-1_6_4-2
authorkloczek <kloczek@pld-linux.org>
Fri, 20 Sep 2002 09:28:09 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.44

popt.spec

index 2b74e372105f67ac747dd05dc2b9a93b4ee7d9f9..f2b997bb702947b8f7c03e251a4cf7dc03efb303 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -4,13 +4,13 @@ Summary(fr):  Biblioth
 Summary(pl):   Biblioteka C do przetwarzania parametrów przekazywanych do programów w linii poleceñ
 Summary(tr):   Komut satýrý parametrelerini ayrýþtýrýmak için C arþivi
 Name:          popt
-Version:       1.6.2
-Release:       3
+Version:       1.6.4
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
 Patch0:                %{name}-values.patch
-Patch1:                %{name}-cvs20010530.patch
+Patch1:                %{name}-ff.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: libtool
@@ -89,16 +89,17 @@ Biblioteka statyczna do popt.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p2
+%patch1 -p1
 
 %build
 rm -f missing
-autoupdate
+%{__gettextize}
 %{__libtoolize}
-aclocal
+%{__aclocal}
+autoupdate
 autoheader
 %{__autoconf}
-automake -a -c -i
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
This page took 0.070277 seconds and 4 git commands to generate.