.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=66
This commit is contained in:
parent
1f4692366f
commit
2d63bcb661
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 07:41:21 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Generate/remove specific formats at installation/erease of a
|
||||||
|
package (boo#1046277)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 27 14:31:44 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix some descriptions of PostScript Type 1 binary files (boo#1046104)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 13:21:21 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Yet an other move for texlive-pas-cours that is move
|
||||||
|
doc/latex/pas-cours/macro-calculs.tex to tex/latex/pas-cours/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 12:50:00 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Avoid to depend on optional milog.cfg
|
||||||
|
- texlive-milog does replace mathgl-tex
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 10:20:17 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Do not require own provided perl modules for latexindent
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 06:39:06 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Change left over texlive-pdftex-def for texlive-latex-bin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 19 13:31:54 UTC 2017 - werner@suse.de
|
Mon Jun 19 13:31:54 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define texlive_version 2017
|
%define texlive_version 2017
|
||||||
%define texlive_previous 2016
|
%define texlive_previous 2016
|
||||||
%define texlive_release 20170520
|
%define texlive_release 20170520
|
||||||
%define texlive_noarch 125
|
%define texlive_noarch 130
|
||||||
|
|
||||||
#!BuildIgnore: texlive
|
#!BuildIgnore: texlive
|
||||||
|
|
||||||
@ -50,6 +50,7 @@ Name: texlive-specs-u
|
|||||||
Version: 2017
|
Version: 2017
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
|
BuildRequires: t1utils
|
||||||
BuildRequires: texlive-filesystem
|
BuildRequires: texlive-filesystem
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -1907,13 +1908,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-roboto-fonts
|
%post -n texlive-roboto-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-roboto
|
mkfontscale %{_datadir}/fonts/texlive-roboto
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-roboto
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-roboto
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-roboto-fonts
|
%postun -n texlive-roboto-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-roboto-doc
|
%files -n texlive-roboto-doc
|
||||||
@ -4047,13 +4048,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-romande-fonts
|
%post -n texlive-romande-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-romande
|
mkfontscale %{_datadir}/fonts/texlive-romande
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-romande
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-romande
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-romande-fonts
|
%postun -n texlive-romande-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-romande-doc
|
%files -n texlive-romande-doc
|
||||||
@ -4479,13 +4480,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-rosario-fonts
|
%post -n texlive-rosario-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-rosario
|
mkfontscale %{_datadir}/fonts/texlive-rosario
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-rosario
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-rosario
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-rosario-fonts
|
%postun -n texlive-rosario-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-rosario-doc
|
%files -n texlive-rosario-doc
|
||||||
@ -5223,13 +5224,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-rsfs-fonts
|
%post -n texlive-rsfs-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-rsfs
|
mkfontscale %{_datadir}/fonts/texlive-rsfs
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-rsfs
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-rsfs
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-rsfs-fonts
|
%postun -n texlive-rsfs-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-rsfs-doc
|
%files -n texlive-rsfs-doc
|
||||||
@ -6712,13 +6713,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-sanskrit-t1-fonts
|
%post -n texlive-sanskrit-t1-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-sanskrit-t1
|
mkfontscale %{_datadir}/fonts/texlive-sanskrit-t1
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sanskrit-t1
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sanskrit-t1
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-sanskrit-t1-fonts
|
%postun -n texlive-sanskrit-t1-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-sanskrit-t1-doc
|
%files -n texlive-sanskrit-t1-doc
|
||||||
@ -7240,13 +7241,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-sansmathfonts-fonts
|
%post -n texlive-sansmathfonts-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-sansmathfonts
|
mkfontscale %{_datadir}/fonts/texlive-sansmathfonts
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sansmathfonts
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sansmathfonts
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-sansmathfonts-fonts
|
%postun -n texlive-sansmathfonts-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-sansmathfonts-doc
|
%files -n texlive-sansmathfonts-doc
|
||||||
@ -8949,13 +8950,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-scanpages-fonts
|
%post -n texlive-scanpages-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-scanpages
|
mkfontscale %{_datadir}/fonts/texlive-scanpages
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-scanpages
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-scanpages
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-scanpages-fonts
|
%postun -n texlive-scanpages-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-scanpages-doc
|
%files -n texlive-scanpages-doc
|
||||||
@ -11427,13 +11428,13 @@ test -d /var/run/texlive || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
|
|
||||||
%post -n texlive-semaphor-fonts
|
%post -n texlive-semaphor-fonts
|
||||||
|
fc-cache -s %{_datadir}/fonts
|
||||||
mkfontscale %{_datadir}/fonts/texlive-semaphor
|
mkfontscale %{_datadir}/fonts/texlive-semaphor
|
||||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-semaphor
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-semaphor
|
||||||
fc-cache %{_datadir}/fonts
|
|
||||||
|
|
||||||
%postun -n texlive-semaphor-fonts
|
%postun -n texlive-semaphor-fonts
|
||||||
if test $1 = 0; then
|
if test $1 = 0; then
|
||||||
fc-cache %{_datadir}/fonts
|
fc-cache -s %{_datadir}/fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -n texlive-semaphor-doc
|
%files -n texlive-semaphor-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user