Dr. Werner Fink 2016-04-12 16:58:01 +00:00 committed by Git OBS Bridge
parent 6cc807b5a7
commit 07caf8a682
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 12 16:04:19 UTC 2016 - werner@suse.de
- Work around broken perl_gen_filelist rpm macro
-------------------------------------------------------------------
Wed Mar 30 14:32:20 UTC 2016 - werner@suse.de

View File

@ -3407,7 +3407,7 @@ popd
pushd ../biblatex-biber-*
./Build install destdir=%{buildroot}
chmod 0755 %{buildroot}%{_bindir}/biber
chmod 0644 %{buildroot}%{_mandir}/man1/biber.1*
rm -vf %{buildroot}%{_mandir}/man1/biber.1*
chmod 0644 %{buildroot}%{perl_vendorlib}/Biber.pm
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Biber
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Unicode/Collate/*
@ -3415,6 +3415,9 @@ popd
rm -vrf %{buildroot}%{_mandir}/man3
%perl_process_packlist
%perl_gen_filelist
pushd blib
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/
popd
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
popd
mv ../biblatex-biber-*/texlive.files perl-biber.files