update to 0.8.17 [release 0.8.17-1mamba;Wed Oct 08 2014]
This commit is contained in:
parent
3e3237f11b
commit
a8a3f07000
@ -1,14 +0,0 @@
|
||||
--- PackageKit-0.7.3/etc/Vendor.conf.orig 2012-02-18 12:01:34.000000000 +0100
|
||||
+++ PackageKit-0.7.3/etc/Vendor.conf 2012-04-09 15:45:43.425905950 +0200
|
||||
@@ -54,9 +54,9 @@
|
||||
# The vendor name shown for the 'vendor' group
|
||||
#
|
||||
# default=My Vendor
|
||||
-VendorName=My Vendor
|
||||
+VendorName=openmamba
|
||||
|
||||
# The vendor icon name shown for the 'vendor' group
|
||||
#
|
||||
# default=emblem-favorite
|
||||
-VendorIcon=emblem-favorite
|
||||
+VendorIcon=openmamba
|
11
PackageKit-0.8.17-openmamba-Vendor.conf.patch
Normal file
11
PackageKit-0.8.17-openmamba-Vendor.conf.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- PackageKit-0.8.17/etc/Vendor.conf.orig 2014-10-08 18:34:54.486778641 +0200
|
||||
+++ PackageKit-0.8.17/etc/Vendor.conf 2014-10-09 01:11:23.573472563 +0200
|
||||
@@ -12,7 +12,7 @@
|
||||
# If the value is set to 'none' then no link is shown.
|
||||
#
|
||||
# default=http://www.packagekit.org/pk-package-not-found.html
|
||||
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
|
||||
+DefaultUrl=http://www.openmamba.org/distribution/search.html
|
||||
|
||||
# The URL which is shown to the user when a codec could not be found.
|
||||
# It should explain why certain codecs cannot be used, and perhaps show
|
@ -1,15 +1,15 @@
|
||||
Name: PackageKit
|
||||
Version: 0.8.11
|
||||
Release: 2mamba
|
||||
Version: 0.8.17
|
||||
Release: 1mamba
|
||||
Summary: A system designed to make installing and updating software on your computer easier
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.packagekit.org
|
||||
Source: http://www.packagekit.org/releases/PackageKit-%{version}.tar.xz
|
||||
Source: http://www.freedesktop.org/software/PackageKit/releases/PackageKit-%{version}.tar.xz
|
||||
Patch0: %{name}-0.6.6-openmamba-groups.patch
|
||||
Patch1: %{name}-0.7.3-openmamba-Vendor.conf.patch
|
||||
Patch1: %{name}-0.8.17-openmamba-Vendor.conf.patch
|
||||
Patch2: %{name}-0.6.9-command_not_found_raise_timeout.patch
|
||||
Patch3: %{name}-0.7.3-smart-what_provides.patch
|
||||
Patch4: %{name}-0.6.13-smartBackend_fix_best_package.patch
|
||||
@ -24,43 +24,39 @@ Patch12: PackageKit-0.8.11-smartBackend-fix-remove-packages.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgstreamer010-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpolkit-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pm-utils-devel
|
||||
BuildRequires: libcppunit-devel
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -195,6 +191,15 @@ rm -f %{buildroot}/var/lib/PackageKit/transactions.db
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%systemd_post
|
||||
|
||||
%preun
|
||||
%systemd_preun
|
||||
|
||||
%postun
|
||||
%systemd_postun
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/PackageKit/*.conf
|
||||
@ -207,16 +212,17 @@ rm -f %{buildroot}/var/lib/PackageKit/transactions.db
|
||||
%{_bindir}/packagekit-bugreport.sh
|
||||
%{_bindir}/pk-debuginfo-install
|
||||
%{_bindir}/pkcon
|
||||
%{_bindir}/pkgenpack
|
||||
#%{_bindir}/pkgenpack
|
||||
%{_bindir}/pkmon
|
||||
%{_sbindir}/pk-device-rebind
|
||||
#%{_sbindir}/pk-device-rebind
|
||||
%dir %{_libdir}/packagekit-backend
|
||||
%{_libdir}/packagekit-backend/libpk_backend_*
|
||||
%dir %{_libdir}/packagekit-plugins
|
||||
%{_libdir}/packagekit-plugins/libpk_plugin*
|
||||
%{_libdir}/pm-utils/sleep.d/95packagekit
|
||||
#%{_libdir}/pm-utils/sleep.d/95packagekit
|
||||
%{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib
|
||||
/lib/systemd/system/packagekit-offline-update.service
|
||||
%{_unitdir}/packagekit.service
|
||||
%{_unitdir}/packagekit-offline-update.service
|
||||
%{_libexecdir}/pk-clear-offline-update
|
||||
%{_libexecdir}/pk-offline-update
|
||||
%{_libexecdir}/pk-trigger-offline-update
|
||||
@ -227,19 +233,19 @@ rm -f %{buildroot}/var/lib/PackageKit/transactions.db
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.xml
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.PackageKit.service
|
||||
%{_datadir}/mime/packages/packagekit-*.xml
|
||||
#%{_datadir}/mime/packages/packagekit-*.xml
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules
|
||||
%{_datadir}/PackageKit/helpers
|
||||
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
||||
%dir %{python_sitearch}/packagekit
|
||||
%{python_sitearch}/packagekit/*
|
||||
%dir %{python_sitelib}/packagekit
|
||||
%{python_sitelib}/packagekit/*
|
||||
%dir /var/lib/PackageKit
|
||||
%{_mandir}/man1/pkcon.1.gz
|
||||
%{_mandir}/man1/pk-debuginfo-install.1.gz
|
||||
%{_mandir}/man1/pk-device-rebind.1.gz
|
||||
%{_mandir}/man1/pkgenpack.1.gz
|
||||
%{_mandir}/man1/pkmon.1.gz
|
||||
%{_mandir}/man1/pkcon.1*
|
||||
%{_mandir}/man1/pk-debuginfo-install.1*
|
||||
#%{_mandir}/man1/pk-device-rebind.1*
|
||||
#%{_mandir}/man1/pkgenpack.1*
|
||||
%{_mandir}/man1/pkmon.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files gtk
|
||||
@ -295,9 +301,12 @@ rm -f %{buildroot}/var/lib/PackageKit/transactions.db
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
%{_datadir}/gir-1.0/PackageKitPlugin-1.0.gir
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
#%doc ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Wed Oct 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.17-1mamba
|
||||
- update to 0.8.17
|
||||
|
||||
* Mon Sep 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.11-2mamba
|
||||
- smart backend: added a patch to fix remove-packages function
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user