Unify build root to macro usage only

This commit is contained in:
Michal Josef Špaček 2021-05-06 23:08:22 +02:00
parent 473c09451e
commit 2a1efb1ae9

View File

@ -179,7 +179,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --aliases < /de
%install
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%{_fixperms} %{buildroot}/*
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a t talk-to-ourself %{buildroot}%{_libexecdir}/%{name}
@ -217,6 +217,7 @@ make test
%changelog
* Thu May 06 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.54-1
- 6.54 bump
- Unify build root to macro usage only
* Tue Mar 09 2021 Petr Pisar <ppisar@redhat.com> - 6.53-2
- Package talk-to-ourself script with the tests