[PackageKit/f14/master] - Disable gobject-introspection support as PackageKit upstream now only supports the newer introsp

Richard Hughes rhughes at fedoraproject.org
Tue Oct 5 11:24:51 UTC 2010


commit 966591b2090614ecd02437e5118a3b8be82c6b16
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 5 12:25:35 2010 +0100

    - Disable gobject-introspection support as PackageKit upstream now
      only supports the newer introspection syntax in rawhide.

 PackageKit.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index f70a387..24792bf 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,7 +5,7 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.6.9
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
@@ -247,6 +247,7 @@ user to restart the computer or remove and re-insert the device.
         --enable-introspection \
 %endif
         --with-default-backend=yum \
+        --enable-introspection=no \
         --disable-local \
         --disable-ruck \
         --disable-strict \
@@ -370,8 +371,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %files glib
 %defattr(-,root,root,-)
 %{_libdir}/*packagekit-glib2.so.*
-%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
-%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
 
 %files qt
 %defattr(-,root,root,-)
@@ -440,6 +439,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Oct 04 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.9-2
+- Disable gobject-introspection support as PackageKit upstream now
+  only supports the newer introspection syntax in rawhide.
+
 * Mon Oct 04 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.9-1
 - New upstream release of 0.6.9.
 - Many small bugfixes and performance increases.


More information about the scm-commits mailing list