2009-07-30 18:07:53 +02:00
#
2011-04-15 16:12:10 +02:00
# spec file for package polkit
2009-07-30 18:07:53 +02:00
#
2018-02-28 22:45:09 +01:00
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
2009-07-30 18:07:53 +02:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
2012-02-09 18:05:33 +01:00
2009-07-30 18:07:53 +02:00
Name : polkit
2018-07-11 12:50:47 +02:00
Version : 0.115
2017-08-30 23:08:18 +02:00
Release : 0
2009-07-30 18:07:53 +02:00
Summary : PolicyKit Authorization Framework
2018-02-28 22:45:09 +01:00
License : LGPL-2.1-or-later
2012-01-04 21:57:24 +01:00
Group : System/Libraries
2018-07-11 12:50:47 +02:00
Url : http://www.freedesktop.org/wiki/Software/polkit/
2012-09-21 23:03:29 +02:00
Source0 : http://www.freedesktop.org/software/polkit/releases/%{name} -%{version} .tar.gz
2014-12-30 12:34:25 +01:00
Source1 : http://www.freedesktop.org/software/polkit/releases/%{name} -%{version} .tar.gz.sign
2018-02-28 22:45:09 +01:00
Source2 : %{name} .keyring
2010-08-26 11:13:54 +02:00
Source99 : baselibs.conf
2018-04-10 10:51:08 +02:00
2012-01-04 21:57:24 +01:00
# PATCH-FIX-OPENSUSE polkit-no-wheel-group.patch vuntz@opensuse.org -- In openSUSE, there's no special meaning for the wheel group, so we shouldn't allow it to be admin
Patch0 : polkit-no-wheel-group.patch
2017-06-14 09:42:13 +02:00
# PATCH-FIX-OPENSUSE polkit-gettext.patch lnussel@suse.de -- allow fallback to gettext for polkit action translations
2018-04-10 10:51:08 +02:00
Patch1 : polkit-gettext.patch
2018-03-09 16:50:59 +01:00
# PATCH-FIX-UPSTREAM pkexec.patch schwab@suse.de -- pkexec: allow --version and --help even if not setuid
2018-04-10 10:51:08 +02:00
Patch2 : pkexec.patch
BuildRequires : gcc-c++
2009-07-30 18:07:53 +02:00
BuildRequires : gtk-doc
BuildRequires : intltool
2010-08-26 11:13:54 +02:00
BuildRequires : libexpat-devel
2018-04-10 10:51:08 +02:00
# needed for patch1 and 2
2012-02-24 13:54:59 +01:00
BuildRequires : libtool
2010-08-26 11:13:54 +02:00
BuildRequires : pam-devel
2018-04-10 10:51:08 +02:00
BuildRequires : systemd-rpm-macros
BuildRequires : pkgconfig(gio-unix-2.0) >= 2.30.0
BuildRequires : pkgconfig(gmodule-2.0) >= 2.30.0
BuildRequires : pkgconfig(gobject-introspection-1.0) >= 0.6.2
BuildRequires : pkgconfig(libsystemd)
BuildRequires : pkgconfig(mozjs-52)
BuildRequires : pkgconfig(systemd)
2017-08-30 23:08:18 +02:00
# gtk-doc drags indirectyly ruby in for one of the helpers. This in turn causes a build cycle.
#!BuildIgnore: ruby
Requires : dbus-1
Requires : libpolkit0 = %{version} -%{release}
2018-02-28 22:45:09 +01:00
# FIXME: use proper Requires(pre/post/preun/...)
2017-08-30 23:08:18 +02:00
PreReq : permissions
PreReq : pwdutils
2012-11-15 11:48:44 +01:00
%systemd_requires
2018-04-10 10:51:08 +02:00
2011-04-26 19:03:02 +02:00
# Upstream First - Policy:
# Never add any patches to this package without the upstream commit id
# in the patch. Any patches added here without a very good reason to make
# an exception will be silently removed with the next version update.
2009-07-30 18:07:53 +02:00
%description
PolicyKit is a toolkit for defining and handling authorizations.
It is used for allowing unprivileged processes to speak to privileged
processes.
%package devel
Summary : Development files for PolicyKit
2010-08-26 11:13:54 +02:00
Group : Development/Libraries/C and C++
2018-02-28 22:45:09 +01:00
Requires : %{name} = %{version} -%{release}
2012-01-09 11:07:22 +01:00
Requires : libpolkit0 = %{version}
2009-07-30 18:07:53 +02:00
Requires : pkgconfig
2012-06-14 09:36:01 +02:00
Requires : typelib-1_0-Polkit-1_0 = %{version}
2009-07-30 18:07:53 +02:00
%description devel
Development files for PolicyKit Authorization Framework.
%package doc
Summary : Development documentation for PolicyKit
2010-08-26 11:13:54 +02:00
Group : Development/Libraries/C and C++
2010-01-18 13:07:53 +01:00
%if 0%{?suse_version} >= 1120
BuildArch : noarch
%endif
2009-07-30 18:07:53 +02:00
%description doc
Development documentation for PolicyKit Authorization Framework.
%package -n libpolkit0
2012-01-09 11:07:22 +01:00
Summary : PolicyKit Authorization Framework -- Libraries
2010-08-26 11:13:54 +02:00
Group : System/Libraries
2012-11-16 03:04:03 +01:00
Requires : %{name} >= %{version}
2009-07-30 18:07:53 +02:00
%description -n libpolkit0
PolicyKit is a toolkit for defining and handling authorizations.
It is used for allowing unprivileged processes to speak to privileged
processes.
This package contains the libraries only.
2012-01-09 11:07:22 +01:00
%package -n typelib-1_0-Polkit-1_0
Summary : PolicyKit Authorization Framework -- Introspection bindings
Group : System/Libraries
%description -n typelib-1_0-Polkit-1_0
PolicyKit is a toolkit for defining and handling authorizations.
It is used for allowing unprivileged processes to speak to privileged
processes.
This package provides the GObject Introspection bindings for PolicyKit.
2009-07-30 18:07:53 +02:00
%prep
%setup -q
2011-11-02 17:05:54 +01:00
%patch0 -p1
2013-06-15 09:47:13 +02:00
%patch1 -p1
2018-04-10 10:51:08 +02:00
%patch2 -p1
2009-07-30 18:07:53 +02:00
%build
2010-04-16 01:31:12 +02:00
export V=1
2018-04-10 10:51:08 +02:00
# needed for patch1 and patch2
2012-02-24 13:54:59 +01:00
autoreconf -fi
export SUID_CFLAGS=" - f P I E "
2012-08-22 20:26:50 +02:00
export SUID_LDFLAGS=" - z n o w - p i e "
2009-07-30 18:07:53 +02:00
%configure \
--with-os-type=suse \
--enable-gtk-doc \
2012-02-24 13:54:59 +01:00
--with-pic \
2009-07-30 18:07:53 +02:00
--disable-static \
2010-08-26 11:13:54 +02:00
--enable-introspection \
2010-01-18 13:07:53 +01:00
--enable-examples \
2012-09-21 23:03:29 +02:00
--enable-libsystemd-login \
--libexecdir=%{_libexecdir} /polkit-1
2012-02-24 13:54:59 +01:00
make %{?_smp_mflags}
2009-07-30 18:07:53 +02:00
%install
2012-09-21 23:03:29 +02:00
%make_install
2018-02-28 22:45:09 +01:00
find %{buildroot} -type f -name " * . l a " -delete -print
2012-09-25 17:49:47 +02:00
# create $HOME for polkit user
install -d %{buildroot} %{_localstatedir} /lib/polkit
2009-07-30 18:07:53 +02:00
%find_lang polkit-1
2012-09-21 23:03:29 +02:00
%pre
getent group polkitd > /dev/null || groupadd -r polkitd
2012-09-25 17:49:47 +02:00
getent passwd polkitd > /dev/null || useradd -r -g polkitd -d %{_localstatedir} /lib/polkit -s /sbin/nologin -c " U s e r f o r p o l k i t d " polkitd
2012-11-15 11:48:44 +01:00
%service_add_pre polkit.service
2012-09-21 23:03:29 +02:00
exit 0
2012-11-15 11:48:44 +01:00
%preun
%service_del_preun polkit.service
%postun
%service_del_postun polkit.service
2009-07-30 18:07:53 +02:00
%post
2011-05-06 23:12:17 +02:00
%set_permissions %{_bindir} /pkexec
%set_permissions %{_prefix} /lib/polkit-1/polkit-agent-helper-1
2012-11-15 11:48:44 +01:00
%service_add_post polkit.service
2011-05-06 23:12:17 +02:00
2009-07-30 18:07:53 +02:00
%verify script
2009-08-13 23:33:53 +02:00
%verify _permissions -e %{_bindir} /pkexec
2009-07-30 18:07:53 +02:00
%verify _permissions -e %{_prefix} /lib/polkit-1/polkit-agent-helper-1
%post -n libpolkit0 -p /sbin/ldconfig
%postun -n libpolkit0 -p /sbin/ldconfig
%files -n libpolkit0
2012-09-21 23:03:29 +02:00
%{_libdir} /libpolkit-agent-1.so.*
%{_libdir} /libpolkit-gobject-1.so.*
2012-01-09 11:07:22 +01:00
%files -n typelib-1_0-Polkit-1_0
2010-08-26 11:13:54 +02:00
%{_libdir} /girepository-1.0/Polkit-1.0.typelib
2011-04-15 16:12:10 +02:00
%{_libdir} /girepository-1.0/PolkitAgent-1.0.typelib
2009-07-30 18:07:53 +02:00
%files -f polkit-1.lang
2018-02-28 22:45:09 +01:00
%license COPYING
2012-09-21 23:03:29 +02:00
%{_mandir} /man1/pkexec.1%{?ext_man}
%{_mandir} /man1/pkaction.1%{?ext_man}
%{_mandir} /man1/pkcheck.1%{?ext_man}
%{_mandir} /man1/pkttyagent.1%{?ext_man}
%{_mandir} /man8/polkitd.8%{?ext_man}
%{_mandir} /man8/polkit.8%{?ext_man}
2010-11-11 13:26:16 +01:00
%dir %{_datadir} /dbus-1
2012-09-21 23:03:29 +02:00
%dir %{_datadir} /dbus-1/system-services
%{_datadir} /dbus-1/system-services/org.freedesktop.PolicyKit1.service
2009-07-30 18:07:53 +02:00
%dir %{_datadir} /polkit-1
%dir %{_datadir} /polkit-1/actions
%{_datadir} /polkit-1/actions/org.freedesktop.policykit.policy
2012-09-27 11:04:21 +02:00
%attr (0700,polkitd,root) %dir %{_datadir} /polkit-1/rules.d
2010-11-11 13:26:16 +01:00
%dir %{_sysconfdir} /dbus-1
%dir %{_sysconfdir} /dbus-1/system.d
2013-01-09 15:30:23 +01:00
%config %{_sysconfdir} /dbus-1/system.d/org.freedesktop.PolicyKit1.conf
%config %{_sysconfdir} /pam.d/polkit-1
2010-08-26 11:13:54 +02:00
%dir %{_sysconfdir} /polkit-1
2012-09-27 11:04:21 +02:00
%attr (0700,polkitd,root) %dir %{_sysconfdir} /polkit-1/rules.d
2013-01-09 15:30:23 +01:00
%config %{_sysconfdir} /polkit-1/rules.d/50-default.rules
2009-07-30 18:07:53 +02:00
%{_bindir} /pkaction
%{_bindir} /pkcheck
2009-08-13 23:33:53 +02:00
%verify (not mode) %attr (4755,root,root) %{_bindir} /pkexec
2012-09-21 23:03:29 +02:00
%{_bindir} /pkttyagent
%dir %{_libexecdir} /polkit-1
%{_libexecdir} /polkit-1/polkitd
2009-08-13 23:33:53 +02:00
%verify (not mode) %attr (4755,root,root) %{_prefix} /lib/polkit-1/polkit-agent-helper-1
2012-09-25 17:49:47 +02:00
# $HOME for polkit user
%dir %{_localstatedir} /lib/polkit
2016-06-08 13:19:35 +02:00
%{_unitdir} /polkit.service
2009-07-30 18:07:53 +02:00
%files devel
2012-09-21 23:03:29 +02:00
%{_libdir} /libpolkit-agent-1.so
%{_libdir} /libpolkit-gobject-1.so
%{_libdir} /pkgconfig/polkit-agent-1.pc
%{_libdir} /pkgconfig/polkit-gobject-1.pc
%{_includedir} /polkit-1/
2009-07-30 18:07:53 +02:00
%{_bindir} /pk-example-frobnicate
2010-08-26 11:13:54 +02:00
%{_datadir} /gir-1.0/*.gir
2009-07-30 18:07:53 +02:00
%{_datadir} /polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
2017-08-30 23:08:18 +02:00
%{_datadir} /gettext/its/polkit.its
%{_datadir} /gettext/its/polkit.loc
2009-07-30 18:07:53 +02:00
%files doc
2011-03-09 15:03:42 +01:00
%doc NEWS
2012-09-21 23:03:29 +02:00
%doc %{_datadir} /gtk-doc/html/polkit-1/
2009-07-30 18:07:53 +02:00
%changelog