forked from pool/texlive-specs-u
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=37
11793 lines
532 KiB
RPMSpec
11793 lines
532 KiB
RPMSpec
#
|
|
# spec file for package texlive-specs-u
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
|
|
|
%define _texmfconfdir %{_sysconfdir}/texmf
|
|
%define _texmfvardir %{_varlib}/texmf
|
|
%define _texmfcache %{_localstatedir}/cache/texmf
|
|
%define _fontcache %{_texmfcache}/fonts
|
|
#
|
|
%define _x11bin %{_prefix}/bin
|
|
%define _x11lib %{_libdir}
|
|
%define _x11data %{_datadir}/X11
|
|
%define _x11inc %{_includedir}
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
|
|
%define texlive_version 2013
|
|
%define texlive_previous 2011
|
|
%define texlive_release 20130620
|
|
%define texlive_noarch 90
|
|
|
|
Name: texlive-specs-u
|
|
Version: 2013
|
|
Release: 0
|
|
BuildRequires: ed
|
|
BuildRequires: texlive-filesystem
|
|
BuildRequires: xz
|
|
BuildArch: noarch
|
|
Summary: Meta package for u
|
|
License: GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
|
|
%description
|
|
Meta package to build tons of noarch texlive packages.
|
|
|
|
%prep
|
|
%setup -q -c -T
|
|
|
|
%build
|
|
|
|
%package -n texlive-setspace
|
|
Version: %{texlive_version}.%{texlive_noarch}.6.7asvn24881
|
|
Release: 0
|
|
Summary: Set space between lines
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-setspace-doc >= %{texlive_version}
|
|
Provides: tex(setspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source1: setspace.tar.xz
|
|
Source2: setspace.doc.tar.xz
|
|
|
|
%description -n texlive-setspace
|
|
Provides support for setting the spacing between lines in a
|
|
document. Package options include singlespacing,
|
|
onehalfspacing, and doublespacing. Alternatively the spacing
|
|
can be changed as required with the \singlespacing,
|
|
\onehalfspacing, and \doublespacing commands. Other size
|
|
spacings also available.
|
|
|
|
date: 2011-12-19 11:40:22 +0000
|
|
|
|
|
|
%package -n texlive-setspace-doc
|
|
Summary: Documentation for texlive-setspace
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.6.7asvn24881
|
|
Release: 0
|
|
|
|
%description -n texlive-setspace-doc
|
|
This package includes the documentation for texlive-setspace
|
|
|
|
%post -n texlive-setspace
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-setspace
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-setspace
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-setspace-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/setspace/README
|
|
%{_texmfdistdir}/doc/latex/setspace/setspace-test.tex
|
|
|
|
%files -n texlive-setspace
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/setspace/setspace.sty
|
|
/var/adm/update-scripts/texlive-setspace-%{texlive_version}.%{texlive_noarch}.6.7asvn24881-%{release}-zypper
|
|
|
|
%package -n texlive-seuthesis
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.0svn29349
|
|
Release: 0
|
|
Summary: LaTeX template for theses at Southeastern University
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-seuthesis-doc >= %{texlive_version}
|
|
Provides: tex(seuthesis-gbk.cfg)
|
|
Provides: tex(seuthesis-utf8.cfg)
|
|
Provides: tex(seuthesis.cls)
|
|
Requires: tex(CJKnumb.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(doc.sty)
|
|
Requires: tex(geometry.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(indentfirst.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(makeidx.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(paralist.sty)
|
|
Requires: tex(scrbook.cls)
|
|
Requires: tex(titlesec.sty)
|
|
Requires: tex(titletoc.sty)
|
|
Requires: tex(tocbibind.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xeCJK.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source3: seuthesis.tar.xz
|
|
Source4: seuthesis.doc.tar.xz
|
|
|
|
%description -n texlive-seuthesis
|
|
This template is for theses at Southeastern University,
|
|
Nanjing, China.
|
|
|
|
date: 2012-02-09 20:58:23 +0000
|
|
|
|
|
|
%package -n texlive-seuthesis-doc
|
|
Summary: Documentation for texlive-seuthesis
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0.0svn29349
|
|
Release: 0
|
|
|
|
%description -n texlive-seuthesis-doc
|
|
This package includes the documentation for texlive-seuthesis
|
|
|
|
%post -n texlive-seuthesis
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-seuthesis
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-seuthesis
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-seuthesis-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/A3cover.tex
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/A4cover.tex
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.sh
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.sh
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_hor.tex
|
|
%{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_ver.tex
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/back-cover.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/doctor.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/engineering.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/front-cover.jpg
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/master.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.eps
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/seu-color-logo.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.eps
|
|
%{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.png
|
|
%{_texmfdistdir}/doc/latex/seuthesis/gind.ist
|
|
%{_texmfdistdir}/doc/latex/seuthesis/sample-bachelor.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/sample-doctor.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/sample-engineering.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/sample-master.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/sample.tex
|
|
%{_texmfdistdir}/doc/latex/seuthesis/seuthesis.bib
|
|
%{_texmfdistdir}/doc/latex/seuthesis/seuthesis.pdf
|
|
%{_texmfdistdir}/doc/latex/seuthesis/zharticle/scrsize9pt.clo
|
|
%{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.bst
|
|
%{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cfg
|
|
%{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cls
|
|
|
|
%files -n texlive-seuthesis
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/seuthesis/seuthesis.bst
|
|
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-gbk.cfg
|
|
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-utf8.cfg
|
|
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis.cls
|
|
/var/adm/update-scripts/texlive-seuthesis-%{texlive_version}.%{texlive_noarch}.2.0.0svn29349-%{release}-zypper
|
|
|
|
%package -n texlive-sf298
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
Summary: Standard form 298
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sf298-doc >= %{texlive_version}
|
|
Provides: tex(sf298.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source5: sf298.tar.xz
|
|
Source6: sf298.doc.tar.xz
|
|
|
|
%description -n texlive-sf298
|
|
A LaTeX package for generating a completed standard form 298
|
|
(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report
|
|
documentation as part of a document delivered, for instance, on
|
|
a U.S. government contract.
|
|
|
|
date: 2007-01-14 21:06:18 +0000
|
|
|
|
|
|
%package -n texlive-sf298-doc
|
|
Summary: Documentation for texlive-sf298
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sf298-doc
|
|
This package includes the documentation for texlive-sf298
|
|
|
|
%post -n texlive-sf298
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sf298
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sf298
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sf298-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sf298/sample298.pdf
|
|
%{_texmfdistdir}/doc/latex/sf298/sample298.tex
|
|
%{_texmfdistdir}/doc/latex/sf298/sf298.pdf
|
|
|
|
%files -n texlive-sf298
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sf298/sf298.sty
|
|
/var/adm/update-scripts/texlive-sf298-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sffms
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Typesetting science fiction/fantasy manuscripts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sffms-doc >= %{texlive_version}
|
|
Provides: tex(sffdumb.sty)
|
|
Provides: tex(sffms.cls)
|
|
Provides: tex(sffsmart.sty)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(report.cls)
|
|
Requires: tex(setspace.sty)
|
|
Requires: tex(ulem.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source7: sffms.tar.xz
|
|
Source8: sffms.doc.tar.xz
|
|
|
|
%description -n texlive-sffms
|
|
The class is designed for typesetting science fiction and
|
|
fantasy manuscripts. Sffms now includes several options for
|
|
specific publishers as well as extensive documentation aimed at
|
|
new LaTeX users.
|
|
|
|
date: 2007-01-14 21:06:18 +0000
|
|
|
|
|
|
%package -n texlive-sffms-doc
|
|
Summary: Documentation for texlive-sffms
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sffms-doc
|
|
This package includes the documentation for texlive-sffms
|
|
|
|
%post -n texlive-sffms
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sffms
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sffms
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sffms-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sffms/README
|
|
%{_texmfdistdir}/doc/latex/sffms/blind.tex
|
|
%{_texmfdistdir}/doc/latex/sffms/sffms_manual.pdf
|
|
|
|
%files -n texlive-sffms
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sffms/sffdumb.sty
|
|
%{_texmfdistdir}/tex/latex/sffms/sffms.cls
|
|
%{_texmfdistdir}/tex/latex/sffms/sffsmart.sty
|
|
/var/adm/update-scripts/texlive-sffms-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sfg
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn20209
|
|
Release: 0
|
|
Summary: Draw signal flow graphs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sfg-doc >= %{texlive_version}
|
|
Provides: tex(sfg.sty)
|
|
Requires: tex(fp.sty)
|
|
Requires: tex(pstricks.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source9: sfg.tar.xz
|
|
Source10: sfg.doc.tar.xz
|
|
|
|
%description -n texlive-sfg
|
|
Defines some commands to draw signal flow graphs as used by
|
|
electrical and electronics engineers and graph theorists.
|
|
Requires fp and pstricks packages (and a relatively fast
|
|
machine).
|
|
|
|
date: 2010-10-25 15:10:20 +0000
|
|
|
|
|
|
%package -n texlive-sfg-doc
|
|
Summary: Documentation for texlive-sfg
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn20209
|
|
Release: 0
|
|
|
|
%description -n texlive-sfg-doc
|
|
This package includes the documentation for texlive-sfg
|
|
|
|
%post -n texlive-sfg
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sfg
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sfg
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sfg-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sfg/Changes
|
|
%{_texmfdistdir}/doc/latex/sfg/README
|
|
%{_texmfdistdir}/doc/latex/sfg/sfg-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/sfg/sfg-doc.tex
|
|
%{_texmfdistdir}/doc/latex/sfg/sfg_test.tex
|
|
|
|
%files -n texlive-sfg
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sfg/sfg.sty
|
|
/var/adm/update-scripts/texlive-sfg-%{texlive_version}.%{texlive_noarch}.0.0.91svn20209-%{release}-zypper
|
|
|
|
%package -n texlive-sfmath
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn15878
|
|
Release: 0
|
|
Summary: Sans-serif mathematics
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Provides: tex(sfmath.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source11: sfmath.tar.xz
|
|
|
|
%description -n texlive-sfmath
|
|
sfmath is a simple package for sans serif maths in documents.
|
|
After including the package, all maths of the current document
|
|
is displayed with sans serif fonts.
|
|
|
|
date: 2008-08-23 13:48:35 +0000
|
|
|
|
%post -n texlive-sfmath
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sfmath
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sfmath
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sfmath
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sfmath/sfmath.sty
|
|
/var/adm/update-scripts/texlive-sfmath-%{texlive_version}.%{texlive_noarch}.0.0.8svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sgame
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.14svn15878
|
|
Release: 0
|
|
Summary: LaTeX style for typesetting strategic games
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sgame-doc >= %{texlive_version}
|
|
Provides: tex(sgame.sty)
|
|
Provides: tex(sgamevar.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source12: sgame.tar.xz
|
|
Source13: sgame.doc.tar.xz
|
|
|
|
%description -n texlive-sgame
|
|
Formats strategic games. For a 2x2 game, for example, the
|
|
input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$
|
|
&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around
|
|
the payoffs, (b) payoff columns of equal width, and (c) payoffs
|
|
vertically centered within the boxes. Note that the game
|
|
environment will not work in the argument of another command.
|
|
|
|
date: 2008-12-03 14:15:08 +0000
|
|
|
|
|
|
%package -n texlive-sgame-doc
|
|
Summary: Documentation for texlive-sgame
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.14svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sgame-doc
|
|
This package includes the documentation for texlive-sgame
|
|
|
|
%post -n texlive-sgame
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sgame
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sgame
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sgame-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sgame/README
|
|
%{_texmfdistdir}/doc/latex/sgame/sgame.pdf
|
|
%{_texmfdistdir}/doc/latex/sgame/sgame.tex
|
|
|
|
%files -n texlive-sgame
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sgame/sgame.sty
|
|
%{_texmfdistdir}/tex/latex/sgame/sgamevar.sty
|
|
/var/adm/update-scripts/texlive-sgame-%{texlive_version}.%{texlive_noarch}.2.14svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-shade
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn22212
|
|
Release: 0
|
|
Summary: Shade pieces of text
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shade-doc >= %{texlive_version}
|
|
Provides: tex(shade.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source14: shade.tar.xz
|
|
Source15: shade.doc.tar.xz
|
|
|
|
%description -n texlive-shade
|
|
The package provides a shaded backdrop to a box of text. It
|
|
uses a Metafont font (provided) which generates to appropriate
|
|
shading dependent on the resolution used in the Metafont
|
|
printer parameters.
|
|
|
|
date: 2011-04-25 20:01:30 +0000
|
|
|
|
|
|
%package -n texlive-shade-doc
|
|
Summary: Documentation for texlive-shade
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn22212
|
|
Release: 0
|
|
Provides: locale(texlive-shade-doc:en)
|
|
|
|
%description -n texlive-shade-doc
|
|
This package includes the documentation for texlive-shade
|
|
|
|
%post -n texlive-shade
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shade
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shade
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shade-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/shade/README
|
|
%{_texmfdistdir}/doc/generic/shade/description.pdf
|
|
%{_texmfdistdir}/doc/generic/shade/description.tex
|
|
|
|
%files -n texlive-shade
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/shade/shade.mf
|
|
%{_texmfdistdir}/tex/generic/shade/shade.tex
|
|
/var/adm/update-scripts/texlive-shade-%{texlive_version}.%{texlive_noarch}.1svn22212-%{release}-zypper
|
|
|
|
%package -n texlive-shadethm
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20319
|
|
Release: 0
|
|
Summary: Theorem environments that are shaded
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shadethm-doc >= %{texlive_version}
|
|
Provides: tex(shadethm.sty)
|
|
Requires: tex(color.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source16: shadethm.tar.xz
|
|
Source17: shadethm.doc.tar.xz
|
|
|
|
%description -n texlive-shadethm
|
|
Extends the \newtheorem command. If you say
|
|
\newshadetheorem{theorem}{Theorem} in the preamble then your
|
|
regular \begin{theorem} .. \end{theorem} will produce a theorem
|
|
statement in a shaded box. It supports all the options of
|
|
\newtheorem, including forms \newshadetheorem{..}[..]{..} and
|
|
\newshadetheorem{..}{..}[..].
|
|
|
|
date: 2010-11-03 23:16:31 +0000
|
|
|
|
|
|
%package -n texlive-shadethm-doc
|
|
Summary: Documentation for texlive-shadethm
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20319
|
|
Release: 0
|
|
|
|
%description -n texlive-shadethm-doc
|
|
This package includes the documentation for texlive-shadethm
|
|
|
|
%post -n texlive-shadethm
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shadethm
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shadethm
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shadethm-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shadethm/1st_read.me
|
|
%{_texmfdistdir}/doc/latex/shadethm/shadetest.pdf
|
|
%{_texmfdistdir}/doc/latex/shadethm/shadetest.tex
|
|
%{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.tex
|
|
|
|
%files -n texlive-shadethm
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/shadethm/colored.sth
|
|
%{_texmfdistdir}/tex/latex/shadethm/shadein.sth
|
|
%{_texmfdistdir}/tex/latex/shadethm/shadethm.sty
|
|
/var/adm/update-scripts/texlive-shadethm-%{texlive_version}.%{texlive_noarch}.svn20319-%{release}-zypper
|
|
|
|
%package -n texlive-shadow
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20312
|
|
Release: 0
|
|
Summary: Shadow boxes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shadow-doc >= %{texlive_version}
|
|
Provides: tex(shadow.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source18: shadow.tar.xz
|
|
Source19: shadow.doc.tar.xz
|
|
|
|
%description -n texlive-shadow
|
|
Defines a command \shabox (analgous to \fbox), and supporting
|
|
mechanisms.
|
|
|
|
date: 2010-11-01 12:35:24 +0000
|
|
|
|
|
|
%package -n texlive-shadow-doc
|
|
Summary: Documentation for texlive-shadow
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20312
|
|
Release: 0
|
|
|
|
%description -n texlive-shadow-doc
|
|
This package includes the documentation for texlive-shadow
|
|
|
|
%post -n texlive-shadow
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shadow
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shadow
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shadow-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shadow/shadow-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/shadow/shadow-doc.tex
|
|
|
|
%files -n texlive-shadow
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/shadow/shadow.sty
|
|
/var/adm/update-scripts/texlive-shadow-%{texlive_version}.%{texlive_noarch}.svn20312-%{release}-zypper
|
|
|
|
%package -n texlive-shadowtext
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn26522
|
|
Release: 0
|
|
Summary: Shadowtext
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shadowtext-doc >= %{texlive_version}
|
|
Provides: tex(shadowtext.sty)
|
|
Requires: tex(color.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source20: shadowtext.tar.xz
|
|
Source21: shadowtext.doc.tar.xz
|
|
|
|
%description -n texlive-shadowtext
|
|
The package introduces a command \shadowtext, which adds a drop
|
|
shadow to the text that is given as its argument. The colour
|
|
and positioning of the shadow are customisable.
|
|
|
|
date: 2012-05-18 17:11:54 +0000
|
|
|
|
|
|
%package -n texlive-shadowtext-doc
|
|
Summary: Documentation for texlive-shadowtext
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn26522
|
|
Release: 0
|
|
|
|
%description -n texlive-shadowtext-doc
|
|
This package includes the documentation for texlive-shadowtext
|
|
|
|
%post -n texlive-shadowtext
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shadowtext
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shadowtext
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shadowtext-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shadowtext/README
|
|
%{_texmfdistdir}/doc/latex/shadowtext/shadowtext.pdf
|
|
%{_texmfdistdir}/doc/latex/shadowtext/shadowtext.tex
|
|
|
|
%files -n texlive-shadowtext
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/shadowtext/shadowtext.sty
|
|
/var/adm/update-scripts/texlive-shadowtext-%{texlive_version}.%{texlive_noarch}.0.0.3svn26522-%{release}-zypper
|
|
|
|
%package -n texlive-shapepar
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30708
|
|
Release: 0
|
|
Summary: A macro to typeset paragraphs in specific shapes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shapepar-doc >= %{texlive_version}
|
|
Provides: tex(Canflagshape.def)
|
|
Provides: tex(TeXshape.def)
|
|
Provides: tex(candleshape.def)
|
|
Provides: tex(dropshape.def)
|
|
Provides: tex(shapepar.sty)
|
|
Provides: tex(triangleshapes.def)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source22: shapepar.tar.xz
|
|
Source23: shapepar.doc.tar.xz
|
|
|
|
%description -n texlive-shapepar
|
|
\shapepar is a macro to typeset paragraphs in a specific shape.
|
|
The size is adjusted automatically so that the entire shape is
|
|
filled with text. There may not be displayed maths or
|
|
'\vadjust' material (no \vspace) in the argument of \shapepar.
|
|
The macros work for both LaTeX and plain TeX. For LaTeX,
|
|
specify \usepackage{shapepar}; for Plain, \input shapepar.sty.
|
|
\shapepar works in terms of user-defined shapes, though the
|
|
package does provide some predefined shapes: so you can form
|
|
any paragraph into the form of a heart by putting
|
|
\heartpar{sometext...} inside your document. The tedium of
|
|
creating these polygon definitions may be alleviated by using
|
|
the shapepatch extension to transfig which will convert xfig
|
|
output to \shapepar polygon form.
|
|
|
|
date: 2013-05-27 18:07:27 +0000
|
|
|
|
|
|
%package -n texlive-shapepar-doc
|
|
Summary: Documentation for texlive-shapepar
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30708
|
|
Release: 0
|
|
|
|
%description -n texlive-shapepar-doc
|
|
This package includes the documentation for texlive-shapepar
|
|
|
|
%post -n texlive-shapepar
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shapepar
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shapepar
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shapepar-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/shapepar/README.shapepar
|
|
%{_texmfdistdir}/doc/generic/shapepar/proshap.py
|
|
%{_texmfdistdir}/doc/generic/shapepar/shapepar.ltx
|
|
%{_texmfdistdir}/doc/generic/shapepar/shapepar.pdf
|
|
|
|
%files -n texlive-shapepar
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/shapepar/Canflagshape.def
|
|
%{_texmfdistdir}/tex/generic/shapepar/TeXshape.def
|
|
%{_texmfdistdir}/tex/generic/shapepar/candleshape.def
|
|
%{_texmfdistdir}/tex/generic/shapepar/dropshape.def
|
|
%{_texmfdistdir}/tex/generic/shapepar/shapepar.sty
|
|
%{_texmfdistdir}/tex/generic/shapepar/triangleshapes.def
|
|
/var/adm/update-scripts/texlive-shapepar-%{texlive_version}.%{texlive_noarch}.2.2svn30708-%{release}-zypper
|
|
|
|
%package -n texlive-shipunov
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn29349
|
|
Release: 0
|
|
Summary: A collection of LaTeX packages and classes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shipunov-doc >= %{texlive_version}
|
|
Provides: tex(altverse.sty)
|
|
Provides: tex(autolist.sty)
|
|
Provides: tex(biokey.sty)
|
|
Provides: tex(biolist.sty)
|
|
Provides: tex(boldline.sty)
|
|
Provides: tex(cassete.cls)
|
|
Provides: tex(classif2.sty)
|
|
Provides: tex(drcaps.sty)
|
|
Provides: tex(etiketka.cls)
|
|
Provides: tex(flower.sty)
|
|
Provides: tex(isyntax.sty)
|
|
Provides: tex(numerus.sty)
|
|
Provides: tex(punct.sty)
|
|
Provides: tex(sltables.sty)
|
|
Provides: tex(starfn.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(footnpag.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(syntonly.sty)
|
|
Requires: tex(xspace.sty)
|
|
Requires: tex(xtab.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source24: shipunov.tar.xz
|
|
Source25: shipunov.doc.tar.xz
|
|
|
|
%description -n texlive-shipunov
|
|
The bundle collects packages and classes, along with one
|
|
bibliography style and examples and scripts for converting TeX
|
|
files. Many of the files in the collection are designed to
|
|
support field biologists and/or Russian writers, while others
|
|
have wider application. The collection includes (among others):
|
|
- altverse, a simple verse typesetting package; - autolist,
|
|
which provides various list formatting facilities; - biokey,
|
|
which provides a mechanism for typesetting biological
|
|
identification lists; - biolist, which typesets species lists;
|
|
- boldline, which typesets heavier separating lines in tables;
|
|
- cassete, which lays out audio cassette inserts; - classif2,
|
|
which typesets classification lists; - drcaps, which provides
|
|
dropped capital macros; - etiketka, a class for typesetting
|
|
business-card-sized information (including business cards); -
|
|
flower, for typesetting lists of flower formulae; - isyntax; -
|
|
numerus; - punct; - sltables, which develops on the stables
|
|
package, for use in a LaTeX context; and - starfn.
|
|
|
|
date: 2012-06-07 22:21:14 +0000
|
|
|
|
|
|
%package -n texlive-shipunov-doc
|
|
Summary: Documentation for texlive-shipunov
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn29349
|
|
Release: 0
|
|
Provides: locale(texlive-shipunov-doc:en)
|
|
|
|
%description -n texlive-shipunov-doc
|
|
This package includes the documentation for texlive-shipunov
|
|
|
|
%post -n texlive-shipunov
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shipunov
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shipunov
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shipunov-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shipunov/NEWS
|
|
%{_texmfdistdir}/doc/latex/shipunov/README
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en.html
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en1.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en2.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/isyntax-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-ex-ru.bib
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.tex
|
|
%{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.pdf
|
|
%{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.tex
|
|
|
|
%files -n texlive-shipunov
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/shipunov/rusnat.bst
|
|
%{_texmfdistdir}/scripts/shipunov/biokey2html.sh
|
|
%{_texmfdistdir}/scripts/shipunov/biokey2html1.pl
|
|
%{_texmfdistdir}/scripts/shipunov/biokey2html2.pl
|
|
%{_texmfdistdir}/scripts/shipunov/biokey2html3.pl
|
|
%{_texmfdistdir}/tex/latex/shipunov/altverse.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/autolist.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/biokey.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/biolist.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/boldline.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/cassete.cls
|
|
%{_texmfdistdir}/tex/latex/shipunov/classif2.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/drcaps.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/etiketka.cls
|
|
%{_texmfdistdir}/tex/latex/shipunov/flower.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/isyntax.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/numerus.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/punct.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/sltables.sty
|
|
%{_texmfdistdir}/tex/latex/shipunov/starfn.sty
|
|
/var/adm/update-scripts/texlive-shipunov-%{texlive_version}.%{texlive_noarch}.1.1svn29349-%{release}-zypper
|
|
|
|
%package -n texlive-shorttoc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
|
|
Release: 0
|
|
Summary: Table of contents with different depths
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shorttoc-doc >= %{texlive_version}
|
|
Provides: tex(shorttoc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source26: shorttoc.tar.xz
|
|
Source27: shorttoc.doc.tar.xz
|
|
|
|
%description -n texlive-shorttoc
|
|
A package to create another table of contents with a different
|
|
depth, useful in large documents where a detailed table of
|
|
contents should be accompanied by a shorter one, giving only a
|
|
general overview of the main topics in the document.
|
|
|
|
date: 2006-11-06 11:20:58 +0000
|
|
|
|
|
|
%package -n texlive-shorttoc-doc
|
|
Summary: Documentation for texlive-shorttoc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-shorttoc-doc
|
|
This package includes the documentation for texlive-shorttoc
|
|
|
|
%post -n texlive-shorttoc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shorttoc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shorttoc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shorttoc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shorttoc/00readme
|
|
%{_texmfdistdir}/doc/latex/shorttoc/shorttoc.pdf
|
|
|
|
%files -n texlive-shorttoc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/shorttoc/shorttoc.sty
|
|
/var/adm/update-scripts/texlive-shorttoc-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-show2e
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Variants of \show for LaTeX2e
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-show2e-doc >= %{texlive_version}
|
|
Provides: tex(show2e.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source28: show2e.tar.xz
|
|
Source29: show2e.doc.tar.xz
|
|
|
|
%description -n texlive-show2e
|
|
This small package aims at making debugging (especially in an
|
|
interactive way) easier, by providing \show variants suited to
|
|
LaTeX2e commands (whether with optional arguments or robust)
|
|
and environments. The variant commands also display the
|
|
internal macros used by such commands, if any. The \showcs
|
|
variant helps with macros with exotic names.
|
|
|
|
date: 2008-08-23 13:48:35 +0000
|
|
|
|
|
|
%package -n texlive-show2e-doc
|
|
Summary: Documentation for texlive-show2e
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Provides: locale(texlive-show2e-doc:fr;en)
|
|
|
|
%description -n texlive-show2e-doc
|
|
This package includes the documentation for texlive-show2e
|
|
|
|
%post -n texlive-show2e
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-show2e
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-show2e
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-show2e-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/show2e/README
|
|
%{_texmfdistdir}/doc/latex/show2e/show2e-fr.pdf
|
|
%{_texmfdistdir}/doc/latex/show2e/show2e.pdf
|
|
|
|
%files -n texlive-show2e
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/show2e/show2e.sty
|
|
/var/adm/update-scripts/texlive-show2e-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-showcharinbox
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29803
|
|
Release: 0
|
|
Summary: Show characters inside a box
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showcharinbox-doc >= %{texlive_version}
|
|
Provides: tex(showcharinbox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source30: showcharinbox.tar.xz
|
|
Source31: showcharinbox.doc.tar.xz
|
|
|
|
%description -n texlive-showcharinbox
|
|
The package typesets a character inside a box, showing where
|
|
reference point is, and displaying width, height, and depth
|
|
information of the character. The output is like that on page
|
|
63 of "The TeXBook" or page 101 of "The METAFONTbook". The
|
|
package itself is motivated by Knuth's macros in the file
|
|
manmac.tex. Users should note that using a small size for the
|
|
character inside the box does not make any sense: use a large
|
|
size.
|
|
|
|
date: 2013-04-08 07:07:09 +0000
|
|
|
|
|
|
%package -n texlive-showcharinbox-doc
|
|
Summary: Documentation for texlive-showcharinbox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29803
|
|
Release: 0
|
|
|
|
%description -n texlive-showcharinbox-doc
|
|
This package includes the documentation for texlive-showcharinbox
|
|
|
|
%post -n texlive-showcharinbox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showcharinbox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showcharinbox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showcharinbox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/showcharinbox/README
|
|
%{_texmfdistdir}/doc/latex/showcharinbox/showcharinbox.pdf
|
|
|
|
%files -n texlive-showcharinbox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/showcharinbox/showcharinbox.sty
|
|
/var/adm/update-scripts/texlive-showcharinbox-%{texlive_version}.%{texlive_noarch}.0.0.1svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-showdim
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn28918
|
|
Release: 0
|
|
Summary: Variants on printing dimensions
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showdim-doc >= %{texlive_version}
|
|
Provides: tex(showdim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source32: showdim.tar.xz
|
|
Source33: showdim.doc.tar.xz
|
|
|
|
%description -n texlive-showdim
|
|
A package for LaTeX providing a number of commands for printing
|
|
the value of a TeX dimension. For example,
|
|
\tenthpt{\baselineskip} yields the current value of
|
|
\baselineskip rounded to the nearest tenth of a point.
|
|
|
|
date: 2012-12-19 16:06:30 +0000
|
|
|
|
|
|
%package -n texlive-showdim-doc
|
|
Summary: Documentation for texlive-showdim
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn28918
|
|
Release: 0
|
|
|
|
%description -n texlive-showdim-doc
|
|
This package includes the documentation for texlive-showdim
|
|
|
|
%post -n texlive-showdim
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showdim
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showdim
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showdim-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/showdim/README
|
|
|
|
%files -n texlive-showdim
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/showdim/showdim.sty
|
|
/var/adm/update-scripts/texlive-showdim-%{texlive_version}.%{texlive_noarch}.1.2svn28918-%{release}-zypper
|
|
|
|
%package -n texlive-showexpl
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.3ksvn29838
|
|
Release: 0
|
|
Summary: Typesetting LaTeX source code
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showexpl-doc >= %{texlive_version}
|
|
Provides: tex(showexpl.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(varwidth.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source34: showexpl.tar.xz
|
|
Source35: showexpl.doc.tar.xz
|
|
|
|
%description -n texlive-showexpl
|
|
This package provides a way to typeset LaTeX source code and
|
|
the related result in the same document.
|
|
|
|
date: 2013-04-10 08:08:31 +0000
|
|
|
|
|
|
%package -n texlive-showexpl-doc
|
|
Summary: Documentation for texlive-showexpl
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.3ksvn29838
|
|
Release: 0
|
|
|
|
%description -n texlive-showexpl-doc
|
|
This package includes the documentation for texlive-showexpl
|
|
|
|
%post -n texlive-showexpl
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showexpl
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showexpl
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showexpl-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/showexpl/README
|
|
%{_texmfdistdir}/doc/latex/showexpl/result-picture.pdf
|
|
%{_texmfdistdir}/doc/latex/showexpl/showexpl-test.pdf
|
|
%{_texmfdistdir}/doc/latex/showexpl/showexpl-test.tex
|
|
%{_texmfdistdir}/doc/latex/showexpl/showexpl.pdf
|
|
|
|
%files -n texlive-showexpl
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/showexpl/showexpl.sty
|
|
/var/adm/update-scripts/texlive-showexpl-%{texlive_version}.%{texlive_noarch}.v0.3ksvn29838-%{release}-zypper
|
|
|
|
%package -n texlive-showhyphens
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn23937
|
|
Release: 0
|
|
Summary: Show all possible hyphenations in LuaLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showhyphens-doc >= %{texlive_version}
|
|
Provides: tex(showhyphens.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source36: showhyphens.tar.xz
|
|
Source37: showhyphens.doc.tar.xz
|
|
|
|
%description -n texlive-showhyphens
|
|
With this package, LuaLaTeX will indicate all possible
|
|
hyphenations in the printed output.
|
|
|
|
date: 2011-09-15 14:18:00 +0000
|
|
|
|
|
|
%package -n texlive-showhyphens-doc
|
|
Summary: Documentation for texlive-showhyphens
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn23937
|
|
Release: 0
|
|
|
|
%description -n texlive-showhyphens-doc
|
|
This package includes the documentation for texlive-showhyphens
|
|
|
|
%post -n texlive-showhyphens
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showhyphens
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showhyphens
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showhyphens-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/showhyphens/README
|
|
%{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.pdf
|
|
%{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.tex
|
|
%{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-sample.pdf
|
|
|
|
%files -n texlive-showhyphens
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/showhyphens/showhyphens.sty
|
|
/var/adm/update-scripts/texlive-showhyphens-%{texlive_version}.%{texlive_noarch}.0.0.1svn23937-%{release}-zypper
|
|
|
|
%package -n texlive-showlabels
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6.5svn15878
|
|
Release: 0
|
|
Summary: Show label commands in the margin
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showlabels-doc >= %{texlive_version}
|
|
Provides: tex(showlabels.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source38: showlabels.tar.xz
|
|
Source39: showlabels.doc.tar.xz
|
|
|
|
%description -n texlive-showlabels
|
|
This package helps you keep track of all the labels you define,
|
|
by putting the name of new labels into the margin whenever the
|
|
\label command is used. The package allows you to do the same
|
|
thing for other commands. The only one for which this is
|
|
obviously useful is the \cite command, but it's easy to do it
|
|
for others, such as the \ref or \begin commands.
|
|
|
|
date: 2009-05-27 22:22:07 +0000
|
|
|
|
|
|
%package -n texlive-showlabels-doc
|
|
Summary: Documentation for texlive-showlabels
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6.5svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-showlabels-doc
|
|
This package includes the documentation for texlive-showlabels
|
|
|
|
%post -n texlive-showlabels
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showlabels
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showlabels
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showlabels-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/showlabels/LICENCE
|
|
%{_texmfdistdir}/doc/latex/showlabels/README
|
|
%{_texmfdistdir}/doc/latex/showlabels/VERSION
|
|
%{_texmfdistdir}/doc/latex/showlabels/showlabels.html
|
|
%{_texmfdistdir}/doc/latex/showlabels/showlabels.pdf
|
|
|
|
%files -n texlive-showlabels
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/showlabels/showlabels.sty
|
|
/var/adm/update-scripts/texlive-showlabels-%{texlive_version}.%{texlive_noarch}.1.6.5svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-showtags
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.05svn20336
|
|
Release: 0
|
|
Summary: Print the tags of bibliography entries
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-showtags-doc >= %{texlive_version}
|
|
Provides: tex(showtags.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source40: showtags.tar.xz
|
|
Source41: showtags.doc.tar.xz
|
|
|
|
%description -n texlive-showtags
|
|
Prints the tag right-aligned on each line of the bibliography.
|
|
|
|
date: 2010-11-05 07:48:20 +0000
|
|
|
|
|
|
%package -n texlive-showtags-doc
|
|
Summary: Documentation for texlive-showtags
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.05svn20336
|
|
Release: 0
|
|
|
|
%description -n texlive-showtags-doc
|
|
This package includes the documentation for texlive-showtags
|
|
|
|
%post -n texlive-showtags
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-showtags
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-showtags
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-showtags-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/showtags/showtags-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/showtags/showtags-doc.tex
|
|
|
|
%files -n texlive-showtags
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/showtags/showtags.sty
|
|
/var/adm/update-scripts/texlive-showtags-%{texlive_version}.%{texlive_noarch}.1.05svn20336-%{release}-zypper
|
|
|
|
%package -n texlive-shuffle
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: A symbol for the shuffle product
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-shuffle-doc >= %{texlive_version}
|
|
Provides: tex(Ushuffle.fd)
|
|
Provides: tex(shuffle.sty)
|
|
Provides: tex(shuffle10.tfm)
|
|
Provides: tex(shuffle7.tfm)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source42: shuffle.tar.xz
|
|
Source43: shuffle.doc.tar.xz
|
|
|
|
%description -n texlive-shuffle
|
|
The bundle provides a LaTeX package and a font (as MetaFont
|
|
source) for the shuffle product which is used in some part of
|
|
mathematics and physics.
|
|
|
|
date: 2008-10-30 08:46:08 +0000
|
|
|
|
|
|
%package -n texlive-shuffle-doc
|
|
Summary: Documentation for texlive-shuffle
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-shuffle-doc
|
|
This package includes the documentation for texlive-shuffle
|
|
|
|
%post -n texlive-shuffle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-shuffle
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-shuffle
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-shuffle-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/shuffle/README
|
|
%{_texmfdistdir}/doc/latex/shuffle/shuffle.pdf
|
|
|
|
%files -n texlive-shuffle
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle.mf
|
|
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle10.mf
|
|
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle7.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle7.tfm
|
|
%{_texmfdistdir}/tex/latex/shuffle/Ushuffle.fd
|
|
%{_texmfdistdir}/tex/latex/shuffle/shuffle.sty
|
|
/var/adm/update-scripts/texlive-shuffle-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sidecap
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6fsvn15878
|
|
Release: 0
|
|
Summary: Typeset captions sideways
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sidecap-doc >= %{texlive_version}
|
|
Provides: tex(sidecap.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(ragged2e.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source44: sidecap.tar.xz
|
|
Source45: sidecap.doc.tar.xz
|
|
|
|
%description -n texlive-sidecap
|
|
Defines environments called SCfigure and SCtable (analogous to
|
|
figure and table) to typeset captions sideways. Options include
|
|
outercaption, innercaption, leftcaption and rightcaption.
|
|
|
|
date: 2007-01-14 22:54:50 +0000
|
|
|
|
|
|
%package -n texlive-sidecap-doc
|
|
Summary: Documentation for texlive-sidecap
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6fsvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sidecap-doc
|
|
This package includes the documentation for texlive-sidecap
|
|
|
|
%post -n texlive-sidecap
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sidecap
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sidecap
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sidecap-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sidecap/README
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test-common.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test1.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test2.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test3.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test4.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test5.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sc-test6.tex
|
|
%{_texmfdistdir}/doc/latex/sidecap/sidecap.pdf
|
|
|
|
%files -n texlive-sidecap
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sidecap/sidecap.sty
|
|
/var/adm/update-scripts/texlive-sidecap-%{texlive_version}.%{texlive_noarch}.1.6fsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sidenotes
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn28239
|
|
Release: 0
|
|
Summary: Typeset notes containing rich content, in the margin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sidenotes-doc >= %{texlive_version}
|
|
Provides: tex(sidenotes.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(changepage.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(twoopt.sty)
|
|
Requires: tex(xifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source46: sidenotes.tar.xz
|
|
Source47: sidenotes.doc.tar.xz
|
|
|
|
%description -n texlive-sidenotes
|
|
The package allows typesetting of texts with notes, figures,
|
|
citations, captions and tables in the margin. This is common
|
|
(for example) in science text books.
|
|
|
|
date: 2012-11-11 12:12:37 +0000
|
|
|
|
|
|
%package -n texlive-sidenotes-doc
|
|
Summary: Documentation for texlive-sidenotes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn28239
|
|
Release: 0
|
|
|
|
%description -n texlive-sidenotes-doc
|
|
This package includes the documentation for texlive-sidenotes
|
|
|
|
%post -n texlive-sidenotes
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sidenotes
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sidenotes
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sidenotes-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sidenotes/README
|
|
%{_texmfdistdir}/doc/latex/sidenotes/sidenotes.pdf
|
|
|
|
%files -n texlive-sidenotes
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sidenotes/sidenotes.sty
|
|
/var/adm/update-scripts/texlive-sidenotes-%{texlive_version}.%{texlive_noarch}.0.0.92svn28239-%{release}-zypper
|
|
|
|
%package -n texlive-sides
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A LaTeX class for typesetting stage plays
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sides-doc >= %{texlive_version}
|
|
Provides: tex(sides.cls)
|
|
Requires: tex(report.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source48: sides.tar.xz
|
|
Source49: sides.doc.tar.xz
|
|
|
|
%description -n texlive-sides
|
|
This is a LaTeX class for typesetting stage plays, based on the
|
|
plari class written by Antti-Juhani Kaijanaho in 1998. It has
|
|
been updated and several formatting changes have been made to
|
|
it--most noticibly there are no longer orphans.
|
|
|
|
date: 2007-02-26 20:24:31 +0000
|
|
|
|
|
|
%package -n texlive-sides-doc
|
|
Summary: Documentation for texlive-sides
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sides-doc
|
|
This package includes the documentation for texlive-sides
|
|
|
|
%post -n texlive-sides
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sides
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sides
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sides-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sides/README
|
|
%{_texmfdistdir}/doc/latex/sides/sides-sample.pdf
|
|
%{_texmfdistdir}/doc/latex/sides/sides-sample.tex
|
|
|
|
%files -n texlive-sides
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sides/sides.cls
|
|
/var/adm/update-scripts/texlive-sides-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-silence
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5bsvn27028
|
|
Release: 0
|
|
Summary: Selective filtering of error messages and warnings
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-silence-doc >= %{texlive_version}
|
|
Provides: tex(silence.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source50: silence.tar.xz
|
|
Source51: silence.doc.tar.xz
|
|
|
|
%description -n texlive-silence
|
|
The package allows the user to filter out unwanted warnings and
|
|
error messages issued by LaTeX, packages and classes, so they
|
|
won't pop out when there's nothing one can do about them.
|
|
Filtering goes from the very broad ("avoid all messages by such
|
|
and such") to the fine-grained ("avoid messages that begin
|
|
with..."). Messages may be saved to an external file for later
|
|
reference.
|
|
|
|
date: 2012-07-04 08:43:54 +0000
|
|
|
|
|
|
%package -n texlive-silence-doc
|
|
Summary: Documentation for texlive-silence
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5bsvn27028
|
|
Release: 0
|
|
|
|
%description -n texlive-silence-doc
|
|
This package includes the documentation for texlive-silence
|
|
|
|
%post -n texlive-silence
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-silence
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-silence
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-silence-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/silence/README
|
|
%{_texmfdistdir}/doc/latex/silence/silence-doc.pdf
|
|
|
|
%files -n texlive-silence
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/silence/silence.sty
|
|
/var/adm/update-scripts/texlive-silence-%{texlive_version}.%{texlive_noarch}.1.5bsvn27028-%{release}-zypper
|
|
|
|
%package -n texlive-simplecd
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29260
|
|
Release: 0
|
|
Summary: Simple CD, DVD covers for printing
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-simplecd-doc >= %{texlive_version}
|
|
Provides: tex(simplecd.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(fix-cm.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source52: simplecd.tar.xz
|
|
Source53: simplecd.doc.tar.xz
|
|
|
|
%description -n texlive-simplecd
|
|
The package provides printable cut-outs for various CD, DVD and
|
|
other disc holders. The name of the package comes from its
|
|
implementation and ease of use; it was designed just for text
|
|
content, but since the text is placed in a \parbox in a tabular
|
|
environment cell, a rather wide range of things may be placed.
|
|
|
|
date: 2013-02-28 19:37:57 +0000
|
|
|
|
|
|
%package -n texlive-simplecd-doc
|
|
Summary: Documentation for texlive-simplecd
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29260
|
|
Release: 0
|
|
|
|
%description -n texlive-simplecd-doc
|
|
This package includes the documentation for texlive-simplecd
|
|
|
|
%post -n texlive-simplecd
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-simplecd
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-simplecd
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-simplecd-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/simplecd/README
|
|
%{_texmfdistdir}/doc/latex/simplecd/examples.pdf
|
|
%{_texmfdistdir}/doc/latex/simplecd/examples.tex
|
|
%{_texmfdistdir}/doc/latex/simplecd/simplecd.pdf
|
|
|
|
%files -n texlive-simplecd
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/simplecd/simplecd.sty
|
|
/var/adm/update-scripts/texlive-simplecd-%{texlive_version}.%{texlive_noarch}.1.4svn29260-%{release}-zypper
|
|
|
|
%package -n texlive-simplecv
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
|
|
Release: 0
|
|
Summary: A simple class for writing curricula vitae
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-simplecv-doc >= %{texlive_version}
|
|
Provides: tex(simplecv.cls)
|
|
Requires: tex(article.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source54: simplecv.tar.xz
|
|
Source55: simplecv.doc.tar.xz
|
|
|
|
%description -n texlive-simplecv
|
|
A derivative of the cv class available to lyx users (renamed to
|
|
avoid the existing cv package).
|
|
|
|
date: 2008-08-23 13:48:35 +0000
|
|
|
|
|
|
%package -n texlive-simplecv-doc
|
|
Summary: Documentation for texlive-simplecv
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-simplecv-doc
|
|
This package includes the documentation for texlive-simplecv
|
|
|
|
%post -n texlive-simplecv
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-simplecv
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-simplecv
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-simplecv-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/simplecv/README
|
|
%{_texmfdistdir}/doc/latex/simplecv/testcv.pdf
|
|
%{_texmfdistdir}/doc/latex/simplecv/testcv.tex
|
|
|
|
%files -n texlive-simplecv
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/simplecv/simplecv.cls
|
|
/var/adm/update-scripts/texlive-simplecv-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-simplewick
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn15878
|
|
Release: 0
|
|
Summary: Simple Wick contractions
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-simplewick-doc >= %{texlive_version}
|
|
Provides: tex(simplewick.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source56: simplewick.tar.xz
|
|
Source57: simplewick.doc.tar.xz
|
|
|
|
%description -n texlive-simplewick
|
|
The package provides a simple means of drawing Wick
|
|
contractions above and below expressions.
|
|
|
|
date: 2008-08-23 13:48:35 +0000
|
|
|
|
|
|
%package -n texlive-simplewick-doc
|
|
Summary: Documentation for texlive-simplewick
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-simplewick-doc
|
|
This package includes the documentation for texlive-simplewick
|
|
|
|
%post -n texlive-simplewick
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-simplewick
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-simplewick
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-simplewick-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/simplewick/README
|
|
%{_texmfdistdir}/doc/latex/simplewick/simplewick.pdf
|
|
|
|
%files -n texlive-simplewick
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/simplewick/simplewick.sty
|
|
/var/adm/update-scripts/texlive-simplewick-%{texlive_version}.%{texlive_noarch}.1.2asvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-simplified-latex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20620
|
|
Release: 0
|
|
Summary: A Simplified Introduction to LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source58: simplified-latex.doc.tar.xz
|
|
|
|
%description -n texlive-simplified-latex
|
|
An accessible introduction for the beginner.
|
|
|
|
date: 2010-11-29 21:48:23 +0000
|
|
|
|
%post -n texlive-simplified-latex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-simplified-latex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-simplified-latex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-simplified-latex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/simplified-latex/README
|
|
%{_texmfdistdir}/doc/latex/simplified-latex/simplified-intro.pdf
|
|
%{_texmfdistdir}/doc/latex/simplified-latex/source.zip
|
|
/var/adm/update-scripts/texlive-simplified-latex-%{texlive_version}.%{texlive_noarch}.svn20620-%{release}-zypper
|
|
|
|
%package -n texlive-sitem
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn22136
|
|
Release: 0
|
|
Summary: Save the optional argument of \item
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sitem-doc >= %{texlive_version}
|
|
Provides: tex(sitem.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source59: sitem.tar.xz
|
|
Source60: sitem.doc.tar.xz
|
|
|
|
%description -n texlive-sitem
|
|
The package modifies \item commands to save the optional
|
|
argument in a box.
|
|
|
|
date: 2011-04-19 08:29:51 +0000
|
|
|
|
|
|
%package -n texlive-sitem-doc
|
|
Summary: Documentation for texlive-sitem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn22136
|
|
Release: 0
|
|
|
|
%description -n texlive-sitem-doc
|
|
This package includes the documentation for texlive-sitem
|
|
|
|
%post -n texlive-sitem
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sitem
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sitem
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sitem-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sitem/sitem.pdf
|
|
|
|
%files -n texlive-sitem
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sitem/sitem.sty
|
|
/var/adm/update-scripts/texlive-sitem-%{texlive_version}.%{texlive_noarch}.1.0svn22136-%{release}-zypper
|
|
|
|
%package -n texlive-siunitx
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.5qsvn29360
|
|
Release: 0
|
|
Summary: A comprehensive (SI) units package
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-siunitx-doc >= %{texlive_version}
|
|
Provides: tex(siunitx-abbreviations.cfg)
|
|
Provides: tex(siunitx-binary.cfg)
|
|
Provides: tex(siunitx-version-1.cfg)
|
|
Provides: tex(siunitx.sty)
|
|
Requires: tex(amstext.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(l3keys2e.sty)
|
|
Requires: tex(translator.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source61: siunitx.tar.xz
|
|
Source62: siunitx.doc.tar.xz
|
|
|
|
%description -n texlive-siunitx
|
|
Typesetting values with units requires care to ensure that the
|
|
combined mathematical meaning of the value plus unit
|
|
combination is clear. In particular, the SI units system lays
|
|
down a consistent set of units with rules on how they are to be
|
|
used. However, different countries and publishers have
|
|
differing conventions on the exact appearance of numbers (and
|
|
units). A number of LaTeX packages have been developed to
|
|
provide consistent application of the various rules: SIunits,
|
|
sistyle, unitsdef and units are the leading examples. The
|
|
numprint package provides a large number of number-related
|
|
functions, while dcolumn and rccol provide tools for
|
|
typesetting tabular numbers. The siunitx package takes the best
|
|
from the existing packages, and adds new features and a
|
|
consistent interface. A number of new ideas have been
|
|
incorporated, to fill gaps in the existing provision. The
|
|
package also provides backward-compatibility with SIunits,
|
|
sistyle, unitsdef and units. The aim is to have one package to
|
|
handle all of the possible unit-related needs of LaTeX users.
|
|
The package relies on LaTeX 3 support from the l3kernel and
|
|
l3packages bundles.
|
|
|
|
date: 2013-03-12 09:55:10 +0000
|
|
|
|
|
|
%package -n texlive-siunitx-doc
|
|
Summary: Documentation for texlive-siunitx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.5qsvn29360
|
|
Release: 0
|
|
|
|
%description -n texlive-siunitx-doc
|
|
This package includes the documentation for texlive-siunitx
|
|
|
|
%post -n texlive-siunitx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-siunitx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-siunitx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-siunitx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/siunitx/README
|
|
%{_texmfdistdir}/doc/latex/siunitx/siunitx.pdf
|
|
|
|
%files -n texlive-siunitx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-abbreviations.cfg
|
|
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-binary.cfg
|
|
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-version-1.cfg
|
|
%{_texmfdistdir}/tex/latex/siunitx/siunitx.sty
|
|
/var/adm/update-scripts/texlive-siunitx-%{texlive_version}.%{texlive_noarch}.2.5qsvn29360-%{release}-zypper
|
|
|
|
%package -n texlive-skak
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn16453
|
|
Release: 0
|
|
Summary: Fonts and macros for typesetting chess games
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skak-doc >= %{texlive_version}
|
|
Provides: tex(chess-workshop-symbols.sty)
|
|
Provides: tex(lambda.sty)
|
|
Provides: tex(skak.fd)
|
|
Provides: tex(skak.sty)
|
|
Provides: tex(skak10.tfm)
|
|
Provides: tex(skak15.tfm)
|
|
Provides: tex(skak20.tfm)
|
|
Provides: tex(skak30.tfm)
|
|
Provides: tex(skakf10.tfm)
|
|
Provides: tex(skakf10b.tfm)
|
|
Provides: tex(uskak.fd)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(chessfss.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(latexsym.sty)
|
|
Requires: tex(textcomp.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source63: skak.tar.xz
|
|
Source64: skak.doc.tar.xz
|
|
|
|
%description -n texlive-skak
|
|
This package provides macros and fonts in MetaFont format which
|
|
can be used to typeset chess games using PGN, and to show
|
|
diagrams of the current board in a document. The package builds
|
|
on work by Piet Tutelaers -- the main novelty is the use of PGN
|
|
for input instead of the more cumbersome coordinate notation
|
|
(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1
|
|
implementation of skak's fonts is available as package skaknew;
|
|
an alternative chess notational scheme is available in package
|
|
texmate, and a general mechanism for selecting chess fonts is
|
|
provided in chessfss.
|
|
|
|
date: 2008-10-16 12:41:43 +0000
|
|
|
|
|
|
%package -n texlive-skak-doc
|
|
Summary: Documentation for texlive-skak
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn16453
|
|
Release: 0
|
|
|
|
%description -n texlive-skak-doc
|
|
This package includes the documentation for texlive-skak
|
|
|
|
%post -n texlive-skak
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skak
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skak
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skak-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skak/README
|
|
%{_texmfdistdir}/doc/latex/skak/WC-2004-S-00007.tex
|
|
%{_texmfdistdir}/doc/latex/skak/_region_.tex
|
|
%{_texmfdistdir}/doc/latex/skak/andreas_wilm_1.tex
|
|
%{_texmfdistdir}/doc/latex/skak/angletst.tex
|
|
%{_texmfdistdir}/doc/latex/skak/debug_storegame.tex
|
|
%{_texmfdistdir}/doc/latex/skak/demo-symbols.tex
|
|
%{_texmfdistdir}/doc/latex/skak/fen_with_black.tex
|
|
%{_texmfdistdir}/doc/latex/skak/font.tex
|
|
%{_texmfdistdir}/doc/latex/skak/font2.tex
|
|
%{_texmfdistdir}/doc/latex/skak/hightest.tex
|
|
%{_texmfdistdir}/doc/latex/skak/informator.pdf
|
|
%{_texmfdistdir}/doc/latex/skak/informator.tex
|
|
%{_texmfdistdir}/doc/latex/skak/ingo-bug1.tex
|
|
%{_texmfdistdir}/doc/latex/skak/lambda.tex
|
|
%{_texmfdistdir}/doc/latex/skak/longmoves.tex
|
|
%{_texmfdistdir}/doc/latex/skak/makefile
|
|
%{_texmfdistdir}/doc/latex/skak/promotion_problem_Ulrike.tex
|
|
%{_texmfdistdir}/doc/latex/skak/refman.pdf
|
|
%{_texmfdistdir}/doc/latex/skak/refman.tex
|
|
%{_texmfdistdir}/doc/latex/skak/show.tex
|
|
%{_texmfdistdir}/doc/latex/skak/skakdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/skak/skakdoc.tex
|
|
%{_texmfdistdir}/doc/latex/skak/special.map
|
|
%{_texmfdistdir}/doc/latex/skak/syntax.tex
|
|
%{_texmfdistdir}/doc/latex/skak/test1.tex
|
|
%{_texmfdistdir}/doc/latex/skak/test2.tex
|
|
%{_texmfdistdir}/doc/latex/skak/test_capture.tex
|
|
%{_texmfdistdir}/doc/latex/skak/tuggame.pdf
|
|
%{_texmfdistdir}/doc/latex/skak/tuggame.tex
|
|
|
|
%files -n texlive-skak
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/skak/skak10.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skak15.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skak20.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skak30.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skakbase.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skakbrikker.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skakf10.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skakf10b.mf
|
|
%{_texmfdistdir}/fonts/source/public/skak/skakinf.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skak10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skak15.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skak20.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skak30.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10b.tfm
|
|
%{_texmfdistdir}/tex/latex/skak/chess-workshop-symbols.sty
|
|
%{_texmfdistdir}/tex/latex/skak/lambda.sty
|
|
%{_texmfdistdir}/tex/latex/skak/skak.fd
|
|
%{_texmfdistdir}/tex/latex/skak/skak.sty
|
|
%{_texmfdistdir}/tex/latex/skak/uskak.fd
|
|
/var/adm/update-scripts/texlive-skak-%{texlive_version}.%{texlive_noarch}.1.5svn16453-%{release}-zypper
|
|
|
|
%package -n texlive-skaknew
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20031
|
|
Release: 0
|
|
Summary: The skak chess fonts redone in Adobe Type 1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-skaknew-fonts >= %{texlive_version}
|
|
Recommends: texlive-skaknew-doc >= %{texlive_version}
|
|
Provides: tex(AlphaDia.tfm)
|
|
Provides: tex(SkakNew-Diagram.tfm)
|
|
Provides: tex(SkakNew-DiagramT.tfm)
|
|
Provides: tex(SkakNew-Figurine.tfm)
|
|
Provides: tex(SkakNew-FigurineBold.tfm)
|
|
Provides: tex(SkakNew.map)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source65: skaknew.tar.xz
|
|
Source66: skaknew.doc.tar.xz
|
|
|
|
%description -n texlive-skaknew
|
|
This package offers Adobe Type 1 versions of the fonts provided
|
|
as MetaFont source by the skak bundle.
|
|
|
|
date: 2009-02-21 21:13:29 +0000
|
|
|
|
|
|
%package -n texlive-skaknew-doc
|
|
Summary: Documentation for texlive-skaknew
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20031
|
|
Release: 0
|
|
|
|
%description -n texlive-skaknew-doc
|
|
This package includes the documentation for texlive-skaknew
|
|
|
|
|
|
%package -n texlive-skaknew-fonts
|
|
Summary: Severed fonts for texlive-skaknew
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20031
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-skaknew-fonts
|
|
The separated fonts package for texlive-skaknew
|
|
%post -n texlive-skaknew
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+SkakNew.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+SkakNew.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map SkakNew.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-skaknew
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+SkakNew.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-skaknew
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-skaknew-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-skaknew
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-skaknew
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-skaknew-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-skaknew-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/skaknew/README
|
|
%{_texmfdistdir}/doc/fonts/skaknew/SkakNew.pdf
|
|
%{_texmfdistdir}/doc/fonts/skaknew/SkakNew.tex
|
|
%{_texmfdistdir}/doc/fonts/skaknew/fonttables.pdf
|
|
%{_texmfdistdir}/doc/fonts/skaknew/install.vtex
|
|
|
|
%files -n texlive-skaknew
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/skaknew/AlphaDia.afm
|
|
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Diagram.afm
|
|
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-DiagramT.afm
|
|
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Figurine.afm
|
|
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/skaknew/SkakNew.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/skaknew/AlphaDia.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Diagram.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Figurine.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf
|
|
%{_texmfdistdir}/fonts/tfm/public/skaknew/AlphaDia.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.inf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.inf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.inf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.inf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfm
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm
|
|
|
|
%files -n texlive-skaknew-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-skaknew
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-skaknew.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-skaknew/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-skaknew/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-skaknew/fonts.scale
|
|
%{_datadir}/fonts/texlive-skaknew/AlphaDia.otf
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-Diagram.otf
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-DiagramT.otf
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-Figurine.otf
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-FigurineBold.otf
|
|
%{_datadir}/fonts/texlive-skaknew/AlphaDia.pfb
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-Diagram.pfb
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-DiagramT.pfb
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-Figurine.pfb
|
|
%{_datadir}/fonts/texlive-skaknew/SkakNew-FigurineBold.pfb
|
|
/var/adm/update-scripts/texlive-skaknew-%{texlive_version}.%{texlive_noarch}.svn20031-%{release}-zypper
|
|
|
|
%package -n texlive-skb
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.51svn22781
|
|
Release: 0
|
|
Summary: Tools for a repository of long-living documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skb-doc >= %{texlive_version}
|
|
Provides: tex(skb.cfg)
|
|
Provides: tex(skb.sty)
|
|
Provides: tex(skbarticle.cls)
|
|
Provides: tex(skbbeamer.cls)
|
|
Provides: tex(skbbook.cls)
|
|
Provides: tex(skblncsbeamer.cls)
|
|
Provides: tex(skblncsppt.cls)
|
|
Provides: tex(skbmoderncv.cls)
|
|
Requires: tex(acronym.sty)
|
|
Requires: tex(beamer.cls)
|
|
Requires: tex(beamerarticle.sty)
|
|
Requires: tex(biblatex.sty)
|
|
Requires: tex(booktabs.sty)
|
|
Requires: tex(colortbl.sty)
|
|
Requires: tex(comment.sty)
|
|
Requires: tex(datetime.sty)
|
|
Requires: tex(dirtree.sty)
|
|
Requires: tex(enumitem.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(float.sty)
|
|
Requires: tex(gensymb.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(longtable.sty)
|
|
Requires: tex(memoir.cls)
|
|
Requires: tex(moderncv.cls)
|
|
Requires: tex(optional.sty)
|
|
Requires: tex(pgf.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(units.sty)
|
|
Requires: tex(versions.sty)
|
|
Requires: tex(wasysym.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xmpmulti.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source67: skb.tar.xz
|
|
Source68: skb.doc.tar.xz
|
|
|
|
%description -n texlive-skb
|
|
The package provides macros that help to build a document
|
|
repository for long living documents. It focuses on structure
|
|
and re-use of text, code, figures etc. The basic concept is
|
|
first to separate structure from content (i.e., text about a
|
|
topic from the structure it is presented by) and then
|
|
separating the content from the actual published document, thus
|
|
enabling easy re-use of text blocks in different publications
|
|
(i.e., text about a protocol in a short article about this
|
|
protocol as well as in a book about many protocols); all
|
|
without constantly copying or changing text. As a side effect,
|
|
using the document classes provided, it hides a lot of LaTeX
|
|
from someone who just wants to write articles and books.
|
|
|
|
date: 2011-05-13 00:11:01 +0000
|
|
|
|
|
|
%package -n texlive-skb-doc
|
|
Summary: Documentation for texlive-skb
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.51svn22781
|
|
Release: 0
|
|
|
|
%description -n texlive-skb-doc
|
|
This package includes the documentation for texlive-skb
|
|
|
|
%post -n texlive-skb
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skb
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skb
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skb-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skb/HISTORY.TXT
|
|
%{_texmfdistdir}/doc/latex/skb/LICENSE.TXT
|
|
%{_texmfdistdir}/doc/latex/skb/MANIFEST.TXT
|
|
%{_texmfdistdir}/doc/latex/skb/README
|
|
%{_texmfdistdir}/doc/latex/skb/TODO.TXT
|
|
%{_texmfdistdir}/doc/latex/skb/makefile
|
|
%{_texmfdistdir}/doc/latex/skb/skb.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/acronyms.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibliography.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex-styles.bbx
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/article.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/book.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/collection.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/conference.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inbook.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/incollection.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inproceedings.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/manual.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/misc.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/online.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/proceedings.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/report.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/standard.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/techreport.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/unpublished.bib
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/example-toc.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/example.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/figure-classic.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/listings.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/optional-text.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/paths.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/rebuild.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbconfig.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbem.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbfigure.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbheading.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbinput.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslide.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslidecite.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/examples/used-options.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/baf.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/complete.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/exa-doc.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish-art.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/repository.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/skb-distribution.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-0.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-1.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-10.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-11.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-12.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-13.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-14.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-2.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-3.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-4.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-5.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-6.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-7.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-8.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-9.pdf
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/abstract.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/applicability.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/exa-doc/documentation.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/example-article.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-cmd.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt-table.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/distribution.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/folders.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/installation.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/rebuild.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/start.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/used-options.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/intent.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/acr-bib.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/headings-and-files.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/listing.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/lists.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/manual.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/optional-text.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/path-commands.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/pdfinfo.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbem.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbfigure-opt-table.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbinput-opt-table.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-cs.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-final.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-baf.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/short.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/repository/title.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/about.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/applicability.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex1.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex3.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-toc.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/intent.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-acrbib.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exa.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exna.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-opt.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-haf.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-listings.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-lists.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-optional-text.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-paths.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-pdfinfo.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-skbem.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides1.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-cs.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-baf.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc1.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-cmd.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-opt.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-distribution.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-folders.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-installation.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild1.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-used-options.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long1.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long2.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-short.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-anim.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-load.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-noanim.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-notes.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/user-guide-load.tex
|
|
%{_texmfdistdir}/doc/latex/skb/user-guide/user-guide.tex
|
|
|
|
%files -n texlive-skb
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skb/skb.cfg
|
|
%{_texmfdistdir}/tex/latex/skb/skb.sty
|
|
%{_texmfdistdir}/tex/latex/skb/skbarticle.cls
|
|
%{_texmfdistdir}/tex/latex/skb/skbbeamer.cls
|
|
%{_texmfdistdir}/tex/latex/skb/skbbook.cls
|
|
%{_texmfdistdir}/tex/latex/skb/skblncsbeamer.cls
|
|
%{_texmfdistdir}/tex/latex/skb/skblncsppt.cls
|
|
%{_texmfdistdir}/tex/latex/skb/skbmoderncv.cls
|
|
/var/adm/update-scripts/texlive-skb-%{texlive_version}.%{texlive_noarch}.0.0.51svn22781-%{release}-zypper
|
|
|
|
%package -n texlive-skdoc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn30697
|
|
Release: 0
|
|
Summary: Documentation and extraction for packages and document classes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skdoc-doc >= %{texlive_version}
|
|
Provides: tex(skdoc.cls)
|
|
Requires: tex(PTSerif.sty)
|
|
Requires: tex(atbegshi.sty)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(csquotes.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(hologo.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(microtype.sty)
|
|
Requires: tex(minted.sty)
|
|
Requires: tex(multicol.sty)
|
|
Requires: tex(needspace.sty)
|
|
Requires: tex(opensans.sty)
|
|
Requires: tex(pdftexcmds.sty)
|
|
Requires: tex(scrpage2.sty)
|
|
Requires: tex(verbatim.sty)
|
|
Requires: tex(xparse.sty)
|
|
Requires: tex(xstring.sty)
|
|
Requires: tex(ydoc-code.sty)
|
|
Requires: tex(ydoc-desc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source69: skdoc.tar.xz
|
|
Source70: skdoc.doc.tar.xz
|
|
|
|
%description -n texlive-skdoc
|
|
The class provides the functionality and implementation of
|
|
packages and document classes. It is loosely based on the ydoc
|
|
and ltxdoc classes, but has a number of incompatible
|
|
differences. The class defines a MacroCode environment which
|
|
offers an alternative to the the usual docstrip method of
|
|
installing packages. It has the ability to generate both
|
|
documentation and code in a single run of a single file.
|
|
|
|
date: 2013-05-25 15:03:59 +0000
|
|
|
|
|
|
%package -n texlive-skdoc-doc
|
|
Summary: Documentation for texlive-skdoc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn30697
|
|
Release: 0
|
|
|
|
%description -n texlive-skdoc-doc
|
|
This package includes the documentation for texlive-skdoc
|
|
|
|
%post -n texlive-skdoc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skdoc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skdoc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skdoc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skdoc/README
|
|
%{_texmfdistdir}/doc/latex/skdoc/skdoc.pdf
|
|
|
|
%files -n texlive-skdoc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skdoc/skdoc.cls
|
|
/var/adm/update-scripts/texlive-skdoc-%{texlive_version}.%{texlive_noarch}.1.3asvn30697-%{release}-zypper
|
|
|
|
%package -n texlive-skeycommand
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24652
|
|
Release: 0
|
|
Summary: Create commands using parameters and keyval in parallel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skeycommand-doc >= %{texlive_version}
|
|
Provides: tex(skeycommand.sty)
|
|
Requires: tex(catoptions.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source71: skeycommand.tar.xz
|
|
Source72: skeycommand.doc.tar.xz
|
|
|
|
%description -n texlive-skeycommand
|
|
The package provides tools for defining LaTeX commands and
|
|
environments using combinations of parameters and keys. All the
|
|
facilities of the ltxkeys and skeyval packages are available to
|
|
the user of skeycommand.
|
|
|
|
date: 2011-11-20 10:43:03 +0000
|
|
|
|
|
|
%package -n texlive-skeycommand-doc
|
|
Summary: Documentation for texlive-skeycommand
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24652
|
|
Release: 0
|
|
|
|
%description -n texlive-skeycommand-doc
|
|
This package includes the documentation for texlive-skeycommand
|
|
|
|
%post -n texlive-skeycommand
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skeycommand
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skeycommand
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skeycommand-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skeycommand/README
|
|
%{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.cfg
|
|
%{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.tex
|
|
|
|
%files -n texlive-skeycommand
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skeycommand/skeycommand.sty
|
|
/var/adm/update-scripts/texlive-skeycommand-%{texlive_version}.%{texlive_noarch}.0.0.4svn24652-%{release}-zypper
|
|
|
|
%package -n texlive-skeyval
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30560
|
|
Release: 0
|
|
Summary: Key-value parsing combining features of xkeyval and pgfkeys
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skeyval-doc >= %{texlive_version}
|
|
Provides: tex(skeyval-bc.sty)
|
|
Provides: tex(skeyval-core.tex)
|
|
Provides: tex(skeyval-for.tex)
|
|
Provides: tex(skeyval-ltxcmds.tex)
|
|
Provides: tex(skeyval-ltxpatch.sty)
|
|
Provides: tex(skeyval-pstkey.sty)
|
|
Provides: tex(skeyval-pstkey.tex)
|
|
Provides: tex(skeyval-testclass.cls)
|
|
Provides: tex(skeyval-testpkg.sty)
|
|
Provides: tex(skeyval-view.sty)
|
|
Provides: tex(skeyval.sty)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(graphicx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source73: skeyval.tar.xz
|
|
Source74: skeyval.doc.tar.xz
|
|
|
|
%description -n texlive-skeyval
|
|
The package integrates the features of xkeyval and of pgfkeys
|
|
by introducing a new type of handlers. Style keys, links,
|
|
changing key callbacks and values on the fly, and other
|
|
features of pgfkeys are introduced in a new context.
|
|
|
|
date: 2013-05-16 15:14:56 +0000
|
|
|
|
|
|
%package -n texlive-skeyval-doc
|
|
Summary: Documentation for texlive-skeyval
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30560
|
|
Release: 0
|
|
|
|
%description -n texlive-skeyval-doc
|
|
This package includes the documentation for texlive-skeyval
|
|
|
|
%post -n texlive-skeyval
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skeyval
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skeyval
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skeyval-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skeyval/README
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-pokayoke1.pdf
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-pokayoke1.tex
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-pokayoke2.pdf
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-pokayoke2.tex
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-view-pokayoke1.aux
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-view-pokayoke1.log
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-view-pokayoke1.pdf
|
|
%{_texmfdistdir}/doc/latex/skeyval/skeyval-view-pokayoke1.tex
|
|
|
|
%files -n texlive-skeyval
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-bc.sty
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-core.tex
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-for.tex
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-ltxcmds.tex
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-ltxpatch.sty
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-pstkey.sty
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-pstkey.tex
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-testclass.cls
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-testpkg.sty
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval-view.sty
|
|
%{_texmfdistdir}/tex/latex/skeyval/skeyval.sty
|
|
/var/adm/update-scripts/texlive-skeyval-%{texlive_version}.%{texlive_noarch}.1.3svn30560-%{release}-zypper
|
|
|
|
%package -n texlive-skmath
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30698
|
|
Release: 0
|
|
Summary: Extensions to the maths command repertoir
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skmath-doc >= %{texlive_version}
|
|
Provides: tex(skmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(isomath.sty)
|
|
Requires: tex(l3keys2e.sty)
|
|
Requires: tex(mathtools.sty)
|
|
Requires: tex(xfrac.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source75: skmath.tar.xz
|
|
Source76: skmath.doc.tar.xz
|
|
|
|
%description -n texlive-skmath
|
|
The package provides a selection of new maths commands and
|
|
improved re-definitions of existing commands.
|
|
|
|
date: 2013-05-26 17:01:07 +0000
|
|
|
|
|
|
%package -n texlive-skmath-doc
|
|
Summary: Documentation for texlive-skmath
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30698
|
|
Release: 0
|
|
|
|
%description -n texlive-skmath-doc
|
|
This package includes the documentation for texlive-skmath
|
|
|
|
%post -n texlive-skmath
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skmath
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skmath
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skmath-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skmath/README
|
|
%{_texmfdistdir}/doc/latex/skmath/skmath.pdf
|
|
|
|
%files -n texlive-skmath
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skmath/skmath.sty
|
|
/var/adm/update-scripts/texlive-skmath-%{texlive_version}.%{texlive_noarch}.0.0.3svn30698-%{release}-zypper
|
|
|
|
%package -n texlive-skrapport
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.10bsvn29608
|
|
Release: 0
|
|
Summary: 'Simple' class for reports, etcetera
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-skrapport-doc >= %{texlive_version}
|
|
Provides: tex(skrapport-colortheme-cruelwater.sty)
|
|
Provides: tex(skrapport-colortheme-default.sty)
|
|
Provides: tex(skrapport-colortheme-unscathed.sty)
|
|
Provides: tex(skrapport-colortheme-violet.sty)
|
|
Provides: tex(skrapport.cls)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(geometry.sty)
|
|
Requires: tex(icomma.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(kpfonts.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
Requires: tex(lmodern.sty)
|
|
Requires: tex(mathpazo.sty)
|
|
Requires: tex(microtype.sty)
|
|
Requires: tex(multicol.sty)
|
|
Requires: tex(polyglossia.sty)
|
|
Requires: tex(tgpagella.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xparse.sty)
|
|
Requires: tex(xstring.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source77: skrapport.tar.xz
|
|
Source78: skrapport.doc.tar.xz
|
|
|
|
%description -n texlive-skrapport
|
|
The class is intgended for simple documents (e.g., reports
|
|
handed in as coursework and the like). The class is small and
|
|
straightforward; its design was inspired by that of the PracTeX
|
|
journal style.
|
|
|
|
date: 2013-03-28 17:38:42 +0000
|
|
|
|
|
|
%package -n texlive-skrapport-doc
|
|
Summary: Documentation for texlive-skrapport
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.10bsvn29608
|
|
Release: 0
|
|
|
|
%description -n texlive-skrapport-doc
|
|
This package includes the documentation for texlive-skrapport
|
|
|
|
%post -n texlive-skrapport
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skrapport
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skrapport
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skrapport-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/skrapport/skrapport.pdf
|
|
%{_texmfdistdir}/doc/latex/skrapport/skrapport.tex
|
|
|
|
%files -n texlive-skrapport
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-cruelwater.sty
|
|
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-default.sty
|
|
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-unscathed.sty
|
|
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-violet.sty
|
|
%{_texmfdistdir}/tex/latex/skrapport/skrapport.cls
|
|
/var/adm/update-scripts/texlive-skrapport-%{texlive_version}.%{texlive_noarch}.0.0.10bsvn29608-%{release}-zypper
|
|
|
|
%package -n texlive-skull
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn25608
|
|
Release: 0
|
|
Summary: A font to draw a skull
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Provides: tex(skull.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source79: skull.tar.xz
|
|
|
|
%description -n texlive-skull
|
|
The font (defined in Metafont) defines a single character, a
|
|
black solid skull. A package is supplied to make this character
|
|
available as a symbol in maths mode.
|
|
|
|
date: 2011-04-11 20:34:22 +0000
|
|
|
|
%post -n texlive-skull
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-skull
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-skull
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-skull
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/skull/skull.mf
|
|
%{_texmfdistdir}/tex/latex/skull/skull.sty
|
|
/var/adm/update-scripts/texlive-skull-%{texlive_version}.%{texlive_noarch}.0.0.1svn25608-%{release}-zypper
|
|
|
|
%package -n texlive-slantsc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.11svn25007
|
|
Release: 0
|
|
Summary: Access different-shaped small-caps fonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-slantsc-doc >= %{texlive_version}
|
|
Provides: tex(slantsc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source80: slantsc.tar.xz
|
|
Source81: slantsc.doc.tar.xz
|
|
|
|
%description -n texlive-slantsc
|
|
This package enables the use of small capitals in different
|
|
font shapes, e.g., slanted or bold slanted for all fonts that
|
|
provide appropriate font shapes. (Note that a separate .fd file
|
|
is needed to define font shapes such as 'scsl' or 'scit'.)
|
|
|
|
date: 2012-01-02 13:24:13 +0000
|
|
|
|
|
|
%package -n texlive-slantsc-doc
|
|
Summary: Documentation for texlive-slantsc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.11svn25007
|
|
Release: 0
|
|
|
|
%description -n texlive-slantsc-doc
|
|
This package includes the documentation for texlive-slantsc
|
|
|
|
%post -n texlive-slantsc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-slantsc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-slantsc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-slantsc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/slantsc/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/slantsc/Makefile
|
|
%{_texmfdistdir}/doc/latex/slantsc/README
|
|
%{_texmfdistdir}/doc/latex/slantsc/getversion.tex
|
|
%{_texmfdistdir}/doc/latex/slantsc/slantsc.pdf
|
|
%{_texmfdistdir}/doc/latex/slantsc/testslantsc.tex
|
|
|
|
%files -n texlive-slantsc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/slantsc/slantsc.sty
|
|
/var/adm/update-scripts/texlive-slantsc-%{texlive_version}.%{texlive_noarch}.2.11svn25007-%{release}-zypper
|
|
|
|
%package -n texlive-slideshow
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Generate slideshow with MetaPost
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-slideshow-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source82: slideshow.tar.xz
|
|
Source83: slideshow.doc.tar.xz
|
|
|
|
%description -n texlive-slideshow
|
|
The package provides a means of creating presentations in
|
|
MetaPost, without intervention from other utilities (except a
|
|
distiller). Such an arrangement has its advantages (though
|
|
there are disadvantages too).
|
|
|
|
date: 2008-12-04 13:14:32 +0000
|
|
|
|
|
|
%package -n texlive-slideshow-doc
|
|
Summary: Documentation for texlive-slideshow
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-slideshow-doc
|
|
This package includes the documentation for texlive-slideshow
|
|
|
|
%post -n texlive-slideshow
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-slideshow
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-slideshow
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-slideshow-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/metapost/slideshow/slideshow.txt
|
|
%{_texmfdistdir}/doc/metapost/slideshow/sshowex.pdf
|
|
%{_texmfdistdir}/doc/metapost/slideshow/sshowex2.pdf
|
|
%{_texmfdistdir}/doc/metapost/slideshow/sshowex3.pdf
|
|
%{_texmfdistdir}/doc/metapost/slideshow/sshowintro.pdf
|
|
|
|
%files -n texlive-slideshow
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metapost/slideshow/pathalong.mp
|
|
%{_texmfdistdir}/metapost/slideshow/slideshow.mp
|
|
%{_texmfdistdir}/metapost/slideshow/sshowex.mp
|
|
%{_texmfdistdir}/metapost/slideshow/sshowex2.mp
|
|
%{_texmfdistdir}/metapost/slideshow/sshowex3.mp
|
|
%{_texmfdistdir}/metapost/slideshow/sshowintro.mp
|
|
/var/adm/update-scripts/texlive-slideshow-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-smalltableof
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20333
|
|
Release: 0
|
|
Summary: Create listoffigures etc. in a single chapter
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-smalltableof-doc >= %{texlive_version}
|
|
Provides: tex(smalltableof.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source84: smalltableof.tar.xz
|
|
Source85: smalltableof.doc.tar.xz
|
|
|
|
%description -n texlive-smalltableof
|
|
The package allows you to create a list of figures and list of
|
|
tables in a chapter named 'List' that contains separate
|
|
sections for each list of figures, tables, etc.
|
|
|
|
date: 2010-11-05 11:10:03 +0000
|
|
|
|
|
|
%package -n texlive-smalltableof-doc
|
|
Summary: Documentation for texlive-smalltableof
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20333
|
|
Release: 0
|
|
Provides: locale(texlive-smalltableof-doc:fr)
|
|
|
|
%description -n texlive-smalltableof-doc
|
|
This package includes the documentation for texlive-smalltableof
|
|
|
|
%post -n texlive-smalltableof
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-smalltableof
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-smalltableof
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-smalltableof-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/smalltableof/README
|
|
%{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.pdf
|
|
%{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.tex
|
|
|
|
%files -n texlive-smalltableof
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/smalltableof/smalltableof.sty
|
|
/var/adm/update-scripts/texlive-smalltableof-%{texlive_version}.%{texlive_noarch}.svn20333-%{release}-zypper
|
|
|
|
%package -n texlive-smartdiagram
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30046
|
|
Release: 0
|
|
Summary: Generate diagrams from lists
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-smartdiagram-doc >= %{texlive_version}
|
|
Provides: tex(smartdiagram.sty)
|
|
Provides: tex(smartdiagramlibraryadditions.code.tex)
|
|
Provides: tex(smartdiagramlibrarycore.commands.code.tex)
|
|
Provides: tex(smartdiagramlibrarycore.definitions.code.tex)
|
|
Provides: tex(smartdiagramlibrarycore.styles.code.tex)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(xparse.sty)
|
|
Requires: tex(xstring.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source86: smartdiagram.tar.xz
|
|
Source87: smartdiagram.doc.tar.xz
|
|
|
|
%description -n texlive-smartdiagram
|
|
The package will create 'smart' diagrams from lists of items,
|
|
for simple documents and for presentations.
|
|
|
|
date: 2013-04-02 00:01:45 +0000
|
|
|
|
|
|
%package -n texlive-smartdiagram-doc
|
|
Summary: Documentation for texlive-smartdiagram
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30046
|
|
Release: 0
|
|
|
|
%description -n texlive-smartdiagram-doc
|
|
This package includes the documentation for texlive-smartdiagram
|
|
|
|
%post -n texlive-smartdiagram
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-smartdiagram
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-smartdiagram
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-smartdiagram-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/smartdiagram/README
|
|
%{_texmfdistdir}/doc/latex/smartdiagram/smartdiagram.pdf
|
|
|
|
%files -n texlive-smartdiagram
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagram.sty
|
|
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibraryadditions.code.tex
|
|
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
|
|
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
|
|
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.styles.code.tex
|
|
/var/adm/update-scripts/texlive-smartdiagram-%{texlive_version}.%{texlive_noarch}.0.0.3svn30046-%{release}-zypper
|
|
|
|
%package -n texlive-smartref
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.9svn20311
|
|
Release: 0
|
|
Summary: Extend LaTeX's \ref capability
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-smartref-doc >= %{texlive_version}
|
|
Provides: tex(byname.sty)
|
|
Provides: tex(smartref.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source88: smartref.tar.xz
|
|
Source89: smartref.doc.tar.xz
|
|
|
|
%description -n texlive-smartref
|
|
The package extends the LaTeX labelling system: whenever a
|
|
label is set, the values of counters (selected by the user) are
|
|
recorded, along with the label. The value of these counters can
|
|
be recalled with a command similar to \pageref. The package
|
|
also adds commands \s[name]ref (for each counter [name] that
|
|
the user has selected); these commands display something only
|
|
if the value of the [name] counter is changed from when the
|
|
label was set. Many commands are provided to serve as a macro
|
|
programming environment for using the extended labels.
|
|
|
|
date: 2010-11-01 14:44:19 +0000
|
|
|
|
|
|
%package -n texlive-smartref-doc
|
|
Summary: Documentation for texlive-smartref
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.9svn20311
|
|
Release: 0
|
|
|
|
%description -n texlive-smartref-doc
|
|
This package includes the documentation for texlive-smartref
|
|
|
|
%post -n texlive-smartref
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-smartref
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-smartref
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-smartref-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/smartref/README
|
|
%{_texmfdistdir}/doc/latex/smartref/smartref-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/smartref/smartref-doc.tex
|
|
|
|
%files -n texlive-smartref
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/smartref/byname.sty
|
|
%{_texmfdistdir}/tex/latex/smartref/smartref.sty
|
|
/var/adm/update-scripts/texlive-smartref-%{texlive_version}.%{texlive_noarch}.1.9svn20311-%{release}-zypper
|
|
|
|
%package -n texlive-snapshot
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.14svn15878
|
|
Release: 0
|
|
Summary: List the external dependencies of a LaTeX document
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-snapshot-doc >= %{texlive_version}
|
|
Provides: tex(snapshot.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source90: snapshot.tar.xz
|
|
Source91: snapshot.doc.tar.xz
|
|
|
|
%description -n texlive-snapshot
|
|
The snapshot package helps the owner of a LaTeX document obtain
|
|
a list of the external dependencies of the document, in a form
|
|
that can be embedded at the top of the document. It provides a
|
|
snapshot of the current processing context of the document,
|
|
insofar as it can be determined from inside LaTeX. If a
|
|
document contains such a dependency list, then it becomes
|
|
possible to arrange that the document be processed always with
|
|
the same versions of everything, in order to ensure the same
|
|
output. This could be useful for someone wanting to keep a
|
|
LaTeX document on hand and consistently reproduce an identical
|
|
DVI file from it, on the fly; or for someone wanting to shield
|
|
a document during the final stages of its production cycle from
|
|
unexpected side effects of routine upgrades to the TeX system.
|
|
|
|
date: 2006-12-13 23:03:18 +0000
|
|
|
|
|
|
%package -n texlive-snapshot-doc
|
|
Summary: Documentation for texlive-snapshot
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.14svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-snapshot-doc
|
|
This package includes the documentation for texlive-snapshot
|
|
|
|
%post -n texlive-snapshot
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-snapshot
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-snapshot
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-snapshot-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/snapshot/snapshot.pdf
|
|
|
|
%files -n texlive-snapshot
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/snapshot/snapshot.sty
|
|
/var/adm/update-scripts/texlive-snapshot-%{texlive_version}.%{texlive_noarch}.1.14svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-snotez
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30355
|
|
Release: 0
|
|
Summary: Typeset notes, in the margin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-snotez-doc >= %{texlive_version}
|
|
Provides: tex(snotez.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(pgfopts.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source92: snotez.tar.xz
|
|
Source93: snotez.doc.tar.xz
|
|
|
|
%description -n texlive-snotez
|
|
The package provides a macro \sidenote, that places a note in
|
|
the margin of the document, with its baseline aligned with the
|
|
baseline in the body of the document. These sidenotes are
|
|
numbered (both in the text, and on the notes themselves). The
|
|
package loads the package etoolbox, pgfopts, marginnote and
|
|
perpage.
|
|
|
|
date: 2013-05-09 11:28:31 +0000
|
|
|
|
|
|
%package -n texlive-snotez-doc
|
|
Summary: Documentation for texlive-snotez
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30355
|
|
Release: 0
|
|
|
|
%description -n texlive-snotez-doc
|
|
This package includes the documentation for texlive-snotez
|
|
|
|
%post -n texlive-snotez
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-snotez
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-snotez
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-snotez-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/snotez/README
|
|
%{_texmfdistdir}/doc/latex/snotez/snotez_en.pdf
|
|
%{_texmfdistdir}/doc/latex/snotez/snotez_en.tex
|
|
|
|
%files -n texlive-snotez
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/snotez/snotez.sty
|
|
/var/adm/update-scripts/texlive-snotez-%{texlive_version}.%{texlive_noarch}.0.0.3svn30355-%{release}-zypper
|
|
|
|
%package -n texlive-songbook
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.5svn18136
|
|
Release: 0
|
|
Summary: Package for typesetting song lyrics and chord books
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-songbook-doc >= %{texlive_version}
|
|
Provides: tex(conditionals.sty)
|
|
Provides: tex(songbook.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(multicol.sty)
|
|
Requires: tex(xstring.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source94: songbook.tar.xz
|
|
Source95: songbook.doc.tar.xz
|
|
|
|
%description -n texlive-songbook
|
|
The package provides an all purpose songbook style. Three types
|
|
of output may be created from a single input file: "words and
|
|
chords" books for the musicians to play from, "words only"
|
|
songbooks for the congregation to sing from, and overhead
|
|
transparency masters for congregational use. The package will
|
|
also print a table of contents, an index sorted by title and
|
|
first line, and an index sorted by key, or by artist/composer.
|
|
The package attempts to handle songs in multiple keys, as well
|
|
as songs in multiple languages.
|
|
|
|
date: 2010-05-06 11:38:32 +0000
|
|
|
|
|
|
%package -n texlive-songbook-doc
|
|
Summary: Documentation for texlive-songbook
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.5svn18136
|
|
Release: 0
|
|
|
|
%description -n texlive-songbook-doc
|
|
This package includes the documentation for texlive-songbook
|
|
|
|
%post -n texlive-songbook
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-songbook
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-songbook
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-songbook-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/songbook/LesserGPL.txt
|
|
%{_texmfdistdir}/doc/latex/songbook/README
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBook.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/README
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/NothingButTheBlood.crd
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb.txt
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/modulate
|
|
%{_texmfdistdir}/doc/latex/songbook/contrib/texchord.sty
|
|
%{_texmfdistdir}/doc/latex/songbook/install.txt
|
|
%{_texmfdistdir}/doc/latex/songbook/mksbadx
|
|
%{_texmfdistdir}/doc/latex/songbook/mksbkdx
|
|
%{_texmfdistdir}/doc/latex/songbook/mksbtdx
|
|
%{_texmfdistdir}/doc/latex/songbook/sample-sb.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleAdx.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleAdx.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleCBK.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleCSBK.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleKdx.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleKdx.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleOH.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleTdx.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleTdx.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleToc.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleToc.tex
|
|
%{_texmfdistdir}/doc/latex/songbook/sampleWBK.pdf
|
|
%{_texmfdistdir}/doc/latex/songbook/songbook.pdf
|
|
|
|
%files -n texlive-songbook
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/songbook/songbook.ist
|
|
%{_texmfdistdir}/tex/latex/songbook/conditionals.sty
|
|
%{_texmfdistdir}/tex/latex/songbook/songbook.sty
|
|
/var/adm/update-scripts/texlive-songbook-%{texlive_version}.%{texlive_noarch}.4.5svn18136-%{release}-zypper
|
|
|
|
%package -n texlive-songs
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.14svn30005
|
|
Release: 0
|
|
Summary: Produce song books for church or fellowship
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-songs-doc >= %{texlive_version}
|
|
Provides: tex(songs.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source96: songs.tar.xz
|
|
Source97: songs.doc.tar.xz
|
|
|
|
%description -n texlive-songs
|
|
The package provides a means of producing beautiful song books
|
|
for church or fellowship. It offers: - a very easy chord-entry
|
|
syntax; - multiple modes (words-only; words+chords; slides;
|
|
handouts); - measure bars; - guitar tablatures; - automatic
|
|
transposition; - scripture quotations; - multiple indexes
|
|
(sorted by title, author, important lyrics, or scripture
|
|
references); and - projector-style output generation, for
|
|
interactive use. A set of example documents is provided.
|
|
|
|
date: 2012-04-22 19:38:25 +0000
|
|
|
|
|
|
%package -n texlive-songs-doc
|
|
Summary: Documentation for texlive-songs
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.14svn30005
|
|
Release: 0
|
|
|
|
%description -n texlive-songs-doc
|
|
This package includes the documentation for texlive-songs
|
|
|
|
%post -n texlive-songs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-songs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-songs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-songs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/songs/Makefile
|
|
%{_texmfdistdir}/doc/latex/songs/README
|
|
%{_texmfdistdir}/doc/latex/songs/history.txt
|
|
%{_texmfdistdir}/doc/latex/songs/license.txt
|
|
%{_texmfdistdir}/doc/latex/songs/sample/Makefile
|
|
%{_texmfdistdir}/doc/latex/songs/sample/chordbook.tex
|
|
%{_texmfdistdir}/doc/latex/songs/sample/lyricbook.tex
|
|
%{_texmfdistdir}/doc/latex/songs/sample/slidebook.tex
|
|
%{_texmfdistdir}/doc/latex/songs/sample/songs.sbd
|
|
%{_texmfdistdir}/doc/latex/songs/sample/transparencies.tex
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/Makefile
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/authidx.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/bible.can
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/catholic.can
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/chars.h
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/fileio.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/fileio.h
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/greek.can
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/protestant.can
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/scripidx.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/songidx.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/songidx.h
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/songsort.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/tanakh.can
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/titleidx.c
|
|
%{_texmfdistdir}/doc/latex/songs/songidx/vsconfig.h
|
|
%{_texmfdistdir}/doc/latex/songs/songs.pdf
|
|
|
|
%files -n texlive-songs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/songs/songs.sty
|
|
/var/adm/update-scripts/texlive-songs-%{texlive_version}.%{texlive_noarch}.2.14svn30005-%{release}-zypper
|
|
|
|
%package -n texlive-sort-by-letters
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27128
|
|
Release: 0
|
|
Summary: Bibliography styles for alphabetic sorting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sort-by-letters-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source98: sort-by-letters.tar.xz
|
|
Source99: sort-by-letters.doc.tar.xz
|
|
|
|
%description -n texlive-sort-by-letters
|
|
This bundle contains several bibliography styles for separating
|
|
a document's references by the first letter of the first
|
|
author/editor in the bibliography entry. The styles are adapted
|
|
from standard ones or from natbib ones.
|
|
|
|
date: 2012-06-04 21:25:44 +0000
|
|
|
|
|
|
%package -n texlive-sort-by-letters-doc
|
|
Summary: Documentation for texlive-sort-by-letters
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn27128
|
|
Release: 0
|
|
|
|
%description -n texlive-sort-by-letters-doc
|
|
This package includes the documentation for texlive-sort-by-letters
|
|
|
|
%post -n texlive-sort-by-letters
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sort-by-letters
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sort-by-letters
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sort-by-letters-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/bibtex/sort-by-letters/README
|
|
|
|
%files -n texlive-sort-by-letters
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/abbrv-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/alpha-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/apalike-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/frplainnat-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plain-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plainnat-letters.bst
|
|
%{_texmfdistdir}/bibtex/bst/sort-by-letters/siam-letters.bst
|
|
/var/adm/update-scripts/texlive-sort-by-letters-%{texlive_version}.%{texlive_noarch}.svn27128-%{release}-zypper
|
|
|
|
%package -n texlive-soton
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn16215
|
|
Release: 0
|
|
Summary: University of Southampton-compliant slides
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-soton-doc >= %{texlive_version}
|
|
Provides: tex(soton-beamer.sty)
|
|
Provides: tex(soton-palette.sty)
|
|
Requires: tex(xcolor.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source100: soton.tar.xz
|
|
Source101: soton.doc.tar.xz
|
|
|
|
%description -n texlive-soton
|
|
The bundle contains two packages: soton-palette which defines
|
|
colour-ways, and soton-beamer, which uses the colours to
|
|
produce compliant presentations.
|
|
|
|
date: 2009-11-28 08:57:52 +0000
|
|
|
|
|
|
%package -n texlive-soton-doc
|
|
Summary: Documentation for texlive-soton
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn16215
|
|
Release: 0
|
|
|
|
%description -n texlive-soton-doc
|
|
This package includes the documentation for texlive-soton
|
|
|
|
%post -n texlive-soton
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-soton
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-soton
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-soton-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/soton/README
|
|
|
|
%files -n texlive-soton
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/soton/soton-beamer.sty
|
|
%{_texmfdistdir}/tex/latex/soton/soton-palette.sty
|
|
/var/adm/update-scripts/texlive-soton-%{texlive_version}.%{texlive_noarch}.0.0.1svn16215-%{release}-zypper
|
|
|
|
%package -n texlive-soul
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878
|
|
Release: 0
|
|
Summary: Hyphenation for letterspacing, underlining, and more
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-soul-doc >= %{texlive_version}
|
|
Provides: tex(soul.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source102: soul.tar.xz
|
|
Source103: soul.doc.tar.xz
|
|
|
|
%description -n texlive-soul
|
|
Provides hyphenatable spacing out (letterspacing), underlining,
|
|
striking out, etc., using the TeX hyphenation algorithm to find
|
|
the proper hyphens automatically. The package also provides a
|
|
mechanism that can be used to implement similar tasks, that
|
|
have to treat text syllable by syllable. This is shown in two
|
|
examples. The package itself does not support UTF-8 input in
|
|
ordinary (PDF)LaTeX; some UTF-8 support is offered by package
|
|
soulutf8
|
|
|
|
date: 2009-10-09 22:35:28 +0000
|
|
|
|
|
|
%package -n texlive-soul-doc
|
|
Summary: Documentation for texlive-soul
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-soul-doc
|
|
This package includes the documentation for texlive-soul
|
|
|
|
%post -n texlive-soul
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-soul
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-soul
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-soul-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/soul/soul.pdf
|
|
%{_texmfdistdir}/doc/latex/soul/soul.txt
|
|
|
|
%files -n texlive-soul
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/soul/soul.sty
|
|
/var/adm/update-scripts/texlive-soul-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sourcecodepro
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn30691
|
|
Release: 0
|
|
Summary: Use SourceCodePro with TeX(-alike) systems
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-sourcecodepro-fonts >= %{texlive_version}
|
|
Recommends: texlive-sourcecodepro-doc >= %{texlive_version}
|
|
Provides: tex(LY1SourceCodePro-OsF.fd)
|
|
Provides: tex(LY1SourceCodePro-TLF.fd)
|
|
Provides: tex(LY1SourceCodePro-TOsF.fd)
|
|
Provides: tex(OT1SourceCodePro-OsF.fd)
|
|
Provides: tex(OT1SourceCodePro-TLF.fd)
|
|
Provides: tex(OT1SourceCodePro-TOsF.fd)
|
|
Provides: tex(SourceCodePro-Black-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Black-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Black-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Black-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Black-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Black-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Black-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Black-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Black-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Black-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Black-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Bold-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Bold-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Bold-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Bold-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-ExtraLight-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Light-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Light-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Light-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Light-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Light-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Light-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Light-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Light-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Light-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Light-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Light-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Medium-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Medium-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Medium-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Medium-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Regular-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Regular-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Regular-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Regular-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-t1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-osf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-t1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tlf-ts1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ly1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ly1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ot1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-t1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-t1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-t1.vf)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ts1.tfm)
|
|
Provides: tex(SourceCodePro-Semibold-tosf-ts1.vf)
|
|
Provides: tex(SourceCodePro.map)
|
|
Provides: tex(T1SourceCodePro-OsF.fd)
|
|
Provides: tex(T1SourceCodePro-TLF.fd)
|
|
Provides: tex(T1SourceCodePro-TOsF.fd)
|
|
Provides: tex(TS1SourceCodePro-OsF.fd)
|
|
Provides: tex(TS1SourceCodePro-TLF.fd)
|
|
Provides: tex(TS1SourceCodePro-TOsF.fd)
|
|
Provides: tex(a_aoc6c2.enc)
|
|
Provides: tex(a_djdyjq.enc)
|
|
Provides: tex(a_jvslvy.enc)
|
|
Provides: tex(a_ktd5xr.enc)
|
|
Provides: tex(a_mqb3sg.enc)
|
|
Provides: tex(a_retzg2.enc)
|
|
Provides: tex(a_xftsmg.enc)
|
|
Provides: tex(sourcecodepro-type1-autoinst.sty)
|
|
Provides: tex(sourcecodepro.sty)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source104: sourcecodepro.tar.xz
|
|
Source105: sourcecodepro.doc.tar.xz
|
|
|
|
%description -n texlive-sourcecodepro
|
|
The font is an open-source Monospaced development from Adobe.
|
|
The package provides fonts (in both Adobe Type 1 and OpenType
|
|
formats) and macros supporting their use in LaTeX (Type 1) and
|
|
XeLaTeX/LuaLaTeX (OTF).
|
|
|
|
date: 2013-01-17 12:28:12 +0000
|
|
|
|
|
|
%package -n texlive-sourcecodepro-doc
|
|
Summary: Documentation for texlive-sourcecodepro
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn30691
|
|
Release: 0
|
|
|
|
%description -n texlive-sourcecodepro-doc
|
|
This package includes the documentation for texlive-sourcecodepro
|
|
|
|
|
|
%package -n texlive-sourcecodepro-fonts
|
|
Summary: Severed fonts for texlive-sourcecodepro
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn30691
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-sourcecodepro-fonts
|
|
The separated fonts package for texlive-sourcecodepro
|
|
%post -n texlive-sourcecodepro
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+SourceCodePro.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+SourceCodePro.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map SourceCodePro.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-sourcecodepro
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+SourceCodePro.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-sourcecodepro
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-sourcecodepro-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-sourcecodepro
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sourcecodepro
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-sourcecodepro-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-sourcecodepro-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/LICENSE.txt
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/README
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcecodepro/sourcecodepro.tex
|
|
|
|
%files -n texlive-sourcecodepro
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_retzg2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/sourcecodepro/SourceCodePro.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty
|
|
%{_texmfdistdir}/tex/latex/sourcecodepro/sourcecodepro.sty
|
|
|
|
%files -n texlive-sourcecodepro-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-sourcecodepro
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-sourcecodepro.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcecodepro/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcecodepro/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcecodepro/fonts.scale
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Black.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Bold.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-ExtraLight.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Light.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Medium.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Regular.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Semibold.otf
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Black.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Bold.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-ExtraLight.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Light.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Medium.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Regular.pfb
|
|
%{_datadir}/fonts/texlive-sourcecodepro/SourceCodePro-Semibold.pfb
|
|
/var/adm/update-scripts/texlive-sourcecodepro-%{texlive_version}.%{texlive_noarch}.2.0svn30691-%{release}-zypper
|
|
|
|
%package -n texlive-sourcesanspro
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30210
|
|
Release: 0
|
|
Summary: Use SourceSansPro with TeX(-alike) systems
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-sourcesanspro-fonts >= %{texlive_version}
|
|
Recommends: texlive-sourcesanspro-doc >= %{texlive_version}
|
|
Provides: tex(LY1SourceSansPro-LF.fd)
|
|
Provides: tex(LY1SourceSansPro-OsF.fd)
|
|
Provides: tex(LY1SourceSansPro-TLF.fd)
|
|
Provides: tex(LY1SourceSansPro-TOsF.fd)
|
|
Provides: tex(OT1SourceSansPro-LF.fd)
|
|
Provides: tex(OT1SourceSansPro-OsF.fd)
|
|
Provides: tex(OT1SourceSansPro-TLF.fd)
|
|
Provides: tex(OT1SourceSansPro-TOsF.fd)
|
|
Provides: tex(SourceSansPro-Black-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Black-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Black-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-Black-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Black-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BlackIt-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Bold-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-BoldIt-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLight-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-ExtraLightIt-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-It-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-It-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-It-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-It-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-It-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-It-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-It-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-It-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-It-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-It-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-It-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-It-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-It-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-It-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-It-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-It-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Light-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Light-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-Light-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Light-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-LightIt-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Regular-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ly1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-ot1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-sc-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-Semibold-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ly1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-t1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-t1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-lf-ts1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ly1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-t1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-t1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-osf-ts1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ly1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-t1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tlf-ts1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ly1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ot1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-t1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-t1.vf)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1--base.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.tfm)
|
|
Provides: tex(SourceSansPro-SemiboldIt-tosf-ts1.vf)
|
|
Provides: tex(SourceSansPro.map)
|
|
Provides: tex(T1SourceSansPro-LF.fd)
|
|
Provides: tex(T1SourceSansPro-OsF.fd)
|
|
Provides: tex(T1SourceSansPro-TLF.fd)
|
|
Provides: tex(T1SourceSansPro-TOsF.fd)
|
|
Provides: tex(TS1SourceSansPro-LF.fd)
|
|
Provides: tex(TS1SourceSansPro-OsF.fd)
|
|
Provides: tex(TS1SourceSansPro-TLF.fd)
|
|
Provides: tex(TS1SourceSansPro-TOsF.fd)
|
|
Provides: tex(a_2cvp4u.enc)
|
|
Provides: tex(a_3rlax2.enc)
|
|
Provides: tex(a_5tbsmu.enc)
|
|
Provides: tex(a_6bttxp.enc)
|
|
Provides: tex(a_b457hn.enc)
|
|
Provides: tex(a_emm5ci.enc)
|
|
Provides: tex(a_fva737.enc)
|
|
Provides: tex(a_gvadt4.enc)
|
|
Provides: tex(a_kksgzp.enc)
|
|
Provides: tex(a_ko3vnf.enc)
|
|
Provides: tex(a_kxwkma.enc)
|
|
Provides: tex(a_p5cgg3.enc)
|
|
Provides: tex(a_psnyba.enc)
|
|
Provides: tex(a_x5hjjp.enc)
|
|
Provides: tex(a_xfkmtv.enc)
|
|
Provides: tex(a_yugc2g.enc)
|
|
Provides: tex(a_zd345j.enc)
|
|
Provides: tex(sourcesanspro-type1-autoinst.sty)
|
|
Provides: tex(sourcesanspro.sty)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source106: sourcesanspro.tar.xz
|
|
Source107: sourcesanspro.doc.tar.xz
|
|
|
|
%description -n texlive-sourcesanspro
|
|
The font is an open-source Sans-Serif development from Adobe.
|
|
The package provides fonts (in both Adobe Type 1 and OpenType
|
|
formats) and macros supporting their use in LaTeX (Type 1) and
|
|
XeLaTeX/LuaLaTeX (OTF).
|
|
|
|
date: 2013-05-02 18:50:09 +0000
|
|
|
|
|
|
%package -n texlive-sourcesanspro-doc
|
|
Summary: Documentation for texlive-sourcesanspro
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30210
|
|
Release: 0
|
|
|
|
%description -n texlive-sourcesanspro-doc
|
|
This package includes the documentation for texlive-sourcesanspro
|
|
|
|
|
|
%package -n texlive-sourcesanspro-fonts
|
|
Summary: Severed fonts for texlive-sourcesanspro
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30210
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-sourcesanspro-fonts
|
|
The separated fonts package for texlive-sourcesanspro
|
|
%post -n texlive-sourcesanspro
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+SourceSansPro.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+SourceSansPro.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map SourceSansPro.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-sourcesanspro
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+SourceSansPro.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-sourcesanspro
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-sourcesanspro-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-sourcesanspro
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-sourcesanspro
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-sourcesanspro-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-sourcesanspro-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/LICENSE.txt
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/README
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.tex
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro.pdf
|
|
%{_texmfdistdir}/doc/latex/sourcesanspro/sourcesanspro.tex
|
|
|
|
%files -n texlive-sourcesanspro
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_2cvp4u.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_3rlax2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_5tbsmu.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_6bttxp.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_b457hn.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_emm5ci.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_fva737.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_gvadt4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_kksgzp.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_ko3vnf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_kxwkma.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_p5cgg3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_psnyba.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_x5hjjp.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_xfkmtv.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_yugc2g.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/sourcesanspro/a_zd345j.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/sourcesanspro/SourceSansPro.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-Black.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-BlackIt.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-BoldIt.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-ExtraLight.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-ExtraLightIt.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-Light.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-LightIt.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-Regular.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-RegularIt.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-Semibold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/SourceSansPro-SemiboldIt.otf
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Black-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-It-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Light-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ts1.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-Black.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-BlackIt.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-Bold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-BoldIt.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-ExtraLight.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-ExtraLightIt.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-It.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-Light.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-LightIt.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-Regular.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-Semibold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/SourceSansPro-SemiboldIt.pfb
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Black-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BlackIt-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Bold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-BoldIt-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLight-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-ExtraLightIt-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-It-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Light-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-LightIt-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Regular-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-Semibold-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/sourcesanspro/SourceSansPro-SemiboldIt-tosf-ts1.vf
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/LY1SourceSansPro-LF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/LY1SourceSansPro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/LY1SourceSansPro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/LY1SourceSansPro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/OT1SourceSansPro-LF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/OT1SourceSansPro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/OT1SourceSansPro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/OT1SourceSansPro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/T1SourceSansPro-LF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/T1SourceSansPro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/T1SourceSansPro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/T1SourceSansPro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/TS1SourceSansPro-LF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/TS1SourceSansPro-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/TS1SourceSansPro-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/TS1SourceSansPro-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/sourcesanspro-type1-autoinst.sty
|
|
%{_texmfdistdir}/tex/latex/sourcesanspro/sourcesanspro.sty
|
|
|
|
%files -n texlive-sourcesanspro-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-sourcesanspro
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-sourcesanspro.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcesanspro/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcesanspro/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-sourcesanspro/fonts.scale
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Black.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-BlackIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Bold.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-BoldIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-ExtraLight.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-ExtraLightIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Light.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-LightIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Regular.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-RegularIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Semibold.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-SemiboldIt.otf
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Black.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-BlackIt.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Bold.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-BoldIt.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-ExtraLight.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-ExtraLightIt.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-It.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Light.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-LightIt.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Regular.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-Semibold.pfb
|
|
%{_datadir}/fonts/texlive-sourcesanspro/SourceSansPro-SemiboldIt.pfb
|
|
/var/adm/update-scripts/texlive-sourcesanspro-%{texlive_version}.%{texlive_noarch}.2.2svn30210-%{release}-zypper
|
|
|
|
%package -n texlive-spanglish
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn29272
|
|
Release: 0
|
|
Summary: Simplified Spanish support for Babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spanglish-doc >= %{texlive_version}
|
|
Provides: tex(spanglish.ldf)
|
|
Provides: tex(spanglish.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source108: spanglish.tar.xz
|
|
Source109: spanglish.doc.tar.xz
|
|
|
|
%description -n texlive-spanglish
|
|
The package provides very simplified (or ultra sloppy) support
|
|
for Spanish in Babel, mostly as a fallback in case spanish.ldf
|
|
fails for some reason. The package provides basic support for
|
|
Spanish hyphenation, captions, date, frenchspacing,
|
|
indentfirst, symbolic footnotes, enumerations, small caps roman
|
|
numerals, and a handful of shorthands and Spanish mathematical
|
|
operators. No options or attributes for customization are
|
|
provided.
|
|
|
|
date: 2013-03-02 06:48:35 +0000
|
|
|
|
|
|
%package -n texlive-spanglish-doc
|
|
Summary: Documentation for texlive-spanglish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn29272
|
|
Release: 0
|
|
|
|
%description -n texlive-spanglish-doc
|
|
This package includes the documentation for texlive-spanglish
|
|
|
|
%post -n texlive-spanglish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spanglish
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spanglish
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spanglish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spanglish/README
|
|
|
|
%files -n texlive-spanglish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spanglish/spanglish.ldf
|
|
%{_texmfdistdir}/tex/latex/spanglish/spanglish.sty
|
|
/var/adm/update-scripts/texlive-spanglish-%{texlive_version}.%{texlive_noarch}.0.0.1asvn29272-%{release}-zypper
|
|
|
|
%package -n texlive-spanish-mx
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
|
|
Release: 0
|
|
Summary: Typeset Spanish as in Mexico
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spanish-mx-doc >= %{texlive_version}
|
|
Provides: tex(esmx.cfg)
|
|
Provides: tex(spanishmx.ldf)
|
|
Provides: tex(spanishmx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source110: spanish-mx.tar.xz
|
|
Source111: spanish-mx.doc.tar.xz
|
|
|
|
%description -n texlive-spanish-mx
|
|
The bundle provides files to support typesetting of texts in
|
|
Spanish according to Mexican current practices, using babel.
|
|
The files merge earlier work on a mexican.ldf, or may be used
|
|
to define a configuration that will typeset all documents (that
|
|
request babel's spanish option) to use the Mexican language
|
|
facilities. (Note that this facility is only available with the
|
|
recent (version >=4.2b) releases of the Spanish option.)
|
|
|
|
date: 2009-01-10 15:42:45 +0000
|
|
|
|
|
|
%package -n texlive-spanish-mx-doc
|
|
Summary: Documentation for texlive-spanish-mx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-spanish-mx-doc
|
|
This package includes the documentation for texlive-spanish-mx
|
|
|
|
%post -n texlive-spanish-mx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spanish-mx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spanish-mx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spanish-mx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spanish-mx/README
|
|
|
|
%files -n texlive-spanish-mx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spanish-mx/esmx.cfg
|
|
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.ldf
|
|
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.sty
|
|
/var/adm/update-scripts/texlive-spanish-mx-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sparklines
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn16131
|
|
Release: 0
|
|
Summary: Drawing sparklines: intense, simple, wordlike graphics
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sparklines-doc >= %{texlive_version}
|
|
Provides: tex(sparklines.sty)
|
|
Requires: tex(pgf.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source112: sparklines.tar.xz
|
|
Source113: sparklines.doc.tar.xz
|
|
|
|
%description -n texlive-sparklines
|
|
Sparklines are intense, simple, wordlike graphics (so named by
|
|
Edward Tufte). In lieu of a more detailed introduction,
|
|
Professor Tufte's site has an early release of a chapter on
|
|
sparklines. A PHP implementation may be found at SourceForge. A
|
|
sparkline can be added using the sparkline environment. Also,
|
|
you can add sparkling rectangles for the median and special
|
|
sparkling dots in red or blue. The package requires pdflatex;
|
|
sparklines cannot appear in a dvi file. The sparklines package
|
|
uses pgf, and does not work with pictex.
|
|
|
|
date: 2009-11-22 09:21:09 +0000
|
|
|
|
|
|
%package -n texlive-sparklines-doc
|
|
Summary: Documentation for texlive-sparklines
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn16131
|
|
Release: 0
|
|
|
|
%description -n texlive-sparklines-doc
|
|
This package includes the documentation for texlive-sparklines
|
|
|
|
%post -n texlive-sparklines
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sparklines
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sparklines
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sparklines-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sparklines/README
|
|
%{_texmfdistdir}/doc/latex/sparklines/sparklines.pdf
|
|
%{_texmfdistdir}/doc/latex/sparklines/sparklines.tex
|
|
|
|
%files -n texlive-sparklines
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sparklines/sparklines.sty
|
|
/var/adm/update-scripts/texlive-sparklines-%{texlive_version}.%{texlive_noarch}.1.5svn16131-%{release}-zypper
|
|
|
|
%package -n texlive-spath3
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn29898
|
|
Release: 0
|
|
Summary: Manipulate "soft paths" in PGF
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spath3-doc >= %{texlive_version}
|
|
Provides: tex(spath3.sty)
|
|
Provides: tex(tikzlibrarycalligraphy.code.tex)
|
|
Provides: tex(tikzlibraryknots.code.tex)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(pgf.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source114: spath3.tar.xz
|
|
Source115: spath3.doc.tar.xz
|
|
|
|
%description -n texlive-spath3
|
|
The spath3 library provides methods for manipulating the "soft
|
|
paths" of TikZ/PGF. Packaged with it are two TikZ libraries
|
|
that make use of the methods provided. These are libraries for
|
|
drawing calligraphic paths and for drawing knot diagrams.
|
|
|
|
date: 2013-04-12 15:56:37 +0000
|
|
|
|
|
|
%package -n texlive-spath3-doc
|
|
Summary: Documentation for texlive-spath3
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1svn29898
|
|
Release: 0
|
|
|
|
%description -n texlive-spath3-doc
|
|
This package includes the documentation for texlive-spath3
|
|
|
|
%post -n texlive-spath3
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spath3
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spath3
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spath3-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spath3/README.txt
|
|
%{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.pdf
|
|
%{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.tex
|
|
%{_texmfdistdir}/doc/latex/spath3/knots_doc.pdf
|
|
%{_texmfdistdir}/doc/latex/spath3/knots_doc.tex
|
|
|
|
%files -n texlive-spath3
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spath3/spath3.sty
|
|
%{_texmfdistdir}/tex/latex/spath3/tikzlibrarycalligraphy.code.tex
|
|
%{_texmfdistdir}/tex/latex/spath3/tikzlibraryknots.code.tex
|
|
/var/adm/update-scripts/texlive-spath3-%{texlive_version}.%{texlive_noarch}.1svn29898-%{release}-zypper
|
|
|
|
%package -n texlive-spelling
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.41svn30715
|
|
Release: 0
|
|
Summary: Support for spell-checking of LuaTeX documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spelling-doc >= %{texlive_version}
|
|
Provides: tex(spelling.sty)
|
|
Requires: tex(atbegshi.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luatexbase-attr.sty)
|
|
Requires: tex(luatexbase-mcb.sty)
|
|
Requires: tex(luatexbase-modutils.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source116: spelling.tar.xz
|
|
Source117: spelling.doc.tar.xz
|
|
|
|
%description -n texlive-spelling
|
|
The package aids spell-checking of TeX documents compiled with
|
|
the LuaTeX engine. It can give visual feedback in PDF output
|
|
similar to WYSIWYG word processors. The package relies on an
|
|
external spell-checker application to check spelling of a text
|
|
file and to output a list of bad spellings. The package should
|
|
work with most spell-checkers, even dumb, TeX-unaware ones.
|
|
|
|
date: 2013-05-27 18:07:27 +0000
|
|
|
|
|
|
%package -n texlive-spelling-doc
|
|
Summary: Documentation for texlive-spelling
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.41svn30715
|
|
Release: 0
|
|
|
|
%description -n texlive-spelling-doc
|
|
This package includes the documentation for texlive-spelling
|
|
|
|
%post -n texlive-spelling
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spelling
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spelling
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spelling-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/spelling/CHANGES
|
|
%{_texmfdistdir}/doc/luatex/spelling/LICENSE
|
|
%{_texmfdistdir}/doc/luatex/spelling/README
|
|
%{_texmfdistdir}/doc/luatex/spelling/spelling-doc-lst-lua.tex
|
|
%{_texmfdistdir}/doc/luatex/spelling/spelling-doc.bad
|
|
%{_texmfdistdir}/doc/luatex/spelling/spelling-doc.pdf
|
|
%{_texmfdistdir}/doc/luatex/spelling/spelling-doc.tex
|
|
|
|
%files -n texlive-spelling
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/spelling/spelling-main.lua
|
|
%{_texmfdistdir}/scripts/spelling/spelling-recurse.lua
|
|
%{_texmfdistdir}/scripts/spelling/spelling-stage-1.lua
|
|
%{_texmfdistdir}/scripts/spelling/spelling-stage-2.lua
|
|
%{_texmfdistdir}/scripts/spelling/spelling-stage-3.lua
|
|
%{_texmfdistdir}/scripts/spelling/spelling-stage-4.lua
|
|
%{_texmfdistdir}/tex/luatex/spelling/spelling.sty
|
|
/var/adm/update-scripts/texlive-spelling-%{texlive_version}.%{texlive_noarch}.0.0.41svn30715-%{release}-zypper
|
|
|
|
%package -n texlive-spie
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.25svn15878
|
|
Release: 0
|
|
Summary: Support for formatting SPIE Proceedings manuscripts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spie-doc >= %{texlive_version}
|
|
Provides: tex(spie.cls)
|
|
Requires: tex(cite.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source118: spie.tar.xz
|
|
Source119: spie.doc.tar.xz
|
|
|
|
%description -n texlive-spie
|
|
A class and a BibTeX style are provided.
|
|
|
|
date: 2007-04-25 13:28:03 +0000
|
|
|
|
|
|
%package -n texlive-spie-doc
|
|
Summary: Documentation for texlive-spie
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.25svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-spie-doc
|
|
This package includes the documentation for texlive-spie
|
|
|
|
%post -n texlive-spie
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spie
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spie
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spie-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spie/README
|
|
%{_texmfdistdir}/doc/latex/spie/article.pdf
|
|
%{_texmfdistdir}/doc/latex/spie/article.tex
|
|
%{_texmfdistdir}/doc/latex/spie/mcr3b.eps
|
|
|
|
%files -n texlive-spie
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bib/spie/report.bib
|
|
%{_texmfdistdir}/bibtex/bst/spie/spiebib.bst
|
|
%{_texmfdistdir}/tex/latex/spie/spie.cls
|
|
/var/adm/update-scripts/texlive-spie-%{texlive_version}.%{texlive_noarch}.3.25svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-splines
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
Summary: MetaPost macros for drawing cubic spline interpolants
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-splines-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source120: splines.tar.xz
|
|
Source121: splines.doc.tar.xz
|
|
|
|
%description -n texlive-splines
|
|
This is a small package of macros for creating cubic spline
|
|
interpolants in MetaPost or MetaFont. Given a list of points
|
|
the macros can produce a closed or a relaxed spline joining
|
|
them. Given a list of function values y_j at x_j, the result
|
|
would define the graph of a cubic spline interpolating function
|
|
y=f(x), which is either periodic or relaxed.
|
|
|
|
date: 2007-03-12 10:51:09 +0000
|
|
|
|
|
|
%package -n texlive-splines-doc
|
|
Summary: Documentation for texlive-splines
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-splines-doc
|
|
This package includes the documentation for texlive-splines
|
|
|
|
%post -n texlive-splines
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-splines
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-splines
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-splines-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/metapost/splines/README
|
|
%{_texmfdistdir}/doc/metapost/splines/splines.pdf
|
|
|
|
%files -n texlive-splines
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metapost/splines/splines.mp
|
|
%{_texmfdistdir}/metapost/splines/testsplines.mp
|
|
/var/adm/update-scripts/texlive-splines-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-splitbib
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.17svn15878
|
|
Release: 0
|
|
Summary: Split and reorder your bibliography
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-splitbib-doc >= %{texlive_version}
|
|
Provides: tex(splitbib.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source122: splitbib.tar.xz
|
|
Source123: splitbib.doc.tar.xz
|
|
|
|
%description -n texlive-splitbib
|
|
This package enables you to split a bibliography into several
|
|
categories and subcategories. It does not depend on BibTeX: any
|
|
bibliography may be split and reordered.
|
|
|
|
date: 2007-01-14 23:27:07 +0000
|
|
|
|
|
|
%package -n texlive-splitbib-doc
|
|
Summary: Documentation for texlive-splitbib
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.17svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-splitbib-doc
|
|
This package includes the documentation for texlive-splitbib
|
|
|
|
%post -n texlive-splitbib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-splitbib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-splitbib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-splitbib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/splitbib/README
|
|
%{_texmfdistdir}/doc/latex/splitbib/splitbib.pdf
|
|
|
|
%files -n texlive-splitbib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/splitbib/splitbib.sty
|
|
/var/adm/update-scripts/texlive-splitbib-%{texlive_version}.%{texlive_noarch}.1.17svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-splitindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn29792
|
|
Release: 0
|
|
Summary: Unlimited number of indexes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-splitindex-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-splitindex-doc >= %{texlive_version}
|
|
Provides: tex(splitidx.sty)
|
|
Provides: tex(splitindex.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source124: splitindex.tar.xz
|
|
Source125: splitindex.doc.tar.xz
|
|
|
|
%description -n texlive-splitindex
|
|
SplitIndex consists of a LaTeX package, splitidx, and a small
|
|
program, splitindex. The package may be used to produce one
|
|
index or several indexes. Without splitindex (for example,
|
|
using the index package), the number of indexes is limited by
|
|
the number of TeX's output streams. But using the program you
|
|
may use even more than 16 indexes: splitidx outputs only a
|
|
single file \jobname.idx and the program splits that file into
|
|
several raw index files and calls your favorite index processor
|
|
for each of the files.
|
|
|
|
date: 2013-04-09 09:35:57 +0000
|
|
|
|
|
|
%package -n texlive-splitindex-doc
|
|
Summary: Documentation for texlive-splitindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn29792
|
|
Release: 0
|
|
|
|
%description -n texlive-splitindex-doc
|
|
This package includes the documentation for texlive-splitindex
|
|
|
|
%post -n texlive-splitindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-splitindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-splitindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-splitindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/splitindex/README
|
|
%{_texmfdistdir}/doc/latex/splitindex/install.txt
|
|
%{_texmfdistdir}/doc/latex/splitindex/manifest.txt
|
|
%{_texmfdistdir}/doc/latex/splitindex/splitidx.pdf
|
|
%{_mandir}/man1/splitindex.1*
|
|
|
|
%files -n texlive-splitindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/splitindex/splitindex.pl
|
|
%{_texmfdistdir}/scripts/splitindex/splitindex.tlu
|
|
%{_texmfdistdir}/scripts/splitindex/splitindex_main.tlu
|
|
%{_texmfdistdir}/tex/generic/splitindex/splitindex.tex
|
|
%{_texmfdistdir}/tex/latex/splitindex/splitidx.sty
|
|
/var/adm/update-scripts/texlive-splitindex-%{texlive_version}.%{texlive_noarch}.1.2asvn29792-%{release}-zypper
|
|
|
|
%package -n texlive-spot
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn22408
|
|
Release: 0
|
|
Summary: Spotlight highlighting for Beamer
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spot-doc >= %{texlive_version}
|
|
Provides: tex(spot.sty)
|
|
Requires: tex(afterpage.sty)
|
|
Requires: tex(tikz.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source126: spot.tar.xz
|
|
Source127: spot.doc.tar.xz
|
|
|
|
%description -n texlive-spot
|
|
The package allows dramatic highlighting of words and phrases
|
|
by painting shapes around them. It is chiefly intended for use
|
|
in Beamer presentations, but it can be used in other document
|
|
classes as well.
|
|
|
|
date: 2011-05-09 23:20:26 +0000
|
|
|
|
|
|
%package -n texlive-spot-doc
|
|
Summary: Documentation for texlive-spot
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn22408
|
|
Release: 0
|
|
|
|
%description -n texlive-spot-doc
|
|
This package includes the documentation for texlive-spot
|
|
|
|
%post -n texlive-spot
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spot
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spot
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spot-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spot/README
|
|
%{_texmfdistdir}/doc/latex/spot/spot.pdf
|
|
|
|
%files -n texlive-spot
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spot/spot.sty
|
|
/var/adm/update-scripts/texlive-spot-%{texlive_version}.%{texlive_noarch}.1.1svn22408-%{release}-zypper
|
|
|
|
%package -n texlive-spotcolor
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
Summary: Spot colours for pdfLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spotcolor-doc >= %{texlive_version}
|
|
Provides: tex(spotcolor.sty)
|
|
Provides: tex(spotcolorhks.tex)
|
|
Provides: tex(spotcolorpantone.tex)
|
|
Requires: tex(graphics.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source128: spotcolor.tar.xz
|
|
Source129: spotcolor.doc.tar.xz
|
|
|
|
%description -n texlive-spotcolor
|
|
This package provides procedures for using spot colors in LaTeX
|
|
documents and the generated pdf files. Predefined templates for
|
|
PANTONE and HKS color spaces are included but new ones can
|
|
easily be defined.
|
|
|
|
date: 2007-03-12 10:51:09 +0000
|
|
|
|
|
|
%package -n texlive-spotcolor-doc
|
|
Summary: Documentation for texlive-spotcolor
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-spotcolor-doc
|
|
This package includes the documentation for texlive-spotcolor
|
|
|
|
%post -n texlive-spotcolor
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spotcolor
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spotcolor
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spotcolor-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spotcolor/README
|
|
%{_texmfdistdir}/doc/latex/spotcolor/readme.pdf
|
|
%{_texmfdistdir}/doc/latex/spotcolor/readme.tcp
|
|
%{_texmfdistdir}/doc/latex/spotcolor/readme.tex
|
|
|
|
%files -n texlive-spotcolor
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spotcolor/spotcolor.sty
|
|
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorhks.tex
|
|
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorpantone.tex
|
|
/var/adm/update-scripts/texlive-spotcolor-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-spreadtab
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4bsvn26384
|
|
Release: 0
|
|
Summary: Spreadsheet features for LaTeX tabular environments
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spreadtab-doc >= %{texlive_version}
|
|
Provides: tex(spreadtab.sty)
|
|
Requires: tex(fp.sty)
|
|
Requires: tex(xstring.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source130: spreadtab.tar.xz
|
|
Source131: spreadtab.doc.tar.xz
|
|
|
|
%description -n texlive-spreadtab
|
|
The package allows the user to construct tables in a manner
|
|
similar to a spreadsheet. The cells of a table have row and
|
|
column indices and these can be used in formulas to generate
|
|
values in other cells.
|
|
|
|
date: 2012-05-14 10:19:39 +0000
|
|
|
|
|
|
%package -n texlive-spreadtab-doc
|
|
Summary: Documentation for texlive-spreadtab
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4bsvn26384
|
|
Release: 0
|
|
Provides: locale(texlive-spreadtab-doc:en;fr)
|
|
|
|
%description -n texlive-spreadtab-doc
|
|
This package includes the documentation for texlive-spreadtab
|
|
|
|
%post -n texlive-spreadtab
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spreadtab
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spreadtab
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spreadtab-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spreadtab/README
|
|
%{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.pdf
|
|
%{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.tex
|
|
%{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.pdf
|
|
%{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.tex
|
|
|
|
%files -n texlive-spreadtab
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spreadtab/spreadtab.sty
|
|
/var/adm/update-scripts/texlive-spreadtab-%{texlive_version}.%{texlive_noarch}.0.0.4bsvn26384-%{release}-zypper
|
|
|
|
%package -n texlive-spverbatim
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.0svn15878
|
|
Release: 0
|
|
Summary: Allow line breaks within \verb and verbatim output
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-spverbatim-doc >= %{texlive_version}
|
|
Provides: tex(spverbatim.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source132: spverbatim.tar.xz
|
|
Source133: spverbatim.doc.tar.xz
|
|
|
|
%description -n texlive-spverbatim
|
|
LaTeX's \verb macro treats its argument as an unbreakable unit
|
|
of text. This can lead to poor typesetting, especially when the
|
|
argument is long. The spverbatim package provides an \spverb
|
|
macro that is analogous to \verb and an spverbatim environment
|
|
that is analogous to verbatim with the difference being that
|
|
\spverb and spverbatim allow LaTeX to break lines at space
|
|
characters.
|
|
|
|
date: 2009-11-09 23:30:52 +0000
|
|
|
|
|
|
%package -n texlive-spverbatim-doc
|
|
Summary: Documentation for texlive-spverbatim
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-spverbatim-doc
|
|
This package includes the documentation for texlive-spverbatim
|
|
|
|
%post -n texlive-spverbatim
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-spverbatim
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-spverbatim
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-spverbatim-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/spverbatim/README
|
|
%{_texmfdistdir}/doc/latex/spverbatim/spverbatim.pdf
|
|
|
|
%files -n texlive-spverbatim
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/spverbatim/spverbatim.sty
|
|
/var/adm/update-scripts/texlive-spverbatim-%{texlive_version}.%{texlive_noarch}.v1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-srbook-mem
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn23454
|
|
Release: 0
|
|
Summary: Package srbook-mem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-srbook-mem-doc >= %{texlive_version}
|
|
Provides: tex(srbook-mem.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source134: srbook-mem.tar.xz
|
|
Source135: srbook-mem.doc.tar.xz
|
|
|
|
%description -n texlive-srbook-mem
|
|
The srbook-mem package
|
|
|
|
%package -n texlive-srbook-mem-doc
|
|
Summary: Documentation for texlive-srbook-mem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn23454
|
|
Release: 0
|
|
|
|
%description -n texlive-srbook-mem-doc
|
|
This package includes the documentation for texlive-srbook-mem
|
|
|
|
%post -n texlive-srbook-mem
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-srbook-mem
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-srbook-mem
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-srbook-mem-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/README
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.pdf
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.tex
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/Test.pdf
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/Test.tex
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/TestLight.pdf
|
|
%{_texmfdistdir}/doc/latex/srbook-mem/TestLight.tex
|
|
|
|
%files -n texlive-srbook-mem
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/srbook-mem/srbook-mem.sty
|
|
/var/adm/update-scripts/texlive-srbook-mem-%{texlive_version}.%{texlive_noarch}.svn23454-%{release}-zypper
|
|
|
|
%package -n texlive-srcltx
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
|
|
Release: 0
|
|
Summary: Jump between DVI and TeX files
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-srcltx-doc >= %{texlive_version}
|
|
Provides: tex(srcltx.sty)
|
|
Provides: tex(srctex.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source136: srcltx.tar.xz
|
|
Source137: srcltx.doc.tar.xz
|
|
|
|
%description -n texlive-srcltx
|
|
Provides a \special insertion into generated .dvi files
|
|
allowing one to jump from the .dvi file to the .tex source and
|
|
back again (given a .dvi viewer that supports this, such as Yap
|
|
or xdvi version 22.38 or later). This was originally written by
|
|
Aleksander Simonic, the author of the WinEdt shell.
|
|
|
|
date: 2006-12-07 14:13:33 +0000
|
|
|
|
|
|
%package -n texlive-srcltx-doc
|
|
Summary: Documentation for texlive-srcltx
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-srcltx-doc
|
|
This package includes the documentation for texlive-srcltx
|
|
|
|
%post -n texlive-srcltx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-srcltx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-srcltx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-srcltx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/srcltx/README
|
|
%{_texmfdistdir}/doc/latex/srcltx/srcltx.pdf
|
|
|
|
%files -n texlive-srcltx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/srcltx/srcltx.sty
|
|
%{_texmfdistdir}/tex/latex/srcltx/srctex.sty
|
|
/var/adm/update-scripts/texlive-srcltx-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-sseq
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Spectral sequence diagrams
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sseq-doc >= %{texlive_version}
|
|
Provides: tex(sseq.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(pgf.sty)
|
|
Requires: tex(pifont.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source138: sseq.tar.xz
|
|
Source139: sseq.doc.tar.xz
|
|
|
|
%description -n texlive-sseq
|
|
The package provides commands to draw spectral sequence
|
|
diagrams, providing facilities for clipping and arranging
|
|
multiple symbols so that they do not overlap. The package is
|
|
built using pgf, and shares that systems large demands for TeX
|
|
system memory. Its geometric commands are based on a turtle
|
|
graphics model, and control structures such as loops and
|
|
conditionals are available.
|
|
|
|
date: 2009-04-10 13:43:04 +0000
|
|
|
|
|
|
%package -n texlive-sseq-doc
|
|
Summary: Documentation for texlive-sseq
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-sseq-doc
|
|
This package includes the documentation for texlive-sseq
|
|
|
|
%post -n texlive-sseq
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sseq
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sseq
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sseq-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sseq/sseq.pdf
|
|
|
|
%files -n texlive-sseq
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sseq/sseq.sty
|
|
/var/adm/update-scripts/texlive-sseq-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-stack
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.00svn15878
|
|
Release: 0
|
|
Summary: Tools to define and use stacks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Provides: tex(relinput.sty)
|
|
Provides: tex(stack.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source140: stack.tar.xz
|
|
|
|
%description -n texlive-stack
|
|
The package provides a small set of commands to implement
|
|
stacks independently of TeX's own stack. As an example of how
|
|
the stacks might be used, the documentation offers a small
|
|
"relinput" package that implements the backbone of the import
|
|
package.
|
|
|
|
date: 2007-02-27 23:02:05 +0000
|
|
|
|
%post -n texlive-stack
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stack
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stack
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stack
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stack/relinput.sty
|
|
%{_texmfdistdir}/tex/latex/stack/stack.sty
|
|
/var/adm/update-scripts/texlive-stack-%{texlive_version}.%{texlive_noarch}.1.00svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-stage
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A LaTeX class for stage plays
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stage-doc >= %{texlive_version}
|
|
Provides: tex(stage.cls)
|
|
Requires: tex(book.cls)
|
|
Requires: tex(extramarks.sty)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source141: stage.tar.xz
|
|
Source142: stage.doc.tar.xz
|
|
|
|
%description -n texlive-stage
|
|
Stage.cls is a LaTeX class for creating plays of any length in
|
|
a standard manuscript format for production and submission.
|
|
|
|
date: 2006-11-06 11:20:58 +0000
|
|
|
|
|
|
%package -n texlive-stage-doc
|
|
Summary: Documentation for texlive-stage
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-stage-doc
|
|
This package includes the documentation for texlive-stage
|
|
|
|
%post -n texlive-stage
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stage
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stage
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stage-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stage/README
|
|
%{_texmfdistdir}/doc/latex/stage/stage-documentation.pdf
|
|
|
|
%files -n texlive-stage
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stage/stage.cls
|
|
/var/adm/update-scripts/texlive-stage-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-standalone
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn27677
|
|
Release: 0
|
|
Summary: Compile TeX pictures stand-alone or as part of a document
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-standalone-doc >= %{texlive_version}
|
|
Provides: tex(standalone.cfg)
|
|
Provides: tex(standalone.cls)
|
|
Provides: tex(standalone.sty)
|
|
Provides: tex(standalone.tex)
|
|
Requires: tex(adjustbox.sty)
|
|
Requires: tex(currfile-abspath.sty)
|
|
Requires: tex(currfile.sty)
|
|
Requires: tex(filemod-expmin.sty)
|
|
Requires: tex(gincltex.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(preview.sty)
|
|
Requires: tex(pstricks.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(trimclip.sty)
|
|
Requires: tex(varwidth.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source143: standalone.tar.xz
|
|
Source144: standalone.doc.tar.xz
|
|
|
|
%description -n texlive-standalone
|
|
A class and package is provided which allows TeX pictures or
|
|
other TeX code to be compiled standalone or as part of a main
|
|
document. Special support for pictures with beamer overlays is
|
|
also provided. The package is used in the main document and
|
|
skips extra preambles in sub-files. The class may be used to
|
|
simplify the preamble in sub-files. By default the preview
|
|
package is used to display the code without margins. The
|
|
behaviour in standalone mode may adjusted using a configuration
|
|
file standalone.cfg to redefine the standalone environment.
|
|
|
|
date: 2012-09-15 18:44:35 +0000
|
|
|
|
|
|
%package -n texlive-standalone-doc
|
|
Summary: Documentation for texlive-standalone
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn27677
|
|
Release: 0
|
|
|
|
%description -n texlive-standalone-doc
|
|
This package includes the documentation for texlive-standalone
|
|
|
|
%post -n texlive-standalone
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-standalone
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-standalone
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-standalone-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/standalone/README
|
|
%{_texmfdistdir}/doc/latex/standalone/standalone.pdf
|
|
|
|
%files -n texlive-standalone
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/standalone/standalone.cfg
|
|
%{_texmfdistdir}/tex/latex/standalone/standalone.cls
|
|
%{_texmfdistdir}/tex/latex/standalone/standalone.sty
|
|
%{_texmfdistdir}/tex/plain/standalone/standalone.tex
|
|
/var/adm/update-scripts/texlive-standalone-%{texlive_version}.%{texlive_noarch}.1.1bsvn27677-%{release}-zypper
|
|
|
|
%package -n texlive-starfont
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn19982
|
|
Release: 0
|
|
Summary: The StarFont Sans astrological font
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-starfont-fonts >= %{texlive_version}
|
|
Recommends: texlive-starfont-doc >= %{texlive_version}
|
|
Provides: tex(fstr8x.tfm)
|
|
Provides: tex(fsts8x.tfm)
|
|
Provides: tex(starfont.map)
|
|
Provides: tex(starfont.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source145: starfont.tar.xz
|
|
Source146: starfont.doc.tar.xz
|
|
|
|
%description -n texlive-starfont
|
|
The package contains StarFontSans and StarFontSerif, two
|
|
public-domain astrological fonts designed by Anthony I.P. Owen,
|
|
and the appropriate macros to use them with TeX and LaTeX. The
|
|
fonts are supplied in the original TrueType Format and as
|
|
PostScript font files.
|
|
|
|
date: 2010-09-29 22:35:45 +0000
|
|
|
|
|
|
%package -n texlive-starfont-doc
|
|
Summary: Documentation for texlive-starfont
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn19982
|
|
Release: 0
|
|
|
|
%description -n texlive-starfont-doc
|
|
This package includes the documentation for texlive-starfont
|
|
|
|
|
|
%package -n texlive-starfont-fonts
|
|
Summary: Severed fonts for texlive-starfont
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2svn19982
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-starfont-fonts
|
|
The separated fonts package for texlive-starfont
|
|
%post -n texlive-starfont
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+starfont.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+starfont.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map starfont.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-starfont
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+starfont.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-starfont
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-starfont-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-starfont
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-starfont
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-starfont-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-starfont-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/starfont/COPYING
|
|
%{_texmfdistdir}/doc/fonts/starfont/Makefile
|
|
%{_texmfdistdir}/doc/fonts/starfont/README
|
|
%{_texmfdistdir}/doc/fonts/starfont/STRFNSAN.TTF
|
|
%{_texmfdistdir}/doc/fonts/starfont/STRFNSER.TTF
|
|
%{_texmfdistdir}/doc/fonts/starfont/starfont.pdf
|
|
%{_texmfdistdir}/doc/fonts/starfont/starfont.tex
|
|
%{_texmfdistdir}/doc/fonts/starfont/table.pdf
|
|
|
|
%files -n texlive-starfont
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/starfont/starfont.afm
|
|
%{_texmfdistdir}/fonts/afm/public/starfont/strfnser.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/starfont/starfont.map
|
|
%{_texmfdistdir}/fonts/tfm/public/starfont/fstr8x.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/starfont/fsts8x.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/starfont/starfont.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/starfont/strfnser.pfb
|
|
%{_texmfdistdir}/tex/latex/starfont/starfont.sty
|
|
|
|
%files -n texlive-starfont-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-starfont
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-starfont.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-starfont/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-starfont/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-starfont/fonts.scale
|
|
%{_datadir}/fonts/texlive-starfont/starfont.pfb
|
|
%{_datadir}/fonts/texlive-starfont/strfnser.pfb
|
|
/var/adm/update-scripts/texlive-starfont-%{texlive_version}.%{texlive_noarch}.1.2svn19982-%{release}-zypper
|
|
|
|
%package -n texlive-startex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn15878
|
|
Release: 0
|
|
Summary: An XML-inspired format for student use
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-startex-doc >= %{texlive_version}
|
|
Provides: tex(startex.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source147: startex.tar.xz
|
|
Source148: startex.doc.tar.xz
|
|
|
|
%description -n texlive-startex
|
|
A TeX format designed to help students write short reports and
|
|
essays. It provides the user with a suitable set of commands
|
|
for such a task. It is also more robust than plain TeX and
|
|
LaTeX.
|
|
|
|
date: 2008-12-31 19:54:46 +0000
|
|
|
|
|
|
%package -n texlive-startex-doc
|
|
Summary: Documentation for texlive-startex
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-startex-doc
|
|
This package includes the documentation for texlive-startex
|
|
|
|
%post -n texlive-startex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-startex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-startex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-startex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/otherformats/startex/base/guide.pdf
|
|
%{_texmfdistdir}/doc/otherformats/startex/base/ideas.pdf
|
|
%{_texmfdistdir}/doc/otherformats/startex/base/startex.pdf
|
|
|
|
%files -n texlive-startex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/startex/stxglo.ist
|
|
%{_texmfdistdir}/makeindex/startex/stxind.ist
|
|
%{_texmfdistdir}/tex/startex/base/a4-article.stx
|
|
%{_texmfdistdir}/tex/startex/base/article.stx
|
|
%{_texmfdistdir}/tex/startex/base/ifi-article.stx
|
|
%{_texmfdistdir}/tex/startex/base/ifi-artikkel.stx
|
|
%{_texmfdistdir}/tex/startex/base/startex.lan
|
|
%{_texmfdistdir}/tex/startex/base/startex.tex
|
|
/var/adm/update-scripts/texlive-startex-%{texlive_version}.%{texlive_noarch}.1.04svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-statex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn20306
|
|
Release: 0
|
|
Summary: Statistics style
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-statex-doc >= %{texlive_version}
|
|
Provides: tex(statex.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(bm.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source149: statex.tar.xz
|
|
Source150: statex.doc.tar.xz
|
|
|
|
%description -n texlive-statex
|
|
A package defining many macros for items of significance in
|
|
statistical presentations. An updated, but incompatible,
|
|
version of the package is available: statex2.
|
|
|
|
date: 2010-11-03 10:47:38 +0000
|
|
|
|
|
|
%package -n texlive-statex-doc
|
|
Summary: Documentation for texlive-statex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn20306
|
|
Release: 0
|
|
|
|
%description -n texlive-statex-doc
|
|
This package includes the documentation for texlive-statex
|
|
|
|
%post -n texlive-statex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-statex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-statex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-statex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/statex/statex-example.pdf
|
|
%{_texmfdistdir}/doc/latex/statex/statex-example.tex
|
|
|
|
%files -n texlive-statex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/statex/statex.sty
|
|
/var/adm/update-scripts/texlive-statex-%{texlive_version}.%{texlive_noarch}.1.6svn20306-%{release}-zypper
|
|
|
|
%package -n texlive-statex2
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn23961
|
|
Release: 0
|
|
Summary: Statistics style
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-statex2-doc >= %{texlive_version}
|
|
Provides: tex(statex2.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(bm.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source151: statex2.tar.xz
|
|
Source152: statex2.doc.tar.xz
|
|
|
|
%description -n texlive-statex2
|
|
The package defines many macros for items of significance in
|
|
statistical presentations. It represents a syntax-incompatible
|
|
upgrade of statex.
|
|
|
|
date: 2011-09-14 16:03:50 +0000
|
|
|
|
|
|
%package -n texlive-statex2-doc
|
|
Summary: Documentation for texlive-statex2
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn23961
|
|
Release: 0
|
|
|
|
%description -n texlive-statex2-doc
|
|
This package includes the documentation for texlive-statex2
|
|
|
|
%post -n texlive-statex2
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-statex2
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-statex2
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-statex2-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/statex2/statex2-example.pdf
|
|
%{_texmfdistdir}/doc/latex/statex2/statex2-example.tex
|
|
|
|
%files -n texlive-statex2
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/statex2/statex2.sty
|
|
/var/adm/update-scripts/texlive-statex2-%{texlive_version}.%{texlive_noarch}.2.1svn23961-%{release}-zypper
|
|
|
|
%package -n texlive-statistik
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.03svn20334
|
|
Release: 0
|
|
Summary: Store statistics of a document
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-statistik-doc >= %{texlive_version}
|
|
Provides: tex(statistik.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source153: statistik.tar.xz
|
|
Source154: statistik.doc.tar.xz
|
|
|
|
%description -n texlive-statistik
|
|
The package counts the numbers of pages per chapter, and stores
|
|
the results in a separate file; the format of the file is
|
|
selectable.
|
|
|
|
date: 2010-11-05 11:45:12 +0000
|
|
|
|
|
|
%package -n texlive-statistik-doc
|
|
Summary: Documentation for texlive-statistik
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.03svn20334
|
|
Release: 0
|
|
|
|
%description -n texlive-statistik-doc
|
|
This package includes the documentation for texlive-statistik
|
|
|
|
%post -n texlive-statistik
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-statistik
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-statistik
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-statistik-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/statistik/sta_cvs.tex
|
|
%{_texmfdistdir}/doc/latex/statistik/sta_mytable.tex
|
|
%{_texmfdistdir}/doc/latex/statistik/sta_tab.tex
|
|
%{_texmfdistdir}/doc/latex/statistik/sta_textable.tex
|
|
%{_texmfdistdir}/doc/latex/statistik/sta_xml.tex
|
|
%{_texmfdistdir}/doc/latex/statistik/statistik.pdf
|
|
|
|
%files -n texlive-statistik
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/statistik/statistik.sty
|
|
/var/adm/update-scripts/texlive-statistik-%{texlive_version}.%{texlive_noarch}.0.0.03svn20334-%{release}-zypper
|
|
|
|
%package -n texlive-staves
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Typeset Icelandic staves and runic letters
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-staves-fonts >= %{texlive_version}
|
|
Recommends: texlive-staves-doc >= %{texlive_version}
|
|
Provides: tex(icelandic.map)
|
|
Provides: tex(icelandic.tfm)
|
|
Provides: tex(staves.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source155: staves.tar.xz
|
|
Source156: staves.doc.tar.xz
|
|
|
|
%description -n texlive-staves
|
|
This package contains all the necessary tools to typeset the
|
|
"magical" Icelandic staves plus the runic letters used in
|
|
Iceland. Included are a font in Adobe Type 1 format and LaTeX
|
|
support.
|
|
|
|
date: 2008-08-23 13:48:35 +0000
|
|
|
|
|
|
%package -n texlive-staves-doc
|
|
Summary: Documentation for texlive-staves
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-staves-doc
|
|
This package includes the documentation for texlive-staves
|
|
|
|
|
|
%package -n texlive-staves-fonts
|
|
Summary: Severed fonts for texlive-staves
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-staves-fonts
|
|
The separated fonts package for texlive-staves
|
|
%post -n texlive-staves
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+icelandic.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+icelandic.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map icelandic.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-staves
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+icelandic.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-staves
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-staves-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-staves
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-staves
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-staves-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-staves-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/staves/README
|
|
%{_texmfdistdir}/doc/fonts/staves/staves.pdf
|
|
%{_texmfdistdir}/doc/fonts/staves/symbols.pdf
|
|
|
|
%files -n texlive-staves
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/staves/icelandic.map
|
|
%{_texmfdistdir}/fonts/tfm/public/staves/icelandic.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/staves/icelandic.pfb
|
|
%{_texmfdistdir}/tex/latex/staves/staves.sty
|
|
|
|
%files -n texlive-staves-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-staves
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-staves.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-staves/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-staves/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-staves/fonts.scale
|
|
%{_datadir}/fonts/texlive-staves/icelandic.pfb
|
|
/var/adm/update-scripts/texlive-staves-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-stdclsdv
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
|
|
Release: 0
|
|
Summary: Provide sectioning information for package writers
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stdclsdv-doc >= %{texlive_version}
|
|
Provides: tex(stdclsdv.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source157: stdclsdv.tar.xz
|
|
Source158: stdclsdv.doc.tar.xz
|
|
|
|
%description -n texlive-stdclsdv
|
|
The stdclsdv package is designed for package writers who need
|
|
to know what sectioning divsions are provided by the document's
|
|
class. It also provides a version of \CheckCommand that sets a
|
|
flag rather than printing a warning.
|
|
|
|
date: 2009-09-04 10:14:45 +0000
|
|
|
|
|
|
%package -n texlive-stdclsdv-doc
|
|
Summary: Documentation for texlive-stdclsdv
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-stdclsdv-doc
|
|
This package includes the documentation for texlive-stdclsdv
|
|
|
|
%post -n texlive-stdclsdv
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stdclsdv
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stdclsdv
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stdclsdv-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stdclsdv/README
|
|
%{_texmfdistdir}/doc/latex/stdclsdv/stdclsdv.pdf
|
|
|
|
%files -n texlive-stdclsdv
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stdclsdv/stdclsdv.sty
|
|
/var/adm/update-scripts/texlive-stdclsdv-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-stdpage
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
Summary: Standard pages with n lines of at most m characters each
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stdpage-doc >= %{texlive_version}
|
|
Provides: tex(stdpage.sty)
|
|
Requires: tex(hyphenat.sty)
|
|
Requires: tex(titlesec.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source159: stdpage.tar.xz
|
|
Source160: stdpage.doc.tar.xz
|
|
|
|
%description -n texlive-stdpage
|
|
For translations, proofreading, journal contributions etc.
|
|
standard pages are used. Those standard pages consist of a
|
|
fixed number of lines and characters per line. This package
|
|
produces pages with n lines of at most m characters each. For
|
|
instance the German "Normseite": 60 lines of 30 characters
|
|
each.
|
|
|
|
date: 2006-11-06 11:37:44 +0000
|
|
|
|
|
|
%package -n texlive-stdpage-doc
|
|
Summary: Documentation for texlive-stdpage
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-stdpage-doc
|
|
This package includes the documentation for texlive-stdpage
|
|
|
|
%post -n texlive-stdpage
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stdpage
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stdpage
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stdpage-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stdpage/README
|
|
%{_texmfdistdir}/doc/latex/stdpage/stdpage-test.tex
|
|
%{_texmfdistdir}/doc/latex/stdpage/stdpage.pdf
|
|
|
|
%files -n texlive-stdpage
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stdpage/stdpage.sty
|
|
/var/adm/update-scripts/texlive-stdpage-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-steinmetz
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Print Steinmetz notation
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-steinmetz-doc >= %{texlive_version}
|
|
Provides: tex(steinmetz.sty)
|
|
Requires: tex(pict2e.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source161: steinmetz.tar.xz
|
|
Source162: steinmetz.doc.tar.xz
|
|
|
|
%description -n texlive-steinmetz
|
|
The steinmetz package provides a command for typesetting
|
|
complex numbers in the Steinmetz notation used in
|
|
electrotechnics as: <modulus><argument or phase inside an angle
|
|
symbol> The package makes use of pict2e.
|
|
|
|
date: 2009-11-09 23:30:52 +0000
|
|
|
|
|
|
%package -n texlive-steinmetz-doc
|
|
Summary: Documentation for texlive-steinmetz
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-steinmetz-doc
|
|
This package includes the documentation for texlive-steinmetz
|
|
|
|
%post -n texlive-steinmetz
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-steinmetz
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-steinmetz
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-steinmetz-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/steinmetz/README
|
|
%{_texmfdistdir}/doc/latex/steinmetz/steinmetz-test.tex
|
|
%{_texmfdistdir}/doc/latex/steinmetz/steinmetz.pdf
|
|
|
|
%files -n texlive-steinmetz
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/steinmetz/steinmetz.sty
|
|
/var/adm/update-scripts/texlive-steinmetz-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-stellenbosch
|
|
Version: %{texlive_version}.%{texlive_noarch}.10svn25486
|
|
Release: 0
|
|
Summary: Stellenbosch thesis bundle
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stellenbosch-doc >= %{texlive_version}
|
|
Provides: tex(usbib.sty)
|
|
Provides: tex(usnomencl.sty)
|
|
Provides: tex(ussummary.sty)
|
|
Provides: tex(usthesis.cls)
|
|
Provides: tex(usthesis.sty)
|
|
Provides: tex(ustitle.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(colortbl.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(longtable.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source163: stellenbosch.tar.xz
|
|
Source164: stellenbosch.doc.tar.xz
|
|
|
|
%description -n texlive-stellenbosch
|
|
The usthesis class/style files are provided to typeset reports,
|
|
theses and dissertations that conform to the requirements of
|
|
the Engineering Faculty of the University of Stellenbosch. The
|
|
class file usthesis.cls is based on the standard LaTeX book
|
|
class, while usthesis.sty is a style file to be loaded on top
|
|
of the very powerful memoir class. Both options give identical
|
|
output, but the benefit of the using memoir is that it has many
|
|
additional command and environments for formatting and
|
|
processing of a document. Usthesis is primarily concerned with
|
|
the formatting of the front matter such as the title page,
|
|
abstract, etc. and a decent page layout on A4 paper. It also
|
|
works together with the babel package to provide language
|
|
options to typeset documents in Afrikaans or in English.
|
|
Additional packages are provided for bibliographic matter, note
|
|
title pages, lists of symbols, as well as various graphic files
|
|
for logos.
|
|
|
|
date: 2012-02-23 15:44:15 +0000
|
|
|
|
|
|
%package -n texlive-stellenbosch-doc
|
|
Summary: Documentation for texlive-stellenbosch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.10svn25486
|
|
Release: 0
|
|
Provides: locale(texlive-stellenbosch-doc:en;en;en;en;en;en)
|
|
|
|
%description -n texlive-stellenbosch-doc
|
|
This package includes the documentation for texlive-stellenbosch
|
|
|
|
%post -n texlive-stellenbosch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stellenbosch
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stellenbosch
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stellenbosch-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/CHANGELOG
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/README
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/USbib-1.0.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/USlogos-doc-4.0.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/USnomencl-1.1.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/USsummary-1.0a.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/USthesis-4.3.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/UStitle-1.0.pdf
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/templates/masters-sample.zip
|
|
%{_texmfdistdir}/doc/latex/stellenbosch/templates/report-sample.zip
|
|
|
|
%files -n texlive-stellenbosch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-a.bst
|
|
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-n.bst
|
|
%{_texmfdistdir}/bibtex/bst/stellenbosch/ussagus.bst
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.jpg
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.jpg
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.jpg
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.jpg
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.jpg
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.eps
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.pdf
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.afr
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.eng
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.sty
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usnomencl.sty
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/ussummary.sty
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.afr
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.cls
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.eng
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.sty
|
|
%{_texmfdistdir}/tex/latex/stellenbosch/ustitle.sty
|
|
/var/adm/update-scripts/texlive-stellenbosch-%{texlive_version}.%{texlive_noarch}.10svn25486-%{release}-zypper
|
|
|
|
%package -n texlive-stex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29803
|
|
Release: 0
|
|
Summary: An Infrastructure for Semantic Preloading of LaTeX Documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stex-doc >= %{texlive_version}
|
|
Provides: tex(beamerthemeJacobs.sty)
|
|
Provides: tex(cmath.sty)
|
|
Provides: tex(cmathml.sty)
|
|
Provides: tex(cmathmlx.sty)
|
|
Provides: tex(cnx.cls)
|
|
Provides: tex(ctansvn.sty)
|
|
Provides: tex(dcm.sty)
|
|
Provides: tex(hwexam.cls)
|
|
Provides: tex(hwexam.sty)
|
|
Provides: tex(metakeys.sty)
|
|
Provides: tex(mikoaffiliation.sty)
|
|
Provides: tex(mikoslides.cls)
|
|
Provides: tex(modules.sty)
|
|
Provides: tex(omdoc.cls)
|
|
Provides: tex(omdoc.sty)
|
|
Provides: tex(omtext.sty)
|
|
Provides: tex(presentation.sty)
|
|
Provides: tex(problem.sty)
|
|
Provides: tex(rdfmeta.sty)
|
|
Provides: tex(reqdoc.sty)
|
|
Provides: tex(sproof.sty)
|
|
Provides: tex(sref.sty)
|
|
Provides: tex(statements.sty)
|
|
Provides: tex(stex-logo.sty)
|
|
Provides: tex(stex.sty)
|
|
Provides: tex(stex.tex)
|
|
Provides: tex(workaddress.sty)
|
|
Requires: tex(a4wide.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(amstext.sty)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(beamer.cls)
|
|
Requires: tex(beamerarticle.sty)
|
|
Requires: tex(comment.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(longtable.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(ntheorem.sty)
|
|
Requires: tex(pgf.sty)
|
|
Requires: tex(size10.clo)
|
|
Requires: tex(standalone.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(url.sty)
|
|
Requires: tex(xcomment.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source165: stex.tar.xz
|
|
Source166: stex.doc.tar.xz
|
|
|
|
%description -n texlive-stex
|
|
The sTeX package collection is a version of TeX/LaTeX that
|
|
allows to markup TeX/LaTeX documents semantically without
|
|
leaving the document format, essentially turning it into a
|
|
document format for mathematical knowledge management (MKM).
|
|
|
|
date: 2012-03-31 09:15:31 +0000
|
|
|
|
|
|
%package -n texlive-stex-doc
|
|
Summary: Documentation for texlive-stex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29803
|
|
Release: 0
|
|
|
|
%description -n texlive-stex-doc
|
|
This package includes the documentation for texlive-stex
|
|
|
|
%post -n texlive-stex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stex/README
|
|
%{_texmfdistdir}/doc/latex/stex/cmath/README
|
|
%{_texmfdistdir}/doc/latex/stex/cmath/cmath.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/cmathml/README
|
|
%{_texmfdistdir}/doc/latex/stex/cmathml/cmathml.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/cnx/README
|
|
%{_texmfdistdir}/doc/latex/stex/cnx/cnx.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/dcm/README
|
|
%{_texmfdistdir}/doc/latex/stex/dcm/dcm.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/example/Makefile
|
|
%{_texmfdistdir}/doc/latex/stex/example/README
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/Makefile
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/all.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/all.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/functions.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/functions.sms
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/functions.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/post.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/pre.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/reals.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/reals.sms
|
|
%{_texmfdistdir}/doc/latex/stex/example/background/reals.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/Makefile
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/continuous.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/continuous.sms
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/continuous.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.sms
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/intro.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/intro.sms
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/intro.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/paper.omdoc
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/paper.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/example/paper/paper.tex
|
|
%{_texmfdistdir}/doc/latex/stex/example/test/Makefile
|
|
%{_texmfdistdir}/doc/latex/stex/hwexam/README
|
|
%{_texmfdistdir}/doc/latex/stex/hwexam/hwexam.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/metakeys/README
|
|
%{_texmfdistdir}/doc/latex/stex/metakeys/metakeys.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/mikoslides/README
|
|
%{_texmfdistdir}/doc/latex/stex/mikoslides/mikoslides.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/modules/README
|
|
%{_texmfdistdir}/doc/latex/stex/modules/modules.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/omdoc/README
|
|
%{_texmfdistdir}/doc/latex/stex/omdoc/omdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/omtext/README
|
|
%{_texmfdistdir}/doc/latex/stex/omtext/omtext.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/presentation/README
|
|
%{_texmfdistdir}/doc/latex/stex/presentation/presentation.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/problem/README
|
|
%{_texmfdistdir}/doc/latex/stex/problem/problem.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/rdfmeta/README
|
|
%{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.tex
|
|
%{_texmfdistdir}/doc/latex/stex/rdfmeta/rdfmeta.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/reqdoc/README
|
|
%{_texmfdistdir}/doc/latex/stex/reqdoc/reqdoc.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sproof/README
|
|
%{_texmfdistdir}/doc/latex/stex/sproof/sproof.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/sref/README
|
|
%{_texmfdistdir}/doc/latex/stex/sref/book.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/sref/book.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sref/idc.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/sref/idc.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sref/idcmain.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sref/scr.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/sref/scr.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sref/scrmain.tex
|
|
%{_texmfdistdir}/doc/latex/stex/sref/sref.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/statements/README
|
|
%{_texmfdistdir}/doc/latex/stex/statements/statements.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/stex.pdf
|
|
%{_texmfdistdir}/doc/latex/stex/workaddress/README
|
|
%{_texmfdistdir}/doc/latex/stex/workaddress/workaddress.pdf
|
|
|
|
%files -n texlive-stex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty
|
|
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty
|
|
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty
|
|
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls
|
|
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/ctansvn.sty
|
|
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty
|
|
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls
|
|
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty
|
|
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty
|
|
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc-by-sa.png
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc_somerights.png
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/dangerous-bend.png
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/jacobs-logo.png
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/mikoslides/shading-l2r.png
|
|
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty
|
|
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls
|
|
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty
|
|
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty
|
|
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty
|
|
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty
|
|
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty
|
|
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty
|
|
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty
|
|
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty
|
|
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty
|
|
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty
|
|
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/stex.sty
|
|
%{_texmfdistdir}/tex/latex/stex/stex.sty.ltxml
|
|
%{_texmfdistdir}/tex/latex/stex/stex.tex
|
|
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty
|
|
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty.ltxml
|
|
/var/adm/update-scripts/texlive-stex-%{texlive_version}.%{texlive_noarch}.1.4svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-stix
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803
|
|
Release: 0
|
|
Summary: OpenType Unicode maths fonts
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-stix-fonts >= %{texlive_version}
|
|
Recommends: texlive-stix-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source167: stix.tar.xz
|
|
Source168: stix.doc.tar.xz
|
|
|
|
%description -n texlive-stix
|
|
The STIX fonts are a suite of unicode OpenType fonts containing
|
|
a complete set of mathematical glyphs. The CTAN copy is a
|
|
mirror of their official release, organised as specified by the
|
|
TeX Directory Structure, for inclusion in standard TeX
|
|
distributions.
|
|
|
|
date: 2011-12-20 11:56:09 +0000
|
|
|
|
|
|
%package -n texlive-stix-doc
|
|
Summary: Documentation for texlive-stix
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803
|
|
Release: 0
|
|
|
|
%description -n texlive-stix-doc
|
|
This package includes the documentation for texlive-stix
|
|
|
|
|
|
%package -n texlive-stix-fonts
|
|
Summary: Severed fonts for texlive-stix
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29803
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-stix-fonts
|
|
The separated fonts package for texlive-stix
|
|
%post -n texlive-stix
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stix
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stix
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-stix-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-stix
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-stix
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-stix-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-stix-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXGeneral.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXGeneralBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXGeneralBolIta.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXGeneralItalic.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntDBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntDReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntSmBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntSmReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpDBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpDReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpSmBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXIntUpSmReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXNonUni.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXNonUniBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXNonUniBolIta.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXNonUniIta.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizFiveSymReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizFourSymBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizFourSymReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizOneSymBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizOneSymReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizThreeSymBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizThreeSymReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizTwoSymBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXSizTwoSymReg.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXVar.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/Glyphs/STIXVarBol.otf.pdf
|
|
%{_texmfdistdir}/doc/fonts/stix/README
|
|
%{_texmfdistdir}/doc/fonts/stix/README.TEXLIVE
|
|
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_License_2010.pdf
|
|
|
|
%files -n texlive-stix
|
|
%defattr(-,root,root,755)
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXGeneral.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXGeneralBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXGeneralBolIta.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXGeneralItalic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntDBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntDReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntSmBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntSmReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpDBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpDReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpSmBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXIntUpSmReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXNonUni.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXNonUniBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXNonUniBolIta.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXNonUniIta.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizFiveSymReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizFourSymBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizFourSymReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizOneSymBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizOneSymReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizThreeSymBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizThreeSymReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizTwoSymBol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXSizTwoSymReg.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXVar.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXVarBol.otf
|
|
|
|
%files -n texlive-stix-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-stix
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-stix.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stix/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stix/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stix/fonts.scale
|
|
%{_datadir}/fonts/texlive-stix/STIXGeneral.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXGeneralBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXGeneralBolIta.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXGeneralItalic.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntDBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntDReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntSmBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntSmReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpDBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpDReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpSmBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXIntUpSmReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXNonUni.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXNonUniBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXNonUniBolIta.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXNonUniIta.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizFiveSymReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizFourSymBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizFourSymReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizOneSymBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizOneSymReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizThreeSymBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizThreeSymReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizTwoSymBol.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXSizTwoSymReg.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXVar.otf
|
|
%{_datadir}/fonts/texlive-stix/STIXVarBol.otf
|
|
/var/adm/update-scripts/texlive-stix-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-stmaryrd
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22027
|
|
Release: 0
|
|
Summary: St Mary Road symbols for theoretical computer science
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-stmaryrd-fonts >= %{texlive_version}
|
|
Recommends: texlive-stmaryrd-doc >= %{texlive_version}
|
|
Provides: tex(Ustmry.fd)
|
|
Provides: tex(stmary10.tfm)
|
|
Provides: tex(stmary5.tfm)
|
|
Provides: tex(stmary6.tfm)
|
|
Provides: tex(stmary7.tfm)
|
|
Provides: tex(stmary8.tfm)
|
|
Provides: tex(stmary9.tfm)
|
|
Provides: tex(stmaryrd.map)
|
|
Provides: tex(stmaryrd.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source169: stmaryrd.tar.xz
|
|
Source170: stmaryrd.doc.tar.xz
|
|
|
|
%description -n texlive-stmaryrd
|
|
The fonts were originally distributed as MetaFont sources only,
|
|
but Adobe Type 1 versions are also now available. Macro support
|
|
is provided for use under LaTeX; the package supports the
|
|
"only" option (provided by the somedefs package) to restrict
|
|
what is loaded, for those who don't need the whole font.
|
|
|
|
date: 2009-10-09 22:51:28 +0000
|
|
|
|
|
|
%package -n texlive-stmaryrd-doc
|
|
Summary: Documentation for texlive-stmaryrd
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22027
|
|
Release: 0
|
|
|
|
%description -n texlive-stmaryrd-doc
|
|
This package includes the documentation for texlive-stmaryrd
|
|
|
|
|
|
%package -n texlive-stmaryrd-fonts
|
|
Summary: Severed fonts for texlive-stmaryrd
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn22027
|
|
Release: 0
|
|
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
|
|
|
|
%description -n texlive-stmaryrd-fonts
|
|
The separated fonts package for texlive-stmaryrd
|
|
%post -n texlive-stmaryrd
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'MixedMap[[:blank:]]+stmaryrd.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+stmaryrd.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'MixedMap stmaryrd.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-stmaryrd
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(MixedMap[[:blank:]]+stmaryrd.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-stmaryrd
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-stmaryrd-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-stmaryrd
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-stmaryrd
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-stmaryrd-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-stmaryrd-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/stmaryrd/INSTALL
|
|
%{_texmfdistdir}/doc/fonts/stmaryrd/README
|
|
%{_texmfdistdir}/doc/fonts/stmaryrd/README.hoekwater
|
|
%{_texmfdistdir}/doc/fonts/stmaryrd/stmaryrd.pdf
|
|
|
|
%files -n texlive-stmaryrd
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary10.afm
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary5.afm
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary6.afm
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary7.afm
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary8.afm
|
|
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary9.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/stmaryrd/stmaryrd.map
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary10.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary5.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary6.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary7.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary8.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary9.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryaj.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryba.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmarych.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryjg.mf
|
|
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryrd.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary9.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfb
|
|
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfm
|
|
%{_texmfdistdir}/tex/latex/stmaryrd/Ustmry.fd
|
|
%{_texmfdistdir}/tex/latex/stmaryrd/stmaryrd.sty
|
|
|
|
%files -n texlive-stmaryrd-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-stmaryrd
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-stmaryrd.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stmaryrd/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stmaryrd/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-stmaryrd/fonts.scale
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary10.pfb
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary5.pfb
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary6.pfb
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary7.pfb
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary8.pfb
|
|
%{_datadir}/fonts/texlive-stmaryrd/stmary9.pfb
|
|
/var/adm/update-scripts/texlive-stmaryrd-%{texlive_version}.%{texlive_noarch}.svn22027-%{release}-zypper
|
|
|
|
%package -n texlive-storebox
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn24895
|
|
Release: 0
|
|
Summary: Storing information for reuse
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-storebox-doc >= %{texlive_version}
|
|
Provides: tex(storebox-pgf.sty)
|
|
Provides: tex(storebox.sty)
|
|
Requires: tex(collectbox.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source171: storebox.tar.xz
|
|
Source172: storebox.doc.tar.xz
|
|
|
|
%description -n texlive-storebox
|
|
The package provides "store boxes" whose user interface matches
|
|
that of normal LaTeX "save boxes", except that the content of a
|
|
store box appears at most once in the output PDF file, however
|
|
often it is used. The present version of the package supports
|
|
pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave
|
|
the same as save boxes.
|
|
|
|
date: 2011-12-21 10:26:33 +0000
|
|
|
|
|
|
%package -n texlive-storebox-doc
|
|
Summary: Documentation for texlive-storebox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn24895
|
|
Release: 0
|
|
|
|
%description -n texlive-storebox-doc
|
|
This package includes the documentation for texlive-storebox
|
|
|
|
%post -n texlive-storebox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-storebox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-storebox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-storebox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/storebox/README
|
|
%{_texmfdistdir}/doc/latex/storebox/storebox.pdf
|
|
|
|
%files -n texlive-storebox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/storebox/storebox-pgf.sty
|
|
%{_texmfdistdir}/tex/latex/storebox/storebox.sty
|
|
/var/adm/update-scripts/texlive-storebox-%{texlive_version}.%{texlive_noarch}.1.3asvn24895-%{release}-zypper
|
|
|
|
%package -n texlive-storecmd
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn24431
|
|
Release: 0
|
|
Summary: Store the name of a defined command in a container
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-storecmd-doc >= %{texlive_version}
|
|
Provides: tex(storecmd.sty)
|
|
Requires: tex(ltxtools.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source173: storecmd.tar.xz
|
|
Source174: storecmd.doc.tar.xz
|
|
|
|
%description -n texlive-storecmd
|
|
The package provides macros for command definition that save
|
|
the name of the command being defined in a file or a macro
|
|
container. The list could be useful for spelling exceptions in
|
|
text editors that do not support TeX syntax.
|
|
|
|
date: 2011-10-27 08:28:55 +0000
|
|
|
|
|
|
%package -n texlive-storecmd-doc
|
|
Summary: Documentation for texlive-storecmd
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn24431
|
|
Release: 0
|
|
|
|
%description -n texlive-storecmd-doc
|
|
This package includes the documentation for texlive-storecmd
|
|
|
|
%post -n texlive-storecmd
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-storecmd
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-storecmd
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-storecmd-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/storecmd/README
|
|
%{_texmfdistdir}/doc/latex/storecmd/storecmd-example.tex
|
|
%{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.tex
|
|
|
|
%files -n texlive-storecmd
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/storecmd/storecmd.sty
|
|
/var/adm/update-scripts/texlive-storecmd-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn24431-%{release}-zypper
|
|
|
|
%package -n texlive-stringstrings
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.21svn30093
|
|
Release: 0
|
|
Summary: String manipulation for cosmetic and programming application
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stringstrings-doc >= %{texlive_version}
|
|
Provides: tex(stringstrings.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source175: stringstrings.tar.xz
|
|
Source176: stringstrings.doc.tar.xz
|
|
|
|
%description -n texlive-stringstrings
|
|
The package provides a large and sundry set of macros for the
|
|
manipulation of strings. The macros are developed not merely
|
|
for cosmetic application (such as changing the case of letters
|
|
and string substitution), but also for programming applications
|
|
such as character look-ahead, argument parsing, conditional
|
|
tests on various string conditions, etc. The macros were
|
|
designed all to be expandable (note that things such as
|
|
\uppercase and \lowercase are not expandable), so that the
|
|
macros may be strung together sequentially and nested (after a
|
|
fashion) to achieve rather complex manipulations.
|
|
|
|
date: 2012-10-09 22:01:11 +0000
|
|
|
|
|
|
%package -n texlive-stringstrings-doc
|
|
Summary: Documentation for texlive-stringstrings
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.21svn30093
|
|
Release: 0
|
|
|
|
%description -n texlive-stringstrings-doc
|
|
This package includes the documentation for texlive-stringstrings
|
|
|
|
%post -n texlive-stringstrings
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stringstrings
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stringstrings
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stringstrings-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stringstrings/README
|
|
%{_texmfdistdir}/doc/latex/stringstrings/stringstrings.pdf
|
|
|
|
%files -n texlive-stringstrings
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stringstrings/stringstrings.sty
|
|
/var/adm/update-scripts/texlive-stringstrings-%{texlive_version}.%{texlive_noarch}.1.21svn30093-%{release}-zypper
|
|
|
|
%package -n texlive-struktex
|
|
Version: %{texlive_version}.%{texlive_noarch}.141svn25916
|
|
Release: 0
|
|
Summary: Draw Nassi-Schneidermann charts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-struktex-doc >= %{texlive_version}
|
|
Provides: tex(strukdoc.sty)
|
|
Provides: tex(struktex.sty)
|
|
Provides: tex(struktxf.sty)
|
|
Provides: tex(struktxp.sty)
|
|
Requires: tex(curves.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(nameref.sty)
|
|
Requires: tex(pict2e.sty)
|
|
Requires: tex(url.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source177: struktex.tar.xz
|
|
Source178: struktex.doc.tar.xz
|
|
|
|
%description -n texlive-struktex
|
|
Even in the age of OOP one must develop algorithms. Nassi-
|
|
Shneiderman diagrams are a well known tool to describe an
|
|
algorithm in a graphical way. The package offers some macros
|
|
for generating those diagrams in a LaTeX document. The package
|
|
provides the most important elements of a Nassi-Shneiderman
|
|
diagram, including processing blocks, loops, mapping
|
|
conventions for alternatives, etc. Diagrams are drawn using the
|
|
picture environment (using pict2e for preference).
|
|
|
|
date: 2012-04-11 09:11:10 +0000
|
|
|
|
|
|
%package -n texlive-struktex-doc
|
|
Summary: Documentation for texlive-struktex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.141svn25916
|
|
Release: 0
|
|
Provides: locale(texlive-struktex-doc:de;en;de;en)
|
|
|
|
%description -n texlive-struktex-doc
|
|
This package includes the documentation for texlive-struktex
|
|
|
|
%post -n texlive-struktex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-struktex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-struktex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-struktex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/struktex/LIESMICH
|
|
%{_texmfdistdir}/doc/latex/struktex/README
|
|
%{_texmfdistdir}/doc/latex/struktex/THIS_IS_VERSION_v141
|
|
%{_texmfdistdir}/doc/latex/struktex/getversion.tex
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex-test-0.nss
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex-test-1.tex
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex-test-2.tex
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex-test-3.tex
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex-test-4.tex
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex.de.pdf
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex.el
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex.en.pdf
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex.makemake
|
|
%{_texmfdistdir}/doc/latex/struktex/struktex.mk
|
|
|
|
%files -n texlive-struktex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/struktex/strukdoc.sty
|
|
%{_texmfdistdir}/tex/latex/struktex/struktex.sty
|
|
%{_texmfdistdir}/tex/latex/struktex/struktxf.sty
|
|
%{_texmfdistdir}/tex/latex/struktex/struktxp.sty
|
|
/var/adm/update-scripts/texlive-struktex-%{texlive_version}.%{texlive_noarch}.141svn25916-%{release}-zypper
|
|
|
|
%package -n texlive-sttools
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28013
|
|
Release: 0
|
|
Summary: Various macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sttools-doc >= %{texlive_version}
|
|
Provides: tex(boundbox.sty)
|
|
Provides: tex(cuted.sty)
|
|
Provides: tex(floatpag.sty)
|
|
Provides: tex(flushend.sty)
|
|
Provides: tex(marginal.sty)
|
|
Provides: tex(midfloat.sty)
|
|
Provides: tex(stabular.sty)
|
|
Provides: tex(stfloats.sty)
|
|
Provides: tex(texsort.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source179: sttools.tar.xz
|
|
Source180: sttools.doc.tar.xz
|
|
|
|
%description -n texlive-sttools
|
|
A collection of tools and macros, including: - a document
|
|
"Inside LaTeX2e kernel" (which discusses some of the functions
|
|
of the packages), - miscellaneous float control, - page styles
|
|
for floats, - multipage tabulars, - even columns at end of
|
|
twocolumn region, - switching between one- and two-column
|
|
anywhere, - getting more mileage from \marginpar, - simulating
|
|
the effect of "midfloats", - create a bounding box, - a package
|
|
to manipulate numerical lists and arrays.
|
|
|
|
date: 2012-10-18 09:44:44 +0000
|
|
|
|
|
|
%package -n texlive-sttools-doc
|
|
Summary: Documentation for texlive-sttools
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28013
|
|
Release: 0
|
|
|
|
%description -n texlive-sttools-doc
|
|
This package includes the documentation for texlive-sttools
|
|
|
|
%post -n texlive-sttools
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sttools
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sttools
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sttools-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/sttools/README
|
|
%{_texmfdistdir}/doc/latex/sttools/boundbox.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/cuted.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/floatpag.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/flushend.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/marginal.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/midfloat.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/stabular.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/stfloats.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/sttools.pdf
|
|
%{_texmfdistdir}/doc/latex/sttools/texsort.pdf
|
|
|
|
%files -n texlive-sttools
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/sttools/boundbox.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/cuted.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/floatpag.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/flushend.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/marginal.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/midfloat.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/stabular.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/stfloats.sty
|
|
%{_texmfdistdir}/tex/latex/sttools/texsort.sty
|
|
/var/adm/update-scripts/texlive-sttools-%{texlive_version}.%{texlive_noarch}.1.1svn28013-%{release}-zypper
|
|
|
|
%package -n texlive-stubs
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.1svn19440
|
|
Release: 0
|
|
Summary: Create tear-off stubs at the bottom of a page
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-stubs-doc >= %{texlive_version}
|
|
Provides: tex(stubs.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(textpos.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source181: stubs.tar.xz
|
|
Source182: stubs.doc.tar.xz
|
|
|
|
%description -n texlive-stubs
|
|
The \stubs command creates as many repetitions as possible of
|
|
its argument, at the bottom of the page; these stubs may be
|
|
used (for example) for contact information.
|
|
|
|
date: 2008-08-23 20:26:13 +0000
|
|
|
|
|
|
%package -n texlive-stubs-doc
|
|
Summary: Documentation for texlive-stubs
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.1svn19440
|
|
Release: 0
|
|
|
|
%description -n texlive-stubs-doc
|
|
This package includes the documentation for texlive-stubs
|
|
|
|
%post -n texlive-stubs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-stubs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-stubs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-stubs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/stubs/COPYING
|
|
%{_texmfdistdir}/doc/latex/stubs/README
|
|
%{_texmfdistdir}/doc/latex/stubs/README.TEXLIVE
|
|
%{_texmfdistdir}/doc/latex/stubs/changelog.txt
|
|
%{_texmfdistdir}/doc/latex/stubs/stubs_ex.pdf
|
|
%{_texmfdistdir}/doc/latex/stubs/stubs_ex.tex
|
|
|
|
%files -n texlive-stubs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/stubs/stubs.sty
|
|
/var/adm/update-scripts/texlive-stubs-%{texlive_version}.%{texlive_noarch}.0.0.1.1svn19440-%{release}-zypper
|
|
|
|
%package -n texlive-sty2dtx
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3svn29743
|
|
Release: 0
|
|
Summary: Create a .dtx file from a .sty file
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-sty2dtx-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-sty2dtx-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source183: sty2dtx.tar.xz
|
|
Source184: sty2dtx.doc.tar.xz
|
|
|
|
%description -n texlive-sty2dtx
|
|
The package provides a Perl script that converts a .sty file
|
|
(LaTeX package) to .dtx format (documented LaTeX source), by
|
|
surrounding macro definitions with macro and macrocode
|
|
environments. The macro name is automatically inserted as an
|
|
argument to the macro environemnt. Code lines outside macro
|
|
definitions are wrapped only in macrocode environments. Empty
|
|
lines are removed. The script should not be thought to be fool
|
|
proof and 100% accurate but rather as a good start to the
|
|
business of making a .dtx file from an undocumented style file.
|
|
Full .dtx files are generated. A template based on the skeleton
|
|
file from 'dtxtut' is used. User level macros are added
|
|
automatically to the 'Usage' section of the .dtx file. A
|
|
corresponding .ins file can be generated as well.
|
|
|
|
date: 2012-11-07 19:43:20 +0000
|
|
|
|
|
|
%package -n texlive-sty2dtx-doc
|
|
Summary: Documentation for texlive-sty2dtx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3svn29743
|
|
Release: 0
|
|
|
|
%description -n texlive-sty2dtx-doc
|
|
This package includes the documentation for texlive-sty2dtx
|
|
|
|
%post -n texlive-sty2dtx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-sty2dtx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-sty2dtx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-sty2dtx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/sty2dtx.1*
|
|
%{_texmfdistdir}/doc/support/sty2dtx/README
|
|
%{_texmfdistdir}/doc/support/sty2dtx/sty2dtx.pdf
|
|
|
|
%files -n texlive-sty2dtx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl
|
|
/var/adm/update-scripts/texlive-sty2dtx-%{texlive_version}.%{texlive_noarch}.2.3svn29743-%{release}-zypper
|
|
|
|
%package -n texlive-suanpan
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: MetaPost macros for drawing Chinese and Japanese abaci
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-suanpan-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source185: suanpan.tar.xz
|
|
Source186: suanpan.doc.tar.xz
|
|
|
|
%description -n texlive-suanpan
|
|
These macros are described in Denis Roegel: MetaPost macros for
|
|
drawing Chinese and Japanese abaci, TUGboat (volume 30, number
|
|
1, 2009, pages 74-79)
|
|
|
|
date: 2009-11-09 23:30:52 +0000
|
|
|
|
|
|
%package -n texlive-suanpan-doc
|
|
Summary: Documentation for texlive-suanpan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-suanpan-doc
|
|
This package includes the documentation for texlive-suanpan
|
|
|
|
%post -n texlive-suanpan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-suanpan
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-suanpan
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-suanpan-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/metapost/suanpan/README
|
|
%{_texmfdistdir}/doc/metapost/suanpan/article.txt
|
|
|
|
%files -n texlive-suanpan
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metapost/suanpan/abacus.mp
|
|
%{_texmfdistdir}/metapost/suanpan/suanpan.mp
|
|
/var/adm/update-scripts/texlive-suanpan-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-subdepth
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
Summary: Unify maths subscript height
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-subdepth-doc >= %{texlive_version}
|
|
Provides: tex(subdepth.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source187: subdepth.tar.xz
|
|
Source188: subdepth.doc.tar.xz
|
|
|
|
%description -n texlive-subdepth
|
|
This package is based on code (posted long ago to comp.text.tex
|
|
by Donald Arseneau) to equalise the height of subscripts in
|
|
maths. The default behaviour is to place subscripts slightly
|
|
lower when there is a superscript as well, but this can look
|
|
odd in some situations.
|
|
|
|
date: 2008-08-23 20:26:13 +0000
|
|
|
|
|
|
%package -n texlive-subdepth-doc
|
|
Summary: Documentation for texlive-subdepth
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-subdepth-doc
|
|
This package includes the documentation for texlive-subdepth
|
|
|
|
%post -n texlive-subdepth
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-subdepth
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-subdepth
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-subdepth-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/subdepth/README
|
|
%{_texmfdistdir}/doc/latex/subdepth/subdepth.pdf
|
|
|
|
%files -n texlive-subdepth
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/subdepth/subdepth.sty
|
|
/var/adm/update-scripts/texlive-subdepth-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-subeqn
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn15878
|
|
Release: 0
|
|
Summary: Package for subequation numbering
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-subeqn-doc >= %{texlive_version}
|
|
Provides: tex(subeqn.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source189: subeqn.tar.xz
|
|
Source190: subeqn.doc.tar.xz
|
|
|
|
%description -n texlive-subeqn
|
|
Sometimes it is necessary to be able to refer to subexpressions
|
|
of an equation. In order to do that these subexpressions should
|
|
be numbered. In standard LaTeX there is no provision for this.
|
|
To solve this problem Stephen Gildea once wrote subeqn.sty for
|
|
LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes
|
|
Braams made them available for LaTeX2e. Note that this package
|
|
is not compatible with the package subeqnarray (written by
|
|
Johannes Braams), but it can be used together with the LaTeX
|
|
class options leqno and fleqn.
|
|
|
|
date: 2007-01-14 23:27:07 +0000
|
|
|
|
|
|
%package -n texlive-subeqn-doc
|
|
Summary: Documentation for texlive-subeqn
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-subeqn-doc
|
|
This package includes the documentation for texlive-subeqn
|
|
|
|
%post -n texlive-subeqn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-subeqn
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-subeqn
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-subeqn-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/subeqn/manifest.txt
|
|
%{_texmfdistdir}/doc/latex/subeqn/subeqn.pdf
|
|
%{_texmfdistdir}/doc/latex/subeqn/subeqn.tex
|
|
|
|
%files -n texlive-subeqn
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/subeqn/subeqn.sty
|
|
/var/adm/update-scripts/texlive-subeqn-%{texlive_version}.%{texlive_noarch}.2.0bsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-subeqnarray
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1csvn15878
|
|
Release: 0
|
|
Summary: Equation array with sub numbering
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-subeqnarray-doc >= %{texlive_version}
|
|
Provides: tex(subeqnarray.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source191: subeqnarray.tar.xz
|
|
Source192: subeqnarray.doc.tar.xz
|
|
|
|
%description -n texlive-subeqnarray
|
|
This package defines the subeqnarray and subeqnarray*
|
|
environments, which behave like the equivalent eqnarray and
|
|
eqnarray* environments, except that the individual lines are
|
|
numbered like 1a, 1b, 1c, etc. To refer to these numbers an
|
|
extra label command \slabel is provided.
|
|
|
|
date: 2007-01-02 09:01:06 +0000
|
|
|
|
|
|
%package -n texlive-subeqnarray-doc
|
|
Summary: Documentation for texlive-subeqnarray
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1csvn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-subeqnarray-doc
|
|
This package includes the documentation for texlive-subeqnarray
|
|
|
|
%post -n texlive-subeqnarray
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-subeqnarray
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-subeqnarray
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-subeqnarray-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/subeqnarray/manifest.txt
|
|
%{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.pdf
|
|
%{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.tex
|
|
|
|
%files -n texlive-subeqnarray
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/subeqnarray/subeqnarray.sty
|
|
/var/adm/update-scripts/texlive-subeqnarray-%{texlive_version}.%{texlive_noarch}.2.1csvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-subfig
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
|
|
Release: 0
|
|
Summary: Figures broken into subfigures
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-subfig-doc >= %{texlive_version}
|
|
Provides: tex(altsf.cfg)
|
|
Provides: tex(subfig.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(caption3.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20130620
|
|
Source193: subfig.tar.xz
|
|
Source194: subfig.doc.tar.xz
|
|
|
|
%description -n texlive-subfig
|
|
The package provides support for the manipulation and reference
|
|
of small or 'sub' figures and tables within a single figure or
|
|
table environment. It is convenient to use this package when
|
|
your subfigures are to be separately captioned, referenced, or
|
|
are to be included in the List-of-Figures. A new \subfigure
|
|
command is introduced which can be used inside a figure
|
|
environment for each subfigure. An optional first argument is
|
|
used as the caption for that subfigure. This package supersedes
|
|
the subfigure package (which will continue to be supported, but
|
|
no longer maintained). The name has changed because the subfig
|
|
package is not completely backward compatible with the older
|
|
subfigure package due to an extensive rewrite to use the new
|
|
caption package to produce its subcaptions. The major advantage
|
|
to the new package is that the user interface is keyword/value
|
|
driven and easier to use. To ease the transition from the
|
|
subfigure package it includes a configuration file (subfig.cfg)
|
|
which nearly emulates the subfigure package.
|
|
|
|
date: 2010-05-09 22:41:23 +0000
|
|
|
|
|
|
%package -n texlive-subfig-doc
|
|
Summary: Documentation for texlive-subfig
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
|
|
Release: 0
|
|
|
|
%description -n texlive-subfig-doc
|
|
This package includes the documentation for texlive-subfig
|
|
|
|
%post -n texlive-subfig
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-subfig
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-subfig
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-subfig-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/subfig/README
|
|
%{_texmfdistdir}/doc/latex/subfig/ltxdoc.cfg
|
|
%{_texmfdistdir}/doc/latex/subfig/subfig.pdf
|
|
%{_texmfdistdir}/doc/latex/subfig/test1.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test2.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test3.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test4.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test5.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test6.tex
|
|
%{_texmfdistdir}/doc/latex/subfig/test7.tex
|
|
|
|
%files -n texlive-subfig
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/subfig/altsf.cfg
|
|
%{_texmfdistdir}/tex/latex/subfig/subfig.sty
|
|
/var/adm/update-scripts/texlive-subfig-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
|
mkdir -p %{buildroot}%{_texmfmaindir}
|
|
mkdir -p %{buildroot}%{_datadir}/texlive
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-setspace-%{texlive_version}.%{texlive_noarch}.6.7asvn24881-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-seuthesis-%{texlive_version}.%{texlive_noarch}.2.0.0svn29349-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:3} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:4} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.bat
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.bat
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/seuthesis/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/seuthesis/seuthesis.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/seuthesis/seuthesis.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sf298-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sf298/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sf298/sf298.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sf298/sf298.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sffms-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:7} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:8} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sffms/sffms.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sffms/sffms.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sfg-%{texlive_version}.%{texlive_noarch}.0.0.91svn20209-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:9} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:10} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sfmath-%{texlive_version}.%{texlive_noarch}.0.0.8svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:11} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sgame-%{texlive_version}.%{texlive_noarch}.2.14svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shade-%{texlive_version}.%{texlive_noarch}.1svn22212-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shadethm-%{texlive_version}.%{texlive_noarch}.svn20319-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shadow-%{texlive_version}.%{texlive_noarch}.svn20312-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shadowtext-%{texlive_version}.%{texlive_noarch}.0.0.3svn26522-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shapepar-%{texlive_version}.%{texlive_noarch}.2.2svn30708-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shipunov-%{texlive_version}.%{texlive_noarch}.1.1svn29349-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/scripts/shipunov/biokey2html.bat
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shorttoc-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/shorttoc/shorttoc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/shorttoc/shorttoc.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-show2e-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/show2e/show2e.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showcharinbox-%{texlive_version}.%{texlive_noarch}.0.0.1svn29803-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showdim-%{texlive_version}.%{texlive_noarch}.1.2svn28918-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showexpl-%{texlive_version}.%{texlive_noarch}.v0.3ksvn29838-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showexpl/showexpl.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showexpl/showexpl.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showhyphens-%{texlive_version}.%{texlive_noarch}.0.0.1svn23937-%{release}-zypper
|
|
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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showlabels-%{texlive_version}.%{texlive_noarch}.1.6.5svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showlabels/showlabels.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/showlabels/showlabels.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-showtags-%{texlive_version}.%{texlive_noarch}.1.05svn20336-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-shuffle-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/shuffle/shuffle.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/shuffle/shuffle.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sidecap-%{texlive_version}.%{texlive_noarch}.1.6fsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sidecap/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sidecap/sidecap.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sidecap/sidecap.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sidenotes-%{texlive_version}.%{texlive_noarch}.0.0.92svn28239-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sidenotes/sidenotes.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sidenotes/sidenotes.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sides-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-silence-%{texlive_version}.%{texlive_noarch}.1.5bsvn27028-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/silence/silence-doc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/silence/silence.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-simplecd-%{texlive_version}.%{texlive_noarch}.1.4svn29260-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplecd/simplecd.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplecd/simplecd.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-simplecv-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplecv/simplecv.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplecv/simplecv.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-simplewick-%{texlive_version}.%{texlive_noarch}.1.2asvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplewick/simplewick.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/simplewick/simplewick.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-simplified-latex-%{texlive_version}.%{texlive_noarch}.svn20620-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sitem-%{texlive_version}.%{texlive_noarch}.1.0svn22136-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sitem/sitem.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sitem/sitem.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-siunitx-%{texlive_version}.%{texlive_noarch}.2.5qsvn29360-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/siunitx/siunitx.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/siunitx/siunitx.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skak-%{texlive_version}.%{texlive_noarch}.1.5svn16453-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skaknew-%{texlive_version}.%{texlive_noarch}.svn20031-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-skaknew
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/skaknew/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/skaknew/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-skaknew
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-skaknew/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-skaknew/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-skaknew/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-skaknew.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-skaknew -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-skaknew/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skb-%{texlive_version}.%{texlive_noarch}.0.0.51svn22781-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/skb/skb.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/skb/skb.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skdoc-%{texlive_version}.%{texlive_noarch}.1.3asvn30697-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/skdoc/skdoc.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skeycommand-%{texlive_version}.%{texlive_noarch}.0.0.4svn24652-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skeyval-%{texlive_version}.%{texlive_noarch}.1.3svn30560-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skmath-%{texlive_version}.%{texlive_noarch}.0.0.3svn30698-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/skmath/skmath.tex
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skrapport-%{texlive_version}.%{texlive_noarch}.0.0.10bsvn29608-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:78} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-skull-%{texlive_version}.%{texlive_noarch}.0.0.1svn25608-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/skull/skull.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/skull/skull.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-slantsc-%{texlive_version}.%{texlive_noarch}.2.11svn25007-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/slantsc/slantsc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/slantsc/slantsc.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-slideshow-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-smalltableof-%{texlive_version}.%{texlive_noarch}.svn20333-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-smartdiagram-%{texlive_version}.%{texlive_noarch}.0.0.3svn30046-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-smartref-%{texlive_version}.%{texlive_noarch}.1.9svn20311-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-snapshot-%{texlive_version}.%{texlive_noarch}.1.14svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/snapshot/snapshot.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/snapshot/snapshot.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-snotez-%{texlive_version}.%{texlive_noarch}.0.0.3svn30355-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-songbook-%{texlive_version}.%{texlive_noarch}.4.5svn18136-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/songbook/songbook.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/songbook/songbook.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-songs-%{texlive_version}.%{texlive_noarch}.2.14svn30005-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/songs/songs.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/songs/songs.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sort-by-letters-%{texlive_version}.%{texlive_noarch}.svn27128-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-soton-%{texlive_version}.%{texlive_noarch}.0.0.1svn16215-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:100} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-soul-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{release}-zypper
|
|
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
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/soul/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/soul/soul.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/soul/soul.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sourcecodepro-%{texlive_version}.%{texlive_noarch}.2.0svn30691-%{release}-zypper
|
|
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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-sourcecodepro
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/adobe/sourcecodepro/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/adobe/sourcecodepro/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-sourcecodepro
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcecodepro/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcecodepro/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcecodepro/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-sourcecodepro.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-sourcecodepro -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-sourcecodepro/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sourcesanspro-%{texlive_version}.%{texlive_noarch}.2.2svn30210-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-sourcesanspro
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/adobe/sourcesanspro/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/adobe/sourcesanspro/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-sourcesanspro
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcesanspro/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcesanspro/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-sourcesanspro/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-sourcesanspro.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-sourcesanspro -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-sourcesanspro/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spanglish-%{texlive_version}.%{texlive_noarch}.0.0.1asvn29272-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spanish-mx-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sparklines-%{texlive_version}.%{texlive_noarch}.1.5svn16131-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spath3-%{texlive_version}.%{texlive_noarch}.1svn29898-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spath3/spath3.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spath3/spath3.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spelling-%{texlive_version}.%{texlive_noarch}.0.0.41svn30715-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spie-%{texlive_version}.%{texlive_noarch}.3.25svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-splines-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metapost/splines/splines.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/metapost/splines/splines.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-splitbib-%{texlive_version}.%{texlive_noarch}.1.17svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitbib/splitbib.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitbib/splitbib.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-splitindex-%{texlive_version}.%{texlive_noarch}.1.2asvn29792-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/install.sh
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/install.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/manifest.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitidx.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitidx.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.1
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.c
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.java
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.tex
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex.tlu
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/splitindex/splitindex_main.tlu
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spot-%{texlive_version}.%{texlive_noarch}.1.1svn22408-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spot/spot.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spot/spot.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spotcolor-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spreadtab-%{texlive_version}.%{texlive_noarch}.0.0.4bsvn26384-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-spverbatim-%{texlive_version}.%{texlive_noarch}.v1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spverbatim/spverbatim.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/spverbatim/spverbatim.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-srbook-mem-%{texlive_version}.%{texlive_noarch}.svn23454-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-srcltx-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/srcltx/srcltx.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/srcltx/srcltx.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sseq-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sseq/sseq.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sseq/sseq.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stack-%{texlive_version}.%{texlive_noarch}.1.00svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stack/stack.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stack/stack.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stage-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-standalone-%{texlive_version}.%{texlive_noarch}.1.1bsvn27677-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/standalone/standalone.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/standalone/standalone.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-starfont-%{texlive_version}.%{texlive_noarch}.1.2svn19982-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-starfont
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/starfont/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-starfont
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-starfont/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-starfont/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-starfont/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-starfont.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-starfont -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-starfont/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-startex-%{texlive_version}.%{texlive_noarch}.1.04svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/startex/base/INSTALL
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/startex/base/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/startex/base/startex.bib
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/startex/base/startex.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/startex/base/startex.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-statex-%{texlive_version}.%{texlive_noarch}.1.6svn20306-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-statex2-%{texlive_version}.%{texlive_noarch}.2.1svn23961-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-statistik-%{texlive_version}.%{texlive_noarch}.0.0.03svn20334-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/statistik/statistik.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/statistik/statistik.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-staves-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/staves/staves.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/staves/staves.ins
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-staves
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/staves/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-staves
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-staves/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-staves/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-staves/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-staves.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-staves -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-staves/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stdclsdv-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stdpage-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stdpage/stdpage.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stdpage/stdpage.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-steinmetz-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/steinmetz/steinmetz.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/steinmetz/steinmetz.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stellenbosch-%{texlive_version}.%{texlive_noarch}.10svn25486-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/USbib-1.0-scr.zip
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/USlogos-4.0-src.zip
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/USnomencl-1.1-src.zip
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/USsummary-1.0a-src.zip
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/USthesis-4.3-src.zip
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stellenbosch/UStitle-1.0-src.zip
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stex-%{texlive_version}.%{texlive_noarch}.1.4svn29803-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/Modparse.pm
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/TexId.pm
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/allgen
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/bms
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/checksum
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/convert-paths
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/filedate
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/gen-symdef-table.pl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/grep-rerun
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/idcheck
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/msplit
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/old/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/old/defcon.l
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/old/idcheck.l
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/old/modstr.l
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/old/symdef
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/rf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/rng2dot/ModelRNC.pm
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/rng2dot/rng2dot
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/sgraph
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/sms
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/stexml
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/stexmlmod
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/bin/termin
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cmath/cmath.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cmath/cmath.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cmathml/cmathml.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cmathml/cmathml.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cnx/cnx.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/cnx/cnx.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/dcm/dcm.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/dcm/dcm.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/hwexam/hwexam.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/hwexam/hwexam.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.base.in
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.base.vars
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.in
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.latex.in
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.latex.vars
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.in
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.vars
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.subdirs
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/Makefile.vars
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/make/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/metakeys/metakeys.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/metakeys/metakeys.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/modules/modules.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/modules/modules.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/omdoc/omdoc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/omdoc/omdoc.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/omtext/omtext.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/omtext/omtext.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/presentation/presentation.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/presentation/presentation.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/problem/problem.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/problem/problem.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/TAGS
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-qname.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-basic.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-tiny.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/metadata.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc+ltxml.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/MARCRelators.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/README
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/arith1.omdoc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/creativecommons.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/dublincore.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-common.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-content.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-presentation.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict-content.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mocksoap.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcd2.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdgroup2.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdsig2.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc-common.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocadt.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccc.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccth.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdc.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdg.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdoc.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocext.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmeta.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmobj.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmtxt.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpf.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocphys.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpres.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocquiz.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocrt.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocst.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/openmath2.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/pxhtml.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/schemas.xml
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo.txt
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-attribs.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-basic-table.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-bdo.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-datatypes.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-inlstyle.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-list.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-object.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-param.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-table.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-text.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/owl.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/owl2+ltxml.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/owl2-xml.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/owl2xml.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/schemas.xml
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/statements.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animation.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-clip.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-filter.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-font.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-graphics-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-structure.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-text.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-clip.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-conditional.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-container-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-core-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-cursor.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-datatypes.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-docevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extensibility.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extresources-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-filter.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-font.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-gradient.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphevents-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphics-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-hyperlink.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-image.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-marker.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-mask.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-opacity-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-paint-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-pattern.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-profile.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-qname.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-script.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-shape.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-structure.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-style.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-text.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-view.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-viewport-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-xlink-attrib.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-basic.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-tiny.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11.rnc
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-bib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-block.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-common.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-inline.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-math.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-para.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-picture.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-tabular.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/MARCRelators.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/creativecommons.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/dublincore.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-cds-pragmatic.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-common.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-content.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-pragmatic.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-presentation.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict-content.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/mathml3.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/metadata.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoc+ltxml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-common.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-xhtml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoc.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocadt.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocattribs.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoccc.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdoccth.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocdc.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocdg.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocdoc.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocext.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocmeta.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocmobj.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocmtxt.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocpf.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocpres.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocquiz.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocrt.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/omdocst.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/openmath2.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/openmath3.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/owl.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/owl2+ltxml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/owl2-xml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/owl2xml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/pxhtml.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/statements.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-animation.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-animevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-clip.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-filter.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-font.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-graphics-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-text.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-clip.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-conditional.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-container-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-core-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-cursor.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-datatypes.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-docevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-extensibility.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-extresources-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-filter.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-font.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-gradient.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphevents-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphics-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-hyperlink.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-image.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-marker.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-mask.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-opacity-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-paint-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-pattern.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-profile.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-script.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-shape.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-structure.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-style.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-text.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-view.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-viewport-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg-xlink-attrib.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/svg11.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-applet.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-attribs.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-base.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-basic-table.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-bdo.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-datatypes.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-hypertext.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-image.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-inlstyle.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-link.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-list.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-object.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-param.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-table.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-text.rng
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/sproof/sproof.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/sproof/sproof.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/sref/sref.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/sref/sref.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/statements/statements.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/statements/statements.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/workaddress/workaddress.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/workaddress/workaddress.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-bib-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-block-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-common.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-inline-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-image.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-image.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-tabular-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-html5.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-xhtml.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/amsart.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/closedbib.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/core.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/marginpar.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-left.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-right.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/theme-blue.css
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/doc.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/graphics.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/listings.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/ltxml2cnx.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/math.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/notations.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/omdocpost.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/owl2post.xsl
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stex/xsl/symbols.xsl
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stix-%{texlive_version}.%{texlive_noarch}.1.0svn29803-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-stix
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/stix/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-stix
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stix/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stix/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stix/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-stix.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-stix -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-stix/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stmaryrd-%{texlive_version}.%{texlive_noarch}.svn22027-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.ins
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-stmaryrd
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/stmaryrd/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-stmaryrd
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stmaryrd/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stmaryrd/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-stmaryrd/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-stmaryrd.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-stmaryrd -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-stmaryrd/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-storebox-%{texlive_version}.%{texlive_noarch}.1.3asvn24895-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/storebox/storebox.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/storebox/storebox.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-storecmd-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn24431-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stringstrings-%{texlive_version}.%{texlive_noarch}.1.21svn30093-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stringstrings/stringstrings.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/stringstrings/stringstrings.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-struktex-%{texlive_version}.%{texlive_noarch}.141svn25916-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/struktex/struktex.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/struktex/struktex.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sttools-%{texlive_version}.%{texlive_noarch}.1.1svn28013-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/boundbox.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/cuted.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/floatpag.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/flushend.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/marginal.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/midfloat.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/stabular.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/stfloats.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/sttools.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/sttools.ins
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/sttools/texsort.dtx
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-stubs-%{texlive_version}.%{texlive_noarch}.0.0.1.1svn19440-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-sty2dtx-%{texlive_version}.%{texlive_noarch}.2.3svn29743-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-suanpan-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-subdepth-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subdepth/subdepth.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subdepth/subdepth.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-subeqn-%{texlive_version}.%{texlive_noarch}.2.0bsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subeqn/subeqn.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subeqn/subeqn.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-subeqnarray-%{texlive_version}.%{texlive_noarch}.2.1csvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.ins
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-subfig-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subfig/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subfig/subfig.dtx
|
|
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/subfig/subfig.ins
|
|
# Remove this
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vr %{buildroot}%{_datadir}/texlive
|
|
# Handle manual pages
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf
|
|
for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \
|
|
%{buildroot}%{_texmfdistdir}/doc/man/man?
|
|
do
|
|
test -d "$path" || continue
|
|
sec=${path##*/}
|
|
mkdir -p %{buildroot}%{_mandir}/${sec}
|
|
for page in ${path}/*.*
|
|
do
|
|
test -e "$page" || continue
|
|
mv -f $page %{buildroot}%{_mandir}/${sec}/
|
|
done
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/man
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/man
|
|
|
|
%changelog
|