- Rebuild for twaugh's printer driver install F13 feature.
- Install the gir and typelib files in the correct directory.
This commit is contained in:
parent
b0572fc834
commit
b68ea492f8
@ -1 +1 @@
|
||||
PackageKit-0.6.1.tar.bz2
|
||||
PackageKit-0.6.2-20100209.tar.bz2
|
||||
|
||||
@ -3,20 +3,20 @@
|
||||
%define dbus_glib_version 0.74
|
||||
%define polkit_version 0.92
|
||||
%define libnm_glib_version 0.6.5
|
||||
%define alphatag 20091029
|
||||
%define alphatag 20100209
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.1
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Version: 0.6.2
|
||||
Release: 0.1.%{?alphatag}git%{?dist}
|
||||
#Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.packagekit.org
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Fedora-specific: set Vendor.conf up for Fedora.
|
||||
@ -242,8 +242,8 @@ after firmware has been installed by PackageKit. This removes the need for the
|
||||
user to restart the computer or remove and re-insert the device.
|
||||
|
||||
%prep
|
||||
#%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
||||
%setup -q
|
||||
%setup -q -n %{?name}-%{?version}-%{?alphatag}
|
||||
#%setup -q
|
||||
%patch0 -p1 -b .fedora
|
||||
%patch1 -p1 -b .no-time
|
||||
|
||||
@ -382,7 +382,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/*packagekit-glib2.so.*
|
||||
%{_libdir}/girepositry-1.0/PackageKitGlib-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
|
||||
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
|
||||
|
||||
%files qt
|
||||
@ -458,6 +458,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Tue Feb 09 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-0.1.20100209git
|
||||
- Rebuild for twaugh's printer driver install F13 feature.
|
||||
- Install the gir and typelib files in the correct directory.
|
||||
|
||||
* Mon Feb 01 2010 Richard Hughes <rhughes@redhat.com> - 0.6.1-1
|
||||
- New upstream release of 0.6.1.
|
||||
- Ensure we look in all update notices for a security update. Fixes #526279
|
||||
|
||||
Loading…
Reference in New Issue
Block a user