- Pull in a new snapshot from the unstable branch.

This commit is contained in:
Richard Hughes 2008-06-09 10:01:17 +00:00
parent b02c41525b
commit 4da961edcb
3 changed files with 16 additions and 5 deletions

View File

@ -1 +1 @@
PackageKit-0.2.2-20080529.tar.gz
PackageKit-0.2.3-20080609.tar.gz

View File

@ -2,14 +2,14 @@
%define dbus_version 0.90
%define dbus_glib_version 0.70
%define policykit_version 0.8
%define alphatag 20080529
%define alphatag 20080609
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: System daemon that is a DBUS abstraction layer for package management
Name: PackageKit
Version: 0.2.2
Release: 2.%{?alphatag}%{?dist}
Version: 0.2.3
Release: 1.%{?alphatag}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://packagekit.freedesktop.org
@ -20,6 +20,7 @@ Requires: dbus >= %{dbus_version}
Requires: PackageKit-libs = %{version}-%{release}
Requires: yum-packagekit = %{version}-%{release}
Requires: yum >= 3.2.6
Requires: shared-mime-info
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: dbus-devel >= %{dbus_version}
@ -121,6 +122,12 @@ chmod 755 $RPM_BUILD_ROOT%{_libexecdir}/PackageKitDbusTest.py
%clean
rm -rf $RPM_BUILD_ROOT
%post
update-mime-database %{_datadir}/mime
%postun
update-mime-database %{_datadir}/mime
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@ -146,6 +153,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/man/man1/*.1.gz
%{_datadir}/gtk-doc/html/PackageKit
%{_datadir}/PolicyKit/policy/*.policy
%{_datadir}/mime/packages/packagekit-catalog.xml
%{_sbindir}/packagekitd
%{_bindir}/pkmon
%{_bindir}/pkcon
@ -190,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-1.20080609
- Pull in a new snapshot from the unstable branch.
* Thu May 29 2008 Richard Hughes <rhughes@redhat.com> - 0.2.2-2.20080529
- Pull in a new snapshot from the unstable branch.

View File

@ -1 +1 @@
ff655787c382e022427e702b5c28b062 PackageKit-0.2.2-20080529.tar.gz
3f87d5a77ffd7c25ea9171f9d2ba5ca0 PackageKit-0.2.3-20080609.tar.gz