[PackageKit/f14/master] - Delete the subpackage PackageKit-gtk3-module as GLib in F14 does not contain GApplication.

Richard Hughes rhughes at fedoraproject.org
Tue Oct 5 11:37:31 UTC 2010


commit 62e751549020f9c411be2822447e936c2e067cb1
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 5 12:38:15 2010 +0100

    - Delete the subpackage PackageKit-gtk3-module as GLib in F14 does
      not contain GApplication.

 PackageKit.spec |   22 ++++++----------------
 1 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 24792bf..66526b6 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,7 +5,7 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.6.9
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
@@ -32,7 +32,6 @@ BuildRequires: NetworkManager-devel
 BuildRequires: polkit-devel >= 0.92
 BuildRequires: libtool
 BuildRequires: gtk2-devel
-BuildRequires: gtk3-devel
 BuildRequires: docbook-utils
 BuildRequires: gnome-doc-utils
 BuildRequires: python-devel
@@ -198,21 +197,12 @@ Summary: Install fonts automatically using PackageKit
 Group: Development/Libraries
 Requires: pango
 Requires: PackageKit-glib = %{version}-%{release}
+Obsoletes: PackageKit-gtk3-module < %{version}-%{release}
 
 %description gtk-module
 The PackageKit GTK2+ module allows any Pango application to install
 fonts from configured repositories using PackageKit.
 
-%package gtk3-module
-Summary: Install fonts automatically using PackageKit
-Group: Development/Libraries
-Requires: pango
-Requires: PackageKit-glib = %{version}-%{release}
-
-%description gtk3-module
-The PackageKit GTK3+ module allows any Pango application to install
-fonts from configured repositories using PackageKit.
-
 %package command-not-found
 Summary: Ask the user to install command line programs automatically
 Group: Development/Libraries
@@ -399,10 +389,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %defattr(-,root,root,-)
 %{_libdir}/gtk-2.0/modules/*.so
 
-%files gtk3-module
-%defattr(-,root,root,-)
-%{_libdir}/gtk-3.0/modules/*.so
-
 %files command-not-found
 %defattr(-,root,root,-)
 %{_sysconfdir}/profile.d/*
@@ -439,6 +425,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-3
+- Delete the subpackage PackageKit-gtk3-module as GLib in F14 does
+  not contain GApplication.
+
 * 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.


More information about the scm-commits mailing list