- New upstream version, many bugfixes and a few new features

- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
This commit is contained in:
Richard Hughes 2009-07-06 10:52:16 +00:00
parent 4f920c7086
commit fa4ff8f1a7
3 changed files with 29 additions and 9 deletions

View File

@ -1 +1 @@
PackageKit-0.5.0-20090625.tar.gz
PackageKit-0.5.0.tar.gz

View File

@ -10,13 +10,13 @@
Summary: Package management service
Name: PackageKit
Version: 0.5.0
Release: 0.1.%{?alphatag}git%{?dist}
#Release: 1%{?dist}
#Release: 0.1.%{?alphatag}git%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.packagekit.org
Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
#Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Fedora-specific: set Vendor.conf up for Fedora.
@ -139,6 +139,14 @@ Requires: %{name} = %{version}-%{release}
%description cron
Crontab and utilities for running PackageKit as a cron job.
%package debuginfo-install
Summary: Facility to install debugging packages using PackageKit
Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
%description debuginfo-install
Provides facility to install debugging packages using PackageKit.
%package glib-devel
Summary: GLib Libraries and headers for PackageKit
Group: Development/Libraries
@ -215,8 +223,8 @@ A simple helper that offers to install new packages on the command line
using PackageKit.
%prep
%setup -q -n %{?name}-%{?version}-%{?alphatag}
#%setup -q
#%setup -q -n %{?name}-%{?version}-%{?alphatag}
%setup -q
%patch0 -p1 -b .fedora
%patch1 -p1 -b .no-time
@ -287,7 +295,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%dir %{_datadir}/PackageKit/helpers/test_spawn
%dir %{_datadir}/PackageKit/icons
%{_datadir}/PackageKit/helpers/test_spawn/*
%{_datadir}/man/man1/*.1.gz
%{_datadir}/man/man1/pkcon.1.gz
%{_datadir}/man/man1/pkmon.1.gz
%{_datadir}/man/man1/pkgenpack.1.gz
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/mime/packages/packagekit-*.xml
%{_datadir}/PackageKit/pk-upgrade-distro.sh
@ -352,6 +362,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
%files debuginfo-install
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING
%{_libexecdir}/pk-debuginfo-install
%{_datadir}/man/man1/pk-debuginfo-install.1.gz
%files browser-plugin
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING
@ -402,6 +418,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Mon Jul 06 2009 Richard Hughes <rhughes@redhat.com> - 0.5.0-1
- New upstream version, many bugfixes and a few new features
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
* Thu Jun 25 2009 Richard Hughes <rhughes@redhat.com> - 0.5.0-0.1.20090625git
- Update to a git snapshot from the 0.5.x series.
- Many PolicyKit fixes

View File

@ -1 +1 @@
8109f5fa96218403060f1ac854393c27 PackageKit-0.5.0-20090625.tar.gz
e4d442646be7a3a71ed3970ad551a645 PackageKit-0.5.0.tar.gz