Unify macros in spec file
This commit is contained in:
parent
afc214ec76
commit
fd638457eb
@ -100,7 +100,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
# Install tests
|
||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
||||
@ -127,6 +127,7 @@ make test
|
||||
%changelog
|
||||
* Mon Jan 24 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.22-1
|
||||
- 6.22 bump
|
||||
- Unify macros in spec file
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user