]> git.pld-linux.org Git - packages/popt.git/commitdiff
- merge from DEVEL
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 20 Oct 2002 20:32:23 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.46

popt.spec

index 3998443c3e58bcde60c84bd13a886b5465b32dbe..e118ad6addb0930672fad3795ee55aa8032ea9c7 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -4,17 +4,17 @@ 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.4
-Release:       2
+Version:       1.7
+Release:       0.1
 License:       LGPL
 Group:         Libraries
-Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/%{name}-%{version}.tar.gz
 Patch0:                %{name}-values.patch
-Patch1:                %{name}-ff.patch
+Patch2:                %{name}-gettext0.11.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel >= 0.11.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -89,17 +89,20 @@ Biblioteka statyczna do popt.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
-%{__gettextize}
-%{__libtoolize}
-%{__aclocal}
+%{__gettextize} --no-changelog
+mv Makefile.am~ Makefile.am
+mv configure.in~ configure.in
+[ -f po/Makevars ] || cp po/Makevars.template po/Makevars
 autoupdate
-%{__autoheader}
+libtoolize --force
+autoheader
+%{__aclocal}
 %{__autoconf}
-%{__automake}
+%{__automake} -i
 %configure \
        --enable-shared
 %{__make}
This page took 0.150334 seconds and 4 git commands to generate.