- disable C# support (#182393)
This commit is contained in:
parent
5d04e400a4
commit
f7a5e283a8
@ -1,7 +1,7 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 1.1
|
Release: 2
|
||||||
URL: http://www.gnu.org/software/libidn
|
URL: http://www.gnu.org/software/libidn
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
@ -32,7 +32,7 @@ developing programs which use the GNU libidn library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-csharp
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.2-1.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user