Rename debuginfo-install to debug-install
This commit is contained in:
parent
37c221f4a3
commit
41e633b81f
@ -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-Vendor.conf.patch
|
||||
# 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 and re-insert the device.
|
||||
#%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 &> /dev/null || :
|
||||
%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 &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Sep 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.5.2-0.2.20090902git
|
||||
- Rename -debuginfo-install to debug-install (#520965)
|
||||
|
||||
* Wed Sep 02 2009 Richard Hughes <rhughes@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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user