|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
|
Name: libidn
|
|
|
|
|
Version: 0.6.2
|
|
|
|
|
Release: 1.1
|
|
|
|
|
Release: 2
|
|
|
|
|
URL: http://www.gnu.org/software/libidn
|
|
|
|
|
License: LGPL
|
|
|
|
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
|
@ -32,7 +32,7 @@ developing programs which use the GNU libidn library.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%configure --disable-csharp
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 22 2006 Joe Orton <jorton@redhat.com> 0.6.2-2
|
|
|
|
|
- disable C# support (#182393)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.2-1.1
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
|
|
|
|