use build macros: tstellar

This commit is contained in:
Jan Rybar 2023-08-07 17:53:17 +02:00
parent 061b367881
commit fa7178b4ae

View File

@ -1,6 +1,6 @@
Name: polkit-pkla-compat
Version: 0.1
Release: 25%{?dist}
Release: 26%{?dist}
Summary: Rules for polkit to add compatibility with pklocalauthority
# GPLv2-licensed ltmain.sh and Apache-licensed mocklibc are not shipped in
# the binary package.
@ -26,10 +26,10 @@ of later polkit releases.
%build
%configure
make %{?_smp_mflags} V=1
%make_build
%install
%make_install INSTALL='install -p'
%make_install
%check
make check
@ -50,6 +50,10 @@ make check
%dir %{_localstatedir}/lib/polkit-1/localauthority/*.d
%changelog
* Mon Aug 07 2023 Jan Rybar <jrybar@redhat.com> - 0.1-26
- use build macros, on behalf of original author Tom Stellard (tstellar)
- Pagure doesn't allow one-click rebase, AFAIK
* Mon Aug 07 2023 Lukáš Zaoral <lzaoral@redhat.com> - 0.1-25
- migrate to SPDX license format