rpms/PackageKit/devel PackageKit.spec,1.114,1.115

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 3 12:44:21 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28571

Modified Files:
	PackageKit.spec 
Log Message:
Rename debuginfo-install to debug-install



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- PackageKit.spec	2 Sep 2009 18:10:31 -0000	1.114
+++ PackageKit.spec	3 Sep 2009 12:44:21 -0000	1.115
@@ -10,7 +10,7 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.5.2
-Release:   0.1.%{?alphatag}git%{?dist}
+Release:   0.2.%{?alphatag}git%{?dist}
 #Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
@@ -25,6 +25,8 @@ Patch0:    PackageKit-0.3.8-Fedora-Vendo
 # Fedora specific: the yum backend doesn't do time estimation correctly
 Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 
+Patch2: plugin-ui.patch
+
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: PackageKit-glib = %{version}-%{release}
@@ -141,12 +143,13 @@ Requires: %{name} = %{version}-%{release
 %description cron
 Crontab and utilities for running PackageKit as a cron job.
 
-%package debuginfo-install
+%package debug-install
 Summary: Facility to install debugging packages using PackageKit
 Group: System Environment/Base
 Requires: %{name} = %{version}-%{release}
+Obsoletes: PackageKit-debuginfo-install <= 0.5.2-0.1.20090902git.fc12
 
-%description debuginfo-install
+%description debug-install
 Provides facility to install debugging packages using PackageKit.
 
 %package glib-devel
@@ -239,9 +242,10 @@ user to restart the computer or remove a
 #%setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
+%patch2 -p1 -b .plugin-ui
 
 %build
-%configure --disable-static --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck
+%configure --disable-static --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck --disable-strict
 
 make %{?_smp_mflags}
 
@@ -374,7 +378,7 @@ update-mime-database %{_datadir}/mime &>
 %config %{_sysconfdir}/cron.daily/packagekit-background.cron
 %config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
 
-%files debuginfo-install
+%files debug-install
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
 %{_bindir}/pk-debuginfo-install
@@ -436,6 +440,9 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Thu Sep  3 2009 Matthias Clasen <mclasen at redhat.com> - 0.5.2-0.2.20090902git
+- Rename -debuginfo-install to debug-install (#520965)
+
 * Wed Sep 02 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.2-0.1.20090902git
 - Update to a newer git snapshot from the 0.5.x series.
 - Should fix some issues with KPackageKit.




More information about the scm-commits mailing list