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

This commit is contained in:
Erik van Pienbroek 2011-07-10 13:12:36 +02:00
parent cf8df0ed80
commit 67bdbcfe89

View File

@ -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@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@gmail.com> - 2.29.10-1
- Update to 2.29.10
- Switch to xz compressed tarballs