- Update to a git snapshot from the 0.5.x series.
This commit is contained in:
parent
3dc74256dc
commit
6756ff94e6
@ -1 +1 @@
|
||||
PackageKit-0.5.1.tar.gz
|
||||
PackageKit-0.5.2-20090819.tar.gz
|
||||
|
||||
@ -3,20 +3,20 @@
|
||||
%define dbus_glib_version 0.74
|
||||
%define polkit_version 0.92
|
||||
%define libnm_glib_version 0.6.4
|
||||
%define alphatag 20090727
|
||||
%define alphatag 20090819
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.5.1
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Version: 0.5.2
|
||||
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.
|
||||
@ -224,8 +224,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
|
||||
|
||||
@ -419,6 +419,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* Mon Aug 03 2009 Richard Hughes <rhughes@redhat.com> - 0.5.1-1
|
||||
- New upstream version, many bugfixes and performance fixes
|
||||
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
|
||||
|
||||
Loading…
Reference in New Issue
Block a user