|
|
|
@ -1,12 +1,10 @@
|
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
|
Name: libidn
|
|
|
|
|
Version: 0.6.14
|
|
|
|
|
Release: 10
|
|
|
|
|
Version: 1.9
|
|
|
|
|
Release: 1
|
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: LGPLv2+ and GPLv3+
|
|
|
|
|
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,8 +31,6 @@ developing programs which use the GNU libidn library.
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
@ -44,9 +40,7 @@ mv iconv.tmp doc/libidn.info
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Must re-bootstrap to get multilib-aware libtool
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
aclocal -I m4 -I gl/m4 -I lib/gl/m4
|
|
|
|
|
autoheader && autoconf && automake
|
|
|
|
|
autoreconf
|
|
|
|
|
%configure --disable-csharp --disable-static --libdir=/%{_lib}
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -114,6 +108,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 10 2009 Joe Orton <jorton@redhat.com> 1.9-1
|
|
|
|
|
- update to 1.9 (#302111)
|
|
|
|
|
- update License to reflect GPLv3+ binaries, LGPLv2+ library
|
|
|
|
|
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|