1
0
texlive-specs-u/texlive-specs-u.spec

12140 lines
524 KiB
RPMSpec

#
# spec file for package texlive-specs-u
#
# Copyright (c) 2015 SUSE LINUX Products 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 2014
%define texlive_previous 2013
%define texlive_release 20140525
%define texlive_noarch 99
Name: texlive-specs-u
Version: 2014
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
Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
Source0: texlive-specs-u-rpmlintrc
%description
Meta package to build tons of noarch texlive packages.
%package -n texlive-sepfootnotes
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn28885
Release: 0
Summary: Support footnotes and endnotes from separate files
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-sepfootnotes-doc >= %{texlive_version}
Provides: tex(sepfootnotes.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source1: sepfootnotes.tar.xz
Source2: sepfootnotes.doc.tar.xz
%description -n texlive-sepfootnotes
The package supports footnotes and endnotes from separate
files. This is achieved with commands \sepfootnotecontent and
\sepfootnote; the former defines the content of a note, while
the latter typesets that note.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-sepfootnotes-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn28885
Release: 0
Summary: Documentation for texlive-sepfootnotes
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sepfootnotes-doc
This package includes the documentation for texlive-sepfootnotes
%post -n texlive-sepfootnotes
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-sepfootnotes
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-sepfootnotes
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-sepfootnotes-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/sepfootnotes/README
%{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.pdf
%{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.tex
%files -n texlive-sepfootnotes
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/sepfootnotes/sepfootnotes.sty
/var/adm/update-scripts/texlive-sepfootnotes-%{texlive_version}.%{texlive_noarch}.0.0.2svn28885-%{release}-zypper
%package -n texlive-sepnum
Version: %{texlive_version}.%{texlive_noarch}.2.0svn20186
Release: 0
Summary: Print numbers in a "friendly" format
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-sepnum-doc >= %{texlive_version}
Provides: tex(sepnum.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source3: sepnum.tar.xz
Source4: sepnum.doc.tar.xz
%description -n texlive-sepnum
Provides a command to print a number with (potentially
different) separators every three digits in the parts either
side of the decimal point (the point itself is also
configurable). The macro is fully expandable and not fragile
(unless one of the separators is). There is also a command
\sepnumform, that may be used when defining \the<counter>
macros.
date: 2012-06-13 14:26:52 +0000
%package -n texlive-sepnum-doc
Version: %{texlive_version}.%{texlive_noarch}.2.0svn20186
Release: 0
Summary: Documentation for texlive-sepnum
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sepnum-doc
This package includes the documentation for texlive-sepnum
%post -n texlive-sepnum
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-sepnum
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-sepnum
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-sepnum-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.pdf
%{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.tex
%files -n texlive-sepnum
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/sepnum/sepnum.sty
/var/adm/update-scripts/texlive-sepnum-%{texlive_version}.%{texlive_noarch}.2.0svn20186-%{release}-zypper
%package -n texlive-seqsplit
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
Release: 0
Summary: Split long sequences of characters in a neutral way
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-seqsplit-doc >= %{texlive_version}
Provides: tex(seqsplit.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source5: seqsplit.tar.xz
Source6: seqsplit.doc.tar.xz
%description -n texlive-seqsplit
When one needs to type long sequences of letters (such as in
base-sequences in genes) or of numbers (such as calculations of
transcendental numbers), there's no obvious break points to be
found. The package provides a command \seqsplit, which makes
its argument splittable anywhere, and then leaves the TeX
paragraph-maker to do the splitting. While the package may
obviously be used to typeset DNA sequences, the user may
consider the dnaseq as a rather more powerful alternative.
date: 2012-06-17 11:30:22 +0000
%package -n texlive-seqsplit-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
Release: 0
Summary: Documentation for texlive-seqsplit
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-seqsplit-doc
This package includes the documentation for texlive-seqsplit
%post -n texlive-seqsplit
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-seqsplit
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-seqsplit
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-seqsplit-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/seqsplit/README
%{_texmfdistdir}/doc/latex/seqsplit/seqsplit.pdf
%files -n texlive-seqsplit
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/seqsplit/seqsplit.sty
/var/adm/update-scripts/texlive-seqsplit-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
%package -n texlive-serbian-apostrophe
Version: %{texlive_version}.%{texlive_noarch}.svn23799
Release: 0
Summary: Commands for Serbian words with apostrophes
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-serbian-apostrophe-doc >= %{texlive_version}
Provides: tex(serbian-apostrophe.sty)
Requires: tex(tipa.sty)
Requires: tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source7: serbian-apostrophe.tar.xz
Source8: serbian-apostrophe.doc.tar.xz
%description -n texlive-serbian-apostrophe
The package provides a collection of commands (whose names are
Serbian words) whose expansion is the Serbian word with
appropriate apostrophes.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-serbian-apostrophe-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23799
Release: 0
Summary: Documentation for texlive-serbian-apostrophe
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-serbian-apostrophe-doc
This package includes the documentation for texlive-serbian-apostrophe
%post -n texlive-serbian-apostrophe
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-serbian-apostrophe
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-serbian-apostrophe
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-serbian-apostrophe-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/serbian-apostrophe/README
%{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.pdf
%{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.tex
%{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.pdf
%{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.tex
%files -n texlive-serbian-apostrophe
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/serbian-apostrophe/serbian-apostrophe.sty
/var/adm/update-scripts/texlive-serbian-apostrophe-%{texlive_version}.%{texlive_noarch}.svn23799-%{release}-zypper
%package -n texlive-serbian-date-lat
Version: %{texlive_version}.%{texlive_noarch}.svn23446
Release: 0
Summary: Updated date typesetting for Serbian
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-serbian-date-lat-doc >= %{texlive_version}
Provides: tex(serbian-date-lat.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source9: serbian-date-lat.tar.xz
Source10: serbian-date-lat.doc.tar.xz
%description -n texlive-serbian-date-lat
Babel defines dates for Serbian texts, in Latin script. The
style it uses does not match current practices. The present
package defines a \date command that solves the problem.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-serbian-date-lat-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23446
Release: 0
Summary: Documentation for texlive-serbian-date-lat
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-serbian-date-lat-doc
This package includes the documentation for texlive-serbian-date-lat
%post -n texlive-serbian-date-lat
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-serbian-date-lat
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-serbian-date-lat
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-serbian-date-lat-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/serbian-date-lat/README
%{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.pdf
%{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.tex
%{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.pdf
%{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.tex
%files -n texlive-serbian-date-lat
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/serbian-date-lat/serbian-date-lat.sty
/var/adm/update-scripts/texlive-serbian-date-lat-%{texlive_version}.%{texlive_noarch}.svn23446-%{release}-zypper
%package -n texlive-serbian-def-cyr
Version: %{texlive_version}.%{texlive_noarch}.svn23734
Release: 0
Summary: Serbian cyrillic localization
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-serbian-def-cyr-doc >= %{texlive_version}
Provides: tex(serbian-def-cyr.sty)
Requires: tex(fontenc.sty)
Requires: tex(inputenc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source11: serbian-def-cyr.tar.xz
Source12: serbian-def-cyr.doc.tar.xz
%description -n texlive-serbian-def-cyr
This package provides abstract, chapter, title, date etc, for
serbian language in cyrillic scripts in T2A encoding and cp1251
code pages.
date: 2012-11-14 17:07:03 +0000
%package -n texlive-serbian-def-cyr-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23734
Release: 0
Summary: Documentation for texlive-serbian-def-cyr
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-serbian-def-cyr-doc
This package includes the documentation for texlive-serbian-def-cyr
%post -n texlive-serbian-def-cyr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-serbian-def-cyr
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-serbian-def-cyr
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-serbian-def-cyr-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/serbian-def-cyr/README
%{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.pdf
%{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.tex
%{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.pdf
%{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.tex
%files -n texlive-serbian-def-cyr
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/serbian-def-cyr/serbian-def-cyr.sty
/var/adm/update-scripts/texlive-serbian-def-cyr-%{texlive_version}.%{texlive_noarch}.svn23734-%{release}-zypper
%package -n texlive-serbian-lig
Version: %{texlive_version}.%{texlive_noarch}.svn23382
Release: 0
Summary: Control ligatures in Serbian
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-serbian-lig-doc >= %{texlive_version}
Provides: tex(serbian-lig.sty)
Requires: tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source13: serbian-lig.tar.xz
Source14: serbian-lig.doc.tar.xz
%description -n texlive-serbian-lig
The package suppresses fi and fl (and other ligatures) in
Serbian text written using Roman script.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-serbian-lig-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23382
Release: 0
Summary: Documentation for texlive-serbian-lig
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-serbian-lig-doc
This package includes the documentation for texlive-serbian-lig
%post -n texlive-serbian-lig
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-serbian-lig
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-serbian-lig
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-serbian-lig-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/serbian-lig/README
%{_texmfdistdir}/doc/latex/serbian-lig/lig-list.pdf
%{_texmfdistdir}/doc/latex/serbian-lig/lig-list.tex
%{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.pdf
%{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.tex
%files -n texlive-serbian-lig
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/serbian-lig/serbian-lig.sty
/var/adm/update-scripts/texlive-serbian-lig-%{texlive_version}.%{texlive_noarch}.svn23382-%{release}-zypper
%package -n texlive-setdeck
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27997
Release: 0
Summary: Typeset cards for Set
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-setdeck-doc >= %{texlive_version}
Provides: tex(setdeck.sty)
Requires: tex(tikz.sty)
Requires: tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source15: setdeck.tar.xz
Source16: setdeck.doc.tar.xz
%description -n texlive-setdeck
The package will typeset cards for use in a game of Set.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-setdeck-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27997
Release: 0
Summary: Documentation for texlive-setdeck
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-setdeck-doc
This package includes the documentation for texlive-setdeck
%post -n texlive-setdeck
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-setdeck
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-setdeck
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-setdeck-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/setdeck/README
%{_texmfdistdir}/doc/latex/setdeck/setdeck.pdf
%{_texmfdistdir}/doc/latex/setdeck/setdeck.tex
%files -n texlive-setdeck
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/setdeck/setdeck.sty
/var/adm/update-scripts/texlive-setdeck-%{texlive_version}.%{texlive_noarch}.0.0.1svn27997-%{release}-zypper
%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 20140525
Source17: setspace.tar.xz
Source18: 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: 2012-04-25 16:00:26 +0000
%package -n texlive-setspace-doc
Version: %{texlive_version}.%{texlive_noarch}.6.7asvn24881
Release: 0
Summary: Documentation for texlive-setspace
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.1.2svn33042
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source19: seuthesis.tar.xz
Source20: seuthesis.doc.tar.xz
%description -n texlive-seuthesis
This template is for theses at Southeastern University,
Nanjing, China.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-seuthesis-doc
Version: %{texlive_version}.%{texlive_noarch}.2.1.2svn33042
Release: 0
Summary: Documentation for texlive-seuthesis
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/Makefile
%{_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-hwzs.pdf
%{_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-hwzs.pdf
%{_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/sample-bachelor.pdf
%{_texmfdistdir}/doc/latex/seuthesis/sample-doctor.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
/var/adm/update-scripts/texlive-seuthesis-%{texlive_version}.%{texlive_noarch}.2.1.2svn33042-%{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 20140525
Source21: sf298.tar.xz
Source22: 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: 2012-06-04 21:25:44 +0000
%package -n texlive-sf298-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release: 0
Summary: Documentation for texlive-sf298
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source23: sffms.tar.xz
Source24: 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: 2012-06-18 22:14:19 +0000
%package -n texlive-sffms-doc
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
Release: 0
Summary: Documentation for texlive-sffms
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source25: sfg.tar.xz
Source26: 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: 2012-06-17 12:19:56 +0000
%package -n texlive-sfg-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.91svn20209
Release: 0
Summary: Documentation for texlive-sfg
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source27: 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: 2012-06-17 12:19:56 +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.15svn30959
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)
Requires: tex(color.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source28: sgame.tar.xz
Source29: 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: 2013-06-26 17:53:21 +0000
%package -n texlive-sgame-doc
Version: %{texlive_version}.%{texlive_noarch}.2.15svn30959
Release: 0
Summary: Documentation for texlive-sgame
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.15svn30959-%{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 20140525
Source30: shade.tar.xz
Source31: 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: 2012-06-07 18:55:34 +0000
%package -n texlive-shade-doc
Version: %{texlive_version}.%{texlive_noarch}.1svn22212
Release: 0
Summary: Documentation for texlive-shade
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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 20140525
Source32: shadethm.tar.xz
Source33: 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{..}{..}[..]. Environments declared using the
package require their body to remain on one page; the mdframed
package can frame and shade theorems, and its environments
break at the end of a page; users are generally recommended,
therefore, to use mdframed.
date: 2012-08-17 23:33:08 +0000
%package -n texlive-shadethm-doc
Version: %{texlive_version}.%{texlive_noarch}.svn20319
Release: 0
Summary: Documentation for texlive-shadethm
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source34: shadow.tar.xz
Source35: shadow.doc.tar.xz
%description -n texlive-shadow
Defines a command \shabox (analgous to \fbox), and supporting
mechanisms.
date: 2012-06-07 18:55:34 +0000
%package -n texlive-shadow-doc
Version: %{texlive_version}.%{texlive_noarch}.svn20312
Release: 0
Summary: Documentation for texlive-shadow
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source36: shadowtext.tar.xz
Source37: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-shadowtext-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn26522
Release: 0
Summary: Documentation for texlive-shadowtext
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source38: shapepar.tar.xz
Source39: 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
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30708
Release: 0
Summary: Documentation for texlive-shapepar
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source40: shipunov.tar.xz
Source41: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-shipunov-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1svn29349
Release: 0
Summary: Documentation for texlive-shipunov
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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 20140525
Source42: shorttoc.tar.xz
Source43: 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: 2013-10-03 12:20:59 +0000
%package -n texlive-shorttoc-doc
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
Release: 0
Summary: Documentation for texlive-shorttoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source44: show2e.tar.xz
Source45: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-show2e-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-show2e
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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 20140525
Source46: showcharinbox.tar.xz
Source47: 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: 2014-04-29 04:13:54 +0000
%package -n texlive-showcharinbox-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29803
Release: 0
Summary: Documentation for texlive-showcharinbox
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source48: showdim.tar.xz
Source49: 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: 2013-01-26 19:44:01 +0000
%package -n texlive-showdim-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn28918
Release: 0
Summary: Documentation for texlive-showdim
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.3lsvn32737
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 20140525
Source50: showexpl.tar.xz
Source51: 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: 2014-01-20 14:14:58 +0000
%package -n texlive-showexpl-doc
Version: %{texlive_version}.%{texlive_noarch}.v0.3lsvn32737
Release: 0
Summary: Documentation for texlive-showexpl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.3lsvn32737-%{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 20140525
Source52: showhyphens.tar.xz
Source53: showhyphens.doc.tar.xz
%description -n texlive-showhyphens
With this package, LuaLaTeX will indicate all possible
hyphenations in the printed output.
date: 2012-06-28 13:32:05 +0000
%package -n texlive-showhyphens-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn23937
Release: 0
Summary: Documentation for texlive-showhyphens
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.6svn32364
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 20140525
Source54: showlabels.tar.xz
Source55: 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: 2013-12-07 00:06:37 +0000
%package -n texlive-showlabels-doc
Version: %{texlive_version}.%{texlive_noarch}.1.6.6svn32364
Release: 0
Summary: Documentation for texlive-showlabels
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/README
%{_texmfdistdir}/doc/latex/showlabels/VERSION
%{_texmfdistdir}/doc/latex/showlabels/lppl.txt
%{_texmfdistdir}/doc/latex/showlabels/showlabels.html
%{_texmfdistdir}/doc/latex/showlabels/showlabels.pdf
%{_texmfdistdir}/doc/latex/showlabels/style.css
%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.6svn32364-%{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 20140525
Source56: showtags.tar.xz
Source57: showtags.doc.tar.xz
%description -n texlive-showtags
Prints the tag right-aligned on each line of the bibliography.
date: 2012-06-28 13:32:05 +0000
%package -n texlive-showtags-doc
Version: %{texlive_version}.%{texlive_noarch}.1.05svn20336
Release: 0
Summary: Documentation for texlive-showtags
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source58: shuffle.tar.xz
Source59: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-shuffle-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-shuffle
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source60: sidecap.tar.xz
Source61: 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: 2012-06-28 13:32:05 +0000
%package -n texlive-sidecap-doc
Version: %{texlive_version}.%{texlive_noarch}.1.6fsvn15878
Release: 0
Summary: Documentation for texlive-sidecap
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.96asvn32970
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(caesar_book.cls)
Provides: tex(sidenotes.sty)
Requires: tex(amsmath.sty)
Requires: tex(caption.sty)
Requires: tex(changepage.sty)
Requires: tex(color.sty)
Requires: tex(enumitem.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(fontenc.sty)
Requires: tex(fontspec.sty)
Requires: tex(geometry.sty)
Requires: tex(ifluatex.sty)
Requires: tex(marginfix.sty)
Requires: tex(marginnote.sty)
Requires: tex(mhchem.sty)
Requires: tex(microtype.sty)
Requires: tex(morefloats.sty)
Requires: tex(ragged2e.sty)
Requires: tex(textcase.sty)
Requires: tex(titlesec.sty)
Requires: tex(titletoc.sty)
Requires: tex(unicode-math.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source62: sidenotes.tar.xz
Source63: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-sidenotes-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.96asvn32970
Release: 0
Summary: Documentation for texlive-sidenotes
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/caesar_example.pdf
%{_texmfdistdir}/doc/latex/sidenotes/caesar_example.tex
%{_texmfdistdir}/doc/latex/sidenotes/sidenotes.pdf
%files -n texlive-sidenotes
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/sidenotes/caesar_book.cls
%{_texmfdistdir}/tex/latex/sidenotes/sidenotes.sty
/var/adm/update-scripts/texlive-sidenotes-%{texlive_version}.%{texlive_noarch}.0.0.96asvn32970-%{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 20140525
Source64: sides.tar.xz
Source65: 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: 2012-06-28 13:32:05 +0000
%package -n texlive-sides-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-sides
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source66: silence.tar.xz
Source67: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-silence-doc
Version: %{texlive_version}.%{texlive_noarch}.1.5bsvn27028
Release: 0
Summary: Documentation for texlive-silence
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source68: simplecd.tar.xz
Source69: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-simplecd-doc
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29260
Release: 0
Summary: Documentation for texlive-simplecd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source70: simplecv.tar.xz
Source71: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-simplecv-doc
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
Release: 0
Summary: Documentation for texlive-simplecv
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source72: simplewick.tar.xz
Source73: simplewick.doc.tar.xz
%description -n texlive-simplewick
The package provides a simple means of drawing Wick
contractions above and below expressions.
date: 2012-04-05 16:24:08 +0000
%package -n texlive-simplewick-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn15878
Release: 0
Summary: Documentation for texlive-simplewick
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source74: simplified-latex.doc.tar.xz
%description -n texlive-simplified-latex
An accessible introduction for the beginner.
date: 2012-04-05 16:24:08 +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-simurgh
Version: %{texlive_version}.%{texlive_noarch}.0.0.01bsvn31719
Release: 0
Summary: Typeset Parsi in LuaLaTeX
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-simurgh-doc >= %{texlive_version}
Provides: tex(simurgh-abjad.sty)
Provides: tex(simurgh-adadi.sty)
Provides: tex(simurgh-algorithm.sty)
Provides: tex(simurgh-algorithmic.sty)
Provides: tex(simurgh-amsart.sty)
Provides: tex(simurgh-amsbook.sty)
Provides: tex(simurgh-amsmath.sty)
Provides: tex(simurgh-amstext.sty)
Provides: tex(simurgh-amsthm.sty)
Provides: tex(simurgh-array.sty)
Provides: tex(simurgh-article.sty)
Provides: tex(simurgh-artikel1.sty)
Provides: tex(simurgh-artikel2.sty)
Provides: tex(simurgh-artikel3.sty)
Provides: tex(simurgh-arydshln.sty)
Provides: tex(simurgh-backref.sty)
Provides: tex(simurgh-bidi.sty)
Provides: tex(simurgh-boek.sty)
Provides: tex(simurgh-boek3.sty)
Provides: tex(simurgh-book.sty)
Provides: tex(simurgh-bookest.sty)
Provides: tex(simurgh-caption3.sty)
Provides: tex(simurgh-chkeng.sty)
Provides: tex(simurgh-clss.sty)
Provides: tex(simurgh-counters.sty)
Provides: tex(simurgh-cptns.sty)
Provides: tex(simurgh-doc.cls)
Provides: tex(simurgh-empheq.sty)
Provides: tex(simurgh-extarticle.sty)
Provides: tex(simurgh-extbook.sty)
Provides: tex(simurgh-extletter.sty)
Provides: tex(simurgh-extreport.sty)
Provides: tex(simurgh-fleqn.sty)
Provides: tex(simurgh-fonts.sty)
Provides: tex(simurgh-footnotes.sty)
Provides: tex(simurgh-ftnxtra.sty)
Provides: tex(simurgh-glossaries.sty)
Provides: tex(simurgh-harfi.sty)
Provides: tex(simurgh-jalalical.sty)
Provides: tex(simurgh-leqno.sty)
Provides: tex(simurgh-letter.sty)
Provides: tex(simurgh-lettrine.sty)
Provides: tex(simurgh-loader.sty)
Provides: tex(simurgh-ltx.sty)
Provides: tex(simurgh-mathdigitspec.sty)
Provides: tex(simurgh-memoir.sty)
Provides: tex(simurgh-minitoc.sty)
Provides: tex(simurgh-natbib.sty)
Provides: tex(simurgh-pkgs.sty)
Provides: tex(simurgh-poem.sty)
Provides: tex(simurgh-rapport1.sty)
Provides: tex(simurgh-rapport3.sty)
Provides: tex(simurgh-refrep.sty)
Provides: tex(simurgh-report.sty)
Provides: tex(simurgh-scrartcl.sty)
Provides: tex(simurgh-scrbook.sty)
Provides: tex(simurgh-scrlettr.sty)
Provides: tex(simurgh-scrreprt.sty)
Provides: tex(simurgh-shellescape.sty)
Provides: tex(simurgh-tags.sty)
Provides: tex(simurgh-tartibi.sty)
Provides: tex(simurgh-tools.sty)
Provides: tex(simurgh-unibidi.sty)
Provides: tex(simurgh.sty)
Requires: tex(auxhook.sty)
Requires: tex(fontspec.sty)
Requires: tex(geometry.sty)
Requires: tex(graphicx.sty)
Requires: tex(hyperref.sty)
Requires: tex(ifluatex.sty)
Requires: tex(ltxcmds.sty)
Requires: tex(ltxdoc.cls)
Requires: tex(makeidx.sty)
Requires: tex(microtype.sty)
Requires: tex(minted.sty)
Requires: tex(pdftexcmds.sty)
Requires: tex(xcolor.sty)
Requires: tex(xkeyval.sty)
Requires: tex(zref-abspage.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source75: simurgh.tar.xz
Source76: simurgh.doc.tar.xz
%description -n texlive-simurgh
The package provides an automatic and unified interface for
Parsi typesetting in LaTeX, using the LuaTeX engine. The
project to produce this system is dedicated to Ferdowsi The
Great.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-simurgh-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.01bsvn31719
Release: 0
Summary: Documentation for texlive-simurgh
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-simurgh-doc
This package includes the documentation for texlive-simurgh
%post -n texlive-simurgh
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-simurgh
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-simurgh
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-simurgh-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/lualatex/simurgh/ChangeLog
%{_texmfdistdir}/doc/lualatex/simurgh/README.doc
%{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.pdf
%{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.tex
%{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.pdf
%{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.tex
%files -n texlive-simurgh
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-abjad.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-adadi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithmic.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsart.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsmath.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amstext.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsthm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-array.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-article.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel2.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-arydshln.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-backref.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-book.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bookest.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-caption3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-def.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-chkeng.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-clss.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-counters.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-cptns.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-doc.cls
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-empheq.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extarticle.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extletter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extreport.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fleqn.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fonts.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-footnotes.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ftnxtra.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-glossaries.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-harfi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-jalalical.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-leqno.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-letter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-lettrine.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-loader.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ltx.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-mathdigitspec.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-memoir.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-minitoc.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-natbib.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-pkgs.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-poem.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-refrep.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-report.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrartcl.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrlettr.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrreprt.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-shellescape.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tags.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tartibi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tools.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-core.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-math.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh.sty
/var/adm/update-scripts/texlive-simurgh-%{texlive_version}.%{texlive_noarch}.0.0.01bsvn31719-%{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 20140525
Source77: sitem.tar.xz
Source78: sitem.doc.tar.xz
%description -n texlive-sitem
The package modifies \item commands to save the optional
argument in a box.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-sitem-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn22136
Release: 0
Summary: Documentation for texlive-sitem
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.5ssvn31333
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 20140525
Source79: siunitx.tar.xz
Source80: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-siunitx-doc
Version: %{texlive_version}.%{texlive_noarch}.2.5ssvn31333
Release: 0
Summary: Documentation for texlive-siunitx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.5ssvn31333-%{release}-zypper
%package -n texlive-skak
Version: %{texlive_version}.%{texlive_noarch}.1.5.2svn32758
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(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(lambda.sty)
Requires: tex(latexsym.sty)
Requires: tex(textcomp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source81: skak.tar.xz
Source82: 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: 2014-01-22 18:51:35 +0000
%package -n texlive-skak-doc
Version: %{texlive_version}.%{texlive_noarch}.1.5.2svn32758
Release: 0
Summary: Documentation for texlive-skak
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/ChangeLog.md
%{_texmfdistdir}/doc/latex/skak/LICENSE
%{_texmfdistdir}/doc/latex/skak/README.md
%{_texmfdistdir}/doc/latex/skak/THANKS
%{_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.ps
%{_texmfdistdir}/doc/latex/skak/informator.tex
%{_texmfdistdir}/doc/latex/skak/ingo-bug1.tex
%{_texmfdistdir}/doc/latex/skak/longmove_king_bug.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.ps
%{_texmfdistdir}/doc/latex/skak/refman.tex
%{_texmfdistdir}/doc/latex/skak/show.tex
%{_texmfdistdir}/doc/latex/skak/skakdoc.ps
%{_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.ps
%{_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/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.5.2svn32758-%{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 20140525
Source83: skaknew.tar.xz
Source84: 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: 2012-07-20 21:43:44 +0000
%package -n texlive-skaknew-doc
Version: %{texlive_version}.%{texlive_noarch}.svn20031
Release: 0
Summary: Documentation for texlive-skaknew
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-skaknew-doc
This package includes the documentation for texlive-skaknew
%package -n texlive-skaknew-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn20031
Release: 0
Summary: Severed fonts for texlive-skaknew
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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.52svn22781
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 20140525
Source85: skb.tar.xz
Source86: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skb-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.52svn22781
Release: 0
Summary: Documentation for texlive-skb
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.52svn22781-%{release}-zypper
%package -n texlive-skdoc
Version: %{texlive_version}.%{texlive_noarch}.1.4asvn32278
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(everyhook.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(sourcecodepro.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 20140525
Source87: skdoc.tar.xz
Source88: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skdoc-doc
Version: %{texlive_version}.%{texlive_noarch}.1.4asvn32278
Release: 0
Summary: Documentation for texlive-skdoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.4asvn32278-%{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 20140525
Source89: skeycommand.tar.xz
Source90: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skeycommand-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24652
Release: 0
Summary: Documentation for texlive-skeycommand
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source91: skeyval.tar.xz
Source92: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skeyval-doc
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30560
Release: 0
Summary: Documentation for texlive-skeyval
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.3asvn30941
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 20140525
Source93: skmath.tar.xz
Source94: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skmath-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3asvn30941
Release: 0
Summary: Documentation for texlive-skmath
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.3asvn30941-%{release}-zypper
%package -n texlive-skrapport
Version: %{texlive_version}.%{texlive_noarch}.0.0.12dsvn31718
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-skdoc.sty)
Provides: tex(skrapport-colortheme-unscathed.sty)
Provides: tex(skrapport-colortheme-violet.sty)
Provides: tex(skrapport-size-common.sty)
Provides: tex(skrapport-size10pt.clo)
Provides: tex(skrapport-size11pt.clo)
Provides: tex(skrapport-size12pt.clo)
Provides: tex(skrapport.cls)
Requires: tex(MnSymbol.sty)
Requires: tex(PTSerif.sty)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(arev.sty)
Requires: tex(babel.sty)
Requires: tex(calc.sty)
Requires: tex(etoolbox.sty)
Requires: tex(expl3.sty)
Requires: tex(fontenc.sty)
Requires: tex(fontspec.sty)
Requires: tex(isodate.sty)
Requires: tex(isomath.sty)
Requires: tex(kpfonts.sty)
Requires: tex(l3keys2e.sty)
Requires: tex(lmodern.sty)
Requires: tex(mathpazo.sty)
Requires: tex(microtype.sty)
Requires: tex(multicol.sty)
Requires: tex(opensans.sty)
Requires: tex(polyglossia.sty)
Requires: tex(pxfonts.sty)
Requires: tex(sourcecodepro.sty)
Requires: tex(textcomp.sty)
Requires: tex(tgpagella.sty)
Requires: tex(unicode-math.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 20140525
Source95: skrapport.tar.xz
Source96: skrapport.doc.tar.xz
%description -n texlive-skrapport
The class is intended 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: 2014-02-26 22:03:13 +0000
%package -n texlive-skrapport-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.12dsvn31718
Release: 0
Summary: Documentation for texlive-skrapport
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/README
%{_texmfdistdir}/doc/latex/skrapport/skrapport.pdf
%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-skdoc.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-unscathed.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-violet.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size-common.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size10pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size11pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size12pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport.cls
/var/adm/update-scripts/texlive-skrapport-%{texlive_version}.%{texlive_noarch}.0.0.12dsvn31718-%{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 20140525
Source97: 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: 2012-05-28 09:05:13 +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 20140525
Source98: slantsc.tar.xz
Source99: 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-05-28 09:05:13 +0000
%package -n texlive-slantsc-doc
Version: %{texlive_version}.%{texlive_noarch}.2.11svn25007
Release: 0
Summary: Documentation for texlive-slantsc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source100: slideshow.tar.xz
Source101: 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: 2012-05-28 09:32:41 +0000
%package -n texlive-slideshow-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-slideshow
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source102: smalltableof.tar.xz
Source103: 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: 2013-01-17 10:26:53 +0000
%package -n texlive-smalltableof-doc
Version: %{texlive_version}.%{texlive_noarch}.svn20333
Release: 0
Summary: Documentation for texlive-smalltableof
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-smalltableof-doc:fr;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 20140525
Source104: smartdiagram.tar.xz
Source105: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-smartdiagram-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30046
Release: 0
Summary: Documentation for texlive-smartdiagram
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source106: smartref.tar.xz
Source107: 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: 2012-05-28 10:09:57 +0000
%package -n texlive-smartref-doc
Version: %{texlive_version}.%{texlive_noarch}.1.9svn20311
Release: 0
Summary: Documentation for texlive-smartref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source108: snapshot.tar.xz
Source109: 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: 2012-05-28 10:09:57 +0000
%package -n texlive-snapshot-doc
Version: %{texlive_version}.%{texlive_noarch}.1.14svn15878
Release: 0
Summary: Documentation for texlive-snapshot
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source110: snotez.tar.xz
Source111: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-snotez-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn30355
Release: 0
Summary: Documentation for texlive-snotez
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source112: songbook.tar.xz
Source113: 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: 2012-04-22 19:38:25 +0000
%package -n texlive-songbook-doc
Version: %{texlive_version}.%{texlive_noarch}.4.5svn18136
Release: 0
Summary: Documentation for texlive-songbook
License: LGPL-2.1+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source114: songs.tar.xz
Source115: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-songs-doc
Version: %{texlive_version}.%{texlive_noarch}.2.14svn30005
Release: 0
Summary: Documentation for texlive-songs
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source116: sort-by-letters.tar.xz
Source117: 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
Version: %{texlive_version}.%{texlive_noarch}.svn27128
Release: 0
Summary: Documentation for texlive-sort-by-letters
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source118: soton.tar.xz
Source119: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-soton-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn16215
Release: 0
Summary: Documentation for texlive-soton
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source120: soul.tar.xz
Source121: 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: 2012-03-12 17:08:07 +0000
%package -n texlive-soul-doc
Version: %{texlive_version}.%{texlive_noarch}.2.4svn15878
Release: 0
Summary: Documentation for texlive-soul
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.2svn32006
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(mweights.sty)
Requires: tex(textcomp.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source122: sourcecodepro.tar.xz
Source123: 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: 2014-04-23 16:48:25 +0000
%package -n texlive-sourcecodepro-doc
Version: %{texlive_version}.%{texlive_noarch}.2.2svn32006
Release: 0
Summary: Documentation for texlive-sourcecodepro
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sourcecodepro-doc
This package includes the documentation for texlive-sourcecodepro
%package -n texlive-sourcecodepro-fonts
Version: %{texlive_version}.%{texlive_noarch}.2.2svn32006
Release: 0
Summary: Severed fonts for texlive-sourcecodepro
License: OFL-1.1
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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.2svn32006-%{release}-zypper
%package -n texlive-sourcesanspro
Version: %{texlive_version}.%{texlive_noarch}.2.3svn31970
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(mweights.sty)
Requires: tex(textcomp.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source124: sourcesanspro.tar.xz
Source125: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-sourcesanspro-doc
Version: %{texlive_version}.%{texlive_noarch}.2.3svn31970
Release: 0
Summary: Documentation for texlive-sourcesanspro
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sourcesanspro-doc
This package includes the documentation for texlive-sourcesanspro
%package -n texlive-sourcesanspro-fonts
Version: %{texlive_version}.%{texlive_noarch}.2.3svn31970
Release: 0
Summary: Severed fonts for texlive-sourcesanspro
License: OFL-1.1
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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.3svn31970-%{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 20140525
Source126: spanglish.tar.xz
Source127: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spanglish-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn29272
Release: 0
Summary: Documentation for texlive-spanglish
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source128: spanish-mx.tar.xz
Source129: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spanish-mx-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release: 0
Summary: Documentation for texlive-spanish-mx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source130: sparklines.tar.xz
Source131: 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: 2012-06-04 21:25:44 +0000
%package -n texlive-sparklines-doc
Version: %{texlive_version}.%{texlive_noarch}.1.5svn16131
Release: 0
Summary: Documentation for texlive-sparklines
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source132: spath3.tar.xz
Source133: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spath3-doc
Version: %{texlive_version}.%{texlive_noarch}.1svn29898
Release: 0
Summary: Documentation for texlive-spath3
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source134: spelling.tar.xz
Source135: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spelling-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.41svn30715
Release: 0
Summary: Documentation for texlive-spelling
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source136: spie.tar.xz
Source137: spie.doc.tar.xz
%description -n texlive-spie
A class and a BibTeX style are provided.
date: 2012-04-22 21:21:05 +0000
%package -n texlive-spie-doc
Version: %{texlive_version}.%{texlive_noarch}.3.25svn15878
Release: 0
Summary: Documentation for texlive-spie
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source138: splines.tar.xz
Source139: 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: 2012-07-20 21:43:44 +0000
%package -n texlive-splines-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
Release: 0
Summary: Documentation for texlive-splines
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source140: splitbib.tar.xz
Source141: 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: 2012-04-22 21:21:05 +0000
%package -n texlive-splitbib-doc
Version: %{texlive_version}.%{texlive_noarch}.1.17svn15878
Release: 0
Summary: Documentation for texlive-splitbib
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source142: splitindex.tar.xz
Source143: 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
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn29792
Release: 0
Summary: Documentation for texlive-splitindex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source144: spot.tar.xz
Source145: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spot-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1svn22408
Release: 0
Summary: Documentation for texlive-spot
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source146: spotcolor.tar.xz
Source147: spotcolor.doc.tar.xz
%description -n texlive-spotcolor
This package provides procedures for using spot colours in
LaTeX documents and the generated pdf files. Predefined
templates for PANTONE and HKS colour spaces are included but
new ones can easily be defined.
date: 2012-04-22 21:21:05 +0000
%package -n texlive-spotcolor-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release: 0
Summary: Documentation for texlive-spotcolor
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source148: spreadtab.tar.xz
Source149: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-spreadtab-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.4bsvn26384
Release: 0
Summary: Documentation for texlive-spreadtab
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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 20140525
Source150: spverbatim.tar.xz
Source151: 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: 2012-07-10 12:38:32 +0000
%package -n texlive-spverbatim-doc
Version: %{texlive_version}.%{texlive_noarch}.v1.0svn15878
Release: 0
Summary: Documentation for texlive-spverbatim
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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-sr-vorl
Version: %{texlive_version}.%{texlive_noarch}.1.0svn32440
Release: 0
Summary: Class for Springer books
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-sr-vorl-doc >= %{texlive_version}
Provides: tex(sr-vorl.cls)
Requires: tex(babel.sty)
Requires: tex(caption.sty)
Requires: tex(chngcntr.sty)
Requires: tex(enumitem.sty)
Requires: tex(etoolbox.sty)
Requires: tex(geometry.sty)
Requires: tex(microtype.sty)
Requires: tex(onlyamsmath.sty)
Requires: tex(ragged2e.sty)
Requires: tex(scrpage2.sty)
Requires: tex(xkeyval.sty)
Requires: tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source152: sr-vorl.tar.xz
Source153: sr-vorl.doc.tar.xz
%description -n texlive-sr-vorl
The class provides a template for books to be published at
Springer Gabler, Vieweg or Springer Research. It may be used to
produce monographs in different formats and "several-authors-
books" fitting the conditions of Springer Gabler, Vieweg and
Springer Research.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-sr-vorl-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn32440
Release: 0
Summary: Documentation for texlive-sr-vorl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sr-vorl-doc
This package includes the documentation for texlive-sr-vorl
%post -n texlive-sr-vorl
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-sr-vorl
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-sr-vorl
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-sr-vorl-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/sr-vorl/README
%{_texmfdistdir}/doc/latex/sr-vorl/backmatter_sr-vorl.tex
%{_texmfdistdir}/doc/latex/sr-vorl/frontmatter_sr-vorl.tex
%{_texmfdistdir}/doc/latex/sr-vorl/hauptdatei_sr-vorl.tex
%{_texmfdistdir}/doc/latex/sr-vorl/mainmatter_sr-vorl.tex
%{_texmfdistdir}/doc/latex/sr-vorl/sr-vorl.pdf
%files -n texlive-sr-vorl
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/sr-vorl/sr-vorl.cls
/var/adm/update-scripts/texlive-sr-vorl-%{texlive_version}.%{texlive_noarch}.1.0svn32440-%{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 20140525
Source154: srbook-mem.tar.xz
Source155: srbook-mem.doc.tar.xz
%description -n texlive-srbook-mem
The srbook-mem package
%package -n texlive-srbook-mem-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23454
Release: 0
Summary: Documentation for texlive-srbook-mem
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source156: srcltx.tar.xz
Source157: 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: 2012-07-10 12:48:34 +0000
%package -n texlive-srcltx-doc
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
Release: 0
Summary: Documentation for texlive-srcltx
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.01svn31585
Release: 0
Summary: Typesetting spectral sequence 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-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 20140525
Source158: sseq.tar.xz
Source159: 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: 2013-09-06 12:59:23 +0000
%package -n texlive-sseq-doc
Version: %{texlive_version}.%{texlive_noarch}.2.01svn31585
Release: 0
Summary: Documentation for texlive-sseq
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.01svn31585-%{release}-zypper
%package -n texlive-sslides
Version: %{texlive_version}.%{texlive_noarch}.svn32293
Release: 0
Summary: Slides with headers and footers
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-sslides-doc >= %{texlive_version}
Provides: tex(sslides.cls)
Requires: tex(slides.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source160: sslides.tar.xz
Source161: sslides.doc.tar.xz
%description -n texlive-sslides
The class provides a variant of the LaTeX standard slides
class, in which the user may add headers and footers to the
slide.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-sslides-doc
Version: %{texlive_version}.%{texlive_noarch}.svn32293
Release: 0
Summary: Documentation for texlive-sslides
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-sslides-doc
This package includes the documentation for texlive-sslides
%post -n texlive-sslides
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-sslides
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-sslides
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-sslides-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/sslides/land-sample-slide.pdf
%{_texmfdistdir}/doc/latex/sslides/land-sample-slide.tex
%{_texmfdistdir}/doc/latex/sslides/port-sample-slide.pdf
%{_texmfdistdir}/doc/latex/sslides/port-sample-slide.tex
%files -n texlive-sslides
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/sslides/sslides.cls
/var/adm/update-scripts/texlive-sslides-%{texlive_version}.%{texlive_noarch}.svn32293-%{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 20140525
Source162: 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: 2012-07-10 13:21:46 +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-stackengine
Version: %{texlive_version}.%{texlive_noarch}.3.24svn32593
Release: 0
Summary: Highly customised stacking of objects, insets, baseline changes, 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-stackengine-doc >= %{texlive_version}
Provides: tex(stackengine.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source163: stackengine.tar.xz
Source164: stackengine.doc.tar.xz
%description -n texlive-stackengine
The package provides a versatile way to stack objects
vertically in a variety of customizable ways. A number of
useful macros are provided, all of which make use of the
stackengine core.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-stackengine-doc
Version: %{texlive_version}.%{texlive_noarch}.3.24svn32593
Release: 0
Summary: Documentation for texlive-stackengine
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-stackengine-doc
This package includes the documentation for texlive-stackengine
%post -n texlive-stackengine
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-stackengine
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-stackengine
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-stackengine-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/stackengine/README
%{_texmfdistdir}/doc/latex/stackengine/stackengine.pdf
%{_texmfdistdir}/doc/latex/stackengine/stackengine.tex
%files -n texlive-stackengine
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/stackengine/stackengine.sty
/var/adm/update-scripts/texlive-stackengine-%{texlive_version}.%{texlive_noarch}.3.24svn32593-%{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 20140525
Source165: stage.tar.xz
Source166: 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: 2012-07-10 13:21:46 +0000
%package -n texlive-stage-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-stage
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source167: standalone.tar.xz
Source168: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-standalone-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn27677
Release: 0
Summary: Documentation for texlive-standalone
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source169: starfont.tar.xz
Source170: 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 both in the original TrueType Format and in
Adobe Type 1 format.
date: 2014-04-23 16:48:25 +0000
%package -n texlive-starfont-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn19982
Release: 0
Summary: Documentation for texlive-starfont
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-starfont-doc
This package includes the documentation for texlive-starfont
%package -n texlive-starfont-fonts
Version: %{texlive_version}.%{texlive_noarch}.1.2svn19982
Release: 0
Summary: Severed fonts for texlive-starfont
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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 20140525
Source171: startex.tar.xz
Source172: 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: 2012-06-04 20:31:14 +0000
%package -n texlive-startex-doc
Version: %{texlive_version}.%{texlive_noarch}.1.04svn15878
Release: 0
Summary: Documentation for texlive-startex
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source173: statex.tar.xz
Source174: 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: 2012-07-10 13:21:46 +0000
%package -n texlive-statex-doc
Version: %{texlive_version}.%{texlive_noarch}.1.6svn20306
Release: 0
Summary: Documentation for texlive-statex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source175: statex2.tar.xz
Source176: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-statex2-doc
Version: %{texlive_version}.%{texlive_noarch}.2.1svn23961
Release: 0
Summary: Documentation for texlive-statex2
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source177: statistik.tar.xz
Source178: 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: 2012-02-20 11:52:09 +0000
%package -n texlive-statistik-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.03svn20334
Release: 0
Summary: Documentation for texlive-statistik
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source179: staves.tar.xz
Source180: 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: 2014-04-23 16:48:25 +0000
%package -n texlive-staves-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-staves
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-staves-doc
This package includes the documentation for texlive-staves
%package -n texlive-staves-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Severed fonts for texlive-staves
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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 20140525
Source181: stdclsdv.tar.xz
Source182: 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: 2012-07-10 13:21:46 +0000
%package -n texlive-stdclsdv-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release: 0
Summary: Documentation for texlive-stdclsdv
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source183: stdpage.tar.xz
Source184: 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: 2012-07-10 13:51:55 +0000
%package -n texlive-stdpage-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
Release: 0
Summary: Documentation for texlive-stdpage
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source185: steinmetz.tar.xz
Source186: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-steinmetz-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-steinmetz
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source187: stellenbosch.tar.xz
Source188: 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
Version: %{texlive_version}.%{texlive_noarch}.10svn25486
Release: 0
Summary: Documentation for texlive-stellenbosch
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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 20140525
Source189: stex.tar.xz
Source190: 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: 2014-04-30 17:02:32 +0000
%package -n texlive-stex-doc
Version: %{texlive_version}.%{texlive_noarch}.1.4svn29803
Release: 0
Summary: Documentation for texlive-stex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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}.20140101svn34251
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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-stix-fonts >= %{texlive_version}
Recommends: texlive-stix-doc >= %{texlive_version}
Provides: tex(ls1stix.fd)
Provides: tex(ls1stixbb.fd)
Provides: tex(ls1stixfrak.fd)
Provides: tex(ls1stixscr.fd)
Provides: tex(ls1stixsf.fd)
Provides: tex(ls2stix.fd)
Provides: tex(ls2stixcal.fd)
Provides: tex(ls2stixex.fd)
Provides: tex(ls2stixtt.fd)
Provides: tex(ot1-stixgeneral-bold.tfm)
Provides: tex(ot1-stixgeneral-bolditalic.tfm)
Provides: tex(ot1-stixgeneral-italic.tfm)
Provides: tex(ot1-stixgeneral.tfm)
Provides: tex(ot1-stixgeneralsc-bold.tfm)
Provides: tex(ot1-stixgeneralsc-bold.vf)
Provides: tex(ot1-stixgeneralsc.tfm)
Provides: tex(ot1-stixgeneralsc.vf)
Provides: tex(ot1stix.fd)
Provides: tex(ot2-stixgeneral-bold.tfm)
Provides: tex(ot2-stixgeneral-bolditalic.tfm)
Provides: tex(ot2-stixgeneral-italic.tfm)
Provides: tex(ot2-stixgeneral.tfm)
Provides: tex(ot2-stixgeneralsc-bold.tfm)
Provides: tex(ot2-stixgeneralsc-bold.vf)
Provides: tex(ot2-stixgeneralsc.tfm)
Provides: tex(ot2-stixgeneralsc.vf)
Provides: tex(ot2stix.fd)
Provides: tex(stix-extra1.enc)
Provides: tex(stix-extra1.tfm)
Provides: tex(stix-extra2.enc)
Provides: tex(stix-extra2.tfm)
Provides: tex(stix-extra3.enc)
Provides: tex(stix-extra3.tfm)
Provides: tex(stix-mathbb-bold.tfm)
Provides: tex(stix-mathbb.tfm)
Provides: tex(stix-mathbbit-bold.tfm)
Provides: tex(stix-mathbbit.tfm)
Provides: tex(stix-mathcal-bold.tfm)
Provides: tex(stix-mathcal.tfm)
Provides: tex(stix-mathex-bold.tfm)
Provides: tex(stix-mathex.tfm)
Provides: tex(stix-mathfrak-bold.tfm)
Provides: tex(stix-mathfrak.tfm)
Provides: tex(stix-mathit-bold.tfm)
Provides: tex(stix-mathit.tfm)
Provides: tex(stix-mathrm-bold.tfm)
Provides: tex(stix-mathrm.tfm)
Provides: tex(stix-mathscr-bold.tfm)
Provides: tex(stix-mathscr.tfm)
Provides: tex(stix-mathsf-bold.tfm)
Provides: tex(stix-mathsf.tfm)
Provides: tex(stix-mathsfit-bold.tfm)
Provides: tex(stix-mathsfit.tfm)
Provides: tex(stix-mathtt-bold.tfm)
Provides: tex(stix-mathtt.tfm)
Provides: tex(stix-ot1.enc)
Provides: tex(stix-ot2.enc)
Provides: tex(stix-t1.enc)
Provides: tex(stix-ts1.enc)
Provides: tex(stix.map)
Provides: tex(stix.sty)
Provides: tex(t1-stixgeneral-bold.tfm)
Provides: tex(t1-stixgeneral-bolditalic.tfm)
Provides: tex(t1-stixgeneral-italic.tfm)
Provides: tex(t1-stixgeneral.tfm)
Provides: tex(t1-stixgeneralsc-bold.tfm)
Provides: tex(t1-stixgeneralsc-bold.vf)
Provides: tex(t1-stixgeneralsc.tfm)
Provides: tex(t1-stixgeneralsc.vf)
Provides: tex(t1stix.fd)
Provides: tex(ts1-stixgeneral-bold.tfm)
Provides: tex(ts1-stixgeneral-bolditalic.tfm)
Provides: tex(ts1-stixgeneral-italic.tfm)
Provides: tex(ts1-stixgeneral.tfm)
Provides: tex(ts1stix.fd)
Requires: tex(textcomp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20140525
Source191: stix.tar.xz
Source192: 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 package is a
copy of the fonts' official release, organised as specified by
the TeX Directory Structure, for inclusion in standard TeX
distributions. A Type 1-only distribution of the fonts is
available in the esstix bundle.
date: 2014-05-01 07:39:56 +0000
%package -n texlive-stix-doc
Version: %{texlive_version}.%{texlive_noarch}.20140101svn34251
Release: 0
Summary: Documentation for texlive-stix
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-stix-doc
This package includes the documentation for texlive-stix
%package -n texlive-stix-fonts
Version: %{texlive_version}.%{texlive_noarch}.20140101svn34251
Release: 0
Summary: Severed fonts for texlive-stix
License: OFL-1.1
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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
if grep -qsE 'Map[[:blank:]]+stix.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+stix.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map stix.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-stix
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+stix.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-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/README
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_1.1.0-latex_Release_Documentation.doc
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_1.1.0-latex_Release_Documentation.pdf
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_1.1.1_Release_Documentation.doc
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_1.1.1_Release_Documentation.pdf
%{_texmfdistdir}/doc/fonts/stix/STIX_Font_License_2010.txt
%{_texmfdistdir}/doc/fonts/stix/stix.pdf
%files -n texlive-stix
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra3.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/stix/stix.map
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIX-Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIX-BoldItalic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIX-Italic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIX-Regular.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/stix/STIXMath-Regular.otf
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral.pl
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra1.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra2.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra3.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathex-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathex.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathit-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathit.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt-bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt.pfb
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc.vf
%{_texmfdistdir}/tex/latex/stix/ls1stix.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixbb.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixfrak.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixscr.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixsf.fd
%{_texmfdistdir}/tex/latex/stix/ls2stix.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixcal.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixex.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixtt.fd
%{_texmfdistdir}/tex/latex/stix/ot1stix.fd
%{_texmfdistdir}/tex/latex/stix/ot2stix.fd
%{_texmfdistdir}/tex/latex/stix/stix.sty
%{_texmfdistdir}/tex/latex/stix/t1stix.fd
%{_texmfdistdir}/tex/latex/stix/ts1stix.fd
%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/STIX-Bold.otf
%{_datadir}/fonts/texlive-stix/STIX-BoldItalic.otf
%{_datadir}/fonts/texlive-stix/STIX-Italic.otf
%{_datadir}/fonts/texlive-stix/STIX-Regular.otf
%{_datadir}/fonts/texlive-stix/STIXMath-Regular.otf
%{_datadir}/fonts/texlive-stix/STIXGeneral-Bold.pfb
%{_datadir}/fonts/texlive-stix/STIXGeneral-BoldItalic.pfb
%{_datadir}/fonts/texlive-stix/STIXGeneral-Italic.pfb
%{_datadir}/fonts/texlive-stix/STIXGeneral-Regular.pfb
%{_datadir}/fonts/texlive-stix/stix-mathbb-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathbb.pfb
%{_datadir}/fonts/texlive-stix/stix-mathbbit-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathbbit.pfb
%{_datadir}/fonts/texlive-stix/stix-mathcal-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathcal.pfb
%{_datadir}/fonts/texlive-stix/stix-mathex-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathex.pfb
%{_datadir}/fonts/texlive-stix/stix-mathfrak-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathfrak.pfb
%{_datadir}/fonts/texlive-stix/stix-mathit-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathit.pfb
%{_datadir}/fonts/texlive-stix/stix-mathrm-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathrm.pfb
%{_datadir}/fonts/texlive-stix/stix-mathscr-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathscr.pfb
%{_datadir}/fonts/texlive-stix/stix-mathsf-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathsf.pfb
%{_datadir}/fonts/texlive-stix/stix-mathsfit-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathsfit.pfb
%{_datadir}/fonts/texlive-stix/stix-mathtt-bold.pfb
%{_datadir}/fonts/texlive-stix/stix-mathtt.pfb
/var/adm/update-scripts/texlive-stix-%{texlive_version}.%{texlive_noarch}.20140101svn34251-%{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 20140525
Source193: stmaryrd.tar.xz
Source194: 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: 2014-04-11 10:20:27 +0000
%package -n texlive-stmaryrd-doc
Version: %{texlive_version}.%{texlive_noarch}.svn22027
Release: 0
Summary: Documentation for texlive-stmaryrd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-stmaryrd-doc
This package includes the documentation for texlive-stmaryrd
%package -n texlive-stmaryrd-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn22027
Release: 0
Summary: Severed fonts for texlive-stmaryrd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%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 20140525
Source195: storebox.tar.xz
Source196: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-storebox-doc
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn24895
Release: 0
Summary: Documentation for texlive-storebox
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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 20140525
Source197: storecmd.tar.xz
Source198: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-storecmd-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn24431
Release: 0
Summary: Documentation for texlive-storecmd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.22svn30093
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 20140525
Source199: stringstrings.tar.xz
Source200: 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: 2014-02-26 22:03:13 +0000
%package -n texlive-stringstrings-doc
Version: %{texlive_version}.%{texlive_noarch}.1.22svn30093
Release: 0
Summary: Documentation for texlive-stringstrings
License: LGPL-2.1+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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.22svn30093-%{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 20140525
Source201: struktex.tar.xz
Source202: 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
Version: %{texlive_version}.%{texlive_noarch}.141svn25916
Release: 0
Summary: Documentation for texlive-struktex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
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.5svn33669
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(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 20140525
Source203: sttools.tar.xz
Source204: sttools.doc.tar.xz
%description -n texlive-sttools
A collection of tools and macros, providing: 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", a package to manipulate
numerical lists and arrays.
date: 2014-04-24 15:19:19 +0000
%package -n texlive-sttools-doc
Version: %{texlive_version}.%{texlive_noarch}.1.5svn33669
Release: 0
Summary: Documentation for texlive-sttools
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%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/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/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.5svn33669-%{release}-zypper
%prep
%setup -q -c -T
%build
%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
# Move relocated paths back to where those belongs to,
# required as the as texlive.tlpdb isn't correct anymore
relocate () {
pushd %{buildroot}%{_datadir}/texlive/
rm -vrf tlpkg/tlpobj
for path in * ; do
test ! -h "$path" || continue
test -d "$path" || exit 1
tar cpf - "$path" | tar xpf - -C %{buildroot}%{_texmfdistdir}/
done
popd
}
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sepfootnotes-%{texlive_version}.%{texlive_noarch}.0.0.2svn28885-%{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-sepnum-%{texlive_version}.%{texlive_noarch}.2.0svn20186-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-seqsplit-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-serbian-apostrophe-%{texlive_version}.%{texlive_noarch}.svn23799-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-serbian-date-lat-%{texlive_version}.%{texlive_noarch}.svn23446-%{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-serbian-def-cyr-%{texlive_version}.%{texlive_noarch}.svn23734-%{release}-zypper
tar --use-compress-program=xz -xf %{S:11} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:12} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-serbian-lig-%{texlive_version}.%{texlive_noarch}.svn23382-%{release}-zypper
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-setdeck-%{texlive_version}.%{texlive_noarch}.0.0.1svn27997-%{release}-zypper
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-seuthesis-%{texlive_version}.%{texlive_noarch}.2.1.2svn33042-%{release}-zypper
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:20} -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
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.sh
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
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:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:26} -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:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sgame-%{texlive_version}.%{texlive_noarch}.2.15svn30959-%{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
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:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:31} -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: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-shadow-%{texlive_version}.%{texlive_noarch}.svn20312-%{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
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: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-shapepar-%{texlive_version}.%{texlive_noarch}.2.2svn30708-%{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
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:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/scripts/shipunov/biokey2html.bat
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/scripts/shipunov/biokey2html1.pl \
%{_texmfdistdir}/scripts/shipunov/biokey2html2.pl \
%{_texmfdistdir}/scripts/shipunov/biokey2html3.pl
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
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:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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: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-showexpl-%{texlive_version}.%{texlive_noarch}.v0.3lsvn32737-%{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
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:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:53} -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.6svn32364-%{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
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:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:57} -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:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sidenotes-%{texlive_version}.%{texlive_noarch}.0.0.96asvn32970-%{release}-zypper
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:65} -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:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-simplewick-%{texlive_version}.%{texlive_noarch}.1.2asvn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-simurgh-%{texlive_version}.%{texlive_noarch}.0.0.01bsvn31719-%{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
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: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-siunitx-%{texlive_version}.%{texlive_noarch}.2.5ssvn31333-%{release}-zypper
tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-skak-%{texlive_version}.%{texlive_noarch}.1.5.2svn32758-%{release}-zypper
tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:82} -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:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:84} -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-skaknew/${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.52svn22781-%{release}-zypper
tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-skdoc-%{texlive_version}.%{texlive_noarch}.1.4asvn32278-%{release}-zypper
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:90} -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:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:92} -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.3asvn30941-%{release}-zypper
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-skrapport-%{texlive_version}.%{texlive_noarch}.0.0.12dsvn31718-%{release}-zypper
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:96} -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:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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: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-slideshow-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{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-smalltableof-%{texlive_version}.%{texlive_noarch}.svn20333-%{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
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:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:107} -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: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-snotez-%{texlive_version}.%{texlive_noarch}.0.0.3svn30355-%{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-songbook-%{texlive_version}.%{texlive_noarch}.4.5svn18136-%{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
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb \
%{_texmfdistdir}/doc/latex/songbook/contrib/modulate \
%{_texmfdistdir}/doc/latex/songbook/mksbadx \
%{_texmfdistdir}/doc/latex/songbook/mksbkdx \
%{_texmfdistdir}/doc/latex/songbook/mksbtdx
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
# Avoid /usr/local/bin
for scr in %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb
do
test -e %{buildroot}/$scr || continue
ed %{buildroot}/${scr} <<-'EOF'
1
s@/usr/local/@/usr/@
.
w
q
EOF
done
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:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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: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-soton-%{texlive_version}.%{texlive_noarch}.0.0.1svn16215-%{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-soul-%{texlive_version}.%{texlive_noarch}.2.4svn15878-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sourcecodepro-%{texlive_version}.%{texlive_noarch}.2.2svn32006-%{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
# 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-sourcecodepro/${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.3svn31970-%{release}-zypper
tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:125} -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-sourcesanspro/${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:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:127} -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: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-sparklines-%{texlive_version}.%{texlive_noarch}.1.5svn16131-%{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-spath3-%{texlive_version}.%{texlive_noarch}.1svn29898-%{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
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:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Correct wrong luaTeX scripts if any
for scr in %{_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
do
test -e %{buildroot}/$scr || continue
ed %{buildroot}/${scr} <<-'EOF'
1
i
#! /usr/bin/texlua
.
w
q
EOF
done
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:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:137} -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:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:142} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/scripts/splitindex/splitindex_main.tlu
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
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:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:147} -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:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:149} -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:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sr-vorl-%{texlive_version}.%{texlive_noarch}.1.0svn32440-%{release}-zypper
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:155} -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:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sseq-%{texlive_version}.%{texlive_noarch}.2.01svn31585-%{release}-zypper
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sslides-%{texlive_version}.%{texlive_noarch}.svn32293-%{release}-zypper
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-stackengine-%{texlive_version}.%{texlive_noarch}.3.24svn32593-%{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
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:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:166} -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:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:170} -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-starfont/${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:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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: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-statex2-%{texlive_version}.%{texlive_noarch}.2.1svn23961-%{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
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:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# 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-staves/${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: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-stdpage-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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: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-stellenbosch-%{texlive_version}.%{texlive_noarch}.10svn25486-%{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
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:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-stix-%{texlive_version}.%{texlive_noarch}.20140101svn34251-%{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
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-stix
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/stix/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/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-stix/${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:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# 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-stmaryrd/${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:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-stringstrings-%{texlive_version}.%{texlive_noarch}.1.22svn30093-%{release}-zypper
tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:200} -C %{buildroot}%{_datadir}/texlive/texmf-dist
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:201} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:202} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-sttools-%{texlive_version}.%{texlive_noarch}.1.5svn33669-%{release}-zypper
tar --use-compress-program=xz -xf %{S:203} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:204} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# 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
find %{buildroot}%{_texmfmaindir}/ %{buildroot}%{_texmfdistdir}/ \
-type f -a -perm /g+w,o+w | xargs --no-run-if-empty chmod g-w,o-w
%changelog