- Update to a newer git snapshot from the 0.5.x series.

- Enable GUdev functionality and create a device-rebind subpackage.
This commit is contained in:
Richard Hughes 2009-08-24 13:49:27 +00:00
parent 6756ff94e6
commit ac07082516
3 changed files with 24 additions and 3 deletions

View File

@ -1 +1 @@
PackageKit-0.5.2-20090819.tar.gz
PackageKit-0.5.2-20090824.tar.gz

View File

@ -3,7 +3,7 @@
%define dbus_glib_version 0.74
%define polkit_version 0.92
%define libnm_glib_version 0.6.4
%define alphatag 20090819
%define alphatag 20090824
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@ -52,6 +52,7 @@ BuildRequires: python-devel
BuildRequires: perl(XML::Parser)
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: libgudev1-devel
BuildRequires: xulrunner-devel
BuildRequires: libarchive-devel
BuildRequires: gstreamer-devel
@ -223,6 +224,16 @@ Requires: PackageKit-glib = %{version}-%{release}
A simple helper that offers to install new packages on the command line
using PackageKit.
%package device-rebind
Summary: Device rebind functionality for PackageKit
Group: Development/Libraries
Requires: PackageKit-glib = %{version}-%{release}
%description device-rebind
The device rebind functionality offer the ability to re-initialize devices
after firmware has been installed by PackageKit. This removes the need for the
user to restart the computer or remove and re-insert the device.
%prep
%setup -q -n %{?name}-%{?version}-%{?alphatag}
#%setup -q
@ -391,6 +402,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_sysconfdir}/profile.d/*
%{_libexecdir}/pk-command-not-found
%files device-rebind
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING
%{_sbindir}/pk-device-rebind
%{_datadir}/man/man1/pk-device-rebind.1.gz
%files glib-devel
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING
@ -419,6 +436,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Mon Aug 24 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090824git
- Update to a newer git snapshot from the 0.5.x series.
- Enable GUdev functionality and create a device-rebind subpackage.
* Wed Aug 19 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090819git
- Update to a git snapshot from the 0.5.x series.

View File

@ -1 +1 @@
4be61177f1608e0c67e2dc53177fb170 PackageKit-0.5.2-20090819.tar.gz
65d1187374f4fbf9022c5caa4ad53aa7 PackageKit-0.5.2-20090824.tar.gz