Author: megabajt Date: Wed Oct 17 13:37:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added demo subpackage and TODO - release 1
---- Files affected: SPECS: PolicyKit-gnome.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/PolicyKit-gnome.spec diff -u SPECS/PolicyKit-gnome.spec:1.4 SPECS/PolicyKit-gnome.spec:1.5 --- SPECS/PolicyKit-gnome.spec:1.4 Sat Oct 13 22:48:07 2007 +++ SPECS/PolicyKit-gnome.spec Wed Oct 17 15:37:13 2007 @@ -1,9 +1,13 @@ # $Revision$, $Date$ -Summary: PolicyKit - GNOME utilities +# +# TODO: +# - update pl summary and description +# +Summary: GNOME dialogs for PolicyKit Summary(pl.UTF-8): PolicyKit - narzędzia dla GNOME Name: PolicyKit-gnome Version: 0.6 -Release: 0.1 +Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 @@ -22,11 +26,22 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -PolicyKit - GNOME utilities. +PolicyKit-gnome provides a D-BUS session bus service that is used to +bring up authentication dialogs used for obtaining privileges. %description -l pl.UTF-8 PolicyKit - narzędzia dla GNOME. +%package demo +Summary: Demo application for PolicyKit-gnome +Group: X11/Applications +Requires: %{name} = %{version}-%{release} + +%description demo +PolicyKit-gnome-demo provides a sample application that demonstrates +the features of both PolicyKit and PolicyKit-gnome. You normally don't +want to have this package installed. + %prep %setup -q @@ -54,11 +69,14 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS NEWS TODO +%attr(755,root,root) %{_libdir}/polkit-gnome-manager +%{_datadir}/dbus-1/services/org.gnome.PolicyKit.service + +%files demo +%defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/polkit-gnome-example -%attr(755,root,root) %{_libexecdir}/polkit-gnome-manager -%attr(755,root,root) %{_libexecdir}/polkit-gnome-example-helper +%attr(755,root,root) %{_libdir}/polkit-gnome-example-helper %{_datadir}/PolicyKit/policy/polkit-gnome-example.policy -%{_datadir}/dbus-1/services/org.gnome.PolicyKit.service %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -66,6 +84,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/10/17 13:37:13 megabajt +- added demo subpackage and TODO +- release 1 + Revision 1.4 2007/10/13 20:48:07 megabajt - updated to 0.6 - release 0.1 NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PolicyKit-gnome.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
