Author: megabajt Date: Mon Feb 2 23:18:04 2009 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 0.4.3 - added python-gnome-packagekit subpackage
---- Files affected: SPECS: gnome-packagekit.spec (1.14.2.2 -> 1.14.2.3) ---- Diffs: ================================================================ Index: SPECS/gnome-packagekit.spec diff -u SPECS/gnome-packagekit.spec:1.14.2.2 SPECS/gnome-packagekit.spec:1.14.2.3 --- SPECS/gnome-packagekit.spec:1.14.2.2 Fri Jan 30 14:27:11 2009 +++ SPECS/gnome-packagekit.spec Tue Feb 3 00:17:59 2009 @@ -2,15 +2,15 @@ Summary: GNOME PackageKit Client Summary(pl.UTF-8): Klient PackageKit dla GNOME Name: gnome-packagekit -Version: 0.4.2 +Version: 0.4.3 Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 29e58987ec83b6c233cc346302ad82c4 +# Source0-md5: 01e7ccf9b6f9c62e843dee450110b6e4 URL: http://www.packagekit.org/ BuildRequires: GConf2-devel -BuildRequires: PackageKit-devel >= 0.4.2 +BuildRequires: PackageKit-devel >= 0.4.3 BuildRequires: PolicyKit-gnome-devel >= 0.8 BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -33,7 +33,7 @@ Requires(post,postun): desktop-file-utils Requires(post,postun): gtk+2 Requires(post,preun): GConf2 -Requires: PackageKit >= 0.4.2 +Requires: PackageKit >= 0.4.3 Requires: PolicyKit-gnome >= 0.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,6 +46,20 @@ Ten pakiet dostarcza aplikacje sesji dla API PackageKit. Zawiera kilka narzędzi stworzonych do instalacji, aktualizacji i usuwania pakietów. +%package -n python-gnome-packagekit +Summary: Widgets to use PackageKit in GTK+ applications +Summary(pl.UTF-8): Widgety do użycia PackageKit w aplikacjach GTK+ +Group: Libraries/Python +Requires: gnome-packagekit +Requires: python-packagekit +Requires: python-pygtk-gtk + +%description -n python-gnome-packagekit +This module provides widgets to use PackageKit in GTK+ applications. + +%description -n python-gnome-packagekit -l pl.UTF-8 +Ten moduł dostarcza widgety do użycia PackageKit w aplikacjach GTK+. + %prep %setup -q mkdir m4 @@ -69,6 +83,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%py_postclean + %find_lang %{name} --with-gnome --with-omf %clean @@ -123,12 +139,20 @@ %{_mandir}/man1/gpk-update-icon.1* %{_mandir}/man1/gpk-update-viewer.1* +%files -n python-gnome-packagekit +%defattr(644,root,root,755) +%{py_sitescriptdir}/packagekit/*.py[co] + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14.2.3 2009/02/02 23:17:59 megabajt +- updated to 0.4.3 +- added python-gnome-packagekit subpackage + Revision 1.14.2.2 2009/01/30 13:27:11 patrys - 0.4.2 - TODO: package python ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-packagekit.spec?r1=1.14.2.2&r2=1.14.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
