- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
- Fixes that were cherry picked into this branch since 0.1.11 was released
can be viewed at:
http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_
X
This commit is contained in:
parent
d88a91e506
commit
734923bec9
@ -1 +1 @@
|
||||
PackageKit-0.1.11.tar.gz
|
||||
PackageKit-0.1.12-20080412git.tar.gz
|
||||
|
||||
@ -2,17 +2,18 @@
|
||||
%define dbus_version 0.90
|
||||
%define dbus_glib_version 0.70
|
||||
%define policykit_version 0.7
|
||||
%define alphatag 20080412git
|
||||
|
||||
%{!?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.1.11
|
||||
Release: 1%{?dist}
|
||||
Version: 0.1.12
|
||||
Release: 1.%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}-%{?alphatag}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: dbus >= %{dbus_version}
|
||||
@ -170,8 +171,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 12 2008 Richard Hughes <rhughes@redhat.com> - 0.1.12-1.20080412git
|
||||
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
|
||||
- Fixes that were cherry picked into this branch since 0.1.11 was released can be viewed at:
|
||||
http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_X
|
||||
|
||||
* Sat Apr 5 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
|
||||
- Update to 0.1.11
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user