- Pull in the new snapshot from the unstable branch.
This commit is contained in:
parent
2b32408cac
commit
6977d61aa7
@ -1 +1 @@
|
||||
PackageKit-0.2.0.tar.gz
|
||||
PackageKit-0.2.1-20080506.tar.gz
|
||||
|
||||
@ -2,19 +2,17 @@
|
||||
%define dbus_version 0.90
|
||||
%define dbus_glib_version 0.70
|
||||
%define policykit_version 0.7
|
||||
#%define alphatag 20080506git
|
||||
%define alphatag 20080506
|
||||
|
||||
%{!?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.0
|
||||
#Release: 1.%{?alphatag}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Version: 0.2.1
|
||||
Release: 1.%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
#Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -97,7 +95,7 @@ Requires: sqlite-devel
|
||||
Headers and libraries for PackageKit.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}-%{?alphatag}
|
||||
|
||||
%build
|
||||
%configure --enable-yum --enable-yum2 --with-default-backend=yum --disable-local
|
||||
@ -192,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 06 2008 Richard Hughes <rhughes@redhat.com> - 0.2.1-1.20080506
|
||||
- Pull in the new snapshot from the unstable branch.
|
||||
|
||||
* Tue May 06 2008 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
|
||||
- Update to the latest _UNSTABLE_ upstream source
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user