[mingw-atk: 18/27] Dropped the proxy-libintl pieces

epienbro epienbro at fedoraproject.org
Tue Mar 6 16:30:21 UTC 2012


commit 293b4c4e0f078c940c19ca0b67a03c7357bcb544
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Apr 27 19:49:11 2011 +0200

    Dropped the proxy-libintl pieces

 atk-fix-build-against-proxy-libintl.patch |   11 -----------
 mingw32-atk.spec                          |   13 ++++---------
 2 files changed, 4 insertions(+), 20 deletions(-)
---
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 <epienbro at fedoraproject.org> - 1.32.0-5
+- Dropped the proxy-libintl pieces
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.32.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list