This commit is contained in:
Cristy 2024-05-02 20:44:15 -04:00
parent f48af39436
commit 345cd9022e

View file

@ -291,7 +291,7 @@ find %{buildroot} -name "perllocal.pod" |xargs rm -f
# perlmagick: build files list # perlmagick: build files list
echo "%defattr(-,root,root,-)" > perl-pkg-files echo "%defattr(-,root,root,-)" > perl-pkg-files
mv %{buildroot}/%{_prefix}/man/man3 %{buildroot}/%{_prefix}/share/man mv %{buildroot}/%{_prefix}/man/man3 %{buildroot}/%{_prefix}/share/man
mv %{buildroot}/%{_prefix}/lib/perl* %{buildroot}/%{_libdir} mv %{buildroot}/%{_prefix}/lib/perl* %{buildroot}/%{_libdir}
find %{buildroot}/%{_libdir}/perl* -type f -print \ find %{buildroot}/%{_libdir}/perl* -type f -print \
| sed "s@^%{buildroot}@@g" > perl-pkg-files | sed "s@^%{buildroot}@@g" > perl-pkg-files
if [ -z perl-pkg-files ] ; then if [ -z perl-pkg-files ] ; then