]> git.pld-linux.org Git - packages/libidn.git/blobdiff - libidn.spec
- spec expects python >= 2.3
[packages/libidn.git] / libidn.spec
index 66c68a6461be9cc8e417d64dca68eda40a58e198..d5c73de48a14e62c470e757040dd5ac0de89265b 100644 (file)
@@ -7,22 +7,22 @@
 Summary:       Internationalized string processing library
 Summary(pl):   Biblioteka do przetwarzania umiêdzynarodowionych ³añcuchów
 Name:          libidn
-Version:       0.5.0
-Release:       1
+Version:       0.5.12
+Release:       2
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://josefsson.org/libidn/releases/%{name}-%{version}.tar.gz
-# Source0-md5: d13633479facc9163eb16db6f9662a3b
+# Source0-md5: 0a75ffdec5b739e744bb14cb8d4b4ba3
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-python.patch
-Patch2:                %{name}-DESTDIR.patch
 URL:           http://www.gnu.org/software/libidn/
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1.8
+BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel >= 0.14.1
 %{?with_java:BuildRequires:    jdk}
 BuildRequires: libtool >= 2:1.5
-BuildRequires: python-devel
+BuildRequires: perl-base
+BuildRequires: python-devel >= 1:2.3
 BuildRequires: texinfo >= 4.7
 Requires(post,postun): /sbin/ldconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -95,7 +95,7 @@ Summary:      Python interface to libidn
 Summary(pl):   Pythonowy interfejs do libidn
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
-%pyrequires_eq python-lib
+%pyrequires_eq python-libs
 
 %description -n python-idn
 Python interface to libidn (internationalized domain names library).
@@ -108,12 +108,11 @@ domen).
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__gettextize}
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal} -I m4 -I gl/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -124,7 +123,7 @@ domen).
 %{__make}
 
 %{__make} -C contrib/idn-python \
-       INCLUDE="/usr/include/python2.3 %{rpmcflags} -I../../lib -L../../lib/.libs"
+       INCLUDE="/usr/include/python2.4 -I/usr/include/python2.3 %{rpmcflags} -I../../lib -L../../lib/.libs"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.05988 seconds and 4 git commands to generate.