From ac07082516071d19552d128ecfc0049979aa7108 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Aug 24 2009 13:49:27 +0000 Subject: - Update to a newer git snapshot from the 0.5.x series. - Enable GUdev functionality and create a device-rebind subpackage. --- diff --git a/.cvsignore b/.cvsignore index f707f09..d4f078b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.5.2-20090819.tar.gz +PackageKit-0.5.2-20090824.tar.gz diff --git a/PackageKit.spec b/PackageKit.spec index b6bb9ab..5b46cc2 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 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 - 0.5.2-0.1.20090819git - Update to a git snapshot from the 0.5.x series. diff --git a/sources b/sources index 1581bd2..9cd1df4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4be61177f1608e0c67e2dc53177fb170 PackageKit-0.5.2-20090819.tar.gz +65d1187374f4fbf9022c5caa4ad53aa7 PackageKit-0.5.2-20090824.tar.gz