From 293b4c4e0f078c940c19ca0b67a03c7357bcb544 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Apr 27 2011 17:49:11 +0000 Subject: Dropped the proxy-libintl pieces --- diff --git a/atk-fix-build-against-proxy-libintl.patch b/atk-fix-build-against-proxy-libintl.patch deleted file mode 100644 index 0677881..0000000 --- a/atk-fix-build-against-proxy-libintl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-10-22 19:45:04.327176866 +0200 -+++ configure 2010-10-22 19:45:27.297113917 +0200 -@@ -11919,7 +11919,7 @@ - fi - - if test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS="-lintl $libintl_extra_libs" -+ INTLLIBS="-Wl,-lintl $libintl_extra_libs" - fi - - if test "$gt_cv_have_gettext" = "yes"; then diff --git a/mingw32-atk.spec b/mingw32-atk.spec index 8daa961..dac8e8c 100644 --- a/mingw32-atk.spec +++ b/mingw32-atk.spec @@ -7,7 +7,7 @@ Name: mingw32-atk Version: 1.32.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Atk library License: LGPLv2+ @@ -16,9 +16,6 @@ URL: http://projects.gnome.org/accessibility/ Source: http://ftp.gnome.org/pub/GNOME/sources/atk/1.32/atk-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Fix compatibility with proxy-libintl -Patch0: atk-fix-build-against-proxy-libintl.patch - # Export the AtkHyperlinkImpl functions (already upstreamed) Patch1: atk-export-hyperlink-impl.patch @@ -57,7 +54,6 @@ Static version of the MinGW Windows Atk library. %prep %setup -q -n atk-%{version} -%patch0 -p0 %patch1 -p0 @@ -81,10 +77,6 @@ rm -rf $RPM_BUILD_ROOT/%{_mingw32_datadir}/gtk-doc # See: https://bugzilla.redhat.com/show_bug.cgi?id=467409#c8 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/atk-1.0.def -# The libtool files refer to libintl while they shouldn't -# Drop this reference manually -find $RPM_BUILD_ROOT -name \*.la -exec sed -i s@' -lintl'@@ {} \; - %find_lang atk10 @@ -107,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 27 2011 Erik van Pienbroek - 1.32.0-5 +- Dropped the proxy-libintl pieces + * Tue Feb 08 2011 Fedora Release Engineering - 1.32.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild