From bdafce16cd12e547b9c4663bb9a46c3c8bb7341f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 8 Sep 2010 14:43:52 +0100 Subject: [PATCH] - New upstream release of 0.6.8. - Add selinux-policy to the list of infrastructure packages. - Build gtk2 and gtk3 versions of the GTK module. --- .gitignore | 1 + PackageKit.spec | 28 ++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 71b0c9a..0815893 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ PackageKit-0.6.6.tar.bz2 PackageKit-0.6.7.tar.bz2 +/PackageKit-0.6.8.tar.bz2 diff --git a/PackageKit.spec b/PackageKit.spec index 745cdc0..12b35c2 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -4,8 +4,8 @@ Summary: Package management service Name: PackageKit -Version: 0.6.7 -Release: 0%{?dist} +Version: 0.6.8 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2 @@ -34,6 +34,7 @@ BuildRequires: sqlite-devel BuildRequires: NetworkManager-devel BuildRequires: polkit-devel >= 0.92 BuildRequires: libtool +BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: docbook-utils BuildRequires: gnome-doc-utils @@ -202,7 +203,17 @@ Requires: pango Requires: PackageKit-glib = %{version}-%{release} %description gtk-module -The PackageKit GTK+ module allows any Pango application to install +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 @@ -387,7 +398,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %files gtk-module %defattr(-,root,root,-) -%{_libdir}/gtk-?.0/modules/*.so +%{_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,-) @@ -425,6 +440,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Wed Sep 08 2010 Richard Hughes - 0.6.8-1 +- New upstream release of 0.6.8. +- Add selinux-policy to the list of infrastructure packages. +- Build gtk2 and gtk3 versions of the GTK module. + * Wed Aug 04 2010 Richard Hughes - 0.6.7-1 - New upstream release of 0.6.7. - Add gnome-packagekit and kpackagekit to the list of infrastructure packages diff --git a/sources b/sources index 36ac3b1..f734f68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -842d6b2b02baabc3b00ee7a77887241a PackageKit-0.6.7.tar.bz2 +47987b91826bd522de1202d5a1e2510d PackageKit-0.6.8.tar.bz2