diff --git a/libidn.spec b/libidn.spec index 68f60d4..d2e7a7a 100644 --- a/libidn.spec +++ b/libidn.spec @@ -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 0.6.2-3 +- make idn-int.h multilib-safe + * Wed Feb 22 2006 Joe Orton 0.6.2-2 - disable C# support (#182393)