]> git.pld-linux.org Git - packages/libidn.git/commitdiff
- updated to 0.3.5 (new auto* used)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Dec 2003 21:12:29 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libidn.spec -> 1.7

libidn.spec

index 54b89d831825ee3fdad3ea0f784e125ee2ef8947..5d520027cc030fe8a07c4b1d97c6e2403c3a87ca 100644 (file)
@@ -4,16 +4,16 @@
 Summary:       Internationalized string processing library
 Summary(pl):   Biblioteka do przetwarzania umiêdzynarodowionych ³añcuchów
 Name:          libidn
-Version:       0.3.4
+Version:       0.3.5
 Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://josefsson.org/libidn/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 0b2e1df28f86cdeb3b8e34770b652342
+# Source0-md5: 916fb4b90e76edd5b6cb24a027399466
 Patch0:                %{name}-info.patch
 URL:           http://www.gnu.org/software/libidn/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1.8
 BuildRequires: libtool
 BuildRequires: texinfo
 Requires(post,postun): /sbin/ldconfig
@@ -55,10 +55,15 @@ Statyczna biblioteka libidn.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+
+# we don't have libtool 1.5a
+%{__perl} -pi -e 's/AC_LIBTOOL_TAGS//' configure.ac
+# incompatible with ksh
+rm -f m4/libtool.m4
 
 %build
-# rebuild needed - "autoconf 2.59" used here doesn't support ksh
+# blegh, lt incompatible with ksh - must rebuild
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
This page took 0.041774 seconds and 4 git commands to generate.