[mingw-glib2: 54/68] Dropped the gdbus-codegen pieces as they match the native glib2 package

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:56:23 UTC 2012


commit 67bdbcfe89bcf0e8151a76d6023400f52b070bdf
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jul 10 13:12:36 2011 +0200

    Dropped the gdbus-codegen pieces as they match the native glib2 package

 mingw32-glib2.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-glib2.spec b/mingw32-glib2.spec
index 372bd99..959cea9 100644
--- a/mingw32-glib2.spec
+++ b/mingw32-glib2.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-glib2
 Version:        2.29.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows GLib2 library
 
 License:        LGPLv2+
@@ -139,6 +139,10 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/bash_completion.d
 # The .def files are also of no use to other binaries
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.def
 
+# The gdbus-codegen pieces are already in the native glib2 package
+rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/gdbus-codegen
+rm -rf $RPM_BUILD_ROOT%{_mingw32_libdir}/gdbus-codegen
+
 %find_lang glib20
 
 
@@ -148,7 +152,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f glib20.lang
 %defattr(-,root,root,-)
-%{_mingw32_bindir}/gdbus-codegen
 %{_mingw32_bindir}/gdbus.exe
 %{_mingw32_bindir}/glib-compile-schemas.exe
 %{_mingw32_bindir}/glib-genmarshal.exe
@@ -166,7 +169,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_bindir}/libgthread-2.0-0.dll
 %{_mingw32_includedir}/glib-2.0/
 %{_mingw32_includedir}/gio-win32-2.0/
-%{_mingw32_libdir}/gdbus-codegen/
 %{_mingw32_libdir}/glib-2.0/
 %dir %{_mingw32_libdir}/gio/
 %dir %{_mingw32_libdir}/gio/modules/
@@ -203,6 +205,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 10 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.29.10-2
+- Dropped the gdbus-codegen pieces as they match the native glib2 package
+
 * Fri Jul 08 2011 Kalev Lember <kalevlember at gmail.com> - 2.29.10-1
 - Update to 2.29.10
 - Switch to xz compressed tarballs


More information about the mingw mailing list