File cups-pk-helper.spec of Package cups-pk-helper
#
# spec file for package cups-pk-helper
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
Name: cups-pk-helper
License: GPLv2+
Group: Hardware/Printing
Version: 0.2.1
Release: 1
Summary: PolicyKit helper to configure cups with fine-grained privileges
Url: http://www.freedesktop.org/software/cups-pk-helper/releases/
Source0: http://www.freedesktop.org/software/cups-pk-helper/releases/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cups-devel
# For directory ownership
BuildRequires: dbus-1
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: polkit-devel
Recommends: %{name}-lang
%description
This package provides a PolicyKit helper to configure cups with
fine-grained privileges. For example, it's possible to let users
enable/disable printers without requiring a password, while still
requiring a password for editing printer settings.
%lang_package
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_sysconfdir}/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
%{_libexecdir}/cups-pk-helper-mechanism
%{_datadir}/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
%{_datadir}/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
%files lang -f %{name}.lang
%changelog