Author: patrys Date: Tue Jun 9 09:05:24 2009 GMT Module: packages Tag: HEAD ---- Log message: - 2.27.2 - viewer crash patch applied upstream
---- Files affected: packages/gnome-packagekit: gnome-packagekit.spec (1.20 -> 1.21) , gnome-packagekit-update-viewer-crash.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/gnome-packagekit/gnome-packagekit.spec diff -u packages/gnome-packagekit/gnome-packagekit.spec:1.20 packages/gnome-packagekit/gnome-packagekit.spec:1.21 --- packages/gnome-packagekit/gnome-packagekit.spec:1.20 Thu May 7 15:17:25 2009 +++ packages/gnome-packagekit/gnome-packagekit.spec Tue Jun 9 11:05:19 2009 @@ -2,13 +2,12 @@ Summary: GNOME PackageKit Client Summary(pl.UTF-8): Klient PackageKit dla GNOME Name: gnome-packagekit -Version: 2.27.1 -Release: 0.1 +Version: 2.27.2 +Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 7a38bcdfda3e712365f674c51565e845 -Patch0: %{name}-update-viewer-crash.patch +# Source0-md5: f9811f51567280e13d61547387503303 URL: http://www.packagekit.org/ BuildRequires: GConf2-devel BuildRequires: PackageKit-devel >= 0.4.3 @@ -25,7 +24,6 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: libglade2-devel >= 1:2.6.2 BuildRequires: libnotify-devel >= 0.4.4 -BuildRequires: libsexy-devel >= 0.1.11 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: rpmbuild(find_lang) >= 1.23 @@ -63,9 +61,11 @@ %prep %setup -q -%patch0 -p1 %build +mkdir m4 +sed -i 's/gpk-xxxxxxxxxxxxx/gpk-application/g' man/gpk-application.sgml +sed -i 's/gpk-xxxxxxxxxxxxx/gpk-backend-status/g' man/gpk-backend-status.sgml %{__intltoolize} %{__libtoolize} %{__aclocal} -I m4 @@ -119,7 +119,6 @@ %attr(755,root,root) %{_bindir}/gpk-service-pack %attr(755,root,root) %{_bindir}/gpk-update-icon %attr(755,root,root) %{_bindir}/gpk-update-viewer -%attr(755,root,root) %{_bindir}/gpk-update-viewer2 %{_datadir}/gnome-packagekit %{_sysconfdir}/gconf/schemas/gnome-packagekit.schemas %{_datadir}/gnome/autostart/gpk-update-icon.desktop @@ -132,6 +131,8 @@ %{_desktopdir}/gpk-repo.desktop %{_desktopdir}/gpk-service-pack.desktop %{_desktopdir}/gpk-update-viewer.desktop +%{_mandir}/man1/gpk-application.1* +%{_mandir}/man1/gpk-backend-status.1* %{_mandir}/man1/gpk-install-local-file.1* %{_mandir}/man1/gpk-install-mime-type.1* %{_mandir}/man1/gpk-install-package-name.1* @@ -151,6 +152,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2009/06/09 09:05:19 patrys +- 2.27.2 +- viewer crash patch applied upstream + Revision 1.20 2009/05/07 13:17:25 megabajt - added -update-viewer-crash.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-packagekit/gnome-packagekit.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
