- 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.
This commit is contained in:
parent
e7c552bba5
commit
bdafce16cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
PackageKit-0.6.6.tar.bz2
|
||||
PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.6.8.tar.bz2
|
||||
|
||||
@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.6.7-1
|
||||
- New upstream release of 0.6.7.
|
||||
- Add gnome-packagekit and kpackagekit to the list of infrastructure packages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user