Author: qboosh Date: Sat Jan 7 10:31:50 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.104 - added systemd bcond - removed HAL mention from descriptions
---- Files affected: packages/polkit: polkit.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/polkit/polkit.spec diff -u packages/polkit/polkit.spec:1.24 packages/polkit/polkit.spec:1.25 --- packages/polkit/polkit.spec:1.24 Thu Dec 8 16:42:35 2011 +++ packages/polkit/polkit.spec Sat Jan 7 11:31:44 2012 @@ -1,17 +1,18 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without apidocs # build without apidocs +%bcond_without apidocs # build without apidocs +%bcond_with systemd # rely on systemd for session tracking instead of ConsoleKit # Summary: A framework for defining policy for system-wide components Summary(pl.UTF-8): Szkielet do definiowania polityki dla komponentów systemowych Name: polkit -Version: 0.103 +Version: 0.104 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: aaacf2ef18774ea8a825a426a7cfe763 +# Source0-md5: e380b4c6fb1e7bccf854e92edc0a8ce1 URL: http://www.freedesktop.org/wiki/Software/PolicyKit BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1:1.7 @@ -31,19 +32,19 @@ BuildRequires: pkgconfig BuildRequires: python-modules BuildRequires: rpmbuild(macros) >= 1.527 +%{?with_systemd:BuildRequires: systemd-devel} Requires: %{name}-libs = %{version}-%{release} -Requires: ConsoleKit >= 0.4.1 +%{!?with_systemd:Requires: ConsoleKit >= 0.4.1} Requires: dbus >= 1.1.2-5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description PolicyKit is a framework for defining policy for system-wide -components and for desktop pieces to configure it. It is used by HAL. +components and for desktop pieces to configure it. %description -l pl.UTF-8 PolicyKit to szkielet do definiowania polityki dla komponentów -systemowych oraz składników pulpitu do konfigurowania ich. Jest -używany przez HAL-a. +systemowych oraz składników pulpitu do konfigurowania ich. %package apidocs Summary: PolicyKit API documentation @@ -111,6 +112,7 @@ %configure \ %{__enable_disable apidocs gtk-doc} \ --disable-silent-rules \ + %{!?with_systemd:--disable-systemd} \ --with-html-dir=%{_gtkdocdir} \ --with-pam-include=system-auth \ --with-pam-module-dir=/%{_lib}/security @@ -217,6 +219,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2012/01/07 10:31:44 qboosh +- updated to 0.104 +- added systemd bcond +- removed HAL mention from descriptions + Revision 1.24 2011/12/08 15:42:35 qboosh - updated to 0.103 - removed obsolete stdout-and-stderr patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/polkit/polkit.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
