Update to latest upstream.
This commit is contained in:
parent
b3cf1140f8
commit
795ac7014b
@ -1 +1 @@
|
||||
PackageKit-0.1.6.tar.gz
|
||||
PackageKit-0.1.7.tar.gz
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.1.6
|
||||
Version: 0.1.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -25,6 +25,7 @@ BuildRequires: dbus-devel >= %{dbus_version}
|
||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libsexy-devel
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: NetworkManager-glib-devel
|
||||
@ -33,24 +34,12 @@ BuildRequires: libtool
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: autoconf
|
||||
|
||||
%description
|
||||
PackageKit is a D-Bus abstraction layer that allows the session user
|
||||
to manage packages in a secure way using a cross-distro,
|
||||
cross-architecture API.
|
||||
|
||||
%package -n yum-packagekit
|
||||
Summary: Tell PackageKit to check for updates when yum exits
|
||||
Group: System Environment/Base
|
||||
Requires: yum >= 3.0
|
||||
Requires: PackageKit
|
||||
|
||||
%description -n yum-packagekit
|
||||
yum-packagekit tells PackageKit to check for updates when yum exits.
|
||||
This way, if you run 'yum update' and install all available updates, puplet
|
||||
will almost instantly update itself to reflect this.
|
||||
|
||||
%package libs
|
||||
Summary: Libraries for accessing PackageKit
|
||||
Group: Development/Libraries
|
||||
@ -74,15 +63,13 @@ Headers and libraries for PackageKit.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
autoconf
|
||||
|
||||
%build
|
||||
%configure --with-default-backend=yum
|
||||
|
||||
# the 'make clean' is to clean up the blank file
|
||||
# docs/spec/pk-reference.html in the upstream tarball.
|
||||
# According to hughsie, this is because xmlto is broken in F8
|
||||
make clean
|
||||
#make clean
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -116,26 +103,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_localstatedir}/lib/PackageKit
|
||||
%dir %{python_sitelib}/packagekit
|
||||
%dir %{_localstatedir}/run/PackageKit
|
||||
%{python_sitelib}/packagekit/*py*
|
||||
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
|
||||
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
|
||||
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
|
||||
%config %{_sysconfdir}/dbus-1/system.d/*
|
||||
%{_datadir}/PackageKit/helpers/*
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
%{_datadir}/PolicyKit/policy/*.policy
|
||||
%{_sbindir}/packagekitd
|
||||
%{_bindir}/pkmon
|
||||
%{_bindir}/pkcon
|
||||
%{_bindir}/pk-import-desktop
|
||||
%{_bindir}/pk-import-specspo
|
||||
%{_bindir}/packagekit-bugreport.sh
|
||||
%{_libdir}/libpackagekit*.so.*
|
||||
%{_libdir}/packagekit-backend/*.so
|
||||
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
|
||||
%ghost %verify(not md5 size mtime) %{_localstatedir}/run/PackageKit/job_count.dat
|
||||
%{_datadir}/dbus-1/system-services/*.service
|
||||
%{python_sitelib}/packagekit
|
||||
%{_libdir}/pm-utils/sleep.d/95packagekit
|
||||
|
||||
%files -n yum-packagekit
|
||||
%defattr(-, root, root,-)
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
%{_libdir}/yum-plugins/refresh-packagekit.*
|
||||
%{_libexecdir}/*py*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
@ -153,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 14 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-1
|
||||
- Update to latest upstream version: 0.1.7
|
||||
|
||||
* Sat Jan 19 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.6-1
|
||||
- Update to latest upstream version: 0.1.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user