|
|
@ -1,17 +1,16 @@
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
Name: libidn
|
|
|
|
Name: libidn
|
|
|
|
Version: 1.19
|
|
|
|
Version: 1.20
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
URL: http://www.gnu.org/software/libidn/
|
|
|
|
License: LGPLv2+ and GPLv3+ and GFDL
|
|
|
|
License: LGPLv2+ and GPLv3+ and GFDL
|
|
|
|
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: pkgconfig, gettext
|
|
|
|
BuildRequires: pkgconfig, gettext
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(post): /sbin/install-info /sbin/ldconfig
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
Requires(pre): /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
|
@ -106,6 +105,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 03 2011 Miroslav Lichvar <mlichvar@redhat.com> - 1.20-1
|
|
|
|
|
|
|
|
- update to 1.20
|
|
|
|
|
|
|
|
- fix requires
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|