|
|
|
@ -1,14 +1,17 @@
|
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
|
Name: libidn
|
|
|
|
|
Version: 0.5.15
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
URL: http://www.gnu.org/software/libidn
|
|
|
|
|
License: LGPL
|
|
|
|
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
|
|
Patch0: libidn-0.5.15-pr29const.patch
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildRequires: pkgconfig, gettext
|
|
|
|
|
Prereq: /sbin/ldconfig, /sbin/install-info
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
Requires(pre): /sbin/ldconfig, /sbin/install-info
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
|
|
@ -28,6 +31,7 @@ developing programs which use the GNU libidn library.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .pr29const
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
@ -83,6 +87,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 5 2005 Joe Orton <jorton@redhat.com> 0.5.15-2
|
|
|
|
|
- constify data tables in pr29.c
|
|
|
|
|
- clean up pre/post/postun requires
|
|
|
|
|
|
|
|
|
|
* Sun Mar 20 2005 Joe Orton <jorton@redhat.com> 0.5.15-1
|
|
|
|
|
- update to 0.5.15
|
|
|
|
|
|
|
|
|
|