Unify to use macros
This commit is contained in:
parent
be27485174
commit
f788f0d462
@ -69,7 +69,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING IS_MAINTAINER NET_PING_FAIL_IP PERL_TEST_Net_Ping \
|
||||
@ -84,6 +84,7 @@ make test
|
||||
|
||||
%changelog
|
||||
* Wed Nov 02 2022 Michal Josef Špaček <mspacek@redhat.com> - 2.75-2
|
||||
- Unify to use macros
|
||||
- Update license to SPDX format
|
||||
|
||||
* Tue Sep 06 2022 Michal Josef Špaček <mspacek@redhat.com> - 2.75-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user