- make idn-int.h multilib-safe

epel9
jorton 19 years ago
parent f7a5e283a8
commit 7378b95800

@ -1,7 +1,7 @@
Summary: Internationalized Domain Name support library
Name: libidn
Version: 0.6.2
Release: 2
Release: 3
URL: http://www.gnu.org/software/libidn
License: LGPL
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
@ -49,6 +49,9 @@ make %{?_smp_mflags} -C examples distclean
find doc -name "Makefile*" | xargs rm
rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir
# Make multilib safe:
sed -i '/gnu compiler/d' $RPM_BUILD_ROOT%{_includedir}/idn-int.h
%find_lang %{name}
%post
@ -85,6 +88,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Thu May 11 2006 Joe Orton <jorton@redhat.com> 0.6.2-3
- make idn-int.h multilib-safe
* Wed Feb 22 2006 Joe Orton <jorton@redhat.com> 0.6.2-2
- disable C# support (#182393)

Loading…
Cancel
Save