Update to latest upstream version - add yum-packagekit subpackage.
This commit is contained in:
parent
8d44ef23d2
commit
601b46be82
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -36,10 +36,22 @@ PackageKit is a D-Bus abstraction layer that allows the session user
|
||||
to manage packages in a secure way using a cross-distro,
|
||||
cross-architecture API.
|
||||
|
||||
%package -n yum-packagekit
|
||||
Summary: Tell PackageKit to check for updates when yum exits
|
||||
Group: System Environment/Base
|
||||
Requires: yum >= 3.0
|
||||
Requires: PackageKit
|
||||
|
||||
%description -n yum-packagekit
|
||||
yum-packagekit tells PackageKit to check for updates when yum exits.
|
||||
This way, if you run 'yum update' and install all available updates, puplet
|
||||
will almost instantly update itself to reflect this.
|
||||
|
||||
%package libs
|
||||
Summary: Libraries for accessing PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description libs
|
||||
Libraries for accessing PackageKit.
|
||||
@ -87,6 +99,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/PackageKit/helpers
|
||||
%dir %{_sysconfdir}/PackageKit
|
||||
%dir %{_localstatedir}/run/PackageKit
|
||||
%{_sysconfdir}/bash_completion.d/pk-completion.bash
|
||||
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
|
||||
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
|
||||
%{_datadir}/PackageKit/helpers/*
|
||||
@ -100,6 +113,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/system-services/*.service
|
||||
%{python_sitelib}/packagekit
|
||||
|
||||
%files -n yum-packagekit
|
||||
%defattr(-, root, root,-)
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
/usr/lib/yum-plugins/refresh-packagekit.*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
@ -116,6 +134,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-1
|
||||
- Update to latest upstream version: 0.1.4
|
||||
- Include spec file changes from hughsie to add yum-packagekit subpackage
|
||||
|
||||
* Sat Nov 10 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.3-1
|
||||
- Update to latest upstream version: 0.1.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user