Accepting request 585981 from Publishing:TeXLive
- Use font-config macros (boo#1083212) *with* xorg-x11-fonts-core (for encodings), mkfontdir (ditto), and mkfontscale OBS-URL: https://build.opensuse.org/request/show/585981 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive-specs-a?expand=0&rev=35
This commit is contained in:
commit
ea07af5214
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 10:19:12 UTC 2018 - werner@suse.de
|
||||
|
||||
- Use font-config macros (boo#1083212) *with* xorg-x11-fonts-core
|
||||
(for encodings), mkfontdir (ditto), and mkfontscale
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 11:20:16 UTC 2018 - werner@suse.de
|
||||
|
||||
|
@ -52,6 +52,8 @@ Name: texlive-specs-a
|
||||
Version: 2017
|
||||
Release: 0
|
||||
BuildRequires: ed
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: t1utils
|
||||
BuildRequires: texlive-filesystem
|
||||
BuildRequires: xz
|
||||
@ -275,14 +277,12 @@ Summary: Severed fonts for texlive-Asana-Math
|
||||
License: OFL-1.1
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-Asana-Math-fonts
|
||||
The separated fonts package for texlive-Asana-Math
|
||||
@ -306,16 +306,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-Asana-Math-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-Asana-Math
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-Asana-Math
|
||||
|
||||
%postun -n texlive-Asana-Math-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-Asana-Math-fonts
|
||||
%files -n texlive-Asana-Math-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/Asana-Math/FontLog.txt
|
||||
@ -1225,7 +1216,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.2.14svn19603
|
||||
Release: 0
|
||||
Summary: Font installation guide
|
||||
License: GFDL-1.2
|
||||
License: GFDL-1.2-only
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -1365,7 +1356,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn29725
|
||||
Release: 0
|
||||
Summary: Advanced PS, PDF, EPS converter
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive-a2ping-bin >= %{texlive_version}
|
||||
@ -1405,7 +1396,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn29725
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-a2ping
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -2273,14 +2264,12 @@ Summary: Severed fonts for texlive-academicons
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-academicons-fonts
|
||||
The separated fonts package for texlive-academicons
|
||||
@ -2304,16 +2293,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-academicons-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-academicons
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-academicons
|
||||
|
||||
%postun -n texlive-academicons-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-academicons-fonts
|
||||
%files -n texlive-academicons-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/academicons/README
|
||||
@ -2341,7 +2321,7 @@ fi
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn32089
|
||||
Release: 0
|
||||
Summary: Accanthis fonts, with LaTeX support
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -2460,7 +2440,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn32089
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-accanthis
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Provides: locale(texlive-accanthis-doc:fr)
|
||||
@ -2473,17 +2453,15 @@ This package includes the documentation for texlive-accanthis
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn32089
|
||||
Release: 0
|
||||
Summary: Severed fonts for texlive-accanthis
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-accanthis-fonts
|
||||
The separated fonts package for texlive-accanthis
|
||||
@ -2509,16 +2487,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-accanthis-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-accanthis
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-accanthis
|
||||
|
||||
%postun -n texlive-accanthis-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-accanthis-fonts
|
||||
%files -n texlive-accanthis-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/accanthis/Accanthis-Cat.pdf
|
||||
@ -2640,7 +2609,7 @@ fi
|
||||
Version: %{texlive_version}.%{texlive_noarch}.0.0.25svn18835
|
||||
Release: 0
|
||||
Summary: Utilities to derive new fonts from existing ones
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive-accfonts-bin >= %{texlive_version}
|
||||
@ -2690,7 +2659,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.0.0.25svn18835
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-accfonts
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -3658,7 +3627,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1svn41972
|
||||
Release: 0
|
||||
Summary: Easier use of fonts without LaTeX support
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -3695,7 +3664,7 @@ date: 2016-09-07 03:50:59 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1svn41972
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-addfont
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -3956,14 +3925,12 @@ Summary: Severed fonts for texlive-adforn
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-adforn-fonts
|
||||
The separated fonts package for texlive-adforn
|
||||
@ -3989,16 +3956,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-adforn-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-adforn
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-adforn
|
||||
|
||||
%postun -n texlive-adforn-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-adforn-fonts
|
||||
%files -n texlive-adforn-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/adforn/COPYING
|
||||
@ -4105,14 +4063,12 @@ Summary: Severed fonts for texlive-adfsymbols
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-adfsymbols-fonts
|
||||
The separated fonts package for texlive-adfsymbols
|
||||
@ -4140,16 +4096,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-adfsymbols-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-adfsymbols
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-adfsymbols
|
||||
|
||||
%postun -n texlive-adfsymbols-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-adfsymbols-fonts
|
||||
%files -n texlive-adfsymbols-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/adfsymbols/COPYING
|
||||
@ -4829,7 +4776,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.0svn39438
|
||||
Release: 0
|
||||
Summary: Macros for drawing adpositional trees
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -4863,7 +4810,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.0svn39438
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-adtrees
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -8692,14 +8639,12 @@ Summary: Severed fonts for texlive-alegreya
|
||||
License: OFL-1.1
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-alegreya-fonts
|
||||
The separated fonts package for texlive-alegreya
|
||||
@ -8725,16 +8670,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-alegreya-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-alegreya
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-alegreya
|
||||
|
||||
%postun -n texlive-alegreya-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-alegreya-fonts
|
||||
%files -n texlive-alegreya-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/alegreya/OFL.txt
|
||||
@ -11140,7 +11076,7 @@ fi
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn44166
|
||||
Release: 0
|
||||
Summary: Extended TeX
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires: texlive-antomega >= %{texlive_version}
|
||||
@ -11636,7 +11572,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn42428
|
||||
Release: 0
|
||||
Summary: A suite of tools for typesetting algorithms in pseudo-code
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -11672,7 +11608,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn42428
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-algorithms
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Provides: locale(texlive-algorithms-doc:en)
|
||||
@ -11763,14 +11699,12 @@ Summary: Severed fonts for texlive-alkalami
|
||||
License: OFL-1.1
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-alkalami-fonts
|
||||
The separated fonts package for texlive-alkalami
|
||||
@ -11794,16 +11728,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-alkalami-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-alkalami
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-alkalami
|
||||
|
||||
%postun -n texlive-alkalami-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-alkalami-fonts
|
||||
%files -n texlive-alkalami-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/alkalami/AlkalamiSample.pdf
|
||||
@ -11900,14 +11825,12 @@ Summary: Severed fonts for texlive-allrunes
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-allrunes-fonts
|
||||
The separated fonts package for texlive-allrunes
|
||||
@ -11933,16 +11856,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-allrunes-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-allrunes
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-allrunes
|
||||
|
||||
%postun -n texlive-allrunes-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-allrunes-fonts
|
||||
%files -n texlive-allrunes-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/allrunes/README.txt
|
||||
@ -12693,14 +12607,12 @@ Summary: Severed fonts for texlive-almfixed
|
||||
License: LPPL-1.3c
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-almfixed-fonts
|
||||
The separated fonts package for texlive-almfixed
|
||||
@ -12724,16 +12636,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-almfixed-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-almfixed
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-almfixed
|
||||
|
||||
%postun -n texlive-almfixed-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-almfixed-fonts
|
||||
%files -n texlive-almfixed-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/almfixed/README
|
||||
@ -12970,7 +12873,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
|
||||
Release: 0
|
||||
Summary: Alternative font handling in LaTeX
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -13004,7 +12907,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-altfont
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -13182,14 +13085,12 @@ Summary: Severed fonts for texlive-amiri
|
||||
License: OFL-1.1
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-amiri-fonts
|
||||
The separated fonts package for texlive-amiri
|
||||
@ -13213,16 +13114,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-amiri-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-amiri
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-amiri
|
||||
|
||||
%postun -n texlive-amiri-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-amiri-fonts
|
||||
%files -n texlive-amiri-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/amiri/NEWS
|
||||
@ -13626,14 +13518,12 @@ Summary: Severed fonts for texlive-amsfonts
|
||||
License: OFL-1.1
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-amsfonts-fonts
|
||||
The separated fonts package for texlive-amsfonts
|
||||
@ -13669,16 +13559,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-amsfonts-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-amsfonts
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-amsfonts
|
||||
|
||||
%postun -n texlive-amsfonts-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-amsfonts-fonts
|
||||
%files -n texlive-amsfonts-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/amsfonts/OFL-FAQ.txt
|
||||
@ -14572,7 +14453,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.2.0svn21855
|
||||
Release: 0
|
||||
Summary: Vietnamese translation of AMSLaTeX documentation
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -15390,14 +15271,12 @@ Summary: Severed fonts for texlive-anonymouspro
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-anonymouspro-fonts
|
||||
The separated fonts package for texlive-anonymouspro
|
||||
@ -15423,16 +15302,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-anonymouspro-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-anonymouspro
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-anonymouspro
|
||||
|
||||
%postun -n texlive-anonymouspro-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-anonymouspro-fonts
|
||||
%files -n texlive-anonymouspro-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/anonymouspro/AnonymousPro-01.etx
|
||||
@ -15620,7 +15490,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.001.003svn24266
|
||||
Release: 0
|
||||
Summary: URW Antiqua condensed font, for use with TeX
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -15684,7 +15554,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.001.003svn24266
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-antiqua
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -15696,17 +15566,15 @@ This package includes the documentation for texlive-antiqua
|
||||
Version: %{texlive_version}.%{texlive_noarch}.001.003svn24266
|
||||
Release: 0
|
||||
Summary: Severed fonts for texlive-antiqua
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-antiqua-fonts
|
||||
The separated fonts package for texlive-antiqua
|
||||
@ -15732,16 +15600,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-antiqua-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-antiqua
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-antiqua
|
||||
|
||||
%postun -n texlive-antiqua-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-antiqua-fonts
|
||||
%files -n texlive-antiqua-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/antiqua/antiqua.txt
|
||||
@ -16487,14 +16346,12 @@ Summary: Severed fonts for texlive-antt
|
||||
License: LPPL-1.3c
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-antt-fonts
|
||||
The separated fonts package for texlive-antt
|
||||
@ -16520,16 +16377,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-antt-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-antt
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-antt
|
||||
|
||||
%postun -n texlive-antt-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-antt-fonts
|
||||
%files -n texlive-antt-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf
|
||||
@ -17080,7 +16928,7 @@ fi
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn26053
|
||||
Release: 0
|
||||
Summary: LaTeX document shell for ANU final exam
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -18136,7 +17984,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn40322
|
||||
Release: 0
|
||||
Summary: Manage frame numbering in appendixes in beamer
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -18171,7 +18019,7 @@ date: 2016-06-24 17:18:15 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn40322
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-appendixnumberbeamer
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -18680,14 +18528,12 @@ Summary: Severed fonts for texlive-arabi
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-arabi-fonts
|
||||
The separated fonts package for texlive-arabi
|
||||
@ -18713,16 +18559,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-arabi-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-arabi
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-arabi
|
||||
|
||||
%postun -n texlive-arabi-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-arabi-fonts
|
||||
%files -n texlive-arabi-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/latex/arabi/README
|
||||
@ -19067,7 +18904,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.8.4svn44241
|
||||
Release: 0
|
||||
Summary: An ArabTeX-like interface for LuaLaTeX
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(pre): texlive >= %{texlive_version}
|
||||
@ -19117,7 +18954,7 @@ date: 2017-05-06 22:22:36 +0000
|
||||
Version: %{texlive_version}.%{texlive_noarch}.1.8.4svn44241
|
||||
Release: 0
|
||||
Summary: Documentation for texlive-arabluatex
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
|
||||
@ -19332,14 +19169,12 @@ Summary: Severed fonts for texlive-arabtex
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-arabtex-fonts
|
||||
The separated fonts package for texlive-arabtex
|
||||
@ -19365,16 +19200,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-arabtex-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-arabtex
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-arabtex
|
||||
|
||||
%postun -n texlive-arabtex-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-arabtex-fonts
|
||||
%files -n texlive-arabtex-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/latex/arabtex/announce.txt
|
||||
@ -19836,14 +19662,12 @@ Summary: Severed fonts for texlive-aramaic-serto
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-aramaic-serto-fonts
|
||||
The separated fonts package for texlive-aramaic-serto
|
||||
@ -19869,16 +19693,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-aramaic-serto-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-aramaic-serto
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-aramaic-serto
|
||||
|
||||
%postun -n texlive-aramaic-serto-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-aramaic-serto-fonts
|
||||
%files -n texlive-aramaic-serto-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/latex/aramaic-serto/README
|
||||
@ -20315,14 +20130,12 @@ Summary: Severed fonts for texlive-archaic
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-archaic-fonts
|
||||
The separated fonts package for texlive-archaic
|
||||
@ -20348,16 +20161,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-archaic-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-archaic
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-archaic
|
||||
|
||||
%postun -n texlive-archaic-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-archaic-fonts
|
||||
%files -n texlive-archaic-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/archaic/README.PRW
|
||||
@ -20776,14 +20580,12 @@ Summary: Severed fonts for texlive-arev
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-arev-fonts
|
||||
The separated fonts package for texlive-arev
|
||||
@ -20809,16 +20611,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-arev-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-arev
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-arev
|
||||
|
||||
%postun -n texlive-arev-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-arev-fonts
|
||||
%files -n texlive-arev-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/arev/ArevSansLicense.txt
|
||||
@ -21023,14 +20816,12 @@ Summary: Severed fonts for texlive-arimo
|
||||
License: Apache-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-arimo-fonts
|
||||
The separated fonts package for texlive-arimo
|
||||
@ -21056,16 +20847,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-arimo-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-arimo
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-arimo
|
||||
|
||||
%postun -n texlive-arimo-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-arimo-fonts
|
||||
%files -n texlive-arimo-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/fonts/arimo/LICENSE.txt
|
||||
@ -21233,14 +21015,12 @@ Summary: Severed fonts for texlive-armtex
|
||||
License: LPPL-1.0
|
||||
Group: Productivity/Publishing/TeX/Fonts
|
||||
Url: http://www.tug.org/texlive/
|
||||
Requires(post): fontconfig
|
||||
Requires(post): ghostscript-fonts-std
|
||||
Requires(post): mkfontdir
|
||||
Requires(post): mkfontscale
|
||||
Requires(post): xorg-x11-fonts-core
|
||||
Requires(postun): fontconfig
|
||||
Requires(postun): ghostscript-fonts-std
|
||||
Requires(postun): xorg-x11-fonts-core
|
||||
%reconfigure_fonts_prereq
|
||||
Requires(posttrans): fontconfig
|
||||
Requires(posttrans): ghostscript-fonts-std
|
||||
Requires(posttrans): mkfontdir
|
||||
Requires(posttrans): mkfontscale
|
||||
Requires(posttrans): xorg-x11-fonts-core
|
||||
|
||||
%description -n texlive-armtex-fonts
|
||||
The separated fonts package for texlive-armtex
|
||||
@ -21268,16 +21048,7 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
||||
test -d /var/run/texlive || exit 0
|
||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
|
||||
%post -n texlive-armtex-fonts
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
mkfontscale %{_datadir}/fonts/texlive-armtex
|
||||
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-armtex
|
||||
|
||||
%postun -n texlive-armtex-fonts
|
||||
if test $1 = 0; then
|
||||
fc-cache -s %{_datadir}/fonts
|
||||
fi
|
||||
|
||||
%reconfigure_fonts_scriptlets -n texlive-armtex-fonts
|
||||
%files -n texlive-armtex-doc
|
||||
%defattr(-,root,root,755)
|
||||
%{_texmfdistdir}/doc/generic/armenian/examples/latex/alphabet.tex
|
||||
|
Loading…
Reference in New Issue
Block a user