Accepting request 1138771 from Publishing:TeXLive
- Fix wrong sys link target name for context.lua (Jianhua Lu) - Use gzip -n9 for bit-reproducible man-pages (Bernhard Wiedemann) - Re-run spec file generator to include the changes above OBS-URL: https://build.opensuse.org/request/show/1138771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=92
This commit is contained in:
commit
02559aade8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 15 07:34:20 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Fix wrong sys link target name for context.lua (Jianhua Lu)
|
||||||
|
- Use gzip -n9 for bit-reproducible man-pages (Bernhard Wiedemann)
|
||||||
|
- Re-run spec file generator to include the changes above
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 17 14:23:06 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
Fri Nov 17 14:23:06 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
11
texlive.spec
11
texlive.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texlive
|
# spec file for package texlive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define texlive_version 2023
|
%define texlive_version 2023
|
||||||
%define texlive_previous 2022
|
%define texlive_previous 2022
|
||||||
%define texlive_release 20230311
|
%define texlive_release 20230311
|
||||||
%define texlive_noarch 209
|
%define texlive_noarch 212
|
||||||
%define texlive_source texlive-20230311-source
|
%define texlive_source texlive-20230311-source
|
||||||
%define biber_version 2.19
|
%define biber_version 2.19
|
||||||
|
|
||||||
@ -4564,7 +4564,7 @@ popd
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
pushd blib
|
pushd blib
|
||||||
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/biber-ms.1
|
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/biber-ms.1
|
||||||
gzip -n %{buildroot}%{_mandir}/man1/biber-ms.1
|
gzip -n9 %{buildroot}%{_mandir}/man1/biber-ms.1
|
||||||
popd
|
popd
|
||||||
sed -ri "/^use warnings;/a\use lib %{perl_vendorlib}/biber-ms;" %{buildroot}%{_bindir}/biber-ms
|
sed -ri "/^use warnings;/a\use lib %{perl_vendorlib}/biber-ms;" %{buildroot}%{_bindir}/biber-ms
|
||||||
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
|
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
|
||||||
@ -4586,7 +4586,7 @@ popd
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
pushd blib
|
pushd blib
|
||||||
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/
|
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/
|
||||||
gzip -n %{buildroot}%{_mandir}/man1/biber.1
|
gzip -n9 %{buildroot}%{_mandir}/man1/biber.1
|
||||||
popd
|
popd
|
||||||
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
|
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
|
||||||
popd
|
popd
|
||||||
@ -4660,6 +4660,7 @@ popd
|
|||||||
find -type l -printf '%f\a%l\n' | \
|
find -type l -printf '%f\a%l\n' | \
|
||||||
while IFS=$'\a' read dst src; do
|
while IFS=$'\a' read dst src; do
|
||||||
case "$src" in
|
case "$src" in
|
||||||
|
/*) ;;
|
||||||
%if 0%{texlive_version} >= 2013
|
%if 0%{texlive_version} >= 2013
|
||||||
*/texmf/*) ln -vsf ../share/texmf/${src#../texmf/} $dst ;;
|
*/texmf/*) ln -vsf ../share/texmf/${src#../texmf/} $dst ;;
|
||||||
%else
|
%else
|
||||||
@ -4740,7 +4741,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
# install manual page of public
|
# install manual page of public
|
||||||
install -m 0644 %{S:51} %{buildroot}%{_mandir}/man8/public.8
|
install -m 0644 %{S:51} %{buildroot}%{_mandir}/man8/public.8
|
||||||
gzip %{buildroot}%{_mandir}/man8/public.8
|
gzip -n9 %{buildroot}%{_mandir}/man8/public.8
|
||||||
|
|
||||||
# is part of texlive-kpathsea
|
# is part of texlive-kpathsea
|
||||||
rm -vf %{buildroot}%{_texmfconfdir}/web2c/fmtutil.cnf
|
rm -vf %{buildroot}%{_texmfconfdir}/web2c/fmtutil.cnf
|
||||||
|
Loading…
Reference in New Issue
Block a user