SPECS: gnome-packagekit.spec - updated to 0.2.0 - added -link.patc...
megabajt
megabajt at pld-linux.org
Wed May 7 15:25:45 CEST 2008
Author: megabajt Date: Wed May 7 13:25:45 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.2.0
- added -link.patch to fix build
---- Files affected:
SPECS:
gnome-packagekit.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/gnome-packagekit.spec
diff -u SPECS/gnome-packagekit.spec:1.4 SPECS/gnome-packagekit.spec:1.5
--- SPECS/gnome-packagekit.spec:1.4 Sat Apr 5 23:12:48 2008
+++ SPECS/gnome-packagekit.spec Wed May 7 15:25:39 2008
@@ -1,19 +1,20 @@
# $Revision$, $Date$
Summary: GNOME PackageKit Client
Name: gnome-packagekit
-Version: 0.1.11
+Version: 0.2.0
Release: 1
License: GPL v2+
Group: X11/Applications
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
-# Source0-md5: a88939386d9e4d7c08678fc04807771a
+# Source0-md5: 3da0c96a5af09db281240700d4d575e6
+Patch0: %{name}-link.patch
URL: http://www.packagekit.org/
BuildRequires: GConf2-devel
-BuildRequires: PackageKit-devel >= 0.1.11
-BuildRequires: PolicyKit-gnome-devel >= 0.7
+BuildRequires: PackageKit-devel >= 0.2.0
+BuildRequires: PolicyKit-gnome-devel >= 0.8
BuildRequires: autoconf >= 2.52
BuildRequires: automake
-BuildRequires: dbus-devel >= 1.1.4
+BuildRequires: dbus-devel >= 1.2.0
BuildRequires: dbus-glib-devel >= 0.74
BuildRequires: gettext-devel
BuildRequires: gnome-doc-utils
@@ -24,9 +25,12 @@
BuildRequires: libsexy-devel >= 0.1.11
BuildRequires: libtool
BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.311
+Requires(post,postun): gtk+2
Requires(post,preun): GConf2
-Requires: PackageKit >= 0.1.11
-Requires: PolicyKit-gnome >= 0.7
+Requires: PackageKit >= 0.2.0
+Requires: PolicyKit-gnome >= 0.8
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -36,6 +40,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__intltoolize}
@@ -63,17 +68,23 @@
%post
%gconf_schema_install gnome-packagekit.schemas
+%update_icon_cache hicolor
%preun
%gconf_schema_uninstall gnome-packagekit.schemas
+%postun
+%update_icon_cache hicolor
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog COPYING NEWS README
%attr(755,root,root) %{_bindir}/gpk-application
%attr(755,root,root) %{_bindir}/gpk-backend-status
-%attr(755,root,root) %{_bindir}/gpk-install-file
-%attr(755,root,root) %{_bindir}/gpk-install-package
+%attr(755,root,root) %{_bindir}/gpk-install-local-file
+%attr(755,root,root) %{_bindir}/gpk-install-mime-type
+%attr(755,root,root) %{_bindir}/gpk-install-package-name
+%attr(755,root,root) %{_bindir}/gpk-install-provide-file
%attr(755,root,root) %{_bindir}/gpk-log
%attr(755,root,root) %{_bindir}/gpk-prefs
%attr(755,root,root) %{_bindir}/gpk-repo
@@ -82,12 +93,21 @@
%{_datadir}/gnome-packagekit
%{_sysconfdir}/gconf/schemas/gnome-packagekit.schemas
%{_datadir}/gnome/autostart/gpk-update-icon.desktop
+%{_iconsdir}/hicolor/*/*/*
%{_desktopdir}/gpk-application.desktop
%{_desktopdir}/gpk-install-file.desktop
%{_desktopdir}/gpk-log.desktop
%{_desktopdir}/gpk-prefs.desktop
%{_desktopdir}/gpk-repo.desktop
%{_desktopdir}/gpk-update-viewer.desktop
+%{_mandir}/man1/gpk-install-local-file.1*
+%{_mandir}/man1/gpk-install-mime-type.1*
+%{_mandir}/man1/gpk-install-package-name.1*
+%{_mandir}/man1/gpk-install-provide-file.1*
+%{_mandir}/man1/gpk-prefs.1*
+%{_mandir}/man1/gpk-repo.1*
+%{_mandir}/man1/gpk-update-icon.1*
+%{_mandir}/man1/gpk-update-viewer.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -95,6 +115,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-05-07 13:25:39 megabajt
+- updated to 0.2.0
+- added -link.patch to fix build
+
Revision 1.4 2008-04-05 21:12:48 patrys
- 0.1.11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-packagekit.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list