Use macros instead of variables

This commit is contained in:
Michal Josef Špaček 2022-12-07 21:57:28 +01:00
parent 429e42bc0e
commit 051503cbf2

View File

@ -48,7 +48,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%install %install
%{make_install} %{make_install}
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} %{buildroot}/*
%check %check
unset RELEASE_TESTING TI_END TI_MODE TI_NOCLEAN TI_QUIET TI_START TI_TESTNUM \ unset RELEASE_TESTING TI_END TI_MODE TI_NOCLEAN TI_QUIET TI_START TI_TESTNUM \
@ -64,6 +64,7 @@ make test
%changelog %changelog
* Wed Dec 07 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.09-13 * Wed Dec 07 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.09-13
- Update license to SPDX format - Update license to SPDX format
- Use macros instead of variables
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-12 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild