forked from pool/texlive-specs-u
update
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=36
This commit is contained in:
parent
5459011897
commit
a65a92d933
@ -5447,6 +5447,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-ptex-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-ptex
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ptex
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-ptex-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-ptex-doc
|
%files -n texlive-ptex-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_mandir}/man1/mendex.1*
|
%{_mandir}/man1/mendex.1*
|
||||||
@ -5602,9 +5612,9 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin7.tfm
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin7.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin8.tfm
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin8.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin9.tfm
|
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin9.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascgrp.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascgrp.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii10.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii10.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii36.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii36.pfb
|
||||||
%{_texmfdistdir}/fonts/vf/ptex/jis/jis-v.vf
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jis-v.vf
|
||||||
%{_texmfdistdir}/fonts/vf/ptex/jis/jis.vf
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jis.vf
|
||||||
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg-v.vf
|
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg-v.vf
|
||||||
@ -5724,6 +5734,17 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/tex/ptex/base/ptex.tex
|
%{_texmfdistdir}/tex/ptex/base/ptex.tex
|
||||||
%{_texmfdistdir}/tex/ptex/config/eptex.ini
|
%{_texmfdistdir}/tex/ptex/config/eptex.ini
|
||||||
%{_texmfdistdir}/tex/ptex/config/ptex.ini
|
%{_texmfdistdir}/tex/ptex/config/ptex.ini
|
||||||
|
|
||||||
|
%files -n texlive-ptex-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-ptex
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ptex.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ptex/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ptex/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ptex/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-ptex/ascgrp.pfb
|
||||||
|
%{_datadir}/fonts/texlive-ptex/ascii10.pfb
|
||||||
|
%{_datadir}/fonts/texlive-ptex/ascii36.pfb
|
||||||
/var/adm/update-scripts/texlive-ptex-%{texlive_version}.%{texlive_noarch}.svn30518-%{release}-zypper
|
/var/adm/update-scripts/texlive-ptex-%{texlive_version}.%{texlive_noarch}.svn30518-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-ptex2pdf
|
%package -n texlive-ptex2pdf
|
||||||
@ -6186,6 +6207,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-punknova-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-punknova
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-punknova
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-punknova-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-punknova-doc
|
%files -n texlive-punknova-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/punknova/Makefile
|
%{_texmfdistdir}/doc/fonts/punknova/Makefile
|
||||||
@ -6201,10 +6232,22 @@ rm -f /var/run/texlive/run-update
|
|||||||
|
|
||||||
%files -n texlive-punknova
|
%files -n texlive-punknova
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-bold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/punknova/punknova-bold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-boldslanted.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/punknova/punknova-boldslanted.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-regular.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/punknova/punknova-regular.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-slanted.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/punknova/punknova-slanted.otf
|
||||||
|
|
||||||
|
%files -n texlive-punknova-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-punknova
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-punknova.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-punknova/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-punknova/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-punknova/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-punknova/punknova-bold.otf
|
||||||
|
%{_datadir}/fonts/texlive-punknova/punknova-boldslanted.otf
|
||||||
|
%{_datadir}/fonts/texlive-punknova/punknova-regular.otf
|
||||||
|
%{_datadir}/fonts/texlive-punknova/punknova-slanted.otf
|
||||||
/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-purifyeps
|
%package -n texlive-purifyeps
|
||||||
@ -6754,6 +6797,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-pxfonts-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-pxfonts
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-pxfonts
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-pxfonts-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-pxfonts-doc
|
%files -n texlive-pxfonts-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/pxfonts/00bug_fix.txt
|
%{_texmfdistdir}/doc/fonts/pxfonts/00bug_fix.txt
|
||||||
@ -6858,32 +6911,32 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxr.tfm
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxr.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsc.tfm
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsc.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsl.tfm
|
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsl.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbex.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbex.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbexa.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbexa.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbmia.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbmia.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsy.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsy.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsya.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsya.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyb.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyb.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyc.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyc.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxex.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxex.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxexa.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxexa.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxmia.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxmia.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsy.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxsy.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsya.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxsya.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyb.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyb.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyc.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyc.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxb.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxb.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxbi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxbi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxr.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxr.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxb.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxb.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbmi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbmi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbsc.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbsc.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxmi.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxmi.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxr.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxr.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxsc.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/pxfonts/rpxsc.pfb
|
||||||
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xb.vf
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xb.vf
|
||||||
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbi.vf
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbi.vf
|
||||||
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsc.vf
|
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsc.vf
|
||||||
@ -6933,6 +6986,40 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/tex/latex/pxfonts/upxsyb.fd
|
%{_texmfdistdir}/tex/latex/pxfonts/upxsyb.fd
|
||||||
%{_texmfdistdir}/tex/latex/pxfonts/upxsyc.fd
|
%{_texmfdistdir}/tex/latex/pxfonts/upxsyc.fd
|
||||||
%{_texmfdistdir}/tex/latex/pxfonts/upxtt.fd
|
%{_texmfdistdir}/tex/latex/pxfonts/upxtt.fd
|
||||||
|
|
||||||
|
%files -n texlive-pxfonts-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-pxfonts
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-pxfonts.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-pxfonts/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-pxfonts/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-pxfonts/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbex.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbexa.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbmia.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbsy.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbsya.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbsyb.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxbsyc.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxex.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxexa.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxmia.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxsy.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxsya.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxsyb.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/pxsyc.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpcxb.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpcxbi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpcxi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpcxr.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxb.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxbi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxbmi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxbsc.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxmi.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxr.pfb
|
||||||
|
%{_datadir}/fonts/texlive-pxfonts/rpxsc.pfb
|
||||||
/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-pxgreeks
|
%package -n texlive-pxgreeks
|
||||||
@ -8231,6 +8318,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-quattrocento-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-quattrocento
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-quattrocento
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-quattrocento-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-quattrocento-doc
|
%files -n texlive-quattrocento-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/quattrocento/OFL.txt
|
%{_texmfdistdir}/doc/fonts/quattrocento/OFL.txt
|
||||||
@ -8267,14 +8364,14 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zievlx.enc
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zievlx.enc
|
||||||
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zq54sp.enc
|
%{_texmfdistdir}/fonts/enc/dvips/quattrocento/qtrcnt_zq54sp.enc
|
||||||
%{_texmfdistdir}/fonts/map/dvips/quattrocento/quattrocento.map
|
%{_texmfdistdir}/fonts/map/dvips/quattrocento/quattrocento.map
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Bold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Bold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-BoldItalic.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-BoldItalic.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Italic.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento-Italic.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/Quattrocento.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Bold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Bold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-BoldItalic.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-BoldItalic.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Italic.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans-Italic.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/quattrocento/QuattrocentoSans.otf
|
||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1--base.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1--base.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ly1.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ot1.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/Quattrocento-Bold-sup-ot1.tfm
|
||||||
@ -8403,18 +8500,18 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-t1.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-t1.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1--base.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1--base.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1.tfm
|
%{_texmfdistdir}/fonts/tfm/impallari/quattrocento/QuattrocentoSans-tlf-ts1.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-Bold.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-Bold.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-BoldItalic.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/Quattrocento-BoldItalic.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoItalic.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoItalic.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoRegular.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoRegular.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Bold.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Bold.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalic.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalic.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalicLCDFJ.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldItalicLCDFJ.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldLCDFJ.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-BoldLCDFJ.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Italic.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-Italic.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-ItalicLCDFJ.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans-ItalicLCDFJ.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSans.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSansLCDFJ.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/quattrocento/QuattrocentoSansLCDFJ.pfb
|
||||||
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-ly1.vf
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-ly1.vf
|
||||||
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-t1.vf
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-sup-t1.vf
|
||||||
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-tlf-ly1.vf
|
%{_texmfdistdir}/fonts/vf/impallari/quattrocento/Quattrocento-Bold-tlf-ly1.vf
|
||||||
@ -8472,6 +8569,34 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/tex/latex/quattrocento/TS1Quattrocento-TLF.fd
|
%{_texmfdistdir}/tex/latex/quattrocento/TS1Quattrocento-TLF.fd
|
||||||
%{_texmfdistdir}/tex/latex/quattrocento/TS1QuattrocentoSans-TLF.fd
|
%{_texmfdistdir}/tex/latex/quattrocento/TS1QuattrocentoSans-TLF.fd
|
||||||
%{_texmfdistdir}/tex/latex/quattrocento/quattrocento.sty
|
%{_texmfdistdir}/tex/latex/quattrocento/quattrocento.sty
|
||||||
|
|
||||||
|
%files -n texlive-quattrocento-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-quattrocento
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-quattrocento.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-quattrocento/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-quattrocento/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-quattrocento/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento-Bold.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento-BoldItalic.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento-Italic.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-Bold.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-BoldItalic.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-Italic.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans.otf
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento-Bold.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/Quattrocento-BoldItalic.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoItalic.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoRegular.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-Bold.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-BoldItalic.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-BoldItalicLCDFJ.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-BoldLCDFJ.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-Italic.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans-ItalicLCDFJ.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSans.pfb
|
||||||
|
%{_datadir}/fonts/texlive-quattrocento/QuattrocentoSansLCDFJ.pfb
|
||||||
/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-quotchap
|
%package -n texlive-quotchap
|
||||||
@ -9483,6 +9608,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-raleway-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-raleway
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-raleway
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-raleway-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-raleway-doc
|
%files -n texlive-raleway-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/latex/raleway/OFL.txt
|
%{_texmfdistdir}/doc/latex/raleway/OFL.txt
|
||||||
@ -9510,15 +9645,15 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_umxzao.enc
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_umxzao.enc
|
||||||
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_yqxcf3.enc
|
%{_texmfdistdir}/fonts/enc/dvips/raleway/a_yqxcf3.enc
|
||||||
%{_texmfdistdir}/fonts/map/dvips/raleway/Raleway.map
|
%{_texmfdistdir}/fonts/map/dvips/raleway/Raleway.map
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Black.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Bold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraBold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-ExtraLight.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Light.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Medium.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Regular.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-SemiBold.otf
|
||||||
%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf
|
%verify(link) %{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/Raleway-Thin.otf
|
||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1--base.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Black-osf-ot1.tfm
|
||||||
@ -9870,15 +10005,15 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-t1.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1--base.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm
|
%{_texmfdistdir}/fonts/tfm/theleagueofmoveabletype/raleway/Raleway-Thin-tosf-ts1.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Black.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Bold.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraBold.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-ExtraLight.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Light.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Medium.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Regular.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-SemiBold.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/Raleway-Thin.pfb
|
||||||
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-ly1.vf
|
||||||
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ly1.vf
|
||||||
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf
|
%{_texmfdistdir}/fonts/vf/theleagueofmoveabletype/raleway/Raleway-Black-osf-sc-ot1.vf
|
||||||
@ -10060,6 +10195,32 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/tex/latex/raleway/TS1Raleway-TOsF.fd
|
%{_texmfdistdir}/tex/latex/raleway/TS1Raleway-TOsF.fd
|
||||||
%{_texmfdistdir}/tex/latex/raleway/raleway-type1-autoinst.sty
|
%{_texmfdistdir}/tex/latex/raleway/raleway-type1-autoinst.sty
|
||||||
%{_texmfdistdir}/tex/latex/raleway/raleway.sty
|
%{_texmfdistdir}/tex/latex/raleway/raleway.sty
|
||||||
|
|
||||||
|
%files -n texlive-raleway-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-raleway
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-raleway.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-raleway/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-raleway/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-raleway/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Black.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Bold.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-ExtraBold.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-ExtraLight.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Light.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Medium.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Regular.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-SemiBold.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Thin.otf
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Black.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Bold.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-ExtraBold.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-ExtraLight.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Light.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Medium.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Regular.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-SemiBold.pfb
|
||||||
|
%{_datadir}/fonts/texlive-raleway/Raleway-Thin.pfb
|
||||||
/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-ran_toks
|
%package -n texlive-ran_toks
|
||||||
@ -11241,6 +11402,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-recycle-fonts
|
||||||
|
mkfontscale %{_datadir}/fonts/texlive-recycle
|
||||||
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-recycle
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
|
||||||
|
%postun -n texlive-recycle-fonts
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-recycle-doc
|
%files -n texlive-recycle-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/recycle/README
|
%{_texmfdistdir}/doc/fonts/recycle/README
|
||||||
@ -11250,8 +11421,17 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/map/dvips/recycle/recycle.map
|
%{_texmfdistdir}/fonts/map/dvips/recycle/recycle.map
|
||||||
%{_texmfdistdir}/fonts/source/public/recycle/recycle.mf
|
%{_texmfdistdir}/fonts/source/public/recycle/recycle.mf
|
||||||
%{_texmfdistdir}/fonts/tfm/public/recycle/recycle.tfm
|
%{_texmfdistdir}/fonts/tfm/public/recycle/recycle.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/public/recycle/recycle.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/recycle/recycle.pfb
|
||||||
%{_texmfdistdir}/tex/latex/recycle/recycle.sty
|
%{_texmfdistdir}/tex/latex/recycle/recycle.sty
|
||||||
|
|
||||||
|
%files -n texlive-recycle-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-recycle
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-recycle.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-recycle/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-recycle/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-recycle/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-recycle/recycle.pfb
|
||||||
/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-refcheck
|
%package -n texlive-refcheck
|
||||||
@ -13226,6 +13406,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-romande-fonts
|
||||||
|
mkfontscale %{_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
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-romande-doc
|
%files -n texlive-romande-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/romande/COPYING
|
%{_texmfdistdir}/doc/fonts/romande/COPYING
|
||||||
@ -13288,19 +13478,19 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8t.tfm
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8t.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8c.tfm
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8c.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8t.tfm
|
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8t.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfm
|
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfm
|
||||||
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8c.vf
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8c.vf
|
||||||
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8t.vf
|
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8t.vf
|
||||||
@ -13328,6 +13518,21 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/tex/latex/romande/ts1yrda.fd
|
%{_texmfdistdir}/tex/latex/romande/ts1yrda.fd
|
||||||
%{_texmfdistdir}/tex/latex/romande/ts1yrdaw.fd
|
%{_texmfdistdir}/tex/latex/romande/ts1yrdaw.fd
|
||||||
%{_texmfdistdir}/tex/latex/romande/ts1yrdw.fd
|
%{_texmfdistdir}/tex/latex/romande/ts1yrdw.fd
|
||||||
|
|
||||||
|
%files -n texlive-romande-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-romande
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-romande.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-romande/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-romande/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-romande/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrdd8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrddc8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrddi8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrdr8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrdrc8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrdri8a.pfb
|
||||||
|
%{_datadir}/fonts/texlive-romande/yrdriw8a.pfb
|
||||||
/var/adm/update-scripts/texlive-romande-%{texlive_version}.%{texlive_noarch}.1.008_v7svn19537-%{release}-zypper
|
/var/adm/update-scripts/texlive-romande-%{texlive_version}.%{texlive_noarch}.1.008_v7svn19537-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-romanneg
|
%package -n texlive-romanneg
|
||||||
@ -14009,6 +14214,16 @@ test -z "$ZYPP_IS_RUNNING" || exit 0
|
|||||||
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||||
rm -f /var/run/texlive/run-update
|
rm -f /var/run/texlive/run-update
|
||||||
|
|
||||||
|
%post -n texlive-rsfs-fonts
|
||||||
|
mkfontscale %{_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
|
||||||
|
if test $1 = 0; then
|
||||||
|
fc-cache %{_datadir}/fonts
|
||||||
|
fi
|
||||||
|
|
||||||
%files -n texlive-rsfs-doc
|
%files -n texlive-rsfs-doc
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_texmfdistdir}/doc/fonts/rsfs/README
|
%{_texmfdistdir}/doc/fonts/rsfs/README
|
||||||
@ -14028,13 +14243,24 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs10.tfm
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs5.tfm
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs5.tfm
|
||||||
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs7.tfm
|
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs7.tfm
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfm
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfm
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfm
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfb
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfb
|
||||||
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfm
|
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfm
|
||||||
%{_texmfdistdir}/tex/plain/rsfs/scrload.tex
|
%{_texmfdistdir}/tex/plain/rsfs/scrload.tex
|
||||||
|
|
||||||
|
%files -n texlive-rsfs-fonts
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%dir %{_datadir}/fonts/texlive-rsfs
|
||||||
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-rsfs.conf
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-rsfs/encodings.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-rsfs/fonts.dir
|
||||||
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-rsfs/fonts.scale
|
||||||
|
%{_datadir}/fonts/texlive-rsfs/rsfs10.pfb
|
||||||
|
%{_datadir}/fonts/texlive-rsfs/rsfs5.pfb
|
||||||
|
%{_datadir}/fonts/texlive-rsfs/rsfs7.pfb
|
||||||
/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
|
|
||||||
%package -n texlive-rsfso
|
%package -n texlive-rsfso
|
||||||
@ -14535,7 +14761,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews08.tex
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plnews08.tex
|
||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plpatch.ltx
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plpatch.ltx
|
||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plvers.dtx
|
rm -vf %{buildroot}%{_texmfdistdir}/source/platex/base/plvers.dtx
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ptex
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/ptex/ascgrp/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ptex
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-ptex/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-ptex/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-ptex/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ptex.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-ptex -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-ptex/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-ptex2pdf-%{texlive_version}.%{texlive_noarch}.0.0.4svn30321-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-ptex2pdf-%{texlive_version}.%{texlive_noarch}.0.0.4svn30321-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive
|
||||||
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive
|
||||||
@ -14559,7 +14815,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-punknova-%{texlive_version}.%{texlive_noarch}.1.003svn24649-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-punknova
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/punknova/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-punknova
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-punknova/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-punknova/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-punknova/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-punknova.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-punknova -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-punknova/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-purifyeps-%{texlive_version}.%{texlive_noarch}.1.1svn29725-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-purifyeps-%{texlive_version}.%{texlive_noarch}.1.1svn29725-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive
|
||||||
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive
|
||||||
@ -14593,7 +14879,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-pxfonts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-pxfonts
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/pxfonts/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-pxfonts
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-pxfonts/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-pxfonts/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-pxfonts/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-pxfonts.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-pxfonts -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-pxfonts/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-pxgreeks-%{texlive_version}.%{texlive_noarch}.1.0svn21838-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-pxgreeks-%{texlive_version}.%{texlive_noarch}.1.0svn21838-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -14658,7 +14974,38 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-quattrocento-%{texlive_version}.%{texlive_noarch}.svn28957-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-quattrocento
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/impallari/quattrocento/*.{pf[ab],[ot]tf} \
|
||||||
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/impallari/quattrocento/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-quattrocento
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-quattrocento/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-quattrocento/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-quattrocento/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-quattrocento.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-quattrocento -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-quattrocento/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-quotchap-%{texlive_version}.%{texlive_noarch}.1.1svn28046-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-quotchap-%{texlive_version}.%{texlive_noarch}.1.1svn28046-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -14684,7 +15031,38 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-raleway-%{texlive_version}.%{texlive_noarch}.1.0svn30211-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-raleway
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/theleagueofmoveabletype/raleway/*.{pf[ab],[ot]tf} \
|
||||||
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/theleagueofmoveabletype/raleway/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-raleway
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-raleway/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-raleway/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-raleway/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-raleway.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-raleway -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-raleway/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-ran_toks-%{texlive_version}.%{texlive_noarch}.svn28361-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-ran_toks-%{texlive_version}.%{texlive_noarch}.svn28361-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -14789,7 +15167,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-recycle-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-recycle
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/recycle/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-recycle
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-recycle/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-recycle/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-recycle/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-recycle.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-recycle -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-recycle/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-refcheck-%{texlive_version}.%{texlive_noarch}.1.7svn29128-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-refcheck-%{texlive_version}.%{texlive_noarch}.1.7svn29128-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -14951,7 +15359,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/ts1-euro.etx
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/ts1-euro.etx
|
||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-drv.tex
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-drv.tex
|
||||||
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-map.tex
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/romande/yrd-map.tex
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-romande
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/arkandis/romande/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-romande
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-romande/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-romande/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-romande/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-romande.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-romande -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-romande/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-romanneg-%{texlive_version}.%{texlive_noarch}.svn20087-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-romanneg-%{texlive_version}.%{texlive_noarch}.svn20087-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
@ -14997,7 +15435,37 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{buildroot}/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-rsfs-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
# Move font files
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-rsfs
|
||||||
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/rsfs/*.{pf[ab],[ot]tf}
|
||||||
|
do
|
||||||
|
test -e $font || continue
|
||||||
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-rsfs
|
||||||
|
base=${font##*/}
|
||||||
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
||||||
|
done
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-rsfs/encodings.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-rsfs/fonts.dir
|
||||||
|
> %{buildroot}%{_datadir}/fonts/texlive-rsfs/fonts.scale
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
||||||
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-rsfs.conf)<<-'EOF'
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
<!-- Use this to disable the TeX fonts of the package -->
|
||||||
|
<!-- texlive-rsfs -->
|
||||||
|
<!-- Be aware that the configurations in the files -->
|
||||||
|
<!-- 09-texlive*.conf will not be affected by this -->
|
||||||
|
<!-- ************************************************ -->
|
||||||
|
|
||||||
|
<fontconfig>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>%{_datadir}/fonts/texlive-rsfs/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</fontconfig>
|
||||||
|
EOF
|
||||||
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-rsfso-%{texlive_version}.%{texlive_noarch}.1svn23462-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-rsfso-%{texlive_version}.%{texlive_noarch}.1svn23462-%{release}-zypper
|
||||||
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user