- New upstream version
This commit is contained in:
parent
cbfb98ac36
commit
dacfd11cad
@ -1 +1 @@
|
||||
PackageKit-0.4.6-20090324.tar.gz
|
||||
PackageKit-0.4.6.tar.gz
|
||||
|
||||
@ -2,20 +2,20 @@
|
||||
%define dbus_version 0.90
|
||||
%define dbus_glib_version 0.70
|
||||
%define policykit_version 0.8
|
||||
%define alphatag 20090324
|
||||
#%define alphatag 20090324
|
||||
|
||||
%{!?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.4.6
|
||||
Release: 0.3.%{?alphatag}git%{?dist}
|
||||
#Release: 1%{?dist}
|
||||
#Release: 0.3.%{?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
|
||||
@ -219,8 +219,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
|
||||
|
||||
@ -417,6 +417,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Mar 30 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Mar 24 2009 Richard Hughes <rhughes@redhat.com> - 0.4.6-0.3.20090324git
|
||||
- Update to todays git snapshot with fixed ChangeLog functionality.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user