rpms/libidn/devel libidn.spec,1.48,1.49

Joe Orton jorton at fedoraproject.org
Fri Jan 2 14:16:22 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/libidn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30538

Modified Files:
	libidn.spec 
Log Message:
* Mon Dec 29 2008 Kedar Sovani <kedars at marvell.com> 0.6.14-9
- fix the problem with #include_next



Index: libidn.spec
===================================================================
RCS file: /cvs/extras/rpms/libidn/devel/libidn.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- libidn.spec	10 Jun 2008 15:43:01 -0000	1.48
+++ libidn.spec	2 Jan 2009 14:15:51 -0000	1.49
@@ -1,11 +1,12 @@
 Summary: Internationalized Domain Name support library
 Name: libidn
 Version: 0.6.14
-Release: 8
+Release: 9
 URL: http://www.gnu.org/software/libidn/
 License: LGPLv2+
 Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
 Patch0: libidn-0.6.14-aconf262.patch
+Patch1: libidn-0.6.14-include-next.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig, gettext, libtool, autoconf
@@ -33,6 +34,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .aconf262
+%patch1 -p1 -b .include-next-fix
 
 # Name directory sections consistently in the info file, #209491
 sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info
@@ -42,7 +44,9 @@
 
 %build
 # Must re-bootstrap to get multilib-aware libtool
-autoreconf
+libtoolize --force --copy
+aclocal -I m4 -I gl/m4 -I lib/gl/m4
+autoheader && autoconf && automake
 %configure --disable-csharp --disable-static --libdir=/%{_lib}
 make %{?_smp_mflags}
 
@@ -110,6 +114,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 29 2008 Kedar Sovani <kedars at marvell.com> 0.6.14-9
+- fix the problem with #include_next
+
 * Tue Jun 10 2008 Joe Orton <jorton at redhat.com> 0.6.14-8
 - fix build with latest autoconf (#449440)
 




More information about the fedora-extras-commits mailing list