Use macro for buildroot
This commit is contained in:
parent
df75b7d4c8
commit
242fa714a2
@ -27,7 +27,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
unset AUTOMATED_TESTING PERL_CANARY_STABILITY_COLOUR \
|
||||
@ -42,6 +42,7 @@ make test
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2022 Michal Josef Špaček <mspacek@redhat.com> - 2013-13
|
||||
- Use macro for buildroot
|
||||
- Update license to SPDX format
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2013-12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user