SPECS: PackageKit.spec, gnome-packagekit.spec - updated to 0.3.1

megabajt megabajt at pld-linux.org
Sun Sep 7 17:51:30 CEST 2008


Author: megabajt                     Date: Sun Sep  7 15:51:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.3.1

---- Files affected:
SPECS:
   PackageKit.spec (1.13 -> 1.14) , gnome-packagekit.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/PackageKit.spec
diff -u SPECS/PackageKit.spec:1.13 SPECS/PackageKit.spec:1.14
--- SPECS/PackageKit.spec:1.13	Wed Jul 30 12:34:01 2008
+++ SPECS/PackageKit.spec	Sun Sep  7 17:51:24 2008
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:	System daemon that is a D-BUS abstraction layer for package management
 Name:		PackageKit
-Version:	0.2.4
+Version:	0.3.1
 Release:	1
 License:	GPL v2+
 Group:		Applications
 Source0:	http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	87bf41fd021077c93549d47de6d5fe07
+# Source0-md5:	e7586a3560e76966d2968946fbe7f846
 URL:		http://www.packagekit.org/
 BuildRequires:	NetworkManager-devel >= 0.6.5
 BuildRequires:	PolicyKit-devel >= 0.8
@@ -18,9 +18,10 @@
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 1:2.16.1
 BuildRequires:	gtk-doc >= 1.9
+BuildRequires:	libarchive-devel
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-BuildRequires:	poldek-devel >= 0.30-0.20080604.13.1
+BuildRequires:	poldek-devel >= 0.30-0.20080820.23.2
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sqlite3-devel
@@ -28,7 +29,7 @@
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	PolicyKit >= 0.8
 Requires:	crondaemon
-Requires:	poldek >= 0.30-0.20080604.13.1
+Requires:	poldek >= 0.30-0.20080820.23.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -168,8 +169,10 @@
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_bindir}/packagekit-bugreport.sh
 %attr(755,root,root) %{_bindir}/pkcon
+%attr(755,root,root) %{_bindir}/pkgenpack
 %attr(755,root,root) %{_bindir}/pkmon
 %attr(750,root,root) /etc/cron.daily/packagekit-background.cron
+%attr(755,root,root) %{_libexecdir}/pk-generate-package-list
 %attr(755,root,root) %{_libexecdir}/pk-import-desktop
 %attr(755,root,root) %{_libexecdir}/pk-import-specspo
 %dir %{_libdir}/packagekit-backend
@@ -182,8 +185,12 @@
 %{_datadir}/PolicyKit/policy/org.freedesktop.packagekit.policy
 %{_datadir}/dbus-1/system-services/org.freedesktop.PackageKit.service
 %{_datadir}/mime/packages/packagekit-catalog.xml
-%{_mandir}/man1/pkmon.1*
+%{_datadir}/mime/packages/packagekit-pack.xml
 %{_mandir}/man1/pkcon.1*
+%{_mandir}/man1/pkgenpack.1*
+%{_mandir}/man1/pkmon.1*
+%dir /var/cache/PackageKit
+%dir /var/cache/PackageKit/downloads
 %dir /var/lib/PackageKit
 %ghost /var/lib/PackageKit/transactions.db
 %dir /var/run/PackageKit
@@ -231,6 +238,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008/09/07 15:51:24  megabajt
+- updated to 0.3.1
+
 Revision 1.13  2008/07/30 10:34:01  megabajt
 - updated to 0.2.4 (new soname)
 

================================================================
Index: SPECS/gnome-packagekit.spec
diff -u SPECS/gnome-packagekit.spec:1.11 SPECS/gnome-packagekit.spec:1.12
--- SPECS/gnome-packagekit.spec:1.11	Sun Sep  7 00:00:31 2008
+++ SPECS/gnome-packagekit.spec	Sun Sep  7 17:51:24 2008
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
 Summary:	GNOME PackageKit Client
 Name:		gnome-packagekit
-Version:	0.2.4
-Release:	3
+Version:	0.3.1
+Release:	1
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	c55b2eb9eb17156df69ed781360afeaa
+# Source0-md5:	69ae3c788c413a48a5af1b969260bdef
 URL:		http://www.packagekit.org/
 BuildRequires:	GConf2-devel
-BuildRequires:	PackageKit-devel >= 0.2.4
+BuildRequires:	PackageKit-devel >= 0.3.1
 BuildRequires:	PolicyKit-gnome-devel >= 0.8
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -30,7 +30,7 @@
 Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	gtk+2
 Requires(post,preun):	GConf2
-Requires:	PackageKit >= 0.2.4
+Requires:	PackageKit >= 0.3.1
 Requires:	PolicyKit-gnome >= 0.8
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -119,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/09/07 15:51:24  megabajt
+- updated to 0.3.1
+
 Revision 1.11  2008/09/06 22:00:31  megabajt
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PackageKit.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-packagekit.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list