Blame SPECS/polkit-pkla-compat.spec

29a89b
Name:		polkit-pkla-compat
29a89b
Version:	0.1
29a89b
Release:	12%{?dist}
29a89b
Summary:	Rules for polkit to add compatibility with pklocalauthority
29a89b
# GPLv2-licensed ltmain.sh and Apache-licensed mocklibc are not shipped in
29a89b
# the binary package.
29a89b
License:	LGPLv2+
29a89b
URL:		https://pagure.io/polkit-pkla-compat
29a89b
Source0:	http://releases.pagure.org/polkit-pkla-compat/polkit-pkla-compat-%{version}.tar.xz
29a89b
29a89b
BuildRequires:	docbook-style-xsl, libxslt, glib2-devel, polkit-devel
29a89b
# To ensure the polkitd group already exists when this is installed
29a89b
Requires(pre): polkit
29a89b
29a89b
%global _hardened_build 1
29a89b
29a89b
%description
29a89b
A polkit JavaScript rule and associated helpers that mostly provide
29a89b
compatibility with the .pkla file format supported in polkit <= 0.105 for users
29a89b
of later polkit releases.
29a89b
29a89b
%prep
29a89b
%setup -q
29a89b
29a89b
%build
29a89b
%configure
29a89b
make %{?_smp_mflags} V=1
29a89b
29a89b
%install
29a89b
%make_install INSTALL='install -p'
29a89b
29a89b
%check
29a89b
make check
29a89b
29a89b
%files
29a89b
%doc AUTHORS COPYING NEWS README
29a89b
%dir %attr(0750,root,polkitd) %dir %{_sysconfdir}/polkit-1/localauthority
29a89b
%dir %{_sysconfdir}/polkit-1/localauthority/*.d
29a89b
%dir %{_sysconfdir}/polkit-1/localauthority.conf.d
29a89b
%config(noreplace) %{_sysconfdir}/polkit-1/rules.d/49-polkit-pkla-compat.rules
29a89b
%{_bindir}/pkla-admin-identities
29a89b
%{_bindir}/pkla-check-authorization
29a89b
%{_mandir}/man8/pkla-admin-identities.8*
29a89b
%{_mandir}/man8/pkla-check-authorization.8*
29a89b
%{_mandir}/man8/pklocalauthority.8*
29a89b
%dir %attr(0750,root,polkitd) %{_localstatedir}/lib/polkit-1
29a89b
%dir %{_localstatedir}/lib/polkit-1/localauthority
29a89b
%dir %{_localstatedir}/lib/polkit-1/localauthority/*.d
29a89b
29a89b
%changelog
29a89b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-12
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
29a89b
29a89b
* Sat Oct 21 2017 Miloslav Trmač <mitr@redhat.com> - 0.1-11
29a89b
- Update URL: and Source0: to point to Pagure instead of fedorahosted.org
29a89b
  Resolves: #1502386
29a89b
29a89b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-10
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
29a89b
29a89b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-9
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
29a89b
29a89b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-8
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
29a89b
29a89b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-7
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
29a89b
29a89b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-6
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
29a89b
29a89b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
29a89b
29a89b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
29a89b
29a89b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
29a89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
29a89b
29a89b
* Thu May  9 2013 Miloslav Trmač <mitr@redhat.com> - 0.1-2
29a89b
- Add a comment above License about SRPM-only licenses
29a89b
- Reword Summary: to avoid a rpmlint warning
29a89b
- Move INSTALL= to the %%install section
29a89b
29a89b
* Tue May  7 2013 Miloslav Trmač <mitr@redhat.com> - 0.1-1
29a89b
- Initial package