[mingw-gdk-pixbuf: 6/22] Rebuild in order to have soft dependency on libintl

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:22:48 UTC 2012


commit 009c0974e72784554915707413515bc00e0b5f52
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Nov 8 23:45:43 2010 +0100

    Rebuild in order to have soft dependency on libintl

 mingw32-gdk-pixbuf.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-gdk-pixbuf.spec b/mingw32-gdk-pixbuf.spec
index d26605b..02cd7b7 100644
--- a/mingw32-gdk-pixbuf.spec
+++ b/mingw32-gdk-pixbuf.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-gdk-pixbuf
 Version:        2.22.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows GDK Pixbuf library
 
 License:        LGPLv2+
@@ -29,7 +29,7 @@ Patch1:         gdk-pixbuf-2.21.7-fix-loaders-cache-path-on-win32.patch
 
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 49
+BuildRequires:  mingw32-filesystem >= 61
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 
@@ -100,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
 # Install the loaders.cache file
 install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mingw32_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
 
+# 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 %{name} --all-name
 
 
@@ -143,6 +147,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov  8 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.22.0-2
+- Rebuild in order to have soft dependency on libintl
+- Bump the BR: mingw32-filesystem to >= 61 because of mingw32(gdiplus.dll) provides
+
 * Thu Sep 23 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.22.0-1
 - Update to 2.22.0
 


More information about the scm-commits mailing list