File texlive-specs-e.spec of Package texlive-specs-e
#
# spec file for package texlive-specs-e
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#!BuildIgnore: texlive
%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 2015
%define texlive_previous 2014
%define texlive_release 20150521
%define texlive_noarch 104
Name: texlive-specs-e
Version: 2015
Release: 0
BuildRequires: ed
BuildRequires: texlive-filesystem
BuildRequires: xz
BuildArch: noarch
Summary: Meta package for e
License: Apache-1.0 and BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX
Group: Productivity/Publishing/TeX/Base
Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
Source0: texlive-specs-e-rpmlintrc
%description
Meta package to build tons of noarch texlive packages.
%package -n texlive-chickenize
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1asvn31505
Release: 0
Summary: Use lua callbacks for "interesting" textual effects
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-chickenize-doc >= %{texlive_version}
Provides: tex(chickenize.sty)
Provides: tex(chickenize.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source1: chickenize.tar.xz
Source2: chickenize.doc.tar.xz
%description -n texlive-chickenize
The package allows manipulations of any LuaTeX document (it is
known to work with Plain LuaTeX and LuaLaTeX). Most of the
package's functions are merely for fun or educational use, but
some functions (for example, colorstretch for visualising the
badness and font expansion of each line, and letterspaceadjust
doing what its name says) could be useful in a "normal" LuaTeX
document.
date: 2015-01-05 19:19:10 +0000
%package -n texlive-chickenize-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.1asvn31505
Release: 0
Summary: Documentation for texlive-chickenize
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chickenize-doc
This package includes the documentation for texlive-chickenize
%post -n texlive-chickenize
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chickenize
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-chickenize
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-chickenize-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/luatex/chickenize/README
%{_texmfdistdir}/doc/luatex/chickenize/chickenize.pdf
%files -n texlive-chickenize
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.lua
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.sty
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.tex
/var/adm/update-scripts/texlive-chickenize-%{texlive_version}.%{texlive_noarch}.0.0.2.1asvn31505-%{release}-zypper
%package -n texlive-chkfloat
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27473
Release: 0
Summary: Warn whenever a float is placed "to far away"
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-chkfloat-doc >= %{texlive_version}
Provides: tex(chkfloat.sty)
Requires: tex(kvoptions.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source3: chkfloat.tar.xz
Source4: chkfloat.doc.tar.xz
%description -n texlive-chkfloat
The package checks for floats that are placed too far from
their origin. It was motivated by a question on the question
and answer page.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-chkfloat-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27473
Release: 0
Summary: Documentation for texlive-chkfloat
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chkfloat-doc
This package includes the documentation for texlive-chkfloat
%post -n texlive-chkfloat
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chkfloat
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-chkfloat
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-chkfloat-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/chkfloat/README
%{_texmfdistdir}/doc/latex/chkfloat/chkfloat.pdf
%{_texmfdistdir}/doc/latex/chkfloat/chkfloat.tex
%files -n texlive-chkfloat
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/chkfloat/chkfloat.sty
/var/adm/update-scripts/texlive-chkfloat-%{texlive_version}.%{texlive_noarch}.0.0.1svn27473-%{release}-zypper
%package -n texlive-chktex
Version: %{texlive_version}.%{texlive_noarch}.1.7.4svn37078
Release: 0
Summary: Check for errors in LaTeX documents
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-chktex-bin >= %{texlive_version}
#!BuildIgnore: texlive-chktex-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-chktex-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source5: chktex.tar.xz
Source6: chktex.doc.tar.xz
%description -n texlive-chktex
The program reports typographic and other errors in LaTeX
documents. Filters are also provided for checking the LaTeX
parts of CWEB documents.
date: 2015-04-12 03:55:29 +0000
%package -n texlive-chktex-doc
Version: %{texlive_version}.%{texlive_noarch}.1.7.4svn37078
Release: 0
Summary: Documentation for texlive-chktex
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chktex-doc
This package includes the documentation for texlive-chktex
%post -n texlive-chktex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chktex
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-chktex
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-chktex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/chktex/ChkTeX.pdf
%{_mandir}/man1/chktex.1*
%{_mandir}/man1/chkweb.1*
%{_mandir}/man1/deweb.1*
%files -n texlive-chktex
%defattr(-,root,root,755)
%{_texmfdistdir}/chktex/chktexrc
%{_texmfdistdir}/scripts/chktex/chkweb.sh
%{_texmfdistdir}/scripts/chktex/deweb.pl
/var/adm/update-scripts/texlive-chktex-%{texlive_version}.%{texlive_noarch}.1.7.4svn37078-%{release}-zypper
%package -n texlive-chletter
Version: %{texlive_version}.%{texlive_noarch}.2.0svn20060
Release: 0
Summary: Class for typesetting letters to Swiss rules
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-chletter-doc >= %{texlive_version}
Provides: tex(chletter.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source7: chletter.tar.xz
Source8: chletter.doc.tar.xz
%description -n texlive-chletter
The class enables composition of letters fitting into Swiss C5
& C6/5 windowed envelopes. No assumption is made about the
language used. The class is based on the standard LaTeX classes
and is compatible with the LaTeX letter class. It is not
limited to letters and may be used as a generic document class;
it is used with the chextras package.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-chletter-doc
Version: %{texlive_version}.%{texlive_noarch}.2.0svn20060
Release: 0
Summary: Documentation for texlive-chletter
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-chletter-doc:en)
%description -n texlive-chletter-doc
This package includes the documentation for texlive-chletter
%post -n texlive-chletter
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chletter
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-chletter
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-chletter-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/chletter/README
%{_texmfdistdir}/doc/latex/chletter/chletter.pdf
%{_texmfdistdir}/doc/latex/chletter/chlettmp.tex
%files -n texlive-chletter
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/chletter/chletter.cls
/var/adm/update-scripts/texlive-chletter-%{texlive_version}.%{texlive_noarch}.2.0svn20060-%{release}-zypper
%package -n texlive-chngcntr
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn17157
Release: 0
Summary: Change the resetting of counters
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-chngcntr-doc >= %{texlive_version}
Provides: tex(chngcntr.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source9: chngcntr.tar.xz
Source10: chngcntr.doc.tar.xz
%description -n texlive-chngcntr
Defines commands \counterwithin (which sets up a counter to be
reset when another is incremented) and \counterwithout (which
unsets such a relationship).
date: 2012-06-14 14:35:51 +0000
%package -n texlive-chngcntr-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn17157
Release: 0
Summary: Documentation for texlive-chngcntr
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chngcntr-doc
This package includes the documentation for texlive-chngcntr
%post -n texlive-chngcntr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chngcntr
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-chngcntr
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-chngcntr-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/chngcntr/chngcntr.pdf
%{_texmfdistdir}/doc/latex/chngcntr/chngcntr.tex
%files -n texlive-chngcntr
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/chngcntr/chngcntr.sty
/var/adm/update-scripts/texlive-chngcntr-%{texlive_version}.%{texlive_noarch}.1.0asvn17157-%{release}-zypper
%package -n texlive-chronology
Version: %{texlive_version}.%{texlive_noarch}.1.1.1svn37934
Release: 0
Summary: Provides a horizontal timeline
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-chronology-doc >= %{texlive_version}
Provides: tex(chronology.sty)
Requires: tex(calc.sty)
Requires: tex(tikz.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source11: chronology.tar.xz
Source12: chronology.doc.tar.xz
%description -n texlive-chronology
A timeline package that allows labelling of events with per-day
granularity. Other features include relative positioning with
unit specification, adjustable tick mark step size, and scaling
to specified width.
date: 2015-07-23 10:12:39 +0000
%package -n texlive-chronology-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1.1svn37934
Release: 0
Summary: Documentation for texlive-chronology
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chronology-doc
This package includes the documentation for texlive-chronology
%post -n texlive-chronology
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chronology
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-chronology
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-chronology-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/chronology/README.md
%{_texmfdistdir}/doc/latex/chronology/example.pdf
%{_texmfdistdir}/doc/latex/chronology/example.tex
%files -n texlive-chronology
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/chronology/chronology.sty
/var/adm/update-scripts/texlive-chronology-%{texlive_version}.%{texlive_noarch}.1.1.1svn37934-%{release}-zypper
%package -n texlive-chronosys
Version: %{texlive_version}.%{texlive_noarch}.1.2svn26700
Release: 0
Summary: Drawing time-line diagrams
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-chronosys-doc >= %{texlive_version}
Provides: tex(chronosys.sty)
Provides: tex(chronosys.tex)
Provides: tex(chronosyschr.tex)
Provides: tex(x-chronosys.tex)
Requires: tex(tikz.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source13: chronosys.tar.xz
Source14: chronosys.doc.tar.xz
%description -n texlive-chronosys
Macros to produce time line diagrams. Interfaces for Plain TeX,
Context and LaTeX are provided.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-chronosys-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn26700
Release: 0
Summary: Documentation for texlive-chronosys
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-chronosys-doc:en;fr)
%description -n texlive-chronosys-doc
This package includes the documentation for texlive-chronosys
%post -n texlive-chronosys
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chronosys
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-chronosys
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-chronosys-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/chronosys/README
%{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.pdf
%{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.tex
%{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.pdf
%{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.tex
%files -n texlive-chronosys
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/chronosys/chronosys.sty
%{_texmfdistdir}/tex/generic/chronosys/chronosys.tex
%{_texmfdistdir}/tex/generic/chronosys/chronosyschr.tex
%{_texmfdistdir}/tex/generic/chronosys/x-chronosys.tex
/var/adm/update-scripts/texlive-chronosys-%{texlive_version}.%{texlive_noarch}.1.2svn26700-%{release}-zypper
%package -n texlive-chscite
Version: %{texlive_version}.%{texlive_noarch}.2.9999svn28552
Release: 0
Summary: Bibliography style for Chalmers University of Technology
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-chscite-doc >= %{texlive_version}
Provides: tex(chscite.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source15: chscite.tar.xz
Source16: chscite.doc.tar.xz
%description -n texlive-chscite
The package, heavily based on the harvard package for Harvard-
style citations, provides a citation suite for students at
Chalmers University of Technology that follows given
recommendations.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-chscite-doc
Version: %{texlive_version}.%{texlive_noarch}.2.9999svn28552
Release: 0
Summary: Documentation for texlive-chscite
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-chscite-doc
This package includes the documentation for texlive-chscite
%post -n texlive-chscite
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-chscite
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-chscite
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-chscite-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/chscite/README
%{_texmfdistdir}/doc/latex/chscite/chscite.pdf
%files -n texlive-chscite
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/chscite/chscite.bst
%{_texmfdistdir}/tex/latex/chscite/chscite.sty
/var/adm/update-scripts/texlive-chscite-%{texlive_version}.%{texlive_noarch}.2.9999svn28552-%{release}-zypper
%package -n texlive-cinzel
Version: %{texlive_version}.%{texlive_noarch}.svn34408
Release: 0
Summary: LaTeX support for Cinzel and Cinzel Decorative 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-cinzel-fonts >= %{texlive_version}
Recommends: texlive-cinzel-doc >= %{texlive_version}
Provides: tex(Cinzel-Black-lf-ly1--base.tfm)
Provides: tex(Cinzel-Black-lf-ly1.tfm)
Provides: tex(Cinzel-Black-lf-ly1.vf)
Provides: tex(Cinzel-Black-lf-ot1.tfm)
Provides: tex(Cinzel-Black-lf-t1--base.tfm)
Provides: tex(Cinzel-Black-lf-t1.tfm)
Provides: tex(Cinzel-Black-lf-t1.vf)
Provides: tex(Cinzel-Black-lf-ts1--base.tfm)
Provides: tex(Cinzel-Black-lf-ts1.tfm)
Provides: tex(Cinzel-Black-lf-ts1.vf)
Provides: tex(Cinzel-Bold-lf-ly1--base.tfm)
Provides: tex(Cinzel-Bold-lf-ly1.tfm)
Provides: tex(Cinzel-Bold-lf-ly1.vf)
Provides: tex(Cinzel-Bold-lf-ot1.tfm)
Provides: tex(Cinzel-Bold-lf-t1--base.tfm)
Provides: tex(Cinzel-Bold-lf-t1.tfm)
Provides: tex(Cinzel-Bold-lf-t1.vf)
Provides: tex(Cinzel-Bold-lf-ts1--base.tfm)
Provides: tex(Cinzel-Bold-lf-ts1.tfm)
Provides: tex(Cinzel-Bold-lf-ts1.vf)
Provides: tex(Cinzel-Regular-lf-ly1--base.tfm)
Provides: tex(Cinzel-Regular-lf-ly1.tfm)
Provides: tex(Cinzel-Regular-lf-ly1.vf)
Provides: tex(Cinzel-Regular-lf-ot1.tfm)
Provides: tex(Cinzel-Regular-lf-t1--base.tfm)
Provides: tex(Cinzel-Regular-lf-t1.tfm)
Provides: tex(Cinzel-Regular-lf-t1.vf)
Provides: tex(Cinzel-Regular-lf-ts1--base.tfm)
Provides: tex(Cinzel-Regular-lf-ts1.tfm)
Provides: tex(Cinzel-Regular-lf-ts1.vf)
Provides: tex(CinzelDecorative-Black-lf-ly1--base.tfm)
Provides: tex(CinzelDecorative-Black-lf-ly1.tfm)
Provides: tex(CinzelDecorative-Black-lf-ly1.vf)
Provides: tex(CinzelDecorative-Black-lf-ot1.tfm)
Provides: tex(CinzelDecorative-Black-lf-t1--base.tfm)
Provides: tex(CinzelDecorative-Black-lf-t1.tfm)
Provides: tex(CinzelDecorative-Black-lf-t1.vf)
Provides: tex(CinzelDecorative-Black-lf-ts1--base.tfm)
Provides: tex(CinzelDecorative-Black-lf-ts1.tfm)
Provides: tex(CinzelDecorative-Black-lf-ts1.vf)
Provides: tex(CinzelDecorative-Bold-lf-ly1--base.tfm)
Provides: tex(CinzelDecorative-Bold-lf-ly1.tfm)
Provides: tex(CinzelDecorative-Bold-lf-ly1.vf)
Provides: tex(CinzelDecorative-Bold-lf-ot1.tfm)
Provides: tex(CinzelDecorative-Bold-lf-t1--base.tfm)
Provides: tex(CinzelDecorative-Bold-lf-t1.tfm)
Provides: tex(CinzelDecorative-Bold-lf-t1.vf)
Provides: tex(CinzelDecorative-Bold-lf-ts1--base.tfm)
Provides: tex(CinzelDecorative-Bold-lf-ts1.tfm)
Provides: tex(CinzelDecorative-Bold-lf-ts1.vf)
Provides: tex(CinzelDecorative-Regular-lf-ly1--base.tfm)
Provides: tex(CinzelDecorative-Regular-lf-ly1.tfm)
Provides: tex(CinzelDecorative-Regular-lf-ly1.vf)
Provides: tex(CinzelDecorative-Regular-lf-ot1.tfm)
Provides: tex(CinzelDecorative-Regular-lf-t1--base.tfm)
Provides: tex(CinzelDecorative-Regular-lf-t1.tfm)
Provides: tex(CinzelDecorative-Regular-lf-t1.vf)
Provides: tex(CinzelDecorative-Regular-lf-ts1--base.tfm)
Provides: tex(CinzelDecorative-Regular-lf-ts1.tfm)
Provides: tex(CinzelDecorative-Regular-lf-ts1.vf)
Provides: tex(LY1Cinzel-LF.fd)
Provides: tex(LY1CinzelDecorative-LF.fd)
Provides: tex(OT1Cinzel-LF.fd)
Provides: tex(OT1CinzelDecorative-LF.fd)
Provides: tex(T1Cinzel-LF.fd)
Provides: tex(T1CinzelDecorative-LF.fd)
Provides: tex(TS1Cinzel-LF.fd)
Provides: tex(TS1CinzelDecorative-LF.fd)
Provides: tex(cinzel.map)
Provides: tex(cinzel.sty)
Provides: tex(cnzl_7luz43.enc)
Provides: tex(cnzl_7t2zcj.enc)
Provides: tex(cnzl_aakhvz.enc)
Provides: tex(cnzl_k6z3ge.enc)
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 20150521
Source17: cinzel.tar.xz
Source18: cinzel.doc.tar.xz
%description -n texlive-cinzel
Cinzel and Cinzel Decorative fonts, designed by Natanael Gama
Natanael Gama), find their inspiration in first century roman
inscriptions, and are based on classical proportions. Cinzel is
all-caps (similar to Trajan and Michelangelo), but is available
in three weights (Regular, Bold, Black). There are no italic
fonts, but there are Decorative variants, which can be selected
by the usual italic-selection commands in the package's LaTeX
support.
date: 2015-03-30 20:55:45 +0000
%package -n texlive-cinzel-doc
Version: %{texlive_version}.%{texlive_noarch}.svn34408
Release: 0
Summary: Documentation for texlive-cinzel
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cinzel-doc
This package includes the documentation for texlive-cinzel
%package -n texlive-cinzel-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn34408
Release: 0
Summary: Severed fonts for texlive-cinzel
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-cinzel-fonts
The separated fonts package for texlive-cinzel
%post -n texlive-cinzel
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+cinzel.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+cinzel.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map cinzel.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cinzel
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+cinzel.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-cinzel
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-cinzel-fonts
mkfontscale %{_datadir}/fonts/texlive-cinzel
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cinzel
fc-cache %{_datadir}/fonts
%postun -n texlive-cinzel-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cinzel-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cinzel/README
%{_texmfdistdir}/doc/fonts/cinzel/SIL_Open_Font_License.txt
%{_texmfdistdir}/doc/fonts/cinzel/cinzel-samples.pdf
%{_texmfdistdir}/doc/fonts/cinzel/cinzel-samples.tex
%files -n texlive-cinzel
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/cinzel/cnzl_7luz43.enc
%{_texmfdistdir}/fonts/enc/dvips/cinzel/cnzl_7t2zcj.enc
%{_texmfdistdir}/fonts/enc/dvips/cinzel/cnzl_aakhvz.enc
%{_texmfdistdir}/fonts/enc/dvips/cinzel/cnzl_k6z3ge.enc
%{_texmfdistdir}/fonts/map/dvips/cinzel/cinzel.map
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Black-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Bold-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/Cinzel-Regular-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Black-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ts1.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/Cinzel-Black.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/Cinzel-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/Cinzel-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/CinzelDecorative-Black.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/CinzelDecorative-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/CinzelDecorative-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/Cinzel-Black.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/Cinzel-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/Cinzel-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/CinzelDecorative-Black.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/CinzelDecorative-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/CinzelDecorative-Regular.pfb
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Black-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Black-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Black-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Bold-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Bold-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Bold-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Regular-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Regular-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/Cinzel-Regular-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Black-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Black-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Black-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Bold-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Bold-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Regular-lf-t1.vf
%{_texmfdistdir}/fonts/vf/ndiscovered/cinzel/CinzelDecorative-Regular-lf-ts1.vf
%{_texmfdistdir}/tex/latex/cinzel/LY1Cinzel-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/LY1CinzelDecorative-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/OT1Cinzel-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/OT1CinzelDecorative-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/T1Cinzel-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/T1CinzelDecorative-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/TS1Cinzel-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/TS1CinzelDecorative-LF.fd
%{_texmfdistdir}/tex/latex/cinzel/cinzel.sty
%files -n texlive-cinzel-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cinzel
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cinzel.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cinzel/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cinzel/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cinzel/fonts.scale
%{_datadir}/fonts/texlive-cinzel/Cinzel-Black.ttf
%{_datadir}/fonts/texlive-cinzel/Cinzel-Bold.ttf
%{_datadir}/fonts/texlive-cinzel/Cinzel-Regular.ttf
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Black.ttf
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Bold.ttf
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Regular.ttf
%{_datadir}/fonts/texlive-cinzel/Cinzel-Black.pfb
%{_datadir}/fonts/texlive-cinzel/Cinzel-Bold.pfb
%{_datadir}/fonts/texlive-cinzel/Cinzel-Regular.pfb
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Black.pfb
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Bold.pfb
%{_datadir}/fonts/texlive-cinzel/CinzelDecorative-Regular.pfb
/var/adm/update-scripts/texlive-cinzel-%{texlive_version}.%{texlive_noarch}.svn34408-%{release}-zypper
%package -n texlive-circ
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Macros for typesetting circuit diagrams
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-circ-doc >= %{texlive_version}
Provides: tex(basic.def)
Provides: tex(box.def)
Provides: tex(cioptic.tfm)
Provides: tex(circ.sty)
Provides: tex(gate.def)
Provides: tex(ic.def)
Provides: tex(oldgate.def)
Provides: tex(optics.def)
Provides: tex(physics.def)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source19: circ.tar.xz
Source20: circ.doc.tar.xz
%description -n texlive-circ
Several electrical symbols like resistor, capacitor,
transistors etc., are defined. The symbols can be connected
with wires. The package also contains an American resistor
symbol for those of us on that side of the Atlantic. The
package also has simple facilities for producing optics
diagrams; however, no-one would deny that the PSTricks pst-
optic package, or the MetaPost makecirc package does the job
better.
date: 2012-06-14 14:35:51 +0000
%package -n texlive-circ-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Documentation for texlive-circ
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-circ-doc
This package includes the documentation for texlive-circ
%post -n texlive-circ
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-circ
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-circ
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-circ-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/circ/COPYING
%{_texmfdistdir}/doc/latex/circ/README
%{_texmfdistdir}/doc/latex/circ/cidoc.tex
%{_texmfdistdir}/doc/latex/circ/circ.pdf
%{_texmfdistdir}/doc/latex/circ/circ.txt
%{_texmfdistdir}/doc/latex/circ/cisyms.tex
%{_texmfdistdir}/doc/latex/circ/index.hlp
%files -n texlive-circ
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/circ/cibimos.mf
%{_texmfdistdir}/fonts/source/public/circ/cicirc.mf
%{_texmfdistdir}/fonts/source/public/circ/cidiod.mf
%{_texmfdistdir}/fonts/source/public/circ/cioptic.mf
%{_texmfdistdir}/fonts/source/public/circ/ciphysic.mf
%{_texmfdistdir}/fonts/source/public/circ/cirest.mf
%{_texmfdistdir}/fonts/source/public/circ/cisym.mf
%{_texmfdistdir}/fonts/source/public/circ/ciwidko.mf
%{_texmfdistdir}/fonts/source/public/circ/csym.mf
%{_texmfdistdir}/fonts/source/public/circ/defcirc.mf
%{_texmfdistdir}/fonts/tfm/public/circ/cioptic.tfm
%{_texmfdistdir}/tex/latex/circ/basic.def
%{_texmfdistdir}/tex/latex/circ/box.def
%{_texmfdistdir}/tex/latex/circ/circ.sty
%{_texmfdistdir}/tex/latex/circ/gate.def
%{_texmfdistdir}/tex/latex/circ/ic.def
%{_texmfdistdir}/tex/latex/circ/oldgate.def
%{_texmfdistdir}/tex/latex/circ/optics.def
%{_texmfdistdir}/tex/latex/circ/physics.def
/var/adm/update-scripts/texlive-circ-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
%package -n texlive-circuitikz
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn37410
Release: 0
Summary: Draw electrical networks with TikZ
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-circuitikz-doc >= %{texlive_version}
Provides: tex(circuitikz.code.tex)
Provides: tex(circuitikz.sty)
Provides: tex(circuitikz1.code.tex)
Provides: tex(pgfcircbipoles.tex)
Provides: tex(pgfcirccurrent.tex)
Provides: tex(pgfcircinputarrows.tex)
Provides: tex(pgfcirclabel.tex)
Provides: tex(pgfcircmath.tex)
Provides: tex(pgfcircmonopoles.tex)
Provides: tex(pgfcircnpoles.tex)
Provides: tex(pgfcircquadpoles.tex)
Provides: tex(pgfcircshapes.tex)
Provides: tex(pgfcirctripoles.tex)
Provides: tex(pgfcircutils.tex)
Provides: tex(pgfcircvoltage.tex)
Provides: tex(t-circuitikz.tex)
Requires: tex(siunitx.sty)
Requires: tex(tikz.sty)
Requires: tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source21: circuitikz.tar.xz
Source22: circuitikz.doc.tar.xz
%description -n texlive-circuitikz
The package provides a set of macros for naturally typesetting
electrical and (somewhat less naturally, perhaps) electronic
networks. It is designed as a tool that is easy to use, with a
lean syntax, native to LaTeX, and directly supporting PDF
output format. So is based on the very impressive pgf/TikZ
package.
date: 2015-05-15 12:08:27 +0000
%package -n texlive-circuitikz-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn37410
Release: 0
Summary: Documentation for texlive-circuitikz
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-circuitikz-doc
This package includes the documentation for texlive-circuitikz
%post -n texlive-circuitikz
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-circuitikz
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-circuitikz
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-circuitikz-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/circuitikz/circuitikz-context.tex
%{_texmfdistdir}/doc/generic/circuitikz/CHANGELOG
%{_texmfdistdir}/doc/generic/circuitikz/README
%{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.ltx
%{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.pdf
%{_texmfdistdir}/doc/latex/circuitikz/compatibility.ltx
%{_texmfdistdir}/doc/latex/circuitikz/compatibility.pdf
%files -n texlive-circuitikz
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/circuitikz/t-circuitikz.tex
%{_texmfdistdir}/tex/generic/circuitikz/circuitikz.code.tex
%{_texmfdistdir}/tex/generic/circuitikz/circuitikz1.code.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircbipoles.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcirccurrent.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircinputarrows.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcirclabel.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircmath.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircmonopoles.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircnpoles.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircquadpoles.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircshapes.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcirctripoles.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircutils.tex
%{_texmfdistdir}/tex/generic/circuitikz/pgfcircvoltage.tex
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz.sty
/var/adm/update-scripts/texlive-circuitikz-%{texlive_version}.%{texlive_noarch}.0.0.4svn37410-%{release}-zypper
%package -n texlive-cite
Version: %{texlive_version}.%{texlive_noarch}.5.5svn36428
Release: 0
Summary: Improved citation handling in 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}
Recommends: texlive-cite-doc >= %{texlive_version}
Provides: tex(chapterbib.sty)
Provides: tex(cite.sty)
Provides: tex(drftcite.sty)
Provides: tex(overcite.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source23: cite.tar.xz
Source24: cite.doc.tar.xz
%description -n texlive-cite
The package supports compressed, sorted lists of numerical
citations, and also deals with various punctuation and other
issues of representation, including comprehensive management of
break points. The package is compatible with both hyperref and
backref. The package is (unsurprisingly) part of the cite
bundle of the author's citation-related packages.
date: 2015-03-03 12:01:15 +0000
%package -n texlive-cite-doc
Version: %{texlive_version}.%{texlive_noarch}.5.5svn36428
Release: 0
Summary: Documentation for texlive-cite
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cite-doc
This package includes the documentation for texlive-cite
%post -n texlive-cite
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cite
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-cite
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-cite-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cite/README
%{_texmfdistdir}/doc/latex/cite/chapterbib.ltx
%{_texmfdistdir}/doc/latex/cite/chapterbib.pdf
%{_texmfdistdir}/doc/latex/cite/cite.ltx
%{_texmfdistdir}/doc/latex/cite/cite.pdf
%files -n texlive-cite
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cite/chapterbib.sty
%{_texmfdistdir}/tex/latex/cite/cite.sty
%{_texmfdistdir}/tex/latex/cite/drftcite.sty
%{_texmfdistdir}/tex/latex/cite/overcite.sty
/var/adm/update-scripts/texlive-cite-%{texlive_version}.%{texlive_noarch}.5.5svn36428-%{release}-zypper
%package -n texlive-citeall
Version: %{texlive_version}.%{texlive_noarch}.1.2svn37103
Release: 0
Summary: Cite all entries of a bbl created with biblatex
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-citeall-doc >= %{texlive_version}
Provides: tex(citeall.sty)
Requires: tex(expl3.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source25: citeall.tar.xz
Source26: citeall.doc.tar.xz
%description -n texlive-citeall
This small package allows to cite all entries of a bbl-file
created with biblatex (v1.9).
date: 2015-04-28 14:03:17 +0000
%package -n texlive-citeall-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn37103
Release: 0
Summary: Documentation for texlive-citeall
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-citeall-doc
This package includes the documentation for texlive-citeall
%post -n texlive-citeall
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-citeall
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-citeall
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-citeall-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/citeall/README
%{_texmfdistdir}/doc/latex/citeall/citeall.pdf
%{_texmfdistdir}/doc/latex/citeall/citeall.tex
%{_texmfdistdir}/doc/latex/citeall/examples-citeall.bib
%files -n texlive-citeall
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/citeall/citeall.sty
/var/adm/update-scripts/texlive-citeall-%{texlive_version}.%{texlive_noarch}.1.2svn37103-%{release}-zypper
%package -n texlive-cjhebrew
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn15878
Release: 0
Summary: Typeset Hebrew with 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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-cjhebrew-fonts >= %{texlive_version}
Recommends: texlive-cjhebrew-doc >= %{texlive_version}
Provides: tex(cjhblsm.tfm)
Provides: tex(cjhblsm.vf)
Provides: tex(cjhbltx.tfm)
Provides: tex(cjhbltx.vf)
Provides: tex(cjheblsm.tfm)
Provides: tex(cjhebltx.enc)
Provides: tex(cjhebltx.tfm)
Provides: tex(cjhebrew.map)
Provides: tex(cjhebrew.sty)
Provides: tex(rcjhblsm.tfm)
Provides: tex(rcjhbltx.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source27: cjhebrew.tar.xz
Source28: cjhebrew.doc.tar.xz
%description -n texlive-cjhebrew
The cjhebrew package provides Adobe Type 1 fonts for Hebrew,
and LaTeX macros to support their use. Hebrew text can be
vocalised, and a few accents are also available. The package
makes it easy to include Hebrew text in other-language
documents. The package makes use of the e-TeX extensions to
TeX, so should be run using an "e-LaTeX".
date: 2013-09-30 09:39:01 +0000
%package -n texlive-cjhebrew-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn15878
Release: 0
Summary: Documentation for texlive-cjhebrew
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cjhebrew-doc
This package includes the documentation for texlive-cjhebrew
%package -n texlive-cjhebrew-fonts
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn15878
Release: 0
Summary: Severed fonts for texlive-cjhebrew
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-cjhebrew-fonts
The separated fonts package for texlive-cjhebrew
%post -n texlive-cjhebrew
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+cjhebrew.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+cjhebrew.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map cjhebrew.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cjhebrew
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+cjhebrew.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-cjhebrew
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-cjhebrew-fonts
mkfontscale %{_datadir}/fonts/texlive-cjhebrew
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cjhebrew
fc-cache %{_datadir}/fonts
%postun -n texlive-cjhebrew-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cjhebrew-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cjhebrew/cjhebtst.tex
%{_texmfdistdir}/doc/fonts/cjhebrew/manual.pdf
%files -n texlive-cjhebrew
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjheblsm.afm
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjhebltx.afm
%{_texmfdistdir}/fonts/enc/dvips/cjhebrew/cjhebltx.enc
%{_texmfdistdir}/fonts/map/dvips/cjhebrew/cjhebrew.map
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhbltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjheblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhebltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhbltx.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cjhebrew/cjheblsm.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cjhebrew/cjhebltx.pfb
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhblsm.vf
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhbltx.vf
%{_texmfdistdir}/tex/latex/cjhebrew/cjhebrew.sty
%files -n texlive-cjhebrew-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cjhebrew
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cjhebrew.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cjhebrew/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cjhebrew/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cjhebrew/fonts.scale
%{_datadir}/fonts/texlive-cjhebrew/cjheblsm.pfb
%{_datadir}/fonts/texlive-cjhebrew/cjhebltx.pfb
/var/adm/update-scripts/texlive-cjhebrew-%{texlive_version}.%{texlive_noarch}.0.0.1asvn15878-%{release}-zypper
%package -n texlive-cjk
Version: %{texlive_version}.%{texlive_noarch}.4.8.4svn36951
Release: 0
Summary: CJK language support
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-arphic >= %{texlive_version}
Requires: texlive-cns >= %{texlive_version}
Requires: texlive-garuda-c90 >= %{texlive_version}
Requires: texlive-norasi-c90 >= %{texlive_version}
Requires: texlive-uhc >= %{texlive_version}
Requires: texlive-wadalab >= %{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-cjk-doc >= %{texlive_version}
Provides: tex(Bg5.enc)
Provides: tex(CJK.enc)
Provides: tex(CJK.sty)
Provides: tex(CJKfntef.sty)
Provides: tex(CJKnumb.sty)
Provides: tex(CJKspace.sty)
Provides: tex(CJKulem.sty)
Provides: tex(CJKutf8.sty)
Provides: tex(CJKvert.sty)
Provides: tex(EUC-JP.enc)
Provides: tex(EUC-JPdnp.enc)
Provides: tex(EUC-TW.enc)
Provides: tex(HK.enc)
Provides: tex(JISdnp.enc)
Provides: tex(KS.enc)
Provides: tex(KSHL.enc)
Provides: tex(MULEenc.sty)
Provides: tex(SJIS.enc)
Provides: tex(SJISdnp.enc)
Provides: tex(UTF8.enc)
Provides: tex(c00bkai.fd)
Provides: tex(c00bsmi.fd)
Provides: tex(c00bsmir.fd)
Provides: tex(c00cns.fd)
Provides: tex(c00fs.fd)
Provides: tex(c00kai.fd)
Provides: tex(c00kair.fd)
Provides: tex(c00song.fd)
Provides: tex(c01song.fd)
Provides: tex(c05song.fd)
Provides: tex(c09song.fd)
Provides: tex(c10fs.fd)
Provides: tex(c10gbsn.fd)
Provides: tex(c10gkai.fd)
Provides: tex(c10song.fd)
Provides: tex(c11song.fd)
Provides: tex(c19song.fd)
Provides: tex(c20song.fd)
Provides: tex(c21song.fd)
Provides: tex(c31song.fd)
Provides: tex(c32song.fd)
Provides: tex(c33song.fd)
Provides: tex(c34song.fd)
Provides: tex(c35song.fd)
Provides: tex(c36song.fd)
Provides: tex(c37song.fd)
Provides: tex(c40song.fd)
Provides: tex(c41song.fd)
Provides: tex(c42goth.fd)
Provides: tex(c42maru.fd)
Provides: tex(c42min.fd)
Provides: tex(c42song.fd)
Provides: tex(c43song.fd)
Provides: tex(c49song.fd)
Provides: tex(c50song.fd)
Provides: tex(c52maru.fd)
Provides: tex(c52min.fd)
Provides: tex(c60dr.fd)
Provides: tex(c60gr.fd)
Provides: tex(c60gs.fd)
Provides: tex(c60gt.fd)
Provides: tex(c60hgt.fd)
Provides: tex(c60hmj.fd)
Provides: tex(c60hol.fd)
Provides: tex(c60hpg.fd)
Provides: tex(c60mj.fd)
Provides: tex(c61dr.fd)
Provides: tex(c61gr.fd)
Provides: tex(c61gs.fd)
Provides: tex(c61gt.fd)
Provides: tex(c61hgt.fd)
Provides: tex(c61hmj.fd)
Provides: tex(c61hol.fd)
Provides: tex(c61hpg.fd)
Provides: tex(c61mj.fd)
Provides: tex(c62song.fd)
Provides: tex(c63bm.fd)
Provides: tex(c63dn.fd)
Provides: tex(c63gr.fd)
Provides: tex(c63gs.fd)
Provides: tex(c63gt.fd)
Provides: tex(c63jgt.fd)
Provides: tex(c63jmj.fd)
Provides: tex(c63jnv.fd)
Provides: tex(c63jsr.fd)
Provides: tex(c63mj.fd)
Provides: tex(c63pg.fd)
Provides: tex(c63pga.fd)
Provides: tex(c63ph.fd)
Provides: tex(c63pn.fd)
Provides: tex(c63sh.fd)
Provides: tex(c63tz.fd)
Provides: tex(c63vd.fd)
Provides: tex(c63yt.fd)
Provides: tex(c64bm.fd)
Provides: tex(c64dn.fd)
Provides: tex(c64gr.fd)
Provides: tex(c64gs.fd)
Provides: tex(c64gt.fd)
Provides: tex(c64jgt.fd)
Provides: tex(c64jmj.fd)
Provides: tex(c64jnv.fd)
Provides: tex(c64jsr.fd)
Provides: tex(c64mj.fd)
Provides: tex(c64pg.fd)
Provides: tex(c64pga.fd)
Provides: tex(c64ph.fd)
Provides: tex(c64pn.fd)
Provides: tex(c64sh.fd)
Provides: tex(c64tz.fd)
Provides: tex(c64vd.fd)
Provides: tex(c64yt.fd)
Provides: tex(c65bm.fd)
Provides: tex(c65dn.fd)
Provides: tex(c65gr.fd)
Provides: tex(c65gs.fd)
Provides: tex(c65gt.fd)
Provides: tex(c65jgt.fd)
Provides: tex(c65jmj.fd)
Provides: tex(c65jnv.fd)
Provides: tex(c65jsr.fd)
Provides: tex(c65mj.fd)
Provides: tex(c65pg.fd)
Provides: tex(c65pga.fd)
Provides: tex(c65ph.fd)
Provides: tex(c65pn.fd)
Provides: tex(c65sh.fd)
Provides: tex(c65tz.fd)
Provides: tex(c65vd.fd)
Provides: tex(c65yt.fd)
Provides: tex(c70bkai.fd)
Provides: tex(c70bsmi.fd)
Provides: tex(c70gbsn.fd)
Provides: tex(c70gkai.fd)
Provides: tex(c70goth.fd)
Provides: tex(c70maru.fd)
Provides: tex(c70min.fd)
Provides: tex(c70mj.fd)
Provides: tex(c70song.fd)
Provides: tex(c80song.fd)
Provides: tex(c81song.fd)
Provides: tex(c90cmr.fd)
Provides: tex(c90cmss.fd)
Provides: tex(c90cmtt.fd)
Provides: tex(c90enc.def)
Provides: tex(c90gar.fd)
Provides: tex(c90nrsr.fd)
Provides: tex(extended.enc)
Provides: tex(pinyin.ldf)
Provides: tex(pinyin.sty)
Provides: tex(pmCbig.enc)
Provides: tex(pmCsmall.enc)
Provides: tex(pshan.sty)
Provides: tex(ruby.sty)
Provides: tex(standard.enc)
Provides: tex(thaicjk.ldf)
Requires: tex(graphicx.sty)
Requires: tex(ifpdf.sty)
Requires: tex(inputenc.sty)
Requires: tex(ulem.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source29: cjk.tar.xz
Source30: cjk.doc.tar.xz
%description -n texlive-cjk
CJK is a macro package for LaTeX, providing simultaneous
support for various Asian scripts in many encodings (including
Unicode): Chinese (both traditional and simplified), Japanese,
Korean and Thai. A special add-on feature is an interface to
the Emacs editor (cjk-enc.el) which gives simultaneous, easy-to-
use support to a bunch of other scripts in addition to the
above -- Cyrillic, Greek, Latin-based scripts, Russian and
Vietnamese are supported.
date: 2015-04-18 14:38:29 +0000
%package -n texlive-cjk-doc
Version: %{texlive_version}.%{texlive_noarch}.4.8.4svn36951
Release: 0
Summary: Documentation for texlive-cjk
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cjk-doc
This package includes the documentation for texlive-cjk
%post -n texlive-cjk
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cjk
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-cjk
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-cjk-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cjk/ChangeLog
%{_texmfdistdir}/doc/latex/cjk/MANIFEST
%{_texmfdistdir}/doc/latex/cjk/Makefile
%{_texmfdistdir}/doc/latex/cjk/README
%{_texmfdistdir}/doc/latex/cjk/TODO
%{_texmfdistdir}/doc/latex/cjk/doc/CEF.txt
%{_texmfdistdir}/doc/latex/cjk/doc/CJK.txt
%{_texmfdistdir}/doc/latex/cjk/doc/CJKnumb.txt
%{_texmfdistdir}/doc/latex/cjk/doc/CJKspace.txt
%{_texmfdistdir}/doc/latex/cjk/doc/CJKutf8.txt
%{_texmfdistdir}/doc/latex/cjk/doc/COPYING
%{_texmfdistdir}/doc/latex/cjk/doc/INSTALL
%{_texmfdistdir}/doc/latex/cjk/doc/TDS.txt
%{_texmfdistdir}/doc/latex/cjk/doc/chinese/README
%{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEb5.tex
%{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEgb.tex
%{_texmfdistdir}/doc/latex/cjk/doc/chinese/emTeXb5.txt
%{_texmfdistdir}/doc/latex/cjk/doc/chinese/teTeXb5.txt
%{_texmfdistdir}/doc/latex/cjk/doc/cjk-enc.txt
%{_texmfdistdir}/doc/latex/cjk/doc/cjk/README
%{_texmfdistdir}/doc/latex/cjk/doc/cjk/READMEb5.cjk
%{_texmfdistdir}/doc/latex/cjk/doc/commands.txt
%{_texmfdistdir}/doc/latex/cjk/doc/dvidrv.txt
%{_texmfdistdir}/doc/latex/cjk/doc/fdxfiles.txt
%{_texmfdistdir}/doc/latex/cjk/doc/fonts.txt
%{_texmfdistdir}/doc/latex/cjk/doc/hbf2gf.txt
%{_texmfdistdir}/doc/latex/cjk/doc/history.2_5
%{_texmfdistdir}/doc/latex/cjk/doc/history.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/README
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/ascii.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.jis
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-fonts.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-tex.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/preview.txt
%{_texmfdistdir}/doc/latex/cjk/doc/japanese/shibuaki.txt
%{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEb5.pdf
%{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEgb.pdf
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/HOWTO.txt
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/bkai.map
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/map.list
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/updmap.my
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd
%{_texmfdistdir}/doc/latex/cjk/doc/pinyin.txt
%{_texmfdistdir}/doc/latex/cjk/doc/pyhyphen.txt
%{_texmfdistdir}/doc/latex/cjk/doc/reftex.txt
%{_texmfdistdir}/doc/latex/cjk/doc/ruby.txt
%{_texmfdistdir}/doc/latex/cjk/doc/thaifont.txt
%{_texmfdistdir}/doc/latex/cjk/doc/vertical.txt
%{_texmfdistdir}/doc/latex/cjk/examples/Big5.tex
%{_texmfdistdir}/doc/latex/cjk/examples/Big5vert.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CEF_test.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CJKbabel.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CJKfntef.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CJKmixed.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CJKspace.tex
%{_texmfdistdir}/doc/latex/cjk/examples/CJKutf8.tex
%{_texmfdistdir}/doc/latex/cjk/examples/GB.tex
%{_texmfdistdir}/doc/latex/cjk/examples/JIS.tex
%{_texmfdistdir}/doc/latex/cjk/examples/KS.tex
%{_texmfdistdir}/doc/latex/cjk/examples/README
%{_texmfdistdir}/doc/latex/cjk/examples/SJIS.tex
%{_texmfdistdir}/doc/latex/cjk/examples/UTF8.tex
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5vert.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/CEF_test.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/CJKbabel.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/SJIS.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/muletest.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/rubytest.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/cjk/thai.cjk
%{_texmfdistdir}/doc/latex/cjk/examples/muletest.tex
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5vert.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CEF_test.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKbabel.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKfntef.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKmixed.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKspace.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKutf8.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/GB.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/JIS.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/KS.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/SJIS.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/UTF8.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/muletest.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/py_test.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/pytest.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/rubytest.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai_utf8.pdf
%{_texmfdistdir}/doc/latex/cjk/examples/py_test.tex
%{_texmfdistdir}/doc/latex/cjk/examples/rubytest.tex
%{_texmfdistdir}/doc/latex/cjk/examples/thai.tex
%{_texmfdistdir}/doc/latex/cjk/texlive/bin-cjkutils.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/c90.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/cjk-build.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/cjk.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/dnp.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/garuda-c90.pl
%{_texmfdistdir}/doc/latex/cjk/texlive/norasi-c90.pl
%{_texmfdistdir}/doc/latex/cjk/utils/pyhyphen/pytest.tex
%files -n texlive-cjk
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/HK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00cns.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c01song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c05song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c09song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c80song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c81song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKfntef.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKnumb.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKspace.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKulem.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKutf8.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKvert.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c31song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c32song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c33song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c34song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c35song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c36song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c37song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c11song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c19song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c20song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c21song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c40song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c41song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c42song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c43song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c50song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c62song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/c49song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/mule/MULEenc.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pinyin.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pmC.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCbig.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCsmall.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/ruby.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmss.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmtt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90enc.def
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90gar.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90nrsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/thaicjk.ldf
%{_texmfdistdir}/tex/latex/cjk/utils/pyhyphen/pinyin.ldf
/var/adm/update-scripts/texlive-cjk-%{texlive_version}.%{texlive_noarch}.4.8.4svn36951-%{release}-zypper
%package -n texlive-cjk-gs-integrate
Version: %{texlive_version}.%{texlive_noarch}.20150506.1svn37266
Release: 0
Summary: Tools to integrate CJK fonts into Ghostscript
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-cjk-gs-integrate-bin >= %{texlive_version}
#!BuildIgnore: texlive-cjk-gs-integrate-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-cjk-gs-integrate-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source31: cjk-gs-integrate.tar.xz
Source32: cjk-gs-integrate.doc.tar.xz
%description -n texlive-cjk-gs-integrate
This script searches a list of directories for CJK fonts, and
makes them available to an installed GhostScript. In the
simplest case with sufficient privileges, a run without
arguments should effect in a complete setup of GhostScript.
date: 2015-05-07 04:24:18 +0000
%package -n texlive-cjk-gs-integrate-doc
Version: %{texlive_version}.%{texlive_noarch}.20150506.1svn37266
Release: 0
Summary: Documentation for texlive-cjk-gs-integrate
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cjk-gs-integrate-doc
This package includes the documentation for texlive-cjk-gs-integrate
%post -n texlive-cjk-gs-integrate
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cjk-gs-integrate
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-cjk-gs-integrate
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-cjk-gs-integrate-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/ChangeLog
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/README.md
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/macosx-filelist
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/Makefile
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-CNS1.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-GB1-012.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-GB1-345.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-GB1.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-Japan1.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/adobe-Korea1.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/cidtable.sty
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/japanese-updmap-tests/do-tests
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/japanese-updmap-tests/prn-variants.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/japanese-updmap-tests/report
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/otfcidsample.tex
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/test-runner.sh
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tools/mkgsfntspecs.sh
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tools/release.sh
%files -n texlive-cjk-gs-integrate
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/cjk-gs-integrate/cjk-gs-integrate.pl
/var/adm/update-scripts/texlive-cjk-gs-integrate-%{texlive_version}.%{texlive_noarch}.20150506.1svn37266-%{release}-zypper
%package -n texlive-cjk-ko
Version: %{texlive_version}.%{texlive_noarch}.1.7svn37899
Release: 0
Summary: Extension of the CJK package for Korean typesetting
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-cjk-ko-doc >= %{texlive_version}
Provides: tex(cjkutf8-josa.sty)
Provides: tex(cjkutf8-ko.sty)
Provides: tex(cjkutf8-nanummjhanja.sty)
Provides: tex(kolabels-utf.sty)
Provides: tex(konames-utf.sty)
Provides: tex(kotex.sty)
Requires: tex(CJKfntef.sty)
Requires: tex(CJKutf8.sty)
Requires: tex(fontenc.sty)
Requires: tex(kotexutf.sty)
Requires: tex(luatexko.sty)
Requires: tex(textcomp.sty)
Requires: tex(ulem.sty)
Requires: tex(xetexko.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source33: cjk-ko.tar.xz
Source34: cjk-ko.doc.tar.xz
%description -n texlive-cjk-ko
The package supports typesetting UTF-8-encoded modern Korean
documents with the help of the LaTeX2e CJK package. The package
requires nanumtype1 fonts.
date: 2015-07-19 05:58:52 +0000
%package -n texlive-cjk-ko-doc
Version: %{texlive_version}.%{texlive_noarch}.1.7svn37899
Release: 0
Summary: Documentation for texlive-cjk-ko
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-cjk-ko-doc:ko)
%description -n texlive-cjk-ko-doc
This package includes the documentation for texlive-cjk-ko
%post -n texlive-cjk-ko
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cjk-ko
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-cjk-ko
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-cjk-ko-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cjk-ko/ChangeLog
%{_texmfdistdir}/doc/latex/cjk-ko/README
%{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.pdf
%{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.tex
%files -n texlive-cjk-ko
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-josa.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-ko.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-nanummjhanja.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kolabels-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/konames-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kotex.sty
/var/adm/update-scripts/texlive-cjk-ko-%{texlive_version}.%{texlive_noarch}.1.7svn37899-%{release}-zypper
%package -n texlive-cjkpunct
Version: %{texlive_version}.%{texlive_noarch}.4.8.1_2svn15878
Release: 0
Summary: Adjust locations and kerning of CJK punctuation marks
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-cjkpunct-doc >= %{texlive_version}
Provides: tex(CJKpunct.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source35: cjkpunct.tar.xz
Source36: cjkpunct.doc.tar.xz
%description -n texlive-cjkpunct
The package serves as a companion package for CJK.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-cjkpunct-doc
Version: %{texlive_version}.%{texlive_noarch}.4.8.1_2svn15878
Release: 0
Summary: Documentation for texlive-cjkpunct
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cjkpunct-doc
This package includes the documentation for texlive-cjkpunct
%post -n texlive-cjkpunct
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cjkpunct
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-cjkpunct
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-cjkpunct-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.pdf
%{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.spa
%{_texmfdistdir}/doc/latex/cjkpunct/README
%{_texmfdistdir}/doc/latex/cjkpunct/README.zh-cn.txt
%{_texmfdistdir}/doc/latex/cjkpunct/examples/example-CJKfntef.tex
%{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gb.tex
%{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gbk.tex
%{_texmfdistdir}/doc/latex/cjkpunct/examples/example-utf8.tex
%{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-macros.tex
%{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-main.tex
%files -n texlive-cjkpunct
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cjkpunct/CJKpunct.sty
/var/adm/update-scripts/texlive-cjkpunct-%{texlive_version}.%{texlive_noarch}.4.8.1_2svn15878-%{release}-zypper
%package -n texlive-cjkutils
Version: %{texlive_version}.%{texlive_noarch}.svn37693
Release: 0
Summary: Package cjkutils
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-cjkutils-bin >= %{texlive_version}
#!BuildIgnore: texlive-cjkutils-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-cjkutils-doc >= %{texlive_version}
Provides: tex(b5ka12.cfg)
Provides: tex(b5kr12.cfg)
Provides: tex(b5so12.cfg)
Provides: tex(c1so12.cfg)
Provides: tex(c2so12.cfg)
Provides: tex(c3so12.cfg)
Provides: tex(c4so12.cfg)
Provides: tex(c5so12.cfg)
Provides: tex(c6so12.cfg)
Provides: tex(c7so12.cfg)
Provides: tex(csso12.cfg)
Provides: tex(gsfs14.cfg)
Provides: tex(j2so12.cfg)
Provides: tex(jsso12.cfg)
Provides: tex(ksso17.cfg)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source37: cjkutils.tar.xz
Source38: cjkutils.doc.tar.xz
%description -n texlive-cjkutils
The cjkutils package
%package -n texlive-cjkutils-doc
Version: %{texlive_version}.%{texlive_noarch}.svn37693
Release: 0
Summary: Documentation for texlive-cjkutils
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cjkutils-doc
This package includes the documentation for texlive-cjkutils
%post -n texlive-cjkutils
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cjkutils
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-cjkutils
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-cjkutils-doc
%defattr(-,root,root,755)
%{_mandir}/man1/bg5conv.1*
%{_mandir}/man1/cef5conv.1*
%{_mandir}/man1/cefconv.1*
%{_mandir}/man1/cefsconv.1*
%{_mandir}/man1/extconv.1*
%{_mandir}/man1/hbf2gf.1*
%{_mandir}/man1/sjisconv.1*
%files -n texlive-cjkutils
%defattr(-,root,root,755)
%{_texmfdistdir}/hbf2gf/README
%{_texmfdistdir}/hbf2gf/b5ka12.cfg
%{_texmfdistdir}/hbf2gf/b5kr12.cfg
%{_texmfdistdir}/hbf2gf/b5so12.cfg
%{_texmfdistdir}/hbf2gf/c1so12.cfg
%{_texmfdistdir}/hbf2gf/c2so12.cfg
%{_texmfdistdir}/hbf2gf/c3so12.cfg
%{_texmfdistdir}/hbf2gf/c4so12.cfg
%{_texmfdistdir}/hbf2gf/c5so12.cfg
%{_texmfdistdir}/hbf2gf/c6so12.cfg
%{_texmfdistdir}/hbf2gf/c7so12.cfg
%{_texmfdistdir}/hbf2gf/csso12.cfg
%{_texmfdistdir}/hbf2gf/gsfs14.cfg
%{_texmfdistdir}/hbf2gf/j2so12.cfg
%{_texmfdistdir}/hbf2gf/jsso12.cfg
%{_texmfdistdir}/hbf2gf/ksso17.cfg
/var/adm/update-scripts/texlive-cjkutils-%{texlive_version}.%{texlive_noarch}.svn37693-%{release}-zypper
%package -n texlive-classics
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29018
Release: 0
Summary: Cite classic works
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-classics-doc >= %{texlive_version}
Provides: tex(classics.sty)
Requires: tex(expl3.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source39: classics.tar.xz
Source40: classics.doc.tar.xz
%description -n texlive-classics
The package provides a basic framework to cite classic works
(specially from authors such as Homer, Plato, Aristotle,
Descartes, Hume, and Kant) in accordance with traditional
pagination systems. It may be used in conjunction with other
citation packages.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-classics-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn29018
Release: 0
Summary: Documentation for texlive-classics
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-classics-doc
This package includes the documentation for texlive-classics
%post -n texlive-classics
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-classics
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-classics
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-classics-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/classics/README
%{_texmfdistdir}/doc/latex/classics/classics.pdf
%{_texmfdistdir}/doc/latex/classics/classics.tex
%files -n texlive-classics
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/classics/classics.sty
/var/adm/update-scripts/texlive-classics-%{texlive_version}.%{texlive_noarch}.0.0.1svn29018-%{release}-zypper
%package -n texlive-classicthesis
Version: %{texlive_version}.%{texlive_noarch}.4.1svn27416
Release: 0
Summary: A "classically styled" thesis package
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-classicthesis-doc >= %{texlive_version}
Provides: tex(classicthesis.sty)
Requires: tex(beramono.sty)
Requires: tex(booktabs.sty)
Requires: tex(eulervm.sty)
Requires: tex(footmisc.sty)
Requires: tex(ifpdf.sty)
Requires: tex(ifthen.sty)
Requires: tex(ifxetex.sty)
Requires: tex(mathpazo.sty)
Requires: tex(microtype.sty)
Requires: tex(prelim2e.sty)
Requires: tex(remreset.sty)
Requires: tex(scrpage2.sty)
Requires: tex(scrtime.sty)
Requires: tex(soul.sty)
Requires: tex(textcase.sty)
Requires: tex(titlesec.sty)
Requires: tex(tocloft.sty)
Requires: tex(typearea.sty)
Requires: tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source41: classicthesis.tar.xz
Source42: classicthesis.doc.tar.xz
%description -n texlive-classicthesis
The classicthesis package provides an elegant layout designed
in homage to Bringhurst's "The Elements of Typographic Style".
It makes use of a range of techniques to get the best results
achievable using TeX. Included in the bundle are templates to
make thesis writing easier.
date: 2012-08-15 11:45:23 +0000
%package -n texlive-classicthesis-doc
Version: %{texlive_version}.%{texlive_noarch}.4.1svn27416
Release: 0
Summary: Documentation for texlive-classicthesis
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-classicthesis-doc
This package includes the documentation for texlive-classicthesis
%post -n texlive-classicthesis
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-classicthesis
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-classicthesis
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-classicthesis-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/classicthesis/Bibliography.bib
%{_texmfdistdir}/doc/latex/classicthesis/CHANGES
%{_texmfdistdir}/doc/latex/classicthesis/COPYING
%{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter01.tex
%{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter02.tex
%{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter03.tex
%{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter0A.tex
%{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.pdf
%{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tcp
%{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tex
%{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tps
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.pdf
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.tex
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.pdf
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.tex
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
%{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Abstract.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Colophon.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Contents.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Declaration.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Dedication.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Publication.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titleback.tex
%{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
%{_texmfdistdir}/doc/latex/classicthesis/LISTOFFILES
%{_texmfdistdir}/doc/latex/classicthesis/README
%{_texmfdistdir}/doc/latex/classicthesis/classicthesis-config.tex
%{_texmfdistdir}/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf
%{_texmfdistdir}/doc/latex/classicthesis/gfx/example_1.jpg
%{_texmfdistdir}/doc/latex/classicthesis/gfx/example_2.jpg
%{_texmfdistdir}/doc/latex/classicthesis/gfx/example_3.jpg
%{_texmfdistdir}/doc/latex/classicthesis/gfx/example_4.jpg
%files -n texlive-classicthesis
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/classicthesis/classicthesis.sty
/var/adm/update-scripts/texlive-classicthesis-%{texlive_version}.%{texlive_noarch}.4.1svn27416-%{release}-zypper
%package -n texlive-classpack
Version: %{texlive_version}.%{texlive_noarch}.0.0.77svn33101
Release: 0
Summary: XML mastering for LaTeX classes and packages
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-classpack-doc >= %{texlive_version}
Provides: tex(classpack.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source43: classpack.tar.xz
Source44: classpack.doc.tar.xz
%description -n texlive-classpack
The package provides an experiment in using XML (specifically
DocBook 5) to mark up and maintain LaTeX classes and packages.
XSLT 2 styleheets generate the .dtx and .ins distribution files
expected by end users.
date: 2014-03-06 11:57:31 +0000
%package -n texlive-classpack-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.77svn33101
Release: 0
Summary: Documentation for texlive-classpack
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-classpack-doc
This package includes the documentation for texlive-classpack
%post -n texlive-classpack
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-classpack
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-classpack
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-classpack-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/support/classpack/MANIFEST
%{_texmfdistdir}/doc/support/classpack/README
%{_texmfdistdir}/doc/support/classpack/classpack.pdf
%{_texmfdistdir}/doc/support/classpack/db2bibtex.xsl
%{_texmfdistdir}/doc/support/classpack/db2dtx.xsl
%{_texmfdistdir}/doc/support/classpack/db2plaintext.xsl
%{_texmfdistdir}/doc/support/classpack/decommentbbl.awk
%{_texmfdistdir}/doc/support/classpack/doctexbook.dtd
%{_texmfdistdir}/doc/support/classpack/getgis.sh
%{_texmfdistdir}/doc/support/classpack/lppl.xml
%{_texmfdistdir}/doc/support/classpack/prepost.xml
%{_texmfdistdir}/doc/support/classpack/readme.xml
%{_texmfdistdir}/doc/support/classpack/test.sh
%files -n texlive-classpack
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/classpack/classpack.sty
/var/adm/update-scripts/texlive-classpack-%{texlive_version}.%{texlive_noarch}.0.0.77svn33101-%{release}-zypper
%package -n texlive-clearsans
Version: %{texlive_version}.%{texlive_noarch}.svn34405
Release: 0
Summary: Clear Sans fonts with LaTeX support
License: Apache-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-clearsans-fonts >= %{texlive_version}
Recommends: texlive-clearsans-doc >= %{texlive_version}
Provides: tex(ClearSans-Bold-lf-ly1--base.tfm)
Provides: tex(ClearSans-Bold-lf-ly1.tfm)
Provides: tex(ClearSans-Bold-lf-ly1.vf)
Provides: tex(ClearSans-Bold-lf-ot1.tfm)
Provides: tex(ClearSans-Bold-lf-t1--base.tfm)
Provides: tex(ClearSans-Bold-lf-t1.tfm)
Provides: tex(ClearSans-Bold-lf-t1.vf)
Provides: tex(ClearSans-Bold-lf-ts1--base.tfm)
Provides: tex(ClearSans-Bold-lf-ts1.tfm)
Provides: tex(ClearSans-Bold-lf-ts1.vf)
Provides: tex(ClearSans-BoldItalic-lf-ly1--base.tfm)
Provides: tex(ClearSans-BoldItalic-lf-ly1.tfm)
Provides: tex(ClearSans-BoldItalic-lf-ly1.vf)
Provides: tex(ClearSans-BoldItalic-lf-ot1.tfm)
Provides: tex(ClearSans-BoldItalic-lf-t1--base.tfm)
Provides: tex(ClearSans-BoldItalic-lf-t1.tfm)
Provides: tex(ClearSans-BoldItalic-lf-t1.vf)
Provides: tex(ClearSans-BoldItalic-lf-ts1--base.tfm)
Provides: tex(ClearSans-BoldItalic-lf-ts1.tfm)
Provides: tex(ClearSans-BoldItalic-lf-ts1.vf)
Provides: tex(ClearSans-Italic-lf-ly1--base.tfm)
Provides: tex(ClearSans-Italic-lf-ly1.tfm)
Provides: tex(ClearSans-Italic-lf-ly1.vf)
Provides: tex(ClearSans-Italic-lf-ot1.tfm)
Provides: tex(ClearSans-Italic-lf-t1--base.tfm)
Provides: tex(ClearSans-Italic-lf-t1.tfm)
Provides: tex(ClearSans-Italic-lf-t1.vf)
Provides: tex(ClearSans-Italic-lf-ts1--base.tfm)
Provides: tex(ClearSans-Italic-lf-ts1.tfm)
Provides: tex(ClearSans-Italic-lf-ts1.vf)
Provides: tex(ClearSans-Light-lf-ly1--base.tfm)
Provides: tex(ClearSans-Light-lf-ly1.tfm)
Provides: tex(ClearSans-Light-lf-ly1.vf)
Provides: tex(ClearSans-Light-lf-ot1.tfm)
Provides: tex(ClearSans-Light-lf-t1--base.tfm)
Provides: tex(ClearSans-Light-lf-t1.tfm)
Provides: tex(ClearSans-Light-lf-t1.vf)
Provides: tex(ClearSans-Light-lf-ts1--base.tfm)
Provides: tex(ClearSans-Light-lf-ts1.tfm)
Provides: tex(ClearSans-Light-lf-ts1.vf)
Provides: tex(ClearSans-Medium-lf-ly1--base.tfm)
Provides: tex(ClearSans-Medium-lf-ly1.tfm)
Provides: tex(ClearSans-Medium-lf-ly1.vf)
Provides: tex(ClearSans-Medium-lf-ot1.tfm)
Provides: tex(ClearSans-Medium-lf-t1--base.tfm)
Provides: tex(ClearSans-Medium-lf-t1.tfm)
Provides: tex(ClearSans-Medium-lf-t1.vf)
Provides: tex(ClearSans-Medium-lf-ts1--base.tfm)
Provides: tex(ClearSans-Medium-lf-ts1.tfm)
Provides: tex(ClearSans-Medium-lf-ts1.vf)
Provides: tex(ClearSans-MediumItalic-lf-ly1--base.tfm)
Provides: tex(ClearSans-MediumItalic-lf-ly1.tfm)
Provides: tex(ClearSans-MediumItalic-lf-ly1.vf)
Provides: tex(ClearSans-MediumItalic-lf-ot1.tfm)
Provides: tex(ClearSans-MediumItalic-lf-t1--base.tfm)
Provides: tex(ClearSans-MediumItalic-lf-t1.tfm)
Provides: tex(ClearSans-MediumItalic-lf-t1.vf)
Provides: tex(ClearSans-MediumItalic-lf-ts1--base.tfm)
Provides: tex(ClearSans-MediumItalic-lf-ts1.tfm)
Provides: tex(ClearSans-MediumItalic-lf-ts1.vf)
Provides: tex(ClearSans-Thin-lf-ly1--base.tfm)
Provides: tex(ClearSans-Thin-lf-ly1.tfm)
Provides: tex(ClearSans-Thin-lf-ly1.vf)
Provides: tex(ClearSans-Thin-lf-ot1.tfm)
Provides: tex(ClearSans-Thin-lf-t1--base.tfm)
Provides: tex(ClearSans-Thin-lf-t1.tfm)
Provides: tex(ClearSans-Thin-lf-t1.vf)
Provides: tex(ClearSans-Thin-lf-ts1--base.tfm)
Provides: tex(ClearSans-Thin-lf-ts1.tfm)
Provides: tex(ClearSans-Thin-lf-ts1.vf)
Provides: tex(ClearSans-lf-ly1--base.tfm)
Provides: tex(ClearSans-lf-ly1.tfm)
Provides: tex(ClearSans-lf-ly1.vf)
Provides: tex(ClearSans-lf-ot1.tfm)
Provides: tex(ClearSans-lf-t1--base.tfm)
Provides: tex(ClearSans-lf-t1.tfm)
Provides: tex(ClearSans-lf-t1.vf)
Provides: tex(ClearSans-lf-ts1--base.tfm)
Provides: tex(ClearSans-lf-ts1.tfm)
Provides: tex(ClearSans-lf-ts1.vf)
Provides: tex(ClearSans.map)
Provides: tex(ClearSans.sty)
Provides: tex(LY1ClearSans-LF.fd)
Provides: tex(LY1ClearSansLight-LF.fd)
Provides: tex(LY1ClearSansThin-LF.fd)
Provides: tex(OT1ClearSans-LF.fd)
Provides: tex(OT1ClearSansLight-LF.fd)
Provides: tex(OT1ClearSansThin-LF.fd)
Provides: tex(T1ClearSans-LF.fd)
Provides: tex(T1ClearSansLight-LF.fd)
Provides: tex(T1ClearSansThin-LF.fd)
Provides: tex(TS1ClearSans-LF.fd)
Provides: tex(TS1ClearSansLight-LF.fd)
Provides: tex(TS1ClearSansThin-LF.fd)
Provides: tex(clr_er7w2x.enc)
Provides: tex(clr_nrghxx.enc)
Provides: tex(clr_y7ge35.enc)
Provides: tex(clr_zjpm5y.enc)
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 20150521
Source45: clearsans.tar.xz
Source46: clearsans.doc.tar.xz
%description -n texlive-clearsans
Clear Sans was designed by Daniel Ratighan at Monotype under
the direction of the User Experience team at Intel's Open
Source Technology Center. Clear Sans is available in three
weights (regular, medium, and bold) with corresponding italics,
plus light and thin upright (without italics). Clear Sans has
minimized, unambiguous characters and slightly narrow
proportions, making it ideal for UI design. Its strong,
recognizable forms avoid distracting ambiguity, making Clear
Sans comfortable for reading short UI labels and long passages
in both screen and print. The fonts are available in both
TrueType and Type 1 formats.
date: 2015-03-30 20:55:45 +0000
%package -n texlive-clearsans-doc
Version: %{texlive_version}.%{texlive_noarch}.svn34405
Release: 0
Summary: Documentation for texlive-clearsans
License: Apache-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-clearsans-doc
This package includes the documentation for texlive-clearsans
%package -n texlive-clearsans-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn34405
Release: 0
Summary: Severed fonts for texlive-clearsans
License: Apache-1.0
Group: Productivity/Publishing/TeX/Fonts
Url: http://www.tug.org/texlive/
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-clearsans-fonts
The separated fonts package for texlive-clearsans
%post -n texlive-clearsans
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+ClearSans.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ClearSans.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map ClearSans.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-clearsans
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+ClearSans.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-clearsans
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-clearsans-fonts
mkfontscale %{_datadir}/fonts/texlive-clearsans
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-clearsans
fc-cache %{_datadir}/fonts
%postun -n texlive-clearsans-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-clearsans-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/clearsans/LICENSE-2.0.txt
%{_texmfdistdir}/doc/fonts/clearsans/README
%{_texmfdistdir}/doc/fonts/clearsans/clear-samples.pdf
%{_texmfdistdir}/doc/fonts/clearsans/clear-samples.tex
%{_texmfdistdir}/doc/fonts/clearsans/clearsans.png
%files -n texlive-clearsans
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/clearsans/clr_er7w2x.enc
%{_texmfdistdir}/fonts/enc/dvips/clearsans/clr_nrghxx.enc
%{_texmfdistdir}/fonts/enc/dvips/clearsans/clr_y7ge35.enc
%{_texmfdistdir}/fonts/enc/dvips/clearsans/clr_zjpm5y.enc
%{_texmfdistdir}/fonts/map/dvips/clearsans/ClearSans.map
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Bold-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-BoldItalic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Italic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Light-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Medium-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-MediumItalic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-Thin-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/intel/clearsans/ClearSans-lf-ts1.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-BoldItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Italic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Light.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Medium.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-MediumItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/intel/clearsans/ClearSans-Thin.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Light.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Medium.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-MediumItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/intel/clearsans/ClearSans-Thin.pfb
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Bold-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Bold-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Bold-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-BoldItalic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-BoldItalic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-BoldItalic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Italic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Italic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Italic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Light-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Light-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Light-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Medium-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Medium-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Medium-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-MediumItalic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-MediumItalic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-MediumItalic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Thin-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Thin-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-Thin-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-lf-t1.vf
%{_texmfdistdir}/fonts/vf/intel/clearsans/ClearSans-lf-ts1.vf
%{_texmfdistdir}/tex/latex/clearsans/ClearSans.sty
%{_texmfdistdir}/tex/latex/clearsans/LY1ClearSans-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/LY1ClearSansLight-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/LY1ClearSansThin-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/OT1ClearSans-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/OT1ClearSansLight-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/OT1ClearSansThin-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/T1ClearSans-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/T1ClearSansLight-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/T1ClearSansThin-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/TS1ClearSans-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/TS1ClearSansLight-LF.fd
%{_texmfdistdir}/tex/latex/clearsans/TS1ClearSansThin-LF.fd
%files -n texlive-clearsans-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-clearsans
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-clearsans.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-clearsans/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-clearsans/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-clearsans/fonts.scale
%{_datadir}/fonts/texlive-clearsans/ClearSans-Bold.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-BoldItalic.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Italic.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Light.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Medium.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-MediumItalic.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Regular.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Thin.ttf
%{_datadir}/fonts/texlive-clearsans/ClearSans-Bold.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-BoldItalic.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-Italic.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-Light.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-Medium.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-MediumItalic.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-Regular.pfb
%{_datadir}/fonts/texlive-clearsans/ClearSans-Thin.pfb
/var/adm/update-scripts/texlive-clearsans-%{texlive_version}.%{texlive_noarch}.svn34405-%{release}-zypper
%package -n texlive-clefval
Version: %{texlive_version}.%{texlive_noarch}.0svn16549
Release: 0
Summary: Key/value support with a hash
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-clefval-doc >= %{texlive_version}
Provides: tex(clefval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source47: clefval.tar.xz
Source48: clefval.doc.tar.xz
%description -n texlive-clefval
This package provides only two macros viz. \TheKey and
\TheValue to define then use pairs of key/value and gives a
semblance of a hash. Syntax: \TheKey{key}{value} to define the
value associated to the key, does not produce text;
\TheValue{key} to return the value linked to the key. Both
arguments of \TheKey are 'moving' as LaTeX defines the term and
we have sometimes to protect them.
date: 2012-06-22 10:24:33 +0000
%package -n texlive-clefval-doc
Version: %{texlive_version}.%{texlive_noarch}.0svn16549
Release: 0
Summary: Documentation for texlive-clefval
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-clefval-doc:fr)
%description -n texlive-clefval-doc
This package includes the documentation for texlive-clefval
%post -n texlive-clefval
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-clefval
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-clefval
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-clefval-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/clefval/Changements
%{_texmfdistdir}/doc/latex/clefval/Changes
%{_texmfdistdir}/doc/latex/clefval/LISEZMOI
%{_texmfdistdir}/doc/latex/clefval/README
%{_texmfdistdir}/doc/latex/clefval/clefval.pdf
%{_texmfdistdir}/doc/latex/clefval/example.pdf
%{_texmfdistdir}/doc/latex/clefval/example.tex
%{_texmfdistdir}/doc/latex/clefval/exemple.pdf
%{_texmfdistdir}/doc/latex/clefval/exemple.tex
%files -n texlive-clefval
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/clefval/clefval.sty
/var/adm/update-scripts/texlive-clefval-%{texlive_version}.%{texlive_noarch}.0svn16549-%{release}-zypper
%package -n texlive-cleveref
Version: %{texlive_version}.%{texlive_noarch}.0.0.19svn32513
Release: 0
Summary: Intelligent cross-referencing
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-cleveref-doc >= %{texlive_version}
Provides: tex(cleveref.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source49: cleveref.tar.xz
Source50: cleveref.doc.tar.xz
%description -n texlive-cleveref
The package enhances LaTeX's cross-referencing features,
allowing the format of references to be determined
automatically according to the type of reference. The formats
used may be customised in the preamble of a document; babel
support is available (though the choice of languages remains
limited: currently Danish, Dutch, English, French, German,
Italian, Norwegian, Russian, Spanish and Ukranian). The package
also offers a means of referencing a list of references, each
formatted according to its type. In such lists, it can collapse
sequences of numerically-consecutive labels to a reference
range.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-cleveref-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.19svn32513
Release: 0
Summary: Documentation for texlive-cleveref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cleveref-doc
This package includes the documentation for texlive-cleveref
%post -n texlive-cleveref
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cleveref
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-cleveref
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-cleveref-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cleveref/README
%{_texmfdistdir}/doc/latex/cleveref/cleveref.pdf
%files -n texlive-cleveref
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cleveref/cleveref.sty
/var/adm/update-scripts/texlive-cleveref-%{texlive_version}.%{texlive_noarch}.0.0.19svn32513-%{release}-zypper
%package -n texlive-clipboard
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn28876
Release: 0
Summary: Copy and paste into and across 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-clipboard-doc >= %{texlive_version}
Provides: tex(clipboard.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source51: clipboard.tar.xz
Source52: clipboard.doc.tar.xz
%description -n texlive-clipboard
The clipboard package provides a basic framework for copying
and pasting text and commands into and across multiple
documents. It replaces the copypaste package.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-clipboard-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn28876
Release: 0
Summary: Documentation for texlive-clipboard
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-clipboard-doc
This package includes the documentation for texlive-clipboard
%post -n texlive-clipboard
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-clipboard
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-clipboard
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-clipboard-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/clipboard/README
%{_texmfdistdir}/doc/latex/clipboard/clipboard.pdf
%{_texmfdistdir}/doc/latex/clipboard/clipboard.tex
%files -n texlive-clipboard
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/clipboard/clipboard.sty
/var/adm/update-scripts/texlive-clipboard-%{texlive_version}.%{texlive_noarch}.0.0.2svn28876-%{release}-zypper
%package -n texlive-clock
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Graphical and textual clocks for TeX and 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}
Recommends: texlive-clock-doc >= %{texlive_version}
Provides: tex(clock.sty)
Provides: tex(clock.tex)
Provides: tex(clock.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source53: clock.tar.xz
Source54: clock.doc.tar.xz
%description -n texlive-clock
Features graphical clocks (with a classical 12h dial and two
hands) and text clocks (in 24h format) which can show system
time or any time the user desires. Works with both TeX and
LaTeX. The clock faces (appearances of the dial) are easily
expandable; the default uses a custom Metafont font.
date: 2012-06-25 21:32:47 +0000
%package -n texlive-clock-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-clock
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-clock-doc
This package includes the documentation for texlive-clock
%post -n texlive-clock
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-clock
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-clock
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-clock-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/clock/COPYING
%{_texmfdistdir}/doc/latex/clock/EMTEX
%{_texmfdistdir}/doc/latex/clock/HISTORY
%{_texmfdistdir}/doc/latex/clock/INSTALL
%{_texmfdistdir}/doc/latex/clock/MIKTEX
%{_texmfdistdir}/doc/latex/clock/README
%{_texmfdistdir}/doc/latex/clock/clockdoc.pdf
%{_texmfdistdir}/doc/latex/clock/clockdoc.tex
%files -n texlive-clock
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/clock/clock.mf
%{_texmfdistdir}/fonts/tfm/public/clock/clock.tfm
%{_texmfdistdir}/tex/latex/clock/clock.sty
%{_texmfdistdir}/tex/latex/clock/clock.tex
/var/adm/update-scripts/texlive-clock-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-cloze
Version: %{texlive_version}.%{texlive_noarch}.1.0svn37811
Release: 0
Summary: A LuaLaTeX package for creating cloze texts
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-cloze-doc >= %{texlive_version}
Provides: tex(cloze.sty)
Requires: tex(fontspec.sty)
Requires: tex(kvoptions.sty)
Requires: tex(luatexbase-mcb.sty)
Requires: tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source55: cloze.tar.xz
Source56: cloze.doc.tar.xz
%description -n texlive-cloze
This is a LuaLaTeX package for generating cloze texts. The main
feature of the package is that the formatting doesn't change
when using the hide and show options. There are three commands
and one environment to generate cloze texts: \cloze, \clozefix,
\closefil, and \closepar.
date: 2015-07-08 17:30:11 +0000
%package -n texlive-cloze-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn37811
Release: 0
Summary: Documentation for texlive-cloze
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cloze-doc
This package includes the documentation for texlive-cloze
%post -n texlive-cloze
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cloze
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-cloze
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-cloze-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/lualatex/cloze/README
%{_texmfdistdir}/doc/lualatex/cloze/README.md
%{_texmfdistdir}/doc/lualatex/cloze/cloze.pdf
%files -n texlive-cloze
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/cloze/cloze.lua
%{_texmfdistdir}/tex/lualatex/cloze/cloze.sty
/var/adm/update-scripts/texlive-cloze-%{texlive_version}.%{texlive_noarch}.1.0svn37811-%{release}-zypper
%package -n texlive-clrscode
Version: %{texlive_version}.%{texlive_noarch}.1.7svn15878
Release: 0
Summary: Typesets pseudocode as in Introduction to Algorithms
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-clrscode-doc >= %{texlive_version}
Provides: tex(clrscode.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source57: clrscode.tar.xz
Source58: clrscode.doc.tar.xz
%description -n texlive-clrscode
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
date: 2014-08-09 04:03:31 +0000
%package -n texlive-clrscode-doc
Version: %{texlive_version}.%{texlive_noarch}.1.7svn15878
Release: 0
Summary: Documentation for texlive-clrscode
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-clrscode-doc
This package includes the documentation for texlive-clrscode
%post -n texlive-clrscode
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-clrscode
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-clrscode
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-clrscode-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/clrscode/README
%{_texmfdistdir}/doc/latex/clrscode/clrscode.pdf
%files -n texlive-clrscode
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/clrscode/clrscode.sty
/var/adm/update-scripts/texlive-clrscode-%{texlive_version}.%{texlive_noarch}.1.7svn15878-%{release}-zypper
%package -n texlive-clrscode3e
Version: %{texlive_version}.%{texlive_noarch}.svn34887
Release: 0
Summary: Typesets pseudocode as in Introduction to Algorithms
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-clrscode3e-doc >= %{texlive_version}
Provides: tex(clrscode3e.sty)
Requires: tex(graphics.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source59: clrscode3e.tar.xz
Source60: clrscode3e.doc.tar.xz
%description -n texlive-clrscode3e
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Third edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. Use the commands the same way the package's author did
when writing the book, and your output will look just like the
pseudocode in the text.
date: 2014-08-20 06:37:40 +0000
%package -n texlive-clrscode3e-doc
Version: %{texlive_version}.%{texlive_noarch}.svn34887
Release: 0
Summary: Documentation for texlive-clrscode3e
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-clrscode3e-doc
This package includes the documentation for texlive-clrscode3e
%post -n texlive-clrscode3e
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-clrscode3e
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-clrscode3e
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-clrscode3e-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/clrscode3e/README
%{_texmfdistdir}/doc/latex/clrscode3e/README.TEXLIVE
%files -n texlive-clrscode3e
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/clrscode3e/clrscode3e.sty
/var/adm/update-scripts/texlive-clrscode3e-%{texlive_version}.%{texlive_noarch}.svn34887-%{release}-zypper
%package -n texlive-cm
Version: %{texlive_version}.%{texlive_noarch}.svn32865
Release: 0
Summary: Computer Modern fonts
License: SUSE-TeX
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}
Recommends: texlive-cm-doc >= %{texlive_version}
Provides: tex(cmb10.tfm)
Provides: tex(cmbcsc10.tfm)
Provides: tex(cmbsy10.tfm)
Provides: tex(cmbx10.tfm)
Provides: tex(cmbx12.tfm)
Provides: tex(cmbx5.tfm)
Provides: tex(cmbx6.tfm)
Provides: tex(cmbx7.tfm)
Provides: tex(cmbx8.tfm)
Provides: tex(cmbx9.tfm)
Provides: tex(cmbxsl10.tfm)
Provides: tex(cmbxti10.tfm)
Provides: tex(cmcsc10.tfm)
Provides: tex(cmdunh10.tfm)
Provides: tex(cmex10.tfm)
Provides: tex(cmff10.tfm)
Provides: tex(cmfi10.tfm)
Provides: tex(cmfib8.tfm)
Provides: tex(cminch.tfm)
Provides: tex(cmitt10.tfm)
Provides: tex(cmmi10.tfm)
Provides: tex(cmmi12.tfm)
Provides: tex(cmmi5.tfm)
Provides: tex(cmmi6.tfm)
Provides: tex(cmmi7.tfm)
Provides: tex(cmmi8.tfm)
Provides: tex(cmmi9.tfm)
Provides: tex(cmmib10.tfm)
Provides: tex(cmr10.tfm)
Provides: tex(cmr12.tfm)
Provides: tex(cmr17.tfm)
Provides: tex(cmr5.tfm)
Provides: tex(cmr6.tfm)
Provides: tex(cmr7.tfm)
Provides: tex(cmr8.tfm)
Provides: tex(cmr9.tfm)
Provides: tex(cmsl10.tfm)
Provides: tex(cmsl12.tfm)
Provides: tex(cmsl8.tfm)
Provides: tex(cmsl9.tfm)
Provides: tex(cmsltt10.tfm)
Provides: tex(cmss10.tfm)
Provides: tex(cmss12.tfm)
Provides: tex(cmss17.tfm)
Provides: tex(cmss8.tfm)
Provides: tex(cmss9.tfm)
Provides: tex(cmssbx10.tfm)
Provides: tex(cmssdc10.tfm)
Provides: tex(cmssi10.tfm)
Provides: tex(cmssi12.tfm)
Provides: tex(cmssi17.tfm)
Provides: tex(cmssi8.tfm)
Provides: tex(cmssi9.tfm)
Provides: tex(cmssq8.tfm)
Provides: tex(cmssqi8.tfm)
Provides: tex(cmsy10.tfm)
Provides: tex(cmsy5.tfm)
Provides: tex(cmsy6.tfm)
Provides: tex(cmsy7.tfm)
Provides: tex(cmsy8.tfm)
Provides: tex(cmsy9.tfm)
Provides: tex(cmtcsc10.tfm)
Provides: tex(cmtex10.tfm)
Provides: tex(cmtex8.tfm)
Provides: tex(cmtex9.tfm)
Provides: tex(cmtext-bsr-interpolated.map)
Provides: tex(cmti10.tfm)
Provides: tex(cmti12.tfm)
Provides: tex(cmti7.tfm)
Provides: tex(cmti8.tfm)
Provides: tex(cmti9.tfm)
Provides: tex(cmtt10.tfm)
Provides: tex(cmtt12.tfm)
Provides: tex(cmtt8.tfm)
Provides: tex(cmtt9.tfm)
Provides: tex(cmu10.tfm)
Provides: tex(cmvtt10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source61: cm.tar.xz
Source62: cm.doc.tar.xz
%description -n texlive-cm
Knuth's final iteration of his re-interpretation of a c.19
Modern-style font from Monotype. The family is comprehensive,
offering both sans and roman styles, and a monospaced font,
together with mathematics fonts closely integrated with the
mathematical facilities of TeX itself. The base fonts are
distributed as Metafont source, but autotraced PostScript Type
1 versions are available (one version in the AMS fonts
distribution, and also the BaKoMa distribution). The Computer
Modern fonts have inspired many later families, notably the
European Computer Modern and the Latin Modern families.
date: 2014-07-11 13:31:42 +0000
%package -n texlive-cm-doc
Version: %{texlive_version}.%{texlive_noarch}.svn32865
Release: 0
Summary: Documentation for texlive-cm
License: SUSE-TeX
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cm-doc
This package includes the documentation for texlive-cm
%post -n texlive-cm
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'MixedMap[[:blank:]]+cmtext-bsr-interpolated.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cmtext-bsr-interpolated.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cmtext-bsr-interpolated.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cm
if test $1 = 0; then
sed -ri 's/^(MixedMap[[:blank:]]+cmtext-bsr-interpolated.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-cm
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-cm-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cm/README
%{_texmfdistdir}/doc/fonts/cm/README-cmps.txt
%files -n texlive-cm
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/cm/cmtext-bsr-interpolated.map
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk
%{_texmfdistdir}/fonts/source/public/cm/accent.mf
%{_texmfdistdir}/fonts/source/public/cm/bigacc.mf
%{_texmfdistdir}/fonts/source/public/cm/bigdel.mf
%{_texmfdistdir}/fonts/source/public/cm/bigop.mf
%{_texmfdistdir}/fonts/source/public/cm/calu.mf
%{_texmfdistdir}/fonts/source/public/cm/cmb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbase.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbsy10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbxti10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmdunh10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmexb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmff10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmfi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmfib8.mf
%{_texmfdistdir}/fonts/source/public/cm/cminch.mf
%{_texmfdistdir}/fonts/source/public/cm/cmitt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmib10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmplain.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsltt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssbx10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssdc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssq8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssqi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmttb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmu10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmvtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/comlig.mf
%{_texmfdistdir}/fonts/source/public/cm/csc.mf
%{_texmfdistdir}/fonts/source/public/cm/cscspu.mf
%{_texmfdistdir}/fonts/source/public/cm/greekl.mf
%{_texmfdistdir}/fonts/source/public/cm/greeku.mf
%{_texmfdistdir}/fonts/source/public/cm/itald.mf
%{_texmfdistdir}/fonts/source/public/cm/italig.mf
%{_texmfdistdir}/fonts/source/public/cm/itall.mf
%{_texmfdistdir}/fonts/source/public/cm/italms.mf
%{_texmfdistdir}/fonts/source/public/cm/italp.mf
%{_texmfdistdir}/fonts/source/public/cm/italsp.mf
%{_texmfdistdir}/fonts/source/public/cm/mathex.mf
%{_texmfdistdir}/fonts/source/public/cm/mathit.mf
%{_texmfdistdir}/fonts/source/public/cm/mathsy.mf
%{_texmfdistdir}/fonts/source/public/cm/olddig.mf
%{_texmfdistdir}/fonts/source/public/cm/punct.mf
%{_texmfdistdir}/fonts/source/public/cm/roman.mf
%{_texmfdistdir}/fonts/source/public/cm/romand.mf
%{_texmfdistdir}/fonts/source/public/cm/romanl.mf
%{_texmfdistdir}/fonts/source/public/cm/romanp.mf
%{_texmfdistdir}/fonts/source/public/cm/romanu.mf
%{_texmfdistdir}/fonts/source/public/cm/romlig.mf
%{_texmfdistdir}/fonts/source/public/cm/romms.mf
%{_texmfdistdir}/fonts/source/public/cm/romspl.mf
%{_texmfdistdir}/fonts/source/public/cm/romspu.mf
%{_texmfdistdir}/fonts/source/public/cm/romsub.mf
%{_texmfdistdir}/fonts/source/public/cm/sym.mf
%{_texmfdistdir}/fonts/source/public/cm/symbol.mf
%{_texmfdistdir}/fonts/source/public/cm/texset.mf
%{_texmfdistdir}/fonts/source/public/cm/textit.mf
%{_texmfdistdir}/fonts/source/public/cm/title.mf
%{_texmfdistdir}/fonts/source/public/cm/tset.mf
%{_texmfdistdir}/fonts/source/public/cm/tsetsl.mf
%{_texmfdistdir}/fonts/source/public/cm/white_setup.mf
%{_texmfdistdir}/fonts/tfm/public/cm/cmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmff10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmvtt10.tfm
/var/adm/update-scripts/texlive-cm-%{texlive_version}.%{texlive_noarch}.svn32865-%{release}-zypper
%package -n texlive-cm-lgc
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn28250
Release: 0
Summary: Type 1 CM-based fonts for Latin, Greek and Cyrillic
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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-cm-lgc-fonts >= %{texlive_version}
Recommends: texlive-cm-lgc-doc >= %{texlive_version}
Provides: tex(8r-mod.enc)
Provides: tex(antcmlgc.sty)
Provides: tex(cm-lgc.map)
Provides: tex(cmlgc.sty)
Provides: tex(fcmb6a.tfm)
Provides: tex(fcmb6a.vf)
Provides: tex(fcmb6y.tfm)
Provides: tex(fcmb6z.tfm)
Provides: tex(fcmb7k.tfm)
Provides: tex(fcmb7k.vf)
Provides: tex(fcmb7t.tfm)
Provides: tex(fcmb7t.vf)
Provides: tex(fcmb8a.tfm)
Provides: tex(fcmb8c.tfm)
Provides: tex(fcmb8c.vf)
Provides: tex(fcmb8r.tfm)
Provides: tex(fcmb8t.tfm)
Provides: tex(fcmb8t.vf)
Provides: tex(fcmbc6a.tfm)
Provides: tex(fcmbc6a.vf)
Provides: tex(fcmbc6y.tfm)
Provides: tex(fcmbc6z.tfm)
Provides: tex(fcmbc7k.tfm)
Provides: tex(fcmbc7k.vf)
Provides: tex(fcmbc7t.tfm)
Provides: tex(fcmbc7t.vf)
Provides: tex(fcmbc8a.tfm)
Provides: tex(fcmbc8r.tfm)
Provides: tex(fcmbc8t.tfm)
Provides: tex(fcmbc8t.vf)
Provides: tex(fcmbcce.tfm)
Provides: tex(fcmbce.tfm)
Provides: tex(fcmbcgr.tfm)
Provides: tex(fcmbcgr.vf)
Provides: tex(fcmbcpg.tfm)
Provides: tex(fcmbgr.tfm)
Provides: tex(fcmbgr.vf)
Provides: tex(fcmbi6a.tfm)
Provides: tex(fcmbi6a.vf)
Provides: tex(fcmbi6y.tfm)
Provides: tex(fcmbi6z.tfm)
Provides: tex(fcmbi7k.tfm)
Provides: tex(fcmbi7k.vf)
Provides: tex(fcmbi7t.tfm)
Provides: tex(fcmbi7t.vf)
Provides: tex(fcmbi8a.tfm)
Provides: tex(fcmbi8c.tfm)
Provides: tex(fcmbi8c.vf)
Provides: tex(fcmbi8r.tfm)
Provides: tex(fcmbi8t.tfm)
Provides: tex(fcmbi8t.vf)
Provides: tex(fcmbice.tfm)
Provides: tex(fcmbigr.tfm)
Provides: tex(fcmbigr.vf)
Provides: tex(fcmbij8a.tfm)
Provides: tex(fcmbij8r.tfm)
Provides: tex(fcmbipg.tfm)
Provides: tex(fcmbo6a.tfm)
Provides: tex(fcmbo6a.vf)
Provides: tex(fcmbo6y.tfm)
Provides: tex(fcmbo6z.tfm)
Provides: tex(fcmbo7k.tfm)
Provides: tex(fcmbo7k.vf)
Provides: tex(fcmbo7t.tfm)
Provides: tex(fcmbo7t.vf)
Provides: tex(fcmbo8c.tfm)
Provides: tex(fcmbo8c.vf)
Provides: tex(fcmbo8r.tfm)
Provides: tex(fcmbo8t.tfm)
Provides: tex(fcmbo8t.vf)
Provides: tex(fcmboc8r.tfm)
Provides: tex(fcmboce.tfm)
Provides: tex(fcmbogr.tfm)
Provides: tex(fcmbogr.vf)
Provides: tex(fcmbopg.tfm)
Provides: tex(fcmbpg.tfm)
Provides: tex(fcmbu6a.tfm)
Provides: tex(fcmbu6a.vf)
Provides: tex(fcmbu6y.tfm)
Provides: tex(fcmbu6z.tfm)
Provides: tex(fcmbu7k.tfm)
Provides: tex(fcmbu7k.vf)
Provides: tex(fcmbu7t.tfm)
Provides: tex(fcmbu7t.vf)
Provides: tex(fcmbu8c.tfm)
Provides: tex(fcmbu8c.vf)
Provides: tex(fcmbu8r.tfm)
Provides: tex(fcmbu8t.tfm)
Provides: tex(fcmbu8t.vf)
Provides: tex(fcmbuce.tfm)
Provides: tex(fcmbugr.tfm)
Provides: tex(fcmbugr.vf)
Provides: tex(fcmbuj8r.tfm)
Provides: tex(fcmbupg.tfm)
Provides: tex(fcmr6a.tfm)
Provides: tex(fcmr6a.vf)
Provides: tex(fcmr6y.tfm)
Provides: tex(fcmr6z.tfm)
Provides: tex(fcmr7k.tfm)
Provides: tex(fcmr7k.vf)
Provides: tex(fcmr7t.tfm)
Provides: tex(fcmr7t.vf)
Provides: tex(fcmr8a.tfm)
Provides: tex(fcmr8c.tfm)
Provides: tex(fcmr8c.vf)
Provides: tex(fcmr8r.tfm)
Provides: tex(fcmr8t.tfm)
Provides: tex(fcmr8t.vf)
Provides: tex(fcmrc6a.tfm)
Provides: tex(fcmrc6a.vf)
Provides: tex(fcmrc6y.tfm)
Provides: tex(fcmrc6z.tfm)
Provides: tex(fcmrc7k.tfm)
Provides: tex(fcmrc7k.vf)
Provides: tex(fcmrc7t.tfm)
Provides: tex(fcmrc7t.vf)
Provides: tex(fcmrc8a.tfm)
Provides: tex(fcmrc8r.tfm)
Provides: tex(fcmrc8t.tfm)
Provides: tex(fcmrc8t.vf)
Provides: tex(fcmrcce.tfm)
Provides: tex(fcmrce.tfm)
Provides: tex(fcmrcgr.tfm)
Provides: tex(fcmrcgr.vf)
Provides: tex(fcmrcpg.tfm)
Provides: tex(fcmrgr.tfm)
Provides: tex(fcmrgr.vf)
Provides: tex(fcmri6a.tfm)
Provides: tex(fcmri6a.vf)
Provides: tex(fcmri6y.tfm)
Provides: tex(fcmri6z.tfm)
Provides: tex(fcmri7k.tfm)
Provides: tex(fcmri7k.vf)
Provides: tex(fcmri7t.tfm)
Provides: tex(fcmri7t.vf)
Provides: tex(fcmri8a.tfm)
Provides: tex(fcmri8c.tfm)
Provides: tex(fcmri8c.vf)
Provides: tex(fcmri8r.tfm)
Provides: tex(fcmri8t.tfm)
Provides: tex(fcmri8t.vf)
Provides: tex(fcmrice.tfm)
Provides: tex(fcmrigr.tfm)
Provides: tex(fcmrigr.vf)
Provides: tex(fcmrij8a.tfm)
Provides: tex(fcmrij8r.tfm)
Provides: tex(fcmripg.tfm)
Provides: tex(fcmro6a.tfm)
Provides: tex(fcmro6a.vf)
Provides: tex(fcmro6y.tfm)
Provides: tex(fcmro6z.tfm)
Provides: tex(fcmro7k.tfm)
Provides: tex(fcmro7k.vf)
Provides: tex(fcmro7t.tfm)
Provides: tex(fcmro7t.vf)
Provides: tex(fcmro8c.tfm)
Provides: tex(fcmro8c.vf)
Provides: tex(fcmro8r.tfm)
Provides: tex(fcmro8t.tfm)
Provides: tex(fcmro8t.vf)
Provides: tex(fcmroc8r.tfm)
Provides: tex(fcmroce.tfm)
Provides: tex(fcmrogr.tfm)
Provides: tex(fcmrogr.vf)
Provides: tex(fcmropg.tfm)
Provides: tex(fcmrpg.tfm)
Provides: tex(fcmru6a.tfm)
Provides: tex(fcmru6a.vf)
Provides: tex(fcmru6y.tfm)
Provides: tex(fcmru6z.tfm)
Provides: tex(fcmru7k.tfm)
Provides: tex(fcmru7k.vf)
Provides: tex(fcmru7t.tfm)
Provides: tex(fcmru7t.vf)
Provides: tex(fcmru8c.tfm)
Provides: tex(fcmru8c.vf)
Provides: tex(fcmru8r.tfm)
Provides: tex(fcmru8t.tfm)
Provides: tex(fcmru8t.vf)
Provides: tex(fcmruce.tfm)
Provides: tex(fcmrugr.tfm)
Provides: tex(fcmrugr.vf)
Provides: tex(fcmruj8r.tfm)
Provides: tex(fcmrupg.tfm)
Provides: tex(fcsb6a.tfm)
Provides: tex(fcsb6a.vf)
Provides: tex(fcsb6y.tfm)
Provides: tex(fcsb6z.tfm)
Provides: tex(fcsb7k.tfm)
Provides: tex(fcsb7k.vf)
Provides: tex(fcsb7t.tfm)
Provides: tex(fcsb7t.vf)
Provides: tex(fcsb8a.tfm)
Provides: tex(fcsb8c.tfm)
Provides: tex(fcsb8c.vf)
Provides: tex(fcsb8r.tfm)
Provides: tex(fcsb8t.tfm)
Provides: tex(fcsb8t.vf)
Provides: tex(fcsbce.tfm)
Provides: tex(fcsbgr.tfm)
Provides: tex(fcsbgr.vf)
Provides: tex(fcsbo6a.tfm)
Provides: tex(fcsbo6a.vf)
Provides: tex(fcsbo6y.tfm)
Provides: tex(fcsbo6z.tfm)
Provides: tex(fcsbo7k.tfm)
Provides: tex(fcsbo7k.vf)
Provides: tex(fcsbo7t.tfm)
Provides: tex(fcsbo7t.vf)
Provides: tex(fcsbo8a.tfm)
Provides: tex(fcsbo8c.tfm)
Provides: tex(fcsbo8c.vf)
Provides: tex(fcsbo8r.tfm)
Provides: tex(fcsbo8t.tfm)
Provides: tex(fcsbo8t.vf)
Provides: tex(fcsboce.tfm)
Provides: tex(fcsbogr.tfm)
Provides: tex(fcsbogr.vf)
Provides: tex(fcsbopg.tfm)
Provides: tex(fcsbpg.tfm)
Provides: tex(fcsr6a.tfm)
Provides: tex(fcsr6a.vf)
Provides: tex(fcsr6y.tfm)
Provides: tex(fcsr6z.tfm)
Provides: tex(fcsr7k.tfm)
Provides: tex(fcsr7k.vf)
Provides: tex(fcsr7t.tfm)
Provides: tex(fcsr7t.vf)
Provides: tex(fcsr8a.tfm)
Provides: tex(fcsr8c.tfm)
Provides: tex(fcsr8c.vf)
Provides: tex(fcsr8r.tfm)
Provides: tex(fcsr8t.tfm)
Provides: tex(fcsr8t.vf)
Provides: tex(fcsrce.tfm)
Provides: tex(fcsrgr.tfm)
Provides: tex(fcsrgr.vf)
Provides: tex(fcsro6a.tfm)
Provides: tex(fcsro6a.vf)
Provides: tex(fcsro6y.tfm)
Provides: tex(fcsro6z.tfm)
Provides: tex(fcsro7k.tfm)
Provides: tex(fcsro7k.vf)
Provides: tex(fcsro7t.tfm)
Provides: tex(fcsro7t.vf)
Provides: tex(fcsro8a.tfm)
Provides: tex(fcsro8c.tfm)
Provides: tex(fcsro8c.vf)
Provides: tex(fcsro8r.tfm)
Provides: tex(fcsro8t.tfm)
Provides: tex(fcsro8t.vf)
Provides: tex(fcsroce.tfm)
Provides: tex(fcsrogr.tfm)
Provides: tex(fcsrogr.vf)
Provides: tex(fcsropg.tfm)
Provides: tex(fcsrpg.tfm)
Provides: tex(fctr6a.tfm)
Provides: tex(fctr6a.vf)
Provides: tex(fctr6y.tfm)
Provides: tex(fctr6z.tfm)
Provides: tex(fctr7k.tfm)
Provides: tex(fctr7k.vf)
Provides: tex(fctr7t.tfm)
Provides: tex(fctr7t.vf)
Provides: tex(fctr8a.tfm)
Provides: tex(fctr8c.tfm)
Provides: tex(fctr8c.vf)
Provides: tex(fctr8r.tfm)
Provides: tex(fctr8t.tfm)
Provides: tex(fctr8t.vf)
Provides: tex(fctrc6a.tfm)
Provides: tex(fctrc6a.vf)
Provides: tex(fctrc6y.tfm)
Provides: tex(fctrc6z.tfm)
Provides: tex(fctrc7k.tfm)
Provides: tex(fctrc7k.vf)
Provides: tex(fctrc7t.tfm)
Provides: tex(fctrc7t.vf)
Provides: tex(fctrc8a.tfm)
Provides: tex(fctrc8r.tfm)
Provides: tex(fctrc8t.tfm)
Provides: tex(fctrc8t.vf)
Provides: tex(fctrcce.tfm)
Provides: tex(fctrce.tfm)
Provides: tex(fctrcgr.tfm)
Provides: tex(fctrcgr.vf)
Provides: tex(fctrcpg.tfm)
Provides: tex(fctrgr.tfm)
Provides: tex(fctrgr.vf)
Provides: tex(fctri6a.tfm)
Provides: tex(fctri6a.vf)
Provides: tex(fctri6y.tfm)
Provides: tex(fctri6z.tfm)
Provides: tex(fctri7k.tfm)
Provides: tex(fctri7k.vf)
Provides: tex(fctri7t.tfm)
Provides: tex(fctri7t.vf)
Provides: tex(fctri8a.tfm)
Provides: tex(fctri8c.tfm)
Provides: tex(fctri8c.vf)
Provides: tex(fctri8r.tfm)
Provides: tex(fctri8t.tfm)
Provides: tex(fctri8t.vf)
Provides: tex(fctrice.tfm)
Provides: tex(fctrigr.tfm)
Provides: tex(fctrigr.vf)
Provides: tex(fctrij8a.tfm)
Provides: tex(fctrij8r.tfm)
Provides: tex(fctripg.tfm)
Provides: tex(fctro6a.tfm)
Provides: tex(fctro6a.vf)
Provides: tex(fctro6y.tfm)
Provides: tex(fctro6z.tfm)
Provides: tex(fctro7k.tfm)
Provides: tex(fctro7k.vf)
Provides: tex(fctro7t.tfm)
Provides: tex(fctro7t.vf)
Provides: tex(fctro8c.tfm)
Provides: tex(fctro8c.vf)
Provides: tex(fctro8r.tfm)
Provides: tex(fctro8t.tfm)
Provides: tex(fctro8t.vf)
Provides: tex(fctroc8r.tfm)
Provides: tex(fctroce.tfm)
Provides: tex(fctrogr.tfm)
Provides: tex(fctrogr.vf)
Provides: tex(fctropg.tfm)
Provides: tex(fctrpg.tfm)
Provides: tex(fctru6a.tfm)
Provides: tex(fctru6a.vf)
Provides: tex(fctru6y.tfm)
Provides: tex(fctru6z.tfm)
Provides: tex(fctru7k.tfm)
Provides: tex(fctru7k.vf)
Provides: tex(fctru7t.tfm)
Provides: tex(fctru7t.vf)
Provides: tex(fctru8c.tfm)
Provides: tex(fctru8c.vf)
Provides: tex(fctru8r.tfm)
Provides: tex(fctru8t.tfm)
Provides: tex(fctru8t.vf)
Provides: tex(fctruce.tfm)
Provides: tex(fctrugr.tfm)
Provides: tex(fctrugr.vf)
Provides: tex(fctruj8r.tfm)
Provides: tex(fctrupg.tfm)
Provides: tex(lgrfcm.fd)
Provides: tex(lgrfcs.fd)
Provides: tex(lgrfct.fd)
Provides: tex(ot1fcm.fd)
Provides: tex(ot1fcs.fd)
Provides: tex(ot1fct.fd)
Provides: tex(ot2fcm.fd)
Provides: tex(ot2fcs.fd)
Provides: tex(ot2fct.fd)
Provides: tex(t1fcm.fd)
Provides: tex(t1fcs.fd)
Provides: tex(t1fct.fd)
Provides: tex(t2afcm.fd)
Provides: tex(t2afcs.fd)
Provides: tex(t2afct.fd)
Provides: tex(ts1fcm.fd)
Provides: tex(ts1fcs.fd)
Provides: tex(ts1fct.fd)
Provides: tex(ut1fcm.fd)
Provides: tex(ut1fcs.fd)
Provides: tex(ut1fct.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source63: cm-lgc.tar.xz
Source64: cm-lgc.doc.tar.xz
%description -n texlive-cm-lgc
The fonts are converted from Metafont sources of the Computer
Modern font families, using textrace. Supported encodings are:
T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package
also includes Unicode virtual fonts for use with Omega. The
font set is not a replacement for any of the other Computer
Modern-based font sets (for example, cm-super for Latin and
Cyrillic, or cbgreek for Greek), since it is available at a
single size only; it offers a compact set for 'general'
working. The fonts themselves are encoded to external
standards, and virtual fonts are provided for use with TeX.
date: 2012-12-31 09:40:46 +0000
%package -n texlive-cm-lgc-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn28250
Release: 0
Summary: Documentation for texlive-cm-lgc
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cm-lgc-doc
This package includes the documentation for texlive-cm-lgc
%package -n texlive-cm-lgc-fonts
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn28250
Release: 0
Summary: Severed fonts for texlive-cm-lgc
License: GPL-2.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-cm-lgc-fonts
The separated fonts package for texlive-cm-lgc
%post -n texlive-cm-lgc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+cm-lgc.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+cm-lgc.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map cm-lgc.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cm-lgc
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+cm-lgc.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-cm-lgc
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-cm-lgc-fonts
mkfontscale %{_datadir}/fonts/texlive-cm-lgc
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cm-lgc
fc-cache %{_datadir}/fonts
%postun -n texlive-cm-lgc-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cm-lgc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cm-lgc/COPYING
%{_texmfdistdir}/doc/fonts/cm-lgc/HISTORY
%{_texmfdistdir}/doc/fonts/cm-lgc/INSTALL
%{_texmfdistdir}/doc/fonts/cm-lgc/README
%{_texmfdistdir}/doc/fonts/cm-lgc/scripts.tar.gz
%files -n texlive-cm-lgc
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbcce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbice.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbijce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbipg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrcce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrice.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrijce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsboce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbopg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsrce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsroce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsropg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrcce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrice.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrijce.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrpg.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-lgc/8r-mod.enc
%{_texmfdistdir}/fonts/map/dvips/cm-lgc/cm-lgc.map
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbiut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbuut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmruut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctruut.ofm
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbiut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbuut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmruut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctruut.ovf
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbice.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbipg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmboc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmboce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbopg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbu8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbuce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbugr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbuj8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbupg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrice.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmroc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmroce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmropg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmru8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmruce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrugr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmruj8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrupg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsboce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbopg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsroce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsropg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrice.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctroc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctroce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctropg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru7k.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru7t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctru8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctruce.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrugr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctruj8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrupg.tfm
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbice.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbice.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrice.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrice.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsboce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsboce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsroce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsroce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrice.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrice.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijce.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijce.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.inf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.pfb
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbo6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbo7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbo7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbo8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbo8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbu6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbu7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbu7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbu8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbu8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbugr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmro6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmro7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmro7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmro8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmro8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmru6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmru7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmru7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmru8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmru8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrugr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctro6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctro7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctro7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctro8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctro8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctru6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctru7k.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctru7t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctru8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctru8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrugr.vf
%{_texmfdistdir}/tex/latex/cm-lgc/antcmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/cmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot2fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot2fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ot2fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fct.fd
%files -n texlive-cm-lgc-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cm-lgc
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cm-lgc.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-lgc/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-lgc/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-lgc/fonts.scale
%{_datadir}/fonts/texlive-cm-lgc/fcmb6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmb6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmb8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbc6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbc6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbc8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbcce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbcpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbi6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbi6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbi8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbice.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbij6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbij6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbij8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbijce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbijpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbipg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmbpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmr6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmr6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmr8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrc6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrc6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrc8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrcce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrcpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmri6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmri6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmri8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrice.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrij6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrij6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrij8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrijce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrijpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmripg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcmrpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsb6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsb6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsb8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbo6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbo6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbo8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsboce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbopg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsbpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsr6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsr6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsr8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsrce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsro6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsro6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsro8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsroce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsropg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fcsrpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctr6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctr6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctr8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrc6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrc6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrc8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrcce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrcpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctri6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctri6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctri8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrice.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrij6y.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrij6z.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrij8a.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrijce.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrijpg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctripg.pfb
%{_datadir}/fonts/texlive-cm-lgc/fctrpg.pfb
/var/adm/update-scripts/texlive-cm-lgc-%{texlive_version}.%{texlive_noarch}.0.0.5svn28250-%{release}-zypper
%package -n texlive-cm-super
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: CM-Super family of fonts
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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-cm-super-fonts >= %{texlive_version}
Recommends: texlive-cm-super-doc >= %{texlive_version}
Provides: tex(cm-super-t1.enc)
Provides: tex(cm-super-t1.map)
Provides: tex(cm-super-t2a.enc)
Provides: tex(cm-super-t2a.map)
Provides: tex(cm-super-t2b.enc)
Provides: tex(cm-super-t2b.map)
Provides: tex(cm-super-t2c.enc)
Provides: tex(cm-super-t2c.map)
Provides: tex(cm-super-ts1.enc)
Provides: tex(cm-super-ts1.map)
Provides: tex(cm-super-x2.enc)
Provides: tex(cm-super-x2.map)
Provides: tex(type1ec.sty)
Requires: tex(t1cmr.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source65: cm-super.tar.xz
Source66: cm-super.doc.tar.xz
%description -n texlive-cm-super
The CM-Super family provides Adobe Type 1 fonts that replace
the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded
Concrete, T1/TS1-encoded CM bright and LH Cyrillic fonts (thus
supporting all European languages except Greek), and bringing
many ameliorations in typesetting quality. The fonts exhibit
the same metrics as the Metafont-encoded originals.
date: 2014-07-11 13:31:42 +0000
%package -n texlive-cm-super-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-cm-super
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cm-super-doc
This package includes the documentation for texlive-cm-super
%package -n texlive-cm-super-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Severed fonts for texlive-cm-super
License: GPL-2.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-cm-super-fonts
The separated fonts package for texlive-cm-super
%post -n texlive-cm-super
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'MixedMap[[:blank:]]+cm-super-t1.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-t1.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-t1.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'MixedMap[[:blank:]]+cm-super-t2a.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-t2a.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-t2a.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'MixedMap[[:blank:]]+cm-super-t2b.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-t2b.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-t2b.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'MixedMap[[:blank:]]+cm-super-t2c.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-t2c.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-t2c.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'MixedMap[[:blank:]]+cm-super-ts1.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-ts1.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-ts1.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'MixedMap[[:blank:]]+cm-super-x2.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cm-super-x2.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cm-super-x2.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cm-super
if test $1 = 0; then
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-t1.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-t2a.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-t2b.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-t2c.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-ts1.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(MixedMap[[:blank:]]+cm-super-x2.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-cm-super
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-cm-super-fonts
mkfontscale %{_datadir}/fonts/texlive-cm-super
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cm-super
fc-cache %{_datadir}/fonts
%postun -n texlive-cm-super-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cm-super-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cm-super/COPYING
%{_texmfdistdir}/doc/fonts/cm-super/ChangeLog
%{_texmfdistdir}/doc/fonts/cm-super/FAQ
%{_texmfdistdir}/doc/fonts/cm-super/INSTALL
%{_texmfdistdir}/doc/fonts/cm-super/README
%{_texmfdistdir}/doc/fonts/cm-super/TODO
%{_texmfdistdir}/doc/fonts/cm-super/cm-super-inf.tar.bz2
%files -n texlive-cm-super
%defattr(-,root,root,755)
%{_texmfdistdir}/dvips/cm-super/cm-super.GS
%{_texmfdistdir}/dvips/cm-super/config.cm-super
%{_texmfdistdir}/fonts/afm/public/cm-super/isflb8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isfli8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isflo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isflq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isfltt8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbbx10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbtl10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbto10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflb8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfli8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfltt8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfocc10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform5.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform6.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform7.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl5.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl6.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl7.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoti10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfqi8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfssdc10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc3583.afm.gz
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-x2.enc
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t1.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2a.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2b.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2c.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-ts1.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-x2.map
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t1.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2a.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2b.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2c.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-ts1.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-x2.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super.ali
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/isflb8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/isfli8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/isflo8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/isflq8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/isfltt8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbbx10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbi3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbl3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbm3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbso10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbso17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbso8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbso9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbtl10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbto10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfbx3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfcc3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfci3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfdh3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffb2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfff2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffi2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sffs2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfit2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sflb8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfli8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sflo8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sflq8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfltt8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoc3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfocc10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sform9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfosl9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfoti10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfqi8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrb3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfrm3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsc3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsi3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsl3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfso3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsq8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfss3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfssdc10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfst3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfsx3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftc3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfti3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sftt3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfui3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvi3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfvt3583.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0500.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0600.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0700.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0800.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0900.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1000.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1095.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1200.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1440.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1728.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2074.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2488.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2986.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-super/sfxc3583.pfb
%{_texmfdistdir}/tex/latex/cm-super/type1ec.sty
%files -n texlive-cm-super-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cm-super
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cm-super.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-super/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-super/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-super/fonts.scale
%{_datadir}/fonts/texlive-cm-super/isflb8.pfb
%{_datadir}/fonts/texlive-cm-super/isfli8.pfb
%{_datadir}/fonts/texlive-cm-super/isflo8.pfb
%{_datadir}/fonts/texlive-cm-super/isflq8.pfb
%{_datadir}/fonts/texlive-cm-super/isfltt8.pfb
%{_datadir}/fonts/texlive-cm-super/sfbbx10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfbi3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfbl3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfbm3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmo10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmo17.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmo8.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmo9.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmr10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmr17.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmr8.pfb
%{_datadir}/fonts/texlive-cm-super/sfbmr9.pfb
%{_datadir}/fonts/texlive-cm-super/sfbso10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbso17.pfb
%{_datadir}/fonts/texlive-cm-super/sfbso8.pfb
%{_datadir}/fonts/texlive-cm-super/sfbso9.pfb
%{_datadir}/fonts/texlive-cm-super/sfbsr10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbsr17.pfb
%{_datadir}/fonts/texlive-cm-super/sfbsr8.pfb
%{_datadir}/fonts/texlive-cm-super/sfbsr9.pfb
%{_datadir}/fonts/texlive-cm-super/sfbtl10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbto10.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfbx3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfcc3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfci0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfci0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfci0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfci0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfci0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfci1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfci1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfci1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfci1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfci1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfci2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfci2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfci2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfci3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfdh3583.pfb
%{_datadir}/fonts/texlive-cm-super/sffb0500.pfb
%{_datadir}/fonts/texlive-cm-super/sffb0600.pfb
%{_datadir}/fonts/texlive-cm-super/sffb0700.pfb
%{_datadir}/fonts/texlive-cm-super/sffb0800.pfb
%{_datadir}/fonts/texlive-cm-super/sffb0900.pfb
%{_datadir}/fonts/texlive-cm-super/sffb1000.pfb
%{_datadir}/fonts/texlive-cm-super/sffb1095.pfb
%{_datadir}/fonts/texlive-cm-super/sffb1200.pfb
%{_datadir}/fonts/texlive-cm-super/sffb1440.pfb
%{_datadir}/fonts/texlive-cm-super/sffb1728.pfb
%{_datadir}/fonts/texlive-cm-super/sffb2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfff0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfff1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfff1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfff1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfff1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfff2488.pfb
%{_datadir}/fonts/texlive-cm-super/sffi0900.pfb
%{_datadir}/fonts/texlive-cm-super/sffi1000.pfb
%{_datadir}/fonts/texlive-cm-super/sffi1095.pfb
%{_datadir}/fonts/texlive-cm-super/sffi1200.pfb
%{_datadir}/fonts/texlive-cm-super/sffi1440.pfb
%{_datadir}/fonts/texlive-cm-super/sffi1728.pfb
%{_datadir}/fonts/texlive-cm-super/sffi2074.pfb
%{_datadir}/fonts/texlive-cm-super/sffs0500.pfb
%{_datadir}/fonts/texlive-cm-super/sffs0600.pfb
%{_datadir}/fonts/texlive-cm-super/sffs0700.pfb
%{_datadir}/fonts/texlive-cm-super/sffs0800.pfb
%{_datadir}/fonts/texlive-cm-super/sffs0900.pfb
%{_datadir}/fonts/texlive-cm-super/sffs1000.pfb
%{_datadir}/fonts/texlive-cm-super/sffs1095.pfb
%{_datadir}/fonts/texlive-cm-super/sffs1200.pfb
%{_datadir}/fonts/texlive-cm-super/sffs1440.pfb
%{_datadir}/fonts/texlive-cm-super/sffs1728.pfb
%{_datadir}/fonts/texlive-cm-super/sffs2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfit0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfit0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfit1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfit1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfit1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfit1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfit1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfit2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfit2488.pfb
%{_datadir}/fonts/texlive-cm-super/sflb8.pfb
%{_datadir}/fonts/texlive-cm-super/sfli8.pfb
%{_datadir}/fonts/texlive-cm-super/sflo8.pfb
%{_datadir}/fonts/texlive-cm-super/sflq8.pfb
%{_datadir}/fonts/texlive-cm-super/sfltt8.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfoc3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfocc10.pfb
%{_datadir}/fonts/texlive-cm-super/sform10.pfb
%{_datadir}/fonts/texlive-cm-super/sform5.pfb
%{_datadir}/fonts/texlive-cm-super/sform6.pfb
%{_datadir}/fonts/texlive-cm-super/sform7.pfb
%{_datadir}/fonts/texlive-cm-super/sform8.pfb
%{_datadir}/fonts/texlive-cm-super/sform9.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl10.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl5.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl6.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl7.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl8.pfb
%{_datadir}/fonts/texlive-cm-super/sfosl9.pfb
%{_datadir}/fonts/texlive-cm-super/sfoti10.pfb
%{_datadir}/fonts/texlive-cm-super/sfqi8.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfrb3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfrm3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfsc3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfsi3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfsl3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfso0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfso0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfso0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfso0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfso0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfso1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfso1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfso1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfso1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfso1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfso2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfso2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfso2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfso3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfsq8.pfb
%{_datadir}/fonts/texlive-cm-super/sfss0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfss0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfss0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfss0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfss0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfss1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfss1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfss1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfss1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfss1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfss2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfss2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfss2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfss3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfssdc10.pfb
%{_datadir}/fonts/texlive-cm-super/sfst0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfst0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfst1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfst1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfst1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfst1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfst1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfst2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfst2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfst2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfst3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfsx3583.pfb
%{_datadir}/fonts/texlive-cm-super/sftc0800.pfb
%{_datadir}/fonts/texlive-cm-super/sftc0900.pfb
%{_datadir}/fonts/texlive-cm-super/sftc1000.pfb
%{_datadir}/fonts/texlive-cm-super/sftc1095.pfb
%{_datadir}/fonts/texlive-cm-super/sftc1200.pfb
%{_datadir}/fonts/texlive-cm-super/sftc1440.pfb
%{_datadir}/fonts/texlive-cm-super/sftc1728.pfb
%{_datadir}/fonts/texlive-cm-super/sftc2074.pfb
%{_datadir}/fonts/texlive-cm-super/sftc2488.pfb
%{_datadir}/fonts/texlive-cm-super/sftc2986.pfb
%{_datadir}/fonts/texlive-cm-super/sftc3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfti0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfti0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfti0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfti0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfti0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfti1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfti1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfti1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfti1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfti1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfti2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfti2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfti2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfti3583.pfb
%{_datadir}/fonts/texlive-cm-super/sftt0800.pfb
%{_datadir}/fonts/texlive-cm-super/sftt0900.pfb
%{_datadir}/fonts/texlive-cm-super/sftt1000.pfb
%{_datadir}/fonts/texlive-cm-super/sftt1095.pfb
%{_datadir}/fonts/texlive-cm-super/sftt1200.pfb
%{_datadir}/fonts/texlive-cm-super/sftt1440.pfb
%{_datadir}/fonts/texlive-cm-super/sftt1728.pfb
%{_datadir}/fonts/texlive-cm-super/sftt2074.pfb
%{_datadir}/fonts/texlive-cm-super/sftt2488.pfb
%{_datadir}/fonts/texlive-cm-super/sftt2986.pfb
%{_datadir}/fonts/texlive-cm-super/sftt3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfui0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfui0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfui0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfui0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfui0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfui1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfui1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfui1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfui1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfui1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfui2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfui2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfui2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfui3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfvi3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfvt3583.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc0500.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc0600.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc0700.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc0800.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc0900.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc1000.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc1095.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc1200.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc1440.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc1728.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc2074.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc2488.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc2986.pfb
%{_datadir}/fonts/texlive-cm-super/sfxc3583.pfb
/var/adm/update-scripts/texlive-cm-super-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-cm-unicode
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.0svn19445
Release: 0
Summary: Computer Modern Unicode font family
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-cm-unicode-fonts >= %{texlive_version}
Recommends: texlive-cm-unicode-doc >= %{texlive_version}
Provides: tex(cmu-ec.enc)
Provides: tex(cmu-ecsc.enc)
Provides: tex(cmu-g.enc)
Provides: tex(cmu-gsc.enc)
Provides: tex(cmu-la.enc)
Provides: tex(cmu-lasc.enc)
Provides: tex(cmu-lb.enc)
Provides: tex(cmu-lc.enc)
Provides: tex(cmu-ld.enc)
Provides: tex(cmu-rx.enc)
Provides: tex(cmu-tc.enc)
Provides: tex(cmu-tipa.enc)
Provides: tex(cmu-tipx.enc)
Provides: tex(cmu-ux.enc)
Provides: tex(cmu-uxsc.enc)
Provides: tex(cmu-vn.enc)
Provides: tex(cmu.map)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source67: cm-unicode.tar.xz
Source68: cm-unicode.doc.tar.xz
%description -n texlive-cm-unicode
Computer Modern Unicode fonts, converted from Metafont sources
using mftrace with autotrace backend and fontforge. Some
characters in several fonts are copied from Blue Sky type 1
fonts released by AMS. Currently the fonts contain glyphs from
Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek (cbgreek
when available) code sets and IPA extensions (from tipa). This
font set contains 33 fonts. This archive contains AFM, PFB and
OTF versions; the OTF version of the Computer Modern Unicode
fonts works with TeX engines that directly support OpenType
features, such as XeTeX and LuaTeX.
date: 2014-07-11 13:31:42 +0000
%package -n texlive-cm-unicode-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.0svn19445
Release: 0
Summary: Documentation for texlive-cm-unicode
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cm-unicode-doc
This package includes the documentation for texlive-cm-unicode
%package -n texlive-cm-unicode-fonts
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.0svn19445
Release: 0
Summary: Severed fonts for texlive-cm-unicode
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-cm-unicode-fonts
The separated fonts package for texlive-cm-unicode
%post -n texlive-cm-unicode
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cm-unicode
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-cm-unicode
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-cm-unicode-fonts
mkfontscale %{_datadir}/fonts/texlive-cm-unicode
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cm-unicode
fc-cache %{_datadir}/fonts
%postun -n texlive-cm-unicode-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cm-unicode-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cm-unicode/Changes
%{_texmfdistdir}/doc/fonts/cm-unicode/FAQ
%{_texmfdistdir}/doc/fonts/cm-unicode/FontLog.txt
%{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.alias
%{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.otf
%{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.pfb
%{_texmfdistdir}/doc/fonts/cm-unicode/INSTALL
%{_texmfdistdir}/doc/fonts/cm-unicode/OFL-FAQ.txt
%{_texmfdistdir}/doc/fonts/cm-unicode/OFL.txt
%{_texmfdistdir}/doc/fonts/cm-unicode/README
%{_texmfdistdir}/doc/fonts/cm-unicode/README.doc
%{_texmfdistdir}/doc/fonts/cm-unicode/TODO
%{_texmfdistdir}/doc/fonts/cm-unicode/cmunrm.pdf
%{_texmfdistdir}/doc/fonts/cm-unicode/cmunti.pdf
%{_texmfdistdir}/doc/fonts/cm-unicode/config.cmu
%files -n texlive-cm-unicode
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbsr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbtl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbto.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbxo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunci.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunit.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunorm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunoti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunss.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunssdc.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunst.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntt.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunui.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvt.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-g.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-gsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-la.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lasc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lb.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ld.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-rx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipa.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ux.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-uxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-vn.enc
%{_texmfdistdir}/fonts/map/dvips/cm-unicode/cmu.map
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbbx.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbi.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbl.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmo.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmr.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbso.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbsr.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbtl.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbto.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbx.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbxo.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunci.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunit.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobi.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobx.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunorm.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunoti.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrb.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrm.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsi.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsl.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunso.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunss.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunssdc.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunst.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsx.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntb.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunti.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntt.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntx.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunui.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvi.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvt.otf
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbbx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbl.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmo.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmr.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbso.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbsr.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbtl.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbto.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbxo.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunci.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunit.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunorm.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunoti.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrm.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsl.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunso.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunss.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunssdc.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunst.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunti.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntt.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunui.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvt.pfb
%files -n texlive-cm-unicode-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cm-unicode
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cm-unicode.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-unicode/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-unicode/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cm-unicode/fonts.scale
%{_datadir}/fonts/texlive-cm-unicode/cmunbbx.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbi.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbl.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbmo.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbmr.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbso.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbsr.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbtl.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbto.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbx.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbxo.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunci.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunit.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunobi.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunobx.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunorm.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunoti.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunrb.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunrm.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunsi.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunsl.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunso.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunss.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunssdc.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunst.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunsx.otf
%{_datadir}/fonts/texlive-cm-unicode/cmuntb.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunti.otf
%{_datadir}/fonts/texlive-cm-unicode/cmuntt.otf
%{_datadir}/fonts/texlive-cm-unicode/cmuntx.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunui.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunvi.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunvt.otf
%{_datadir}/fonts/texlive-cm-unicode/cmunbbx.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbi.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbl.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbmo.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbmr.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbso.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbsr.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbtl.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbto.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbx.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunbxo.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunci.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunit.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunobi.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunobx.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunorm.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunoti.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunrb.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunrm.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunsi.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunsl.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunso.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunss.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunssdc.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunst.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunsx.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmuntb.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunti.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmuntt.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmuntx.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunui.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunvi.pfb
%{_datadir}/fonts/texlive-cm-unicode/cmunvt.pfb
/var/adm/update-scripts/texlive-cm-unicode-%{texlive_version}.%{texlive_noarch}.0.0.7.0svn19445-%{release}-zypper
%package -n texlive-cmap
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn31477
Release: 0
Summary: Make PDF files searchable and copyable
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-cmap-doc >= %{texlive_version}
Provides: tex(cmap.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source69: cmap.tar.xz
Source70: cmap.doc.tar.xz
%description -n texlive-cmap
The cmap package provides character map tables, which make PDF
files generated by pdfLaTeX both searchable and copy-able in
acrobat reader and other compliant PDF viewers. Encodings
supported are OT1, T1, T2A, T2B, T2C and T5, together with LAE
(Arabic), LFE (Farsi) and LGR (Greek) and a variant OT1tt for
cmtt-like fonts. The package's main limitation currently is the
inability to work with virtual fonts, because of limitations of
pdfTeX. This restriction may be resolved in a future version of
pdfTeX.
date: 2012-11-14 16:49:35 +0000
%package -n texlive-cmap-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn31477
Release: 0
Summary: Documentation for texlive-cmap
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmap-doc
This package includes the documentation for texlive-cmap
%post -n texlive-cmap
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmap
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-cmap
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-cmap-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmap/README
%files -n texlive-cmap
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cmap/cmap.sty
%{_texmfdistdir}/tex/latex/cmap/lae.cmap
%{_texmfdistdir}/tex/latex/cmap/lfe.cmap
%{_texmfdistdir}/tex/latex/cmap/lgr.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1tt.cmap
%{_texmfdistdir}/tex/latex/cmap/ot6.cmap
%{_texmfdistdir}/tex/latex/cmap/t1.cmap
%{_texmfdistdir}/tex/latex/cmap/t2a.cmap
%{_texmfdistdir}/tex/latex/cmap/t2b.cmap
%{_texmfdistdir}/tex/latex/cmap/t2c.cmap
%{_texmfdistdir}/tex/latex/cmap/t5.cmap
/var/adm/update-scripts/texlive-cmap-%{texlive_version}.%{texlive_noarch}.1.0hsvn31477-%{release}-zypper
%package -n texlive-cmarrows
Version: %{texlive_version}.%{texlive_noarch}.v0.9svn24378
Release: 0
Summary: MetaPost arrows and braces in the Computer Modern 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-cmarrows-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source71: cmarrows.tar.xz
Source72: cmarrows.doc.tar.xz
%description -n texlive-cmarrows
This MetaPost package contains macros to draw arrows and braces
in the Computer Modern style.
date: 2012-06-25 21:32:47 +0000
%package -n texlive-cmarrows-doc
Version: %{texlive_version}.%{texlive_noarch}.v0.9svn24378
Release: 0
Summary: Documentation for texlive-cmarrows
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmarrows-doc
This package includes the documentation for texlive-cmarrows
%post -n texlive-cmarrows
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmarrows
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-cmarrows
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-cmarrows-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/metapost/cmarrows/README
%{_texmfdistdir}/doc/metapost/cmarrows/cmarrows.pdf
%files -n texlive-cmarrows
%defattr(-,root,root,755)
%{_texmfdistdir}/metapost/cmarrows/cmarrows.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0009.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0016.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0020.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0025.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0008.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0010.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0011.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0012.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0013.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0014.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0015.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0017.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0018.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0019.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0021.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0022.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0023.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0024.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0000.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0001.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0002.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0003.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0004.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0005.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0006.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0007.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0027.mp
/var/adm/update-scripts/texlive-cmarrows-%{texlive_version}.%{texlive_noarch}.v0.9svn24378-%{release}-zypper
%package -n texlive-cmbright
Version: %{texlive_version}.%{texlive_noarch}.8.1svn21107
Release: 0
Summary: Computer Modern Bright 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-cmbright-doc >= %{texlive_version}
Provides: tex(cmbr10.tfm)
Provides: tex(cmbr17.tfm)
Provides: tex(cmbr8.tfm)
Provides: tex(cmbr9.tfm)
Provides: tex(cmbras10.tfm)
Provides: tex(cmbras8.tfm)
Provides: tex(cmbras9.tfm)
Provides: tex(cmbrbs10.tfm)
Provides: tex(cmbrbs8.tfm)
Provides: tex(cmbrbs9.tfm)
Provides: tex(cmbrbx10.tfm)
Provides: tex(cmbright.sty)
Provides: tex(cmbrmb10.tfm)
Provides: tex(cmbrmi10.tfm)
Provides: tex(cmbrmi8.tfm)
Provides: tex(cmbrmi9.tfm)
Provides: tex(cmbrsl10.tfm)
Provides: tex(cmbrsl17.tfm)
Provides: tex(cmbrsl8.tfm)
Provides: tex(cmbrsl9.tfm)
Provides: tex(cmbrsy10.tfm)
Provides: tex(cmbrsy8.tfm)
Provides: tex(cmbrsy9.tfm)
Provides: tex(cmsltl10.tfm)
Provides: tex(cmtl10.tfm)
Provides: tex(ebbx10.tfm)
Provides: tex(ebmo10.tfm)
Provides: tex(ebmo17.tfm)
Provides: tex(ebmo8.tfm)
Provides: tex(ebmo9.tfm)
Provides: tex(ebmr10.tfm)
Provides: tex(ebmr17.tfm)
Provides: tex(ebmr8.tfm)
Provides: tex(ebmr9.tfm)
Provides: tex(ebso10.tfm)
Provides: tex(ebso17.tfm)
Provides: tex(ebso8.tfm)
Provides: tex(ebso9.tfm)
Provides: tex(ebsr10.tfm)
Provides: tex(ebsr17.tfm)
Provides: tex(ebsr8.tfm)
Provides: tex(ebsr9.tfm)
Provides: tex(ebtl10.tfm)
Provides: tex(ebto10.tfm)
Provides: tex(omlcmbr.fd)
Provides: tex(omlcmbrm.fd)
Provides: tex(omscmbr.fd)
Provides: tex(omscmbrs.fd)
Provides: tex(ot1cmbr.fd)
Provides: tex(ot1cmtl.fd)
Provides: tex(t1cmbr.fd)
Provides: tex(t1cmtl.fd)
Provides: tex(tbbx10.tfm)
Provides: tex(tbmo10.tfm)
Provides: tex(tbmo17.tfm)
Provides: tex(tbmo8.tfm)
Provides: tex(tbmo9.tfm)
Provides: tex(tbmr10.tfm)
Provides: tex(tbmr17.tfm)
Provides: tex(tbmr8.tfm)
Provides: tex(tbmr9.tfm)
Provides: tex(tbso10.tfm)
Provides: tex(tbso17.tfm)
Provides: tex(tbso8.tfm)
Provides: tex(tbso9.tfm)
Provides: tex(tbsr10.tfm)
Provides: tex(tbsr17.tfm)
Provides: tex(tbsr8.tfm)
Provides: tex(tbsr9.tfm)
Provides: tex(tbtl10.tfm)
Provides: tex(tbto10.tfm)
Provides: tex(ts1cmbr.fd)
Provides: tex(ts1cmtl.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source73: cmbright.tar.xz
Source74: cmbright.doc.tar.xz
%description -n texlive-cmbright
A family of sans serif fonts for TeX and LaTeX, based on Donald
Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text
fonts of various shapes as well as all the fonts necessary for
mathematical typesetting, including AMS symbols. This
collection provides all the necessary files for using the fonts
with LaTeX. A commercial-quality Adobe Type 1 version of these
fonts is available from Micropress. Free versions are
available, in the cm-super font bundle (the T1 and TS1 encoded
part of the set), and in the hfbright package (the OT1 encoded
part, and the maths fonts).
date: 2014-04-09 13:04:56 +0000
%package -n texlive-cmbright-doc
Version: %{texlive_version}.%{texlive_noarch}.8.1svn21107
Release: 0
Summary: Documentation for texlive-cmbright
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmbright-doc
This package includes the documentation for texlive-cmbright
%post -n texlive-cmbright
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmbright
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-cmbright
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-cmbright-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cmbright/LICENSE
%{_texmfdistdir}/doc/fonts/cmbright/README
%{_texmfdistdir}/doc/fonts/cmbright/cmbright.txt
%{_texmfdistdir}/doc/fonts/cmbright/manifest.txt
%{_texmfdistdir}/doc/latex/cmbright/cmbright.pdf
%files -n texlive-cmbright
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/cmbright/ams10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/baccent.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bgreeku.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bitalms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/broman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromanl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmb10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmsltl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebaccess.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbase.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbraces.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrleast.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrligtb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrllett.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlwest.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebroman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/mathsl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymbol.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymbol.mf
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmsltl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbto10.tfm
%{_texmfdistdir}/tex/latex/cmbright/cmbright.sty
%{_texmfdistdir}/tex/latex/cmbright/omlcmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omlcmbrm.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbrs.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmtl.fd
/var/adm/update-scripts/texlive-cmbright-%{texlive_version}.%{texlive_noarch}.8.1svn21107-%{release}-zypper
%package -n texlive-cmcyr
Version: %{texlive_version}.%{texlive_noarch}.svn16696
Release: 0
Summary: Computer Modern fonts with cyrillic extensions
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-cmcyr-fonts >= %{texlive_version}
Recommends: texlive-cmcyr-doc >= %{texlive_version}
Provides: tex(cmcb10.tfm)
Provides: tex(cmcbx10.tfm)
Provides: tex(cmcbx12.tfm)
Provides: tex(cmcbx5.tfm)
Provides: tex(cmcbx6.tfm)
Provides: tex(cmcbx7.tfm)
Provides: tex(cmcbx8.tfm)
Provides: tex(cmcbx9.tfm)
Provides: tex(cmcbxsl10.tfm)
Provides: tex(cmcbxti10.tfm)
Provides: tex(cmccsc10.tfm)
Provides: tex(cmccsc8.tfm)
Provides: tex(cmccsc9.tfm)
Provides: tex(cmcinch.tfm)
Provides: tex(cmcitt10.tfm)
Provides: tex(cmcsl10.tfm)
Provides: tex(cmcsl12.tfm)
Provides: tex(cmcsl8.tfm)
Provides: tex(cmcsl9.tfm)
Provides: tex(cmcsltt10.tfm)
Provides: tex(cmcss10.tfm)
Provides: tex(cmcss12.tfm)
Provides: tex(cmcss17.tfm)
Provides: tex(cmcss8.tfm)
Provides: tex(cmcss9.tfm)
Provides: tex(cmcssbx10.tfm)
Provides: tex(cmcssdc10.tfm)
Provides: tex(cmcssi10.tfm)
Provides: tex(cmcssi12.tfm)
Provides: tex(cmcssi17.tfm)
Provides: tex(cmcssi8.tfm)
Provides: tex(cmcssi9.tfm)
Provides: tex(cmcssq8.tfm)
Provides: tex(cmcssqi8.tfm)
Provides: tex(cmcti10.tfm)
Provides: tex(cmcti12.tfm)
Provides: tex(cmcti7.tfm)
Provides: tex(cmcti8.tfm)
Provides: tex(cmcti9.tfm)
Provides: tex(cmctt10.tfm)
Provides: tex(cmctt12.tfm)
Provides: tex(cmctt8.tfm)
Provides: tex(cmctt9.tfm)
Provides: tex(cmcu10.tfm)
Provides: tex(cmcyr.map)
Provides: tex(cmcyr10.tfm)
Provides: tex(cmcyr12.tfm)
Provides: tex(cmcyr17.tfm)
Provides: tex(cmcyr5.tfm)
Provides: tex(cmcyr6.tfm)
Provides: tex(cmcyr7.tfm)
Provides: tex(cmcyr8.tfm)
Provides: tex(cmcyr9.tfm)
Provides: tex(kcmb10.tfm)
Provides: tex(kcmb10.vf)
Provides: tex(kcmbx10.tfm)
Provides: tex(kcmbx10.vf)
Provides: tex(kcmbx12.tfm)
Provides: tex(kcmbx12.vf)
Provides: tex(kcmbx5.tfm)
Provides: tex(kcmbx5.vf)
Provides: tex(kcmbx6.tfm)
Provides: tex(kcmbx6.vf)
Provides: tex(kcmbx7.tfm)
Provides: tex(kcmbx7.vf)
Provides: tex(kcmbx8.tfm)
Provides: tex(kcmbx8.vf)
Provides: tex(kcmbx9.tfm)
Provides: tex(kcmbx9.vf)
Provides: tex(kcmbxsl10.tfm)
Provides: tex(kcmbxsl10.vf)
Provides: tex(kcmbxti10.tfm)
Provides: tex(kcmbxti10.vf)
Provides: tex(kcmcsc10.tfm)
Provides: tex(kcmcsc10.vf)
Provides: tex(kcmcsc8.tfm)
Provides: tex(kcmcsc8.vf)
Provides: tex(kcmcsc9.tfm)
Provides: tex(kcmcsc9.vf)
Provides: tex(kcminch.tfm)
Provides: tex(kcminch.vf)
Provides: tex(kcmitt10.tfm)
Provides: tex(kcmitt10.vf)
Provides: tex(kcmmi10.tfm)
Provides: tex(kcmmi10.vf)
Provides: tex(kcmmi12.tfm)
Provides: tex(kcmmi12.vf)
Provides: tex(kcmmi5.tfm)
Provides: tex(kcmmi5.vf)
Provides: tex(kcmmi6.tfm)
Provides: tex(kcmmi6.vf)
Provides: tex(kcmmi7.tfm)
Provides: tex(kcmmi7.vf)
Provides: tex(kcmmi8.tfm)
Provides: tex(kcmmi8.vf)
Provides: tex(kcmmi9.tfm)
Provides: tex(kcmmi9.vf)
Provides: tex(kcmmib10.tfm)
Provides: tex(kcmmib10.vf)
Provides: tex(kcmr10.tfm)
Provides: tex(kcmr10.vf)
Provides: tex(kcmr12.tfm)
Provides: tex(kcmr12.vf)
Provides: tex(kcmr17.tfm)
Provides: tex(kcmr17.vf)
Provides: tex(kcmr5.tfm)
Provides: tex(kcmr5.vf)
Provides: tex(kcmr6.tfm)
Provides: tex(kcmr6.vf)
Provides: tex(kcmr7.tfm)
Provides: tex(kcmr7.vf)
Provides: tex(kcmr8.tfm)
Provides: tex(kcmr8.vf)
Provides: tex(kcmr9.tfm)
Provides: tex(kcmr9.vf)
Provides: tex(kcmsl10.tfm)
Provides: tex(kcmsl10.vf)
Provides: tex(kcmsl12.tfm)
Provides: tex(kcmsl12.vf)
Provides: tex(kcmsl8.tfm)
Provides: tex(kcmsl8.vf)
Provides: tex(kcmsl9.tfm)
Provides: tex(kcmsl9.vf)
Provides: tex(kcmsltt10.tfm)
Provides: tex(kcmsltt10.vf)
Provides: tex(kcmss10.tfm)
Provides: tex(kcmss10.vf)
Provides: tex(kcmss12.tfm)
Provides: tex(kcmss12.vf)
Provides: tex(kcmss17.tfm)
Provides: tex(kcmss17.vf)
Provides: tex(kcmss8.tfm)
Provides: tex(kcmss8.vf)
Provides: tex(kcmss9.tfm)
Provides: tex(kcmss9.vf)
Provides: tex(kcmssbx10.tfm)
Provides: tex(kcmssbx10.vf)
Provides: tex(kcmssdc10.tfm)
Provides: tex(kcmssdc10.vf)
Provides: tex(kcmssi10.tfm)
Provides: tex(kcmssi10.vf)
Provides: tex(kcmssi12.tfm)
Provides: tex(kcmssi12.vf)
Provides: tex(kcmssi17.tfm)
Provides: tex(kcmssi17.vf)
Provides: tex(kcmssi8.tfm)
Provides: tex(kcmssi8.vf)
Provides: tex(kcmssi9.tfm)
Provides: tex(kcmssi9.vf)
Provides: tex(kcmssq8.tfm)
Provides: tex(kcmssq8.vf)
Provides: tex(kcmssqi8.tfm)
Provides: tex(kcmssqi8.vf)
Provides: tex(kcmti10.tfm)
Provides: tex(kcmti10.vf)
Provides: tex(kcmti12.tfm)
Provides: tex(kcmti12.vf)
Provides: tex(kcmti7.tfm)
Provides: tex(kcmti7.vf)
Provides: tex(kcmti8.tfm)
Provides: tex(kcmti8.vf)
Provides: tex(kcmti9.tfm)
Provides: tex(kcmti9.vf)
Provides: tex(kcmtt10.tfm)
Provides: tex(kcmtt10.vf)
Provides: tex(kcmtt12.tfm)
Provides: tex(kcmtt12.vf)
Provides: tex(kcmtt8.tfm)
Provides: tex(kcmtt8.vf)
Provides: tex(kcmtt9.tfm)
Provides: tex(kcmtt9.vf)
Provides: tex(kcmu10.tfm)
Provides: tex(kcmu10.vf)
Provides: tex(wcmb10.tfm)
Provides: tex(wcmb10.vf)
Provides: tex(wcmbx10.tfm)
Provides: tex(wcmbx10.vf)
Provides: tex(wcmbx12.tfm)
Provides: tex(wcmbx12.vf)
Provides: tex(wcmbx5.tfm)
Provides: tex(wcmbx5.vf)
Provides: tex(wcmbx6.tfm)
Provides: tex(wcmbx6.vf)
Provides: tex(wcmbx7.tfm)
Provides: tex(wcmbx7.vf)
Provides: tex(wcmbx8.tfm)
Provides: tex(wcmbx8.vf)
Provides: tex(wcmbx9.tfm)
Provides: tex(wcmbx9.vf)
Provides: tex(wcmbxsl10.tfm)
Provides: tex(wcmbxsl10.vf)
Provides: tex(wcmbxti10.tfm)
Provides: tex(wcmbxti10.vf)
Provides: tex(wcmcsc10.tfm)
Provides: tex(wcmcsc10.vf)
Provides: tex(wcmcsc8.tfm)
Provides: tex(wcmcsc8.vf)
Provides: tex(wcmcsc9.tfm)
Provides: tex(wcmcsc9.vf)
Provides: tex(wcminch.tfm)
Provides: tex(wcminch.vf)
Provides: tex(wcmitt10.tfm)
Provides: tex(wcmitt10.vf)
Provides: tex(wcmmi10.tfm)
Provides: tex(wcmmi10.vf)
Provides: tex(wcmmi12.tfm)
Provides: tex(wcmmi12.vf)
Provides: tex(wcmmi5.tfm)
Provides: tex(wcmmi5.vf)
Provides: tex(wcmmi6.tfm)
Provides: tex(wcmmi6.vf)
Provides: tex(wcmmi7.tfm)
Provides: tex(wcmmi7.vf)
Provides: tex(wcmmi8.tfm)
Provides: tex(wcmmi8.vf)
Provides: tex(wcmmi9.tfm)
Provides: tex(wcmmi9.vf)
Provides: tex(wcmmib10.tfm)
Provides: tex(wcmmib10.vf)
Provides: tex(wcmr10.tfm)
Provides: tex(wcmr10.vf)
Provides: tex(wcmr12.tfm)
Provides: tex(wcmr12.vf)
Provides: tex(wcmr17.tfm)
Provides: tex(wcmr17.vf)
Provides: tex(wcmr5.tfm)
Provides: tex(wcmr5.vf)
Provides: tex(wcmr6.tfm)
Provides: tex(wcmr6.vf)
Provides: tex(wcmr7.tfm)
Provides: tex(wcmr7.vf)
Provides: tex(wcmr8.tfm)
Provides: tex(wcmr8.vf)
Provides: tex(wcmr9.tfm)
Provides: tex(wcmr9.vf)
Provides: tex(wcmsl10.tfm)
Provides: tex(wcmsl10.vf)
Provides: tex(wcmsl12.tfm)
Provides: tex(wcmsl12.vf)
Provides: tex(wcmsl8.tfm)
Provides: tex(wcmsl8.vf)
Provides: tex(wcmsl9.tfm)
Provides: tex(wcmsl9.vf)
Provides: tex(wcmsltt10.tfm)
Provides: tex(wcmsltt10.vf)
Provides: tex(wcmss10.tfm)
Provides: tex(wcmss10.vf)
Provides: tex(wcmss12.tfm)
Provides: tex(wcmss12.vf)
Provides: tex(wcmss17.tfm)
Provides: tex(wcmss17.vf)
Provides: tex(wcmss8.tfm)
Provides: tex(wcmss8.vf)
Provides: tex(wcmss9.tfm)
Provides: tex(wcmss9.vf)
Provides: tex(wcmssbx10.tfm)
Provides: tex(wcmssbx10.vf)
Provides: tex(wcmssdc10.tfm)
Provides: tex(wcmssdc10.vf)
Provides: tex(wcmssi10.tfm)
Provides: tex(wcmssi10.vf)
Provides: tex(wcmssi12.tfm)
Provides: tex(wcmssi12.vf)
Provides: tex(wcmssi17.tfm)
Provides: tex(wcmssi17.vf)
Provides: tex(wcmssi8.tfm)
Provides: tex(wcmssi8.vf)
Provides: tex(wcmssi9.tfm)
Provides: tex(wcmssi9.vf)
Provides: tex(wcmssq8.tfm)
Provides: tex(wcmssq8.vf)
Provides: tex(wcmssqi8.tfm)
Provides: tex(wcmssqi8.vf)
Provides: tex(wcmti10.tfm)
Provides: tex(wcmti10.vf)
Provides: tex(wcmti12.tfm)
Provides: tex(wcmti12.vf)
Provides: tex(wcmti7.tfm)
Provides: tex(wcmti7.vf)
Provides: tex(wcmti8.tfm)
Provides: tex(wcmti8.vf)
Provides: tex(wcmti9.tfm)
Provides: tex(wcmti9.vf)
Provides: tex(wcmtt10.tfm)
Provides: tex(wcmtt10.vf)
Provides: tex(wcmtt12.tfm)
Provides: tex(wcmtt12.vf)
Provides: tex(wcmtt8.tfm)
Provides: tex(wcmtt8.vf)
Provides: tex(wcmtt9.tfm)
Provides: tex(wcmtt9.vf)
Provides: tex(wcmu10.tfm)
Provides: tex(wcmu10.vf)
Provides: tex(xcmb10.tfm)
Provides: tex(xcmb10.vf)
Provides: tex(xcmbx10.tfm)
Provides: tex(xcmbx10.vf)
Provides: tex(xcmbx12.tfm)
Provides: tex(xcmbx12.vf)
Provides: tex(xcmbx5.tfm)
Provides: tex(xcmbx5.vf)
Provides: tex(xcmbx6.tfm)
Provides: tex(xcmbx6.vf)
Provides: tex(xcmbx7.tfm)
Provides: tex(xcmbx7.vf)
Provides: tex(xcmbx8.tfm)
Provides: tex(xcmbx8.vf)
Provides: tex(xcmbx9.tfm)
Provides: tex(xcmbx9.vf)
Provides: tex(xcmbxsl10.tfm)
Provides: tex(xcmbxsl10.vf)
Provides: tex(xcmbxti10.tfm)
Provides: tex(xcmbxti10.vf)
Provides: tex(xcmcsc10.tfm)
Provides: tex(xcmcsc10.vf)
Provides: tex(xcmcsc8.tfm)
Provides: tex(xcmcsc8.vf)
Provides: tex(xcmcsc9.tfm)
Provides: tex(xcmcsc9.vf)
Provides: tex(xcminch.tfm)
Provides: tex(xcminch.vf)
Provides: tex(xcmitt10.tfm)
Provides: tex(xcmitt10.vf)
Provides: tex(xcmmi10.tfm)
Provides: tex(xcmmi10.vf)
Provides: tex(xcmmi12.tfm)
Provides: tex(xcmmi12.vf)
Provides: tex(xcmmi5.tfm)
Provides: tex(xcmmi5.vf)
Provides: tex(xcmmi6.tfm)
Provides: tex(xcmmi6.vf)
Provides: tex(xcmmi7.tfm)
Provides: tex(xcmmi7.vf)
Provides: tex(xcmmi8.tfm)
Provides: tex(xcmmi8.vf)
Provides: tex(xcmmi9.tfm)
Provides: tex(xcmmi9.vf)
Provides: tex(xcmmib10.tfm)
Provides: tex(xcmmib10.vf)
Provides: tex(xcmr10.tfm)
Provides: tex(xcmr10.vf)
Provides: tex(xcmr12.tfm)
Provides: tex(xcmr12.vf)
Provides: tex(xcmr17.tfm)
Provides: tex(xcmr17.vf)
Provides: tex(xcmr5.tfm)
Provides: tex(xcmr5.vf)
Provides: tex(xcmr6.tfm)
Provides: tex(xcmr6.vf)
Provides: tex(xcmr7.tfm)
Provides: tex(xcmr7.vf)
Provides: tex(xcmr8.tfm)
Provides: tex(xcmr8.vf)
Provides: tex(xcmr9.tfm)
Provides: tex(xcmr9.vf)
Provides: tex(xcmsl10.tfm)
Provides: tex(xcmsl10.vf)
Provides: tex(xcmsl12.tfm)
Provides: tex(xcmsl12.vf)
Provides: tex(xcmsl8.tfm)
Provides: tex(xcmsl8.vf)
Provides: tex(xcmsl9.tfm)
Provides: tex(xcmsl9.vf)
Provides: tex(xcmsltt10.tfm)
Provides: tex(xcmsltt10.vf)
Provides: tex(xcmss10.tfm)
Provides: tex(xcmss10.vf)
Provides: tex(xcmss12.tfm)
Provides: tex(xcmss12.vf)
Provides: tex(xcmss17.tfm)
Provides: tex(xcmss17.vf)
Provides: tex(xcmss8.tfm)
Provides: tex(xcmss8.vf)
Provides: tex(xcmss9.tfm)
Provides: tex(xcmss9.vf)
Provides: tex(xcmssbx10.tfm)
Provides: tex(xcmssbx10.vf)
Provides: tex(xcmssdc10.tfm)
Provides: tex(xcmssdc10.vf)
Provides: tex(xcmssi10.tfm)
Provides: tex(xcmssi10.vf)
Provides: tex(xcmssi12.tfm)
Provides: tex(xcmssi12.vf)
Provides: tex(xcmssi17.tfm)
Provides: tex(xcmssi17.vf)
Provides: tex(xcmssi8.tfm)
Provides: tex(xcmssi8.vf)
Provides: tex(xcmssi9.tfm)
Provides: tex(xcmssi9.vf)
Provides: tex(xcmssq8.tfm)
Provides: tex(xcmssq8.vf)
Provides: tex(xcmssqi8.tfm)
Provides: tex(xcmssqi8.vf)
Provides: tex(xcmti10.tfm)
Provides: tex(xcmti10.vf)
Provides: tex(xcmti12.tfm)
Provides: tex(xcmti12.vf)
Provides: tex(xcmti7.tfm)
Provides: tex(xcmti7.vf)
Provides: tex(xcmti8.tfm)
Provides: tex(xcmti8.vf)
Provides: tex(xcmti9.tfm)
Provides: tex(xcmti9.vf)
Provides: tex(xcmtt10.tfm)
Provides: tex(xcmtt10.vf)
Provides: tex(xcmtt12.tfm)
Provides: tex(xcmtt12.vf)
Provides: tex(xcmtt8.tfm)
Provides: tex(xcmtt8.vf)
Provides: tex(xcmtt9.tfm)
Provides: tex(xcmtt9.vf)
Provides: tex(xcmu10.tfm)
Provides: tex(xcmu10.vf)
Provides: tex(ycmb10.tfm)
Provides: tex(ycmb10.vf)
Provides: tex(ycmbx10.tfm)
Provides: tex(ycmbx10.vf)
Provides: tex(ycmbx12.tfm)
Provides: tex(ycmbx12.vf)
Provides: tex(ycmbx5.tfm)
Provides: tex(ycmbx5.vf)
Provides: tex(ycmbx6.tfm)
Provides: tex(ycmbx6.vf)
Provides: tex(ycmbx7.tfm)
Provides: tex(ycmbx7.vf)
Provides: tex(ycmbx8.tfm)
Provides: tex(ycmbx8.vf)
Provides: tex(ycmbx9.tfm)
Provides: tex(ycmbx9.vf)
Provides: tex(ycmbxsl10.tfm)
Provides: tex(ycmbxsl10.vf)
Provides: tex(ycmbxti10.tfm)
Provides: tex(ycmbxti10.vf)
Provides: tex(ycmcsc10.tfm)
Provides: tex(ycmcsc10.vf)
Provides: tex(ycmcsc8.tfm)
Provides: tex(ycmcsc8.vf)
Provides: tex(ycmcsc9.tfm)
Provides: tex(ycmcsc9.vf)
Provides: tex(ycminch.tfm)
Provides: tex(ycminch.vf)
Provides: tex(ycmitt10.tfm)
Provides: tex(ycmitt10.vf)
Provides: tex(ycmmi10.tfm)
Provides: tex(ycmmi10.vf)
Provides: tex(ycmmi12.tfm)
Provides: tex(ycmmi12.vf)
Provides: tex(ycmmi5.tfm)
Provides: tex(ycmmi5.vf)
Provides: tex(ycmmi6.tfm)
Provides: tex(ycmmi6.vf)
Provides: tex(ycmmi7.tfm)
Provides: tex(ycmmi7.vf)
Provides: tex(ycmmi8.tfm)
Provides: tex(ycmmi8.vf)
Provides: tex(ycmmi9.tfm)
Provides: tex(ycmmi9.vf)
Provides: tex(ycmmib10.tfm)
Provides: tex(ycmmib10.vf)
Provides: tex(ycmr10.tfm)
Provides: tex(ycmr10.vf)
Provides: tex(ycmr12.tfm)
Provides: tex(ycmr12.vf)
Provides: tex(ycmr17.tfm)
Provides: tex(ycmr17.vf)
Provides: tex(ycmr5.tfm)
Provides: tex(ycmr5.vf)
Provides: tex(ycmr6.tfm)
Provides: tex(ycmr6.vf)
Provides: tex(ycmr7.tfm)
Provides: tex(ycmr7.vf)
Provides: tex(ycmr8.tfm)
Provides: tex(ycmr8.vf)
Provides: tex(ycmr9.tfm)
Provides: tex(ycmr9.vf)
Provides: tex(ycmsl10.tfm)
Provides: tex(ycmsl10.vf)
Provides: tex(ycmsl12.tfm)
Provides: tex(ycmsl12.vf)
Provides: tex(ycmsl8.tfm)
Provides: tex(ycmsl8.vf)
Provides: tex(ycmsl9.tfm)
Provides: tex(ycmsl9.vf)
Provides: tex(ycmsltt10.tfm)
Provides: tex(ycmsltt10.vf)
Provides: tex(ycmss10.tfm)
Provides: tex(ycmss10.vf)
Provides: tex(ycmss12.tfm)
Provides: tex(ycmss12.vf)
Provides: tex(ycmss17.tfm)
Provides: tex(ycmss17.vf)
Provides: tex(ycmss8.tfm)
Provides: tex(ycmss8.vf)
Provides: tex(ycmss9.tfm)
Provides: tex(ycmss9.vf)
Provides: tex(ycmssbx10.tfm)
Provides: tex(ycmssbx10.vf)
Provides: tex(ycmssdc10.tfm)
Provides: tex(ycmssdc10.vf)
Provides: tex(ycmssi10.tfm)
Provides: tex(ycmssi10.vf)
Provides: tex(ycmssi12.tfm)
Provides: tex(ycmssi12.vf)
Provides: tex(ycmssi17.tfm)
Provides: tex(ycmssi17.vf)
Provides: tex(ycmssi8.tfm)
Provides: tex(ycmssi8.vf)
Provides: tex(ycmssi9.tfm)
Provides: tex(ycmssi9.vf)
Provides: tex(ycmssq8.tfm)
Provides: tex(ycmssq8.vf)
Provides: tex(ycmssqi8.tfm)
Provides: tex(ycmssqi8.vf)
Provides: tex(ycmti10.tfm)
Provides: tex(ycmti10.vf)
Provides: tex(ycmti12.tfm)
Provides: tex(ycmti12.vf)
Provides: tex(ycmti7.tfm)
Provides: tex(ycmti7.vf)
Provides: tex(ycmti8.tfm)
Provides: tex(ycmti8.vf)
Provides: tex(ycmti9.tfm)
Provides: tex(ycmti9.vf)
Provides: tex(ycmtt10.tfm)
Provides: tex(ycmtt10.vf)
Provides: tex(ycmtt12.tfm)
Provides: tex(ycmtt12.vf)
Provides: tex(ycmtt8.tfm)
Provides: tex(ycmtt8.vf)
Provides: tex(ycmtt9.tfm)
Provides: tex(ycmtt9.vf)
Provides: tex(ycmu10.tfm)
Provides: tex(ycmu10.vf)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source75: cmcyr.tar.xz
Source76: cmcyr.doc.tar.xz
%description -n texlive-cmcyr
These are the Computer Modern fonts extended with Russian
letters, in Metafont sources and ATM Compatible Type 1 format.
The fonts are provided in KOI-7, but virtual fonts are
available to recode them to three other Russian 8-bit
encodings.
date: 2014-04-09 13:04:56 +0000
%package -n texlive-cmcyr-doc
Version: %{texlive_version}.%{texlive_noarch}.svn16696
Release: 0
Summary: Documentation for texlive-cmcyr
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmcyr-doc
This package includes the documentation for texlive-cmcyr
%package -n texlive-cmcyr-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn16696
Release: 0
Summary: Severed fonts for texlive-cmcyr
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-cmcyr-fonts
The separated fonts package for texlive-cmcyr
%post -n texlive-cmcyr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+cmcyr.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+cmcyr.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map cmcyr.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cmcyr
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+cmcyr.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-cmcyr
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-cmcyr-fonts
mkfontscale %{_datadir}/fonts/texlive-cmcyr
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cmcyr
fc-cache %{_datadir}/fonts
%postun -n texlive-cmcyr-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cmcyr-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cmcyr/README
%{_texmfdistdir}/doc/fonts/cmcyr/cmalt
%{_texmfdistdir}/doc/fonts/cmcyr/cmalte
%{_texmfdistdir}/doc/fonts/cmcyr/cmiso
%{_texmfdistdir}/doc/fonts/cmcyr/cmisoe
%{_texmfdistdir}/doc/fonts/cmcyr/cmkde
%{_texmfdistdir}/doc/fonts/cmcyr/cmkdee
%{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8
%{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8e
%{_texmfdistdir}/doc/fonts/cmcyr/cmwin
%{_texmfdistdir}/doc/fonts/cmcyr/cmwine
%{_texmfdistdir}/doc/fonts/cmcyr/cyralt
%{_texmfdistdir}/doc/fonts/cmcyr/cyralte
%{_texmfdistdir}/doc/fonts/cmcyr/cyriso
%{_texmfdistdir}/doc/fonts/cmcyr/cyrisoe
%{_texmfdistdir}/doc/fonts/cmcyr/cyrkde
%{_texmfdistdir}/doc/fonts/cmcyr/cyrkdee
%{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8
%{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8e
%{_texmfdistdir}/doc/fonts/cmcyr/cyrwin
%{_texmfdistdir}/doc/fonts/cmcyr/cyrwine
%{_texmfdistdir}/doc/fonts/cmcyr/merge.6i
%{_texmfdistdir}/doc/fonts/cmcyr/merge.6k
%{_texmfdistdir}/doc/fonts/cmcyr/merge.6w
%{_texmfdistdir}/doc/fonts/cmcyr/merge.alt
%{_texmfdistdir}/doc/fonts/cmcyr/merge.iso
%{_texmfdistdir}/doc/fonts/cmcyr/merge.koi
%{_texmfdistdir}/doc/fonts/cmcyr/merge.o6w
%{_texmfdistdir}/doc/fonts/cmcyr/merge.win
%{_texmfdistdir}/doc/fonts/cmcyr/wncalt
%{_texmfdistdir}/doc/fonts/cmcyr/wncalte
%{_texmfdistdir}/doc/fonts/cmcyr/wnciso
%{_texmfdistdir}/doc/fonts/cmcyr/wncisoe
%{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8
%{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8e
%files -n texlive-cmcyr
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/cmcyr/cmcyr.map
%{_texmfdistdir}/fonts/source/public/cmcyr/ccsc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/citall.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcb10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxti1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcinch.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcitt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc11.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc14.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc18.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc24.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc36.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcscsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsltt1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssbx1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssdc1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssq8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssqi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctitle.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcu10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/coding.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrillic.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrl.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrlc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrsymb.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrt.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyru.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytextit.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytitle.mf
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcinch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmu10.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfm
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmu10.vf
%files -n texlive-cmcyr-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cmcyr
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cmcyr.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmcyr/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmcyr/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmcyr/fonts.scale
%{_datadir}/fonts/texlive-cmcyr/cmcb10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx5.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx6.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx7.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbx9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbxsl1.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcbxti1.pfb
%{_datadir}/fonts/texlive-cmcyr/cmccsc10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmccsc8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmccsc9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcinch7.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcitt10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcsl10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcsl12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcsl8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcsl9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcsltt1.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcss10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcss12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcss17.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcss8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcss9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssbx1.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssdc1.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssi10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssi12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssi17.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssi8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssi9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssq8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcssqi8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcti10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcti12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcti7.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcti8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcti9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmctt10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmctt12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmctt8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmctt9.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcu10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr10.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr12.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr17.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr5.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr6.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr7.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr8.pfb
%{_datadir}/fonts/texlive-cmcyr/cmcyr9.pfb
/var/adm/update-scripts/texlive-cmcyr-%{texlive_version}.%{texlive_noarch}.svn16696-%{release}-zypper
%package -n texlive-cmdstring
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Get command name reliably
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-cmdstring-doc >= %{texlive_version}
Provides: tex(cmdstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source77: cmdstring.tar.xz
Source78: cmdstring.doc.tar.xz
%description -n texlive-cmdstring
Extracts the letters of a command's name (e.g., foo for command
\foo), in a reliable way.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-cmdstring-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Documentation for texlive-cmdstring
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmdstring-doc
This package includes the documentation for texlive-cmdstring
%post -n texlive-cmdstring
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmdstring
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-cmdstring
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-cmdstring-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmdstring/README
%{_texmfdistdir}/doc/latex/cmdstring/cmdstring.pdf
%{_texmfdistdir}/doc/latex/cmdstring/cmdstring.tex
%files -n texlive-cmdstring
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cmdstring/cmdstring.sty
/var/adm/update-scripts/texlive-cmdstring-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
%package -n texlive-cmdtrack
Version: %{texlive_version}.%{texlive_noarch}.svn28910
Release: 0
Summary: Check used commands
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-cmdtrack-doc >= %{texlive_version}
Provides: tex(cmdtrack.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source79: cmdtrack.tar.xz
Source80: cmdtrack.doc.tar.xz
%description -n texlive-cmdtrack
The package keeps track of whether a command defined in a
document preamble is actually used somewhere in the document.
After the package is loaded in the preamble of a document, all
\newcommand (and similar command definitions) between that
point and the beginning of the document will be marked for
logging. At the end of the document a report of command usage
will be printed in the TeX log, for example: "mdash was used on
line 25"; "ndash was never used".
date: 2014-10-16 13:17:19 +0000
%package -n texlive-cmdtrack-doc
Version: %{texlive_version}.%{texlive_noarch}.svn28910
Release: 0
Summary: Documentation for texlive-cmdtrack
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmdtrack-doc
This package includes the documentation for texlive-cmdtrack
%post -n texlive-cmdtrack
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmdtrack
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-cmdtrack
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-cmdtrack-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmdtrack/Makefile
%{_texmfdistdir}/doc/latex/cmdtrack/README
%{_texmfdistdir}/doc/latex/cmdtrack/cmdtrack.pdf
%files -n texlive-cmdtrack
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cmdtrack/cmdtrack.sty
/var/adm/update-scripts/texlive-cmdtrack-%{texlive_version}.%{texlive_noarch}.svn28910-%{release}-zypper
%package -n texlive-cmextra
Version: %{texlive_version}.%{texlive_noarch}.svn32831
Release: 0
Summary: Knuth's local information
License: SUSE-TeX
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(bible12.tfm)
Provides: tex(cmbxcd10.tfm)
Provides: tex(cmbxti12.tfm)
Provides: tex(cmbxti7.tfm)
Provides: tex(cmcscsl10.tfm)
Provides: tex(cmfibs8.tfm)
Provides: tex(cmitt12.tfm)
Provides: tex(cmitt9.tfm)
Provides: tex(cmman.tfm)
Provides: tex(cmntex10.tfm)
Provides: tex(cmntt10.tfm)
Provides: tex(cmsl6.tfm)
Provides: tex(cmsltt9.tfm)
Provides: tex(cmssbxo10.tfm)
Provides: tex(cmsslu30.tfm)
Provides: tex(cmssu30.tfm)
Provides: tex(cmsytt10.tfm)
Provides: tex(cmtim.tfm)
Provides: tex(cmvtti10.tfm)
Provides: tex(diam12.tfm)
Provides: tex(gen10.tfm)
Provides: tex(gen8.tfm)
Provides: tex(gen9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source81: cmextra.tar.xz
%description -n texlive-cmextra
A collection of experimental programs and developments based
on, or complementary to, the matter in his distribution
directories.
date: 2014-02-26 22:03:13 +0000
%post -n texlive-cmextra
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmextra
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-cmextra
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-cmextra
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/cmextra/bible12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxcd10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti7.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmcscsl10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmfibs8.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmman.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmntex10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmntt10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsl6.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsltt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssbxo10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsslu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsytt10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmtim.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmvtti10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/diam12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/gen.mf
%{_texmfdistdir}/fonts/source/public/cmextra/gen10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/gen8.mf
%{_texmfdistdir}/fonts/source/public/cmextra/gen9.mf
%{_texmfdistdir}/fonts/tfm/public/cmextra/bible12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxcd10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmcscsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmfibs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmman.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmntex10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmntt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsslu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsytt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmtim.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmvtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/diam12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/gen10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/gen8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/gen9.tfm
/var/adm/update-scripts/texlive-cmextra-%{texlive_version}.%{texlive_noarch}.svn32831-%{release}-zypper
%package -n texlive-cmll
Version: %{texlive_version}.%{texlive_noarch}.svn17964
Release: 0
Summary: Symbols for linear logic
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-cmll-fonts >= %{texlive_version}
Recommends: texlive-cmll-doc >= %{texlive_version}
Provides: tex(cmll.map)
Provides: tex(cmll.sty)
Provides: tex(cmllbx10.tfm)
Provides: tex(cmllbx12.tfm)
Provides: tex(cmllbx5.tfm)
Provides: tex(cmllbx6.tfm)
Provides: tex(cmllbx7.tfm)
Provides: tex(cmllbx8.tfm)
Provides: tex(cmllbx9.tfm)
Provides: tex(cmllr10.tfm)
Provides: tex(cmllr12.tfm)
Provides: tex(cmllr17.tfm)
Provides: tex(cmllr5.tfm)
Provides: tex(cmllr6.tfm)
Provides: tex(cmllr7.tfm)
Provides: tex(cmllr8.tfm)
Provides: tex(cmllr9.tfm)
Provides: tex(cmllss10.tfm)
Provides: tex(cmllss12.tfm)
Provides: tex(cmllss17.tfm)
Provides: tex(cmllss8.tfm)
Provides: tex(cmllss9.tfm)
Provides: tex(cmllssbx10.tfm)
Provides: tex(eullbx10.tfm)
Provides: tex(eullbx5.tfm)
Provides: tex(eullbx6.tfm)
Provides: tex(eullbx7.tfm)
Provides: tex(eullbx8.tfm)
Provides: tex(eullbx9.tfm)
Provides: tex(eullr10.tfm)
Provides: tex(eullr5.tfm)
Provides: tex(eullr6.tfm)
Provides: tex(eullr7.tfm)
Provides: tex(eullr8.tfm)
Provides: tex(eullr9.tfm)
Provides: tex(ucmllr.fd)
Provides: tex(ucmllss.fd)
Provides: tex(ueull.fd)
Requires: tex(graphicx.sty)
Requires: tex(ifthen.sty)
Requires: tex(relsize.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source82: cmll.tar.xz
Source83: cmll.doc.tar.xz
%description -n texlive-cmll
This is a very small font set that contain some symbols useful
in linear logic, which are apparently not available elsewhere.
Variants are included for use with Computer Modern serif and
sans-serif and with the AMS Euler series. The font is provided
both as Metafont source, and in Adobe Type 1 format. LaTeX
support is provided.
date: 2014-04-24 11:39:23 +0000
%package -n texlive-cmll-doc
Version: %{texlive_version}.%{texlive_noarch}.svn17964
Release: 0
Summary: Documentation for texlive-cmll
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmll-doc
This package includes the documentation for texlive-cmll
%package -n texlive-cmll-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn17964
Release: 0
Summary: Severed fonts for texlive-cmll
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-cmll-fonts
The separated fonts package for texlive-cmll
%post -n texlive-cmll
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'MixedMap[[:blank:]]+cmll.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+cmll.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap cmll.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-cmll
if test $1 = 0; then
sed -ri 's/^(MixedMap[[:blank:]]+cmll.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-cmll
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-cmll-fonts
mkfontscale %{_datadir}/fonts/texlive-cmll
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-cmll
fc-cache %{_datadir}/fonts
%postun -n texlive-cmll-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-cmll-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cmll/README
%{_texmfdistdir}/doc/fonts/cmll/cmll.pdf
%files -n texlive-cmll
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/cmll/cmll.map
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllssbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/llcommon.mf
%{_texmfdistdir}/fonts/source/public/cmll/lleusym.mf
%{_texmfdistdir}/fonts/source/public/cmll/llsymbols.mf
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr9.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx12.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllbx9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr12.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllr9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllss10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllss12.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllss17.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllss8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllss9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/cmllssbx10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullbx9.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/cmll/eullr9.pfb
%{_texmfdistdir}/tex/latex/cmll/cmll.sty
%{_texmfdistdir}/tex/latex/cmll/ucmllr.fd
%{_texmfdistdir}/tex/latex/cmll/ucmllss.fd
%{_texmfdistdir}/tex/latex/cmll/ueull.fd
%files -n texlive-cmll-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-cmll
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-cmll.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmll/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmll/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-cmll/fonts.scale
%{_datadir}/fonts/texlive-cmll/cmllbx10.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx12.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx5.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx6.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx7.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx8.pfb
%{_datadir}/fonts/texlive-cmll/cmllbx9.pfb
%{_datadir}/fonts/texlive-cmll/cmllr10.pfb
%{_datadir}/fonts/texlive-cmll/cmllr12.pfb
%{_datadir}/fonts/texlive-cmll/cmllr17.pfb
%{_datadir}/fonts/texlive-cmll/cmllr5.pfb
%{_datadir}/fonts/texlive-cmll/cmllr6.pfb
%{_datadir}/fonts/texlive-cmll/cmllr7.pfb
%{_datadir}/fonts/texlive-cmll/cmllr8.pfb
%{_datadir}/fonts/texlive-cmll/cmllr9.pfb
%{_datadir}/fonts/texlive-cmll/cmllss10.pfb
%{_datadir}/fonts/texlive-cmll/cmllss12.pfb
%{_datadir}/fonts/texlive-cmll/cmllss17.pfb
%{_datadir}/fonts/texlive-cmll/cmllss8.pfb
%{_datadir}/fonts/texlive-cmll/cmllss9.pfb
%{_datadir}/fonts/texlive-cmll/cmllssbx10.pfb
%{_datadir}/fonts/texlive-cmll/eullbx10.pfb
%{_datadir}/fonts/texlive-cmll/eullbx5.pfb
%{_datadir}/fonts/texlive-cmll/eullbx6.pfb
%{_datadir}/fonts/texlive-cmll/eullbx7.pfb
%{_datadir}/fonts/texlive-cmll/eullbx8.pfb
%{_datadir}/fonts/texlive-cmll/eullbx9.pfb
%{_datadir}/fonts/texlive-cmll/eullr10.pfb
%{_datadir}/fonts/texlive-cmll/eullr5.pfb
%{_datadir}/fonts/texlive-cmll/eullr6.pfb
%{_datadir}/fonts/texlive-cmll/eullr7.pfb
%{_datadir}/fonts/texlive-cmll/eullr8.pfb
%{_datadir}/fonts/texlive-cmll/eullr9.pfb
/var/adm/update-scripts/texlive-cmll-%{texlive_version}.%{texlive_noarch}.svn17964-%{release}-zypper
%package -n texlive-cmpica
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: A Computer Modern Pica variant
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-cmpica-doc >= %{texlive_version}
Provides: tex(cmpica.tfm)
Provides: tex(cmpicab.tfm)
Provides: tex(cmpicati.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source84: cmpica.tar.xz
Source85: cmpica.doc.tar.xz
%description -n texlive-cmpica
An approximate equivalent of the Xerox Pica typeface; the font
is optimised for submitting fiction manuscripts to mainline
publishers. The font is a fixed-width one, rather less heavy
than Computer Modern typewriter. Emphasis for bold-face comes
from a wavy underline of each letter. The two fonts are
supplied as Metafont source.
date: 2014-04-09 14:14:23 +0000
%package -n texlive-cmpica-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-cmpica
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmpica-doc
This package includes the documentation for texlive-cmpica
%post -n texlive-cmpica
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmpica
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-cmpica
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-cmpica-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmpica/README
%files -n texlive-cmpica
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/cmpica/cmpica.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicab.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicati.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pcpunct.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pica.mf
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpica.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicab.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicati.tfm
/var/adm/update-scripts/texlive-cmpica-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-cmpj
Version: %{texlive_version}.%{texlive_noarch}.2.05svn33275
Release: 0
Summary: Style for the journal Condensed Matter Physics
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-cmpj-doc >= %{texlive_version}
Provides: tex(cmpj.sty)
Provides: tex(cmpj2.sty)
Requires: tex(doi.sty)
Requires: tex(droidmono.sty)
Requires: tex(droidsans.sty)
Requires: tex(droidserif.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(graphicx.sty)
Requires: tex(hyperref.sty)
Requires: tex(ifthen.sty)
Requires: tex(natbib.sty)
Requires: tex(url.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source86: cmpj.tar.xz
Source87: cmpj.doc.tar.xz
%description -n texlive-cmpj
The package contains macros and some documentation for
typesetting papers for submission to the Condensed Matter
Physics journal published by the Institute for Condensed Matter
Physics of the National Academy of Sciences of Ukraine.
date: 2014-03-24 18:05:19 +0000
%package -n texlive-cmpj-doc
Version: %{texlive_version}.%{texlive_noarch}.2.05svn33275
Release: 0
Summary: Documentation for texlive-cmpj
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmpj-doc
This package includes the documentation for texlive-cmpj
%post -n texlive-cmpj
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmpj
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-cmpj
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-cmpj-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmpj/README
%{_texmfdistdir}/doc/latex/cmpj/eps_demo.eps
%{_texmfdistdir}/doc/latex/cmpj/eps_demo.pdf
%{_texmfdistdir}/doc/latex/cmpj/icmphome.eps
%{_texmfdistdir}/doc/latex/cmpj/icmphome.pdf
%{_texmfdistdir}/doc/latex/cmpj/template.pdf
%{_texmfdistdir}/doc/latex/cmpj/template.tex
%files -n texlive-cmpj
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/cmpj/cmpj.bst
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.eps
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.pdf
%{_texmfdistdir}/tex/latex/cmpj/cmpj.sty
%{_texmfdistdir}/tex/latex/cmpj/cmpj2.sty
/var/adm/update-scripts/texlive-cmpj-%{texlive_version}.%{texlive_noarch}.2.05svn33275-%{release}-zypper
%package -n texlive-cmsd
Version: %{texlive_version}.%{texlive_noarch}.svn18787
Release: 0
Summary: Interfaces to the CM Sans Serif Bold 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-cmsd-doc >= %{texlive_version}
Provides: tex(cmsd.sty)
Provides: tex(t1cmsd.fd)
Provides: tex(ts1cmsd.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source88: cmsd.tar.xz
Source89: cmsd.doc.tar.xz
%description -n texlive-cmsd
Thr purpose of the package is to provide an alternative
interface to the CM Sans Serif boldface fonts. The EC (T1,
Cork) encoded versions of the 'CM Sans Serif boldface extended'
fonts differ considerably from the traditionally (OT1) encoded
ones: at large sizes, >10pt, they have thinner strokes and are
much wider. At 25pt they are hardly to be recognized as being
'boldface'. This package attempts to make these T1 fonts look
like the traditional ones did. You do not need any new fonts;
the package just changes the way LaTeX makes use of the current
ones.
date: 2013-09-30 13:43:44 +0000
%package -n texlive-cmsd-doc
Version: %{texlive_version}.%{texlive_noarch}.svn18787
Release: 0
Summary: Documentation for texlive-cmsd
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmsd-doc
This package includes the documentation for texlive-cmsd
%post -n texlive-cmsd
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmsd
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-cmsd
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-cmsd-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmsd/liesmich
%{_texmfdistdir}/doc/latex/cmsd/readme
%files -n texlive-cmsd
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cmsd/cmsd.sty
%{_texmfdistdir}/tex/latex/cmsd/t1cmsd.fd
%{_texmfdistdir}/tex/latex/cmsd/ts1cmsd.fd
/var/adm/update-scripts/texlive-cmsd-%{texlive_version}.%{texlive_noarch}.svn18787-%{release}-zypper
%package -n texlive-cmtiup
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn20512
Release: 0
Summary: Upright punctuation with CM italic
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-cmtiup-doc >= %{texlive_version}
Provides: tex(cmtiup.sty)
Provides: tex(cmtiup10.tfm)
Provides: tex(cmtiup10.vf)
Provides: tex(cmtiup12.tfm)
Provides: tex(cmtiup12.vf)
Provides: tex(cmtiup7.tfm)
Provides: tex(cmtiup7.vf)
Provides: tex(cmtiup8.tfm)
Provides: tex(cmtiup8.vf)
Provides: tex(cmtiup9.tfm)
Provides: tex(cmtiup9.vf)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source90: cmtiup.tar.xz
Source91: cmtiup.doc.tar.xz
%description -n texlive-cmtiup
The cmtiup fonts address a problem with the appearance of
punctuation in italic text in mathematical documents. To
achieve this, all punctuation characters are upright, and
kerning between letters and punctuation is adjusted to allow
for the italic correction. The fonts are implemented as a set
of vf files; a package for support in LaTeX 2e is provided.
date: 2014-04-23 22:33:23 +0000
%package -n texlive-cmtiup-doc
Version: %{texlive_version}.%{texlive_noarch}.1.3asvn20512
Release: 0
Summary: Documentation for texlive-cmtiup
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cmtiup-doc
This package includes the documentation for texlive-cmtiup
%post -n texlive-cmtiup
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cmtiup
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-cmtiup
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-cmtiup-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cmtiup/README
%{_texmfdistdir}/doc/latex/cmtiup/cmtiup.dtx
%{_texmfdistdir}/doc/latex/cmtiup/cmtiup.ins
%{_texmfdistdir}/doc/latex/cmtiup/cmtiup.pdf
%{_texmfdistdir}/doc/latex/cmtiup/testfont.pdf
%files -n texlive-cmtiup
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup10.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup12.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup7.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup8.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup9.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupgn.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiuplg.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupp.mf
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup9.tfm
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup10.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup12.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup7.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup8.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup9.vf
%{_texmfdistdir}/tex/latex/cmtiup/cmtiup.sty
/var/adm/update-scripts/texlive-cmtiup-%{texlive_version}.%{texlive_noarch}.1.3asvn20512-%{release}-zypper
%package -n texlive-cnbwp
Version: %{texlive_version}.%{texlive_noarch}.svn32550
Release: 0
Summary: Typeset working papers of the Czech National Bank
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-cnbwp-doc >= %{texlive_version}
Provides: tex(cnbwp-manual.sty)
Provides: tex(cnbwp.cls)
Provides: tex(cnbwpsizes.clo)
Requires: tex(article.cls)
Requires: tex(babel.sty)
Requires: tex(color.sty)
Requires: tex(dcolumn.sty)
Requires: tex(fontenc.sty)
Requires: tex(fontspec.sty)
Requires: tex(graphicx.sty)
Requires: tex(hyperref.sty)
Requires: tex(keyval.sty)
Requires: tex(makeidx.sty)
Requires: tex(mathptmx.sty)
Requires: tex(moreverb.sty)
Requires: tex(multicol.sty)
Requires: tex(natbib.sty)
Requires: tex(polyglossia.sty)
Requires: tex(rotating.sty)
Requires: tex(url.sty)
Requires: tex(verbatim.sty)
Requires: tex(xevlna.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source92: cnbwp.tar.xz
Source93: cnbwp.doc.tar.xz
%description -n texlive-cnbwp
The package supports proper formatting of Working Papers of the
Czech National Bank (WP CNB). The package was developed for CNB
but it is also intended for authors from outside CNB.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-cnbwp-doc
Version: %{texlive_version}.%{texlive_noarch}.svn32550
Release: 0
Summary: Documentation for texlive-cnbwp
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cnbwp-doc
This package includes the documentation for texlive-cnbwp
%post -n texlive-cnbwp
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cnbwp
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-cnbwp
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-cnbwp-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cnbwp/README
%{_texmfdistdir}/doc/latex/cnbwp/biblio.tex
%{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.pdf
%{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.tex
%{_texmfdistdir}/doc/latex/cnbwp/cnbsample.bib
%{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.pdf
%{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.tex
%{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.pdf
%{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.tex
%{_texmfdistdir}/doc/latex/cnbwp/graph18.eps
%{_texmfdistdir}/doc/latex/cnbwp/graph18.gif
%{_texmfdistdir}/doc/latex/cnbwp/graph18.jpg
%{_texmfdistdir}/doc/latex/cnbwp/graph18.pdf
%{_texmfdistdir}/doc/latex/cnbwp/graph18.png
%{_texmfdistdir}/doc/latex/cnbwp/numtable.tex
%{_texmfdistdir}/doc/latex/cnbwp/widematrix.tex
%files -n texlive-cnbwp
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/cnbwp/abbrvcnb.bst
%{_texmfdistdir}/makeindex/cnbwp/cnbindex.ist
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp-manual.sty
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp.cls
%{_texmfdistdir}/tex/latex/cnbwp/cnbwpsizes.clo
/var/adm/update-scripts/texlive-cnbwp-%{texlive_version}.%{texlive_noarch}.svn32550-%{release}-zypper
%package -n texlive-cnltx
Version: %{texlive_version}.%{texlive_noarch}.0.0.12svn36025
Release: 0
Summary: LaTeX tools and documenting facilities
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-cnltx-doc >= %{texlive_version}
Provides: tex(cnltx-base.sty)
Provides: tex(cnltx-doc.cls)
Provides: tex(cnltx-example.sty)
Provides: tex(cnltx-listings.sty)
Provides: tex(cnltx-names.sty)
Provides: tex(cnltx-tools.sty)
Provides: tex(cnltx-translations.sty)
Provides: tex(cnltx.bbx)
Provides: tex(cnltx.cbx)
Provides: tex(cnltx.sty)
Requires: tex(accsupp.sty)
Requires: tex(adjustbox.sty)
Requires: tex(alphabetic.bbx)
Requires: tex(alphabetic.cbx)
Requires: tex(catchfile.sty)
Requires: tex(etoolbox.sty)
Requires: tex(fnpct.sty)
Requires: tex(hyperref.sty)
Requires: tex(idxcmds.sty)
Requires: tex(ifluatex.sty)
Requires: tex(ifxetex.sty)
Requires: tex(imakeidx.sty)
Requires: tex(libertine.sty)
Requires: tex(listings.sty)
Requires: tex(ltxcmds.sty)
Requires: tex(marginnote.sty)
Requires: tex(mdframed.sty)
Requires: tex(multicol.sty)
Requires: tex(pdftexcmds.sty)
Requires: tex(pgfopts.sty)
Requires: tex(ragged2e.sty)
Requires: tex(scrartcl.cls)
Requires: tex(scrlayer-scrpage.sty)
Requires: tex(superiors.sty)
Requires: tex(textcomp.sty)
Requires: tex(translations.sty)
Requires: tex(trimspaces.sty)
Requires: tex(ulem.sty)
Requires: tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source94: cnltx.tar.xz
Source95: cnltx.doc.tar.xz
%description -n texlive-cnltx
This is a versatile bundle of packages and classes for
consistent formatting of control sequences, package options,
source code examples, and writing a package manual (including
an index containing the explained control sequences, options,
ldots). The bundle also provides several other small ideas of
mine such as a mechansim for providing abbreviations etc. Not
at least it provides a number of programming tools. The
intention behind this bundle mainly is a selfish one:
documenting my own packages. The bundle contains an index style
file cnltx.ist that should be placed in a directory in a TDS
makeindex directory.
date: 2015-01-11 14:53:45 +0000
%package -n texlive-cnltx-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.12svn36025
Release: 0
Summary: Documentation for texlive-cnltx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cnltx-doc
This package includes the documentation for texlive-cnltx
%post -n texlive-cnltx
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cnltx
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-cnltx
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-cnltx-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cnltx/README
%{_texmfdistdir}/doc/latex/cnltx/cnltx_en.pdf
%{_texmfdistdir}/doc/latex/cnltx/cnltx_en.tex
%files -n texlive-cnltx
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/cnltx/cnltx.bib
%{_texmfdistdir}/makeindex/cnltx/cnltx.ist
%{_texmfdistdir}/tex/latex/cnltx/cnltx-base.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-doc.cls
%{_texmfdistdir}/tex/latex/cnltx/cnltx-example.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-listings.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-names.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-tools.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-translations.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx.bbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.cbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.dbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.sty
/var/adm/update-scripts/texlive-cnltx-%{texlive_version}.%{texlive_noarch}.0.0.12svn36025-%{release}-zypper
%package -n texlive-cns
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Package cns
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-cns-doc >= %{texlive_version}
Provides: tex(c0so1201.tfm)
Provides: tex(c0so1202.tfm)
Provides: tex(c0so1203.tfm)
Provides: tex(c0so1204.tfm)
Provides: tex(c0so1205.tfm)
Provides: tex(c0so1206.tfm)
Provides: tex(c0so1207.tfm)
Provides: tex(c0so1208.tfm)
Provides: tex(c0so1209.tfm)
Provides: tex(c0so1210.tfm)
Provides: tex(c0so1211.tfm)
Provides: tex(c0so1212.tfm)
Provides: tex(c0so1213.tfm)
Provides: tex(c0so1214.tfm)
Provides: tex(c0so1215.tfm)
Provides: tex(c0so1216.tfm)
Provides: tex(c0so1217.tfm)
Provides: tex(c0so1218.tfm)
Provides: tex(c0so1219.tfm)
Provides: tex(c0so1220.tfm)
Provides: tex(c0so1221.tfm)
Provides: tex(c0so1222.tfm)
Provides: tex(c0so1223.tfm)
Provides: tex(c0so1224.tfm)
Provides: tex(c0so1225.tfm)
Provides: tex(c0so1226.tfm)
Provides: tex(c0so1227.tfm)
Provides: tex(c0so1228.tfm)
Provides: tex(c0so1229.tfm)
Provides: tex(c0so1230.tfm)
Provides: tex(c0so1231.tfm)
Provides: tex(c0so1232.tfm)
Provides: tex(c0so1233.tfm)
Provides: tex(c0so1234.tfm)
Provides: tex(c0so1235.tfm)
Provides: tex(c0so1236.tfm)
Provides: tex(c0so1237.tfm)
Provides: tex(c0so1238.tfm)
Provides: tex(c0so1239.tfm)
Provides: tex(c0so1240.tfm)
Provides: tex(c0so1241.tfm)
Provides: tex(c0so1242.tfm)
Provides: tex(c0so1243.tfm)
Provides: tex(c0so1244.tfm)
Provides: tex(c0so1245.tfm)
Provides: tex(c0so1246.tfm)
Provides: tex(c0so1247.tfm)
Provides: tex(c0so1248.tfm)
Provides: tex(c0so1249.tfm)
Provides: tex(c0so1250.tfm)
Provides: tex(c0so1251.tfm)
Provides: tex(c0so1252.tfm)
Provides: tex(c0so1253.tfm)
Provides: tex(c0so1254.tfm)
Provides: tex(c0so1255.tfm)
Provides: tex(c1so1201.tfm)
Provides: tex(c1so1202.tfm)
Provides: tex(c1so1203.tfm)
Provides: tex(c1so1204.tfm)
Provides: tex(c1so1205.tfm)
Provides: tex(c1so1206.tfm)
Provides: tex(c1so1207.tfm)
Provides: tex(c1so1208.tfm)
Provides: tex(c1so1209.tfm)
Provides: tex(c1so1210.tfm)
Provides: tex(c1so1211.tfm)
Provides: tex(c1so1212.tfm)
Provides: tex(c1so1213.tfm)
Provides: tex(c1so1214.tfm)
Provides: tex(c1so1215.tfm)
Provides: tex(c1so1216.tfm)
Provides: tex(c1so1217.tfm)
Provides: tex(c1so1218.tfm)
Provides: tex(c1so1219.tfm)
Provides: tex(c1so1220.tfm)
Provides: tex(c1so1221.tfm)
Provides: tex(c1so1222.tfm)
Provides: tex(c1so1223.tfm)
Provides: tex(c1so1224.tfm)
Provides: tex(c1so1225.tfm)
Provides: tex(c1so1226.tfm)
Provides: tex(c1so1227.tfm)
Provides: tex(c1so1228.tfm)
Provides: tex(c1so1229.tfm)
Provides: tex(c1so1230.tfm)
Provides: tex(c1so1231.tfm)
Provides: tex(c1so1232.tfm)
Provides: tex(c1so1233.tfm)
Provides: tex(c1so1234.tfm)
Provides: tex(c2so1201.tfm)
Provides: tex(c2so1202.tfm)
Provides: tex(c2so1203.tfm)
Provides: tex(c2so1204.tfm)
Provides: tex(c2so1205.tfm)
Provides: tex(c2so1206.tfm)
Provides: tex(c2so1207.tfm)
Provides: tex(c2so1208.tfm)
Provides: tex(c2so1209.tfm)
Provides: tex(c2so1210.tfm)
Provides: tex(c2so1211.tfm)
Provides: tex(c2so1212.tfm)
Provides: tex(c2so1213.tfm)
Provides: tex(c2so1214.tfm)
Provides: tex(c2so1215.tfm)
Provides: tex(c2so1216.tfm)
Provides: tex(c2so1217.tfm)
Provides: tex(c2so1218.tfm)
Provides: tex(c2so1219.tfm)
Provides: tex(c2so1220.tfm)
Provides: tex(c2so1221.tfm)
Provides: tex(c2so1222.tfm)
Provides: tex(c2so1223.tfm)
Provides: tex(c2so1224.tfm)
Provides: tex(c2so1225.tfm)
Provides: tex(c2so1226.tfm)
Provides: tex(c2so1227.tfm)
Provides: tex(c2so1228.tfm)
Provides: tex(c2so1229.tfm)
Provides: tex(c2so1230.tfm)
Provides: tex(c3so1201.tfm)
Provides: tex(c3so1202.tfm)
Provides: tex(c3so1203.tfm)
Provides: tex(c3so1204.tfm)
Provides: tex(c3so1205.tfm)
Provides: tex(c3so1206.tfm)
Provides: tex(c3so1207.tfm)
Provides: tex(c3so1208.tfm)
Provides: tex(c3so1209.tfm)
Provides: tex(c3so1210.tfm)
Provides: tex(c3so1211.tfm)
Provides: tex(c3so1212.tfm)
Provides: tex(c3so1213.tfm)
Provides: tex(c3so1214.tfm)
Provides: tex(c3so1215.tfm)
Provides: tex(c3so1216.tfm)
Provides: tex(c3so1217.tfm)
Provides: tex(c3so1218.tfm)
Provides: tex(c3so1219.tfm)
Provides: tex(c3so1220.tfm)
Provides: tex(c3so1221.tfm)
Provides: tex(c3so1222.tfm)
Provides: tex(c3so1223.tfm)
Provides: tex(c3so1224.tfm)
Provides: tex(c3so1225.tfm)
Provides: tex(c4so1201.tfm)
Provides: tex(c4so1202.tfm)
Provides: tex(c4so1203.tfm)
Provides: tex(c4so1204.tfm)
Provides: tex(c4so1205.tfm)
Provides: tex(c4so1206.tfm)
Provides: tex(c4so1207.tfm)
Provides: tex(c4so1208.tfm)
Provides: tex(c4so1209.tfm)
Provides: tex(c4so1210.tfm)
Provides: tex(c4so1211.tfm)
Provides: tex(c4so1212.tfm)
Provides: tex(c4so1213.tfm)
Provides: tex(c4so1214.tfm)
Provides: tex(c4so1215.tfm)
Provides: tex(c4so1216.tfm)
Provides: tex(c4so1217.tfm)
Provides: tex(c4so1218.tfm)
Provides: tex(c4so1219.tfm)
Provides: tex(c4so1220.tfm)
Provides: tex(c4so1221.tfm)
Provides: tex(c4so1222.tfm)
Provides: tex(c4so1223.tfm)
Provides: tex(c4so1224.tfm)
Provides: tex(c4so1225.tfm)
Provides: tex(c4so1226.tfm)
Provides: tex(c4so1227.tfm)
Provides: tex(c4so1228.tfm)
Provides: tex(c4so1229.tfm)
Provides: tex(c5so1201.tfm)
Provides: tex(c5so1202.tfm)
Provides: tex(c5so1203.tfm)
Provides: tex(c5so1204.tfm)
Provides: tex(c5so1205.tfm)
Provides: tex(c5so1206.tfm)
Provides: tex(c5so1207.tfm)
Provides: tex(c5so1208.tfm)
Provides: tex(c5so1209.tfm)
Provides: tex(c5so1210.tfm)
Provides: tex(c5so1211.tfm)
Provides: tex(c5so1212.tfm)
Provides: tex(c5so1213.tfm)
Provides: tex(c5so1214.tfm)
Provides: tex(c5so1215.tfm)
Provides: tex(c5so1216.tfm)
Provides: tex(c5so1217.tfm)
Provides: tex(c5so1218.tfm)
Provides: tex(c5so1219.tfm)
Provides: tex(c5so1220.tfm)
Provides: tex(c5so1221.tfm)
Provides: tex(c5so1222.tfm)
Provides: tex(c5so1223.tfm)
Provides: tex(c5so1224.tfm)
Provides: tex(c5so1225.tfm)
Provides: tex(c5so1226.tfm)
Provides: tex(c5so1227.tfm)
Provides: tex(c5so1228.tfm)
Provides: tex(c5so1229.tfm)
Provides: tex(c5so1230.tfm)
Provides: tex(c5so1231.tfm)
Provides: tex(c5so1232.tfm)
Provides: tex(c5so1233.tfm)
Provides: tex(c5so1234.tfm)
Provides: tex(c6so1201.tfm)
Provides: tex(c6so1202.tfm)
Provides: tex(c6so1203.tfm)
Provides: tex(c6so1204.tfm)
Provides: tex(c6so1205.tfm)
Provides: tex(c6so1206.tfm)
Provides: tex(c6so1207.tfm)
Provides: tex(c6so1208.tfm)
Provides: tex(c6so1209.tfm)
Provides: tex(c6so1210.tfm)
Provides: tex(c6so1211.tfm)
Provides: tex(c6so1212.tfm)
Provides: tex(c6so1213.tfm)
Provides: tex(c6so1214.tfm)
Provides: tex(c6so1215.tfm)
Provides: tex(c6so1216.tfm)
Provides: tex(c6so1217.tfm)
Provides: tex(c6so1218.tfm)
Provides: tex(c6so1219.tfm)
Provides: tex(c6so1220.tfm)
Provides: tex(c6so1221.tfm)
Provides: tex(c6so1222.tfm)
Provides: tex(c6so1223.tfm)
Provides: tex(c6so1224.tfm)
Provides: tex(c6so1225.tfm)
Provides: tex(c7so1201.tfm)
Provides: tex(c7so1202.tfm)
Provides: tex(c7so1203.tfm)
Provides: tex(c7so1204.tfm)
Provides: tex(c7so1205.tfm)
Provides: tex(c7so1206.tfm)
Provides: tex(c7so1207.tfm)
Provides: tex(c7so1208.tfm)
Provides: tex(c7so1209.tfm)
Provides: tex(c7so1210.tfm)
Provides: tex(c7so1211.tfm)
Provides: tex(c7so1212.tfm)
Provides: tex(c7so1213.tfm)
Provides: tex(c7so1214.tfm)
Provides: tex(c7so1215.tfm)
Provides: tex(c7so1216.tfm)
Provides: tex(c7so1217.tfm)
Provides: tex(c7so1218.tfm)
Provides: tex(c7so1219.tfm)
Provides: tex(c7so1220.tfm)
Provides: tex(c7so1221.tfm)
Provides: tex(c7so1222.tfm)
Provides: tex(c7so1223.tfm)
Provides: tex(c7so1224.tfm)
Provides: tex(c7so1225.tfm)
Provides: tex(c7so1226.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source96: cns.tar.xz
Source97: cns.doc.tar.xz
%description -n texlive-cns
The cns package
%package -n texlive-cns-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-cns
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cns-doc
This package includes the documentation for texlive-cns
%post -n texlive-cns
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cns
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-cns
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-cns-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/cns/cns40-1/README
%{_texmfdistdir}/doc/fonts/cns/cns40-2/README
%{_texmfdistdir}/doc/fonts/cns/cns40-3/README
%{_texmfdistdir}/doc/fonts/cns/cns40-4/README
%{_texmfdistdir}/doc/fonts/cns/cns40-5/README
%{_texmfdistdir}/doc/fonts/cns/cns40-6/README
%{_texmfdistdir}/doc/fonts/cns/cns40-7/README
%{_texmfdistdir}/doc/fonts/cns/cns40-b5/README
%files -n texlive-cns
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/misc/cns/4040w0.bin
%{_texmfdistdir}/fonts/misc/cns/4040w1.bin
%{_texmfdistdir}/fonts/misc/cns/4040w2.bin
%{_texmfdistdir}/fonts/misc/cns/4040w3.bin
%{_texmfdistdir}/fonts/misc/cns/4040w4.bin
%{_texmfdistdir}/fonts/misc/cns/4040w5.bin
%{_texmfdistdir}/fonts/misc/cns/4040w6.bin
%{_texmfdistdir}/fonts/misc/cns/4040w7.bin
%{_texmfdistdir}/fonts/misc/cns/cns40-1.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-2.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-3.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-4.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-5.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-6.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-7.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-b5.hbf
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1235.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1236.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1237.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1238.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1239.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1240.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1241.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1242.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1243.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1244.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1245.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1246.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1247.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1248.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1249.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1250.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1251.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1252.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1253.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1254.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1255.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1226.tfm
/var/adm/update-scripts/texlive-cns-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-cntformats
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn34668
Release: 0
Summary: A different way to read counters
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-cntformats-doc >= %{texlive_version}
Provides: tex(cntformats.sty)
Requires: tex(cnltx-base.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source98: cntformats.tar.xz
Source99: cntformats.doc.tar.xz
%description -n texlive-cntformats
The package offers package or class authors a way to format
counters with 'patterns'. These patterns do not affect affect
'normal' LaTeX treatment of counters.
date: 2014-08-02 22:20:31 +0000
%package -n texlive-cntformats-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn34668
Release: 0
Summary: Documentation for texlive-cntformats
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cntformats-doc
This package includes the documentation for texlive-cntformats
%post -n texlive-cntformats
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cntformats
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-cntformats
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-cntformats-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cntformats/README
%{_texmfdistdir}/doc/latex/cntformats/cntformats_en.pdf
%{_texmfdistdir}/doc/latex/cntformats/cntformats_en.tex
%files -n texlive-cntformats
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cntformats/cntformats.sty
/var/adm/update-scripts/texlive-cntformats-%{texlive_version}.%{texlive_noarch}.0.0.7svn34668-%{release}-zypper
%package -n texlive-cntperchap
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37572
Release: 0
Summary: Store counter values per 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-cntperchap-doc >= %{texlive_version}
Provides: tex(cntperchap.sty)
Requires: tex(assoccnt.sty)
Requires: tex(ifthen.sty)
Requires: tex(morewrites.sty)
Requires: tex(xparse.sty)
Requires: tex(xpatch.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source100: cntperchap.tar.xz
Source101: cntperchap.doc.tar.xz
%description -n texlive-cntperchap
This package stores values of counters (which have been
registered beforehand) on a per chapter base and provides the
values on demand in the 2nd LaTeX compilation run. In this way
it is possible to know how many sections etc. there are lying
ahead and to react to these counter values, if needed. This is
a preliminary version that has been tested with book.cls,
memoir.cls, and scrbook.cls. The packages assoccnt (by the same
author) and xparse are needed as well.
date: 2015-06-12 05:44:45 +0000
%package -n texlive-cntperchap-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37572
Release: 0
Summary: Documentation for texlive-cntperchap
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-cntperchap-doc
This package includes the documentation for texlive-cntperchap
%post -n texlive-cntperchap
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-cntperchap
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-cntperchap
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-cntperchap-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/cntperchap/README
%{_texmfdistdir}/doc/latex/cntperchap/cntperchap_doc.pdf
%{_texmfdistdir}/doc/latex/cntperchap/cntperchap_doc.tex
%{_texmfdistdir}/doc/latex/cntperchap/cntperchap_example.pdf
%{_texmfdistdir}/doc/latex/cntperchap/cntperchap_example.tex
%files -n texlive-cntperchap
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/cntperchap/cntperchap.sty
/var/adm/update-scripts/texlive-cntperchap-%{texlive_version}.%{texlive_noarch}.0.0.3svn37572-%{release}-zypper
%package -n texlive-codedoc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn17630
Release: 0
Summary: LaTeX code and documentation in LaTeX-format file
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-codedoc-doc >= %{texlive_version}
Provides: tex(codedoc.cls)
Requires: tex(makeidx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source102: codedoc.tar.xz
Source103: codedoc.doc.tar.xz
%description -n texlive-codedoc
The CodeDoc class is an alternative to DocStrip (and others) to
produce LaTeX code along with its documentation without
departing from LaTeX's ordinary syntax. The documentation is
prepared like any other LaTeX document and the code to be
commented verbatim is simply delimited by an environment. When
an option is turned on in the class options, this code is
written to the desired file(s). The class also includes fully
customizable verbatim environments which provide the author
with separate commands to typeset the material and/or to
execute it.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-codedoc-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn17630
Release: 0
Summary: Documentation for texlive-codedoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-codedoc-doc
This package includes the documentation for texlive-codedoc
%post -n texlive-codedoc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-codedoc
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-codedoc
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-codedoc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.pdf
%{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.tex
%{_texmfdistdir}/doc/latex/codedoc/README
%files -n texlive-codedoc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/codedoc/codedoc.cls
/var/adm/update-scripts/texlive-codedoc-%{texlive_version}.%{texlive_noarch}.0.0.3svn17630-%{release}-zypper
%package -n texlive-codepage
Version: %{texlive_version}.%{texlive_noarch}.svn21126
Release: 0
Summary: Support for variant code pages
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-codepage-doc >= %{texlive_version}
Provides: tex(code437.tex)
Provides: tex(code850.tex)
Provides: tex(codeiso1.tex)
Provides: tex(codemac.tex)
Provides: tex(codepage.sty)
Provides: tex(initcar.tex)
Provides: tex(shapecm.tex)
Provides: tex(shapedc.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source104: codepage.tar.xz
Source105: codepage.doc.tar.xz
%description -n texlive-codepage
The package provides a mechanism for inputting non-ASCII text.
Nowadays, the job is mostly done by the inputenc package in the
LaTeX distribution.
date: 2012-05-16 22:55:12 +0000
%package -n texlive-codepage-doc
Version: %{texlive_version}.%{texlive_noarch}.svn21126
Release: 0
Summary: Documentation for texlive-codepage
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-codepage-doc:fr;en;en;fr)
%description -n texlive-codepage-doc
This package includes the documentation for texlive-codepage
%post -n texlive-codepage
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-codepage
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-codepage
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-codepage-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/codepage/LISEZMOI
%{_texmfdistdir}/doc/latex/codepage/README
%{_texmfdistdir}/doc/latex/codepage/codepage.pdf
%{_texmfdistdir}/doc/latex/codepage/demo.zip
%{_texmfdistdir}/doc/latex/codepage/frintro.pdf
%files -n texlive-codepage
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/codepage/code437.tex
%{_texmfdistdir}/tex/latex/codepage/code850.tex
%{_texmfdistdir}/tex/latex/codepage/codeiso1.tex
%{_texmfdistdir}/tex/latex/codepage/codemac.tex
%{_texmfdistdir}/tex/latex/codepage/codepage.sty
%{_texmfdistdir}/tex/latex/codepage/initcar.tex
%{_texmfdistdir}/tex/latex/codepage/shapecm.tex
%{_texmfdistdir}/tex/latex/codepage/shapedc.tex
/var/adm/update-scripts/texlive-codepage-%{texlive_version}.%{texlive_noarch}.svn21126-%{release}-zypper
%package -n texlive-codesection
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn34481
Release: 0
Summary: Provides an environment that may be conditionally included
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-codesection-doc >= %{texlive_version}
Provides: tex(codesection.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source106: codesection.tar.xz
Source107: codesection.doc.tar.xz
%description -n texlive-codesection
This package provides an environment to switch a section of
code on or off. The code may be placed anywhere in the file (it
is not limited to the document or the preamble). The motivation
for this package was to have commands which allow preselection
based on whether sections of code in a preamble of a template
are executed.
date: 2015-03-30 20:55:45 +0000
%package -n texlive-codesection-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn34481
Release: 0
Summary: Documentation for texlive-codesection
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-codesection-doc
This package includes the documentation for texlive-codesection
%post -n texlive-codesection
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-codesection
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-codesection
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-codesection-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/codesection/README
%{_texmfdistdir}/doc/latex/codesection/codesection.pdf
%files -n texlive-codesection
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/codesection/codesection.sty
/var/adm/update-scripts/texlive-codesection-%{texlive_version}.%{texlive_noarch}.0.0.1svn34481-%{release}-zypper
%package -n texlive-codicefiscaleitaliano
Version: %{texlive_version}.%{texlive_noarch}.1.2svn29803
Release: 0
Summary: Test the consistency of the Italian personal Fiscal 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-codicefiscaleitaliano-doc >= %{texlive_version}
Provides: tex(codicefiscaleitaliano.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source108: codicefiscaleitaliano.tar.xz
Source109: codicefiscaleitaliano.doc.tar.xz
%description -n texlive-codicefiscaleitaliano
The alphanumeric string that forms the Italian personal Fiscal
Code is prone to be misspelled thus rendering a legal document
invalid. The package quickly verifies the consistency of the
fiscal code string, and can therefore be useful for lawyers and
accountants that use fiscal codes very frequently.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-codicefiscaleitaliano-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn29803
Release: 0
Summary: Documentation for texlive-codicefiscaleitaliano
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-codicefiscaleitaliano-doc:it;it)
%description -n texlive-codicefiscaleitaliano-doc
This package includes the documentation for texlive-codicefiscaleitaliano
%post -n texlive-codicefiscaleitaliano
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-codicefiscaleitaliano
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-codicefiscaleitaliano
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-codicefiscaleitaliano-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/codicefiscaleitaliano/README
%{_texmfdistdir}/doc/latex/codicefiscaleitaliano/codicefiscaleitaliano.pdf
%files -n texlive-codicefiscaleitaliano
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/codicefiscaleitaliano/codicefiscaleitaliano.sty
/var/adm/update-scripts/texlive-codicefiscaleitaliano-%{texlive_version}.%{texlive_noarch}.1.2svn29803-%{release}-zypper
%package -n texlive-collcell
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn21539
Release: 0
Summary: Collect contents of a tabular cell as argument to a macro
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-collcell-doc >= %{texlive_version}
Provides: tex(collcell.sty)
Requires: tex(array.sty)
Requires: tex(etoolbox.sty)
Requires: tex(tabularx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source110: collcell.tar.xz
Source111: collcell.doc.tar.xz
%description -n texlive-collcell
The package provides macros that collect the content of a
tabular cell, and offer them as an argument to a macro. Special
care is taken to remove all aligning macros inserted by tabular
from the cell content. The macros also work in the last column
of a table, but do not support verbatim material inside the
cells.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-collcell-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn21539
Release: 0
Summary: Documentation for texlive-collcell
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-collcell-doc
This package includes the documentation for texlive-collcell
%post -n texlive-collcell
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-collcell
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-collcell
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-collcell-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/collcell/collcell.pdf
%files -n texlive-collcell
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/collcell/collcell.sty
/var/adm/update-scripts/texlive-collcell-%{texlive_version}.%{texlive_noarch}.0.0.5svn21539-%{release}-zypper
%package -n texlive-collectbox
Version: %{texlive_version}.%{texlive_noarch}.0.0.4bsvn26557
Release: 0
Summary: Collect and process macro arguments as 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-collectbox-doc >= %{texlive_version}
Provides: tex(collectbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source112: collectbox.tar.xz
Source113: collectbox.doc.tar.xz
%description -n texlive-collectbox
The package provides macros to collect and process a macro
argument (i.e., something which looks like a macro argument) as
a horizontal box rather than as a real macro argument. The
"arguments" are stored as if they had been saved by \savebox or
by the lrbox environment. Grouping tokens \bgroup and \egroup
may be used, which allows the user to have the beginning and
end of a group in different macro invocations, or to place them
in the begin and end code of an environment. Arguments may
contain verbatim material or other special use of characters.
The macros were designed for use within other macros.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-collectbox-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.4bsvn26557
Release: 0
Summary: Documentation for texlive-collectbox
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-collectbox-doc
This package includes the documentation for texlive-collectbox
%post -n texlive-collectbox
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-collectbox
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-collectbox
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-collectbox-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/collectbox/README
%{_texmfdistdir}/doc/latex/collectbox/collectbox.pdf
%files -n texlive-collectbox
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/collectbox/collectbox.sty
/var/adm/update-scripts/texlive-collectbox-%{texlive_version}.%{texlive_noarch}.0.0.4bsvn26557-%{release}-zypper
%package -n texlive-collref
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn35084
Release: 0
Summary: Collect blocks of references into a single reference
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-collref-doc >= %{texlive_version}
Provides: tex(collref.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source114: collref.tar.xz
Source115: collref.doc.tar.xz
%description -n texlive-collref
The package automatically collects multiple \bibitem
references, which always appear in the same sequence in \cite,
into a single \bibitem block.
date: 2014-09-01 04:18:30 +0000
%package -n texlive-collref-doc
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn35084
Release: 0
Summary: Documentation for texlive-collref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-collref-doc
This package includes the documentation for texlive-collref
%post -n texlive-collref
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-collref
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-collref
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-collref-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/collref/README
%{_texmfdistdir}/doc/latex/collref/collref.pdf
%{_texmfdistdir}/doc/latex/collref/collsamp.tex
%files -n texlive-collref
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/collref/collref.sty
/var/adm/update-scripts/texlive-collref-%{texlive_version}.%{texlive_noarch}.2.0bsvn35084-%{release}-zypper
%package -n texlive-colordoc
Version: %{texlive_version}.%{texlive_noarch}.svn18270
Release: 0
Summary: Coloured syntax highlights in documentation
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-colordoc-doc >= %{texlive_version}
Provides: tex(colordoc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source116: colordoc.tar.xz
Source117: colordoc.doc.tar.xz
%description -n texlive-colordoc
The package is used in documentation files (that use the doc
package); with it the code listings will highlight (for
example) pairs of curly braces with matching colors. Other
delimiters like \if ... \fi, are highlighted, as are the names
of new commands. All this makes code a little more readable,
and helps during process of writing. Three options are
provided, including a non-color option designed for printing
(which numbers delimiters and underlines new commands).
date: 2014-02-26 22:03:13 +0000
%package -n texlive-colordoc-doc
Version: %{texlive_version}.%{texlive_noarch}.svn18270
Release: 0
Summary: Documentation for texlive-colordoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colordoc-doc
This package includes the documentation for texlive-colordoc
%post -n texlive-colordoc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colordoc
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-colordoc
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-colordoc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colordoc/README
%{_texmfdistdir}/doc/latex/colordoc/colordoc.pdf
%files -n texlive-colordoc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colordoc/colordoc.sty
/var/adm/update-scripts/texlive-colordoc-%{texlive_version}.%{texlive_noarch}.svn18270-%{release}-zypper
%package -n texlive-colorinfo
Version: %{texlive_version}.%{texlive_noarch}.0.0.3csvn15878
Release: 0
Summary: Retrieve colour model and values for defined colours
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-colorinfo-doc >= %{texlive_version}
Provides: tex(colorinfo.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source118: colorinfo.tar.xz
Source119: colorinfo.doc.tar.xz
%description -n texlive-colorinfo
The colorinfo package
date: 2011-09-27 09:06:33 +0000
%package -n texlive-colorinfo-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3csvn15878
Release: 0
Summary: Documentation for texlive-colorinfo
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colorinfo-doc
This package includes the documentation for texlive-colorinfo
%post -n texlive-colorinfo
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colorinfo
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-colorinfo
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-colorinfo-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colorinfo/README
%{_texmfdistdir}/doc/latex/colorinfo/colorinfo-test.tex
%files -n texlive-colorinfo
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colorinfo/colorinfo.sty
/var/adm/update-scripts/texlive-colorinfo-%{texlive_version}.%{texlive_noarch}.0.0.3csvn15878-%{release}-zypper
%package -n texlive-colorsep
Version: %{texlive_version}.%{texlive_noarch}.svn13293
Release: 0
Summary: Color separation
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source120: colorsep.tar.xz
%description -n texlive-colorsep
Support for colour separation when using dvips.
date: 2011-09-27 11:05:50 +0000
%post -n texlive-colorsep
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colorsep
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-colorsep
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-colorsep
%defattr(-,root,root,755)
%{_texmfdistdir}/dvips/colorsep/colorsep.pro
/var/adm/update-scripts/texlive-colorsep-%{texlive_version}.%{texlive_noarch}.svn13293-%{release}-zypper
%package -n texlive-colorspace
Version: %{texlive_version}.%{texlive_noarch}.1.1.0svn37573
Release: 0
Summary: Provides PDF color spaces
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-colorspace-doc >= %{texlive_version}
Provides: tex(colorspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source121: colorspace.tar.xz
Source122: colorspace.doc.tar.xz
%description -n texlive-colorspace
The package provides PDF color spaces. Currently, only spot
colors and overprinting are supported. It requires xcolor, and
supports pdfTeX and luaTeX.
date: 2015-06-12 05:44:45 +0000
%package -n texlive-colorspace-doc
Version: %{texlive_version}.%{texlive_noarch}.1.1.0svn37573
Release: 0
Summary: Documentation for texlive-colorspace
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colorspace-doc
This package includes the documentation for texlive-colorspace
%post -n texlive-colorspace
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colorspace
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-colorspace
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-colorspace-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colorspace/README
%{_texmfdistdir}/doc/latex/colorspace/colorspace.pdf
%{_texmfdistdir}/doc/latex/colorspace/colorspace.tex
%files -n texlive-colorspace
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colorspace/colorspace.sty
/var/adm/update-scripts/texlive-colorspace-%{texlive_version}.%{texlive_noarch}.1.1.0svn37573-%{release}-zypper
%package -n texlive-colortab
Version: %{texlive_version}.%{texlive_noarch}.1.0svn22155
Release: 0
Summary: Shade cells of tables and halign
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-colortab-doc >= %{texlive_version}
Provides: tex(colortab.sty)
Provides: tex(colortab.tex)
Requires: tex(fancybox.sty)
Requires: tex(pstricks.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source123: colortab.tar.xz
Source124: colortab.doc.tar.xz
%description -n texlive-colortab
The package lets you shade or colour the cells in the alignment
environments such as \halign and LaTeX's tabular and array
environments. The colortbl package is to be preferred today
with LaTeX (it assures compatibility with the longtable
package, which is no longer true with colortab); another modern
option is the table-colouring option of the xcolor. However,
colortab remains an adequate solution for use with Plain TeX.
date: 2011-09-27 11:26:50 +0000
%package -n texlive-colortab-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn22155
Release: 0
Summary: Documentation for texlive-colortab
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colortab-doc
This package includes the documentation for texlive-colortab
%post -n texlive-colortab
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colortab
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-colortab
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-colortab-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/colortab/Changes
%{_texmfdistdir}/doc/generic/colortab/Makefile
%{_texmfdistdir}/doc/generic/colortab/colortab-doc.pdf
%{_texmfdistdir}/doc/generic/colortab/colortab-doc.tex
%files -n texlive-colortab
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/colortab/colortab.sty
%{_texmfdistdir}/tex/generic/colortab/colortab.tex
/var/adm/update-scripts/texlive-colortab-%{texlive_version}.%{texlive_noarch}.1.0svn22155-%{release}-zypper
%package -n texlive-colortbl
Version: %{texlive_version}.%{texlive_noarch}.v1.0asvn29803
Release: 0
Summary: Add colour to LaTeX tables
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-colortbl-doc >= %{texlive_version}
Provides: tex(colortbl.sty)
Requires: tex(array.sty)
Requires: tex(color.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source125: colortbl.tar.xz
Source126: colortbl.doc.tar.xz
%description -n texlive-colortbl
The package allows rows and columns to be coloured, and even
individual cells.
date: 2012-02-14 09:56:36 +0000
%package -n texlive-colortbl-doc
Version: %{texlive_version}.%{texlive_noarch}.v1.0asvn29803
Release: 0
Summary: Documentation for texlive-colortbl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Provides: locale(texlive-colortbl-doc:de;en)
%description -n texlive-colortbl-doc
This package includes the documentation for texlive-colortbl
%post -n texlive-colortbl
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colortbl
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-colortbl
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-colortbl-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colortbl/README
%{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.pdf
%{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.tex
%{_texmfdistdir}/doc/latex/colortbl/colortbl.pdf
%files -n texlive-colortbl
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colortbl/colortbl.sty
/var/adm/update-scripts/texlive-colortbl-%{texlive_version}.%{texlive_noarch}.v1.0asvn29803-%{release}-zypper
%package -n texlive-colorwav
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Colours by wavelength of visible light
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-colorwav-doc >= %{texlive_version}
Provides: tex(colorwav.sty)
Requires: tex(fp.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source127: colorwav.tar.xz
Source128: colorwav.doc.tar.xz
%description -n texlive-colorwav
The package allows the user to obtain an RGB value (suitable
for use in the color package) from a wavelength of light. The
default unit is nanometres, but other units may be used. Note
that this function is also available within the xcolor.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-colorwav-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-colorwav
License: LGPL-2.1+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colorwav-doc
This package includes the documentation for texlive-colorwav
%post -n texlive-colorwav
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colorwav
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-colorwav
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-colorwav-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colorwav/README
%{_texmfdistdir}/doc/latex/colorwav/colorwav.pdf
%files -n texlive-colorwav
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colorwav/colorwav.sty
/var/adm/update-scripts/texlive-colorwav-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
%package -n texlive-colorweb
Version: %{texlive_version}.%{texlive_noarch}.1.3svn31490
Release: 0
Summary: Extend the color package colour space
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-colorweb-doc >= %{texlive_version}
Provides: tex(colorweb.sty)
Requires: tex(color.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source129: colorweb.tar.xz
Source130: colorweb.doc.tar.xz
%description -n texlive-colorweb
The package makes the 216 "web-safe colours" available to the
standard color package.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-colorweb-doc
Version: %{texlive_version}.%{texlive_noarch}.1.3svn31490
Release: 0
Summary: Documentation for texlive-colorweb
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colorweb-doc
This package includes the documentation for texlive-colorweb
%post -n texlive-colorweb
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colorweb
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-colorweb
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-colorweb-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colorweb/README
%{_texmfdistdir}/doc/latex/colorweb/colorweb.pdf
%{_texmfdistdir}/doc/latex/colorweb/colorwebfull.pdf
%{_texmfdistdir}/doc/latex/colorweb/colorwebuser.pdf
%{_texmfdistdir}/doc/latex/colorweb/descript.ion
%files -n texlive-colorweb
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colorweb/colorweb.sty
/var/adm/update-scripts/texlive-colorweb-%{texlive_version}.%{texlive_noarch}.1.3svn31490-%{release}-zypper
%package -n texlive-colourchange
Version: %{texlive_version}.%{texlive_noarch}.1.22svn21741
Release: 0
Summary: Colourchange
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-colourchange-doc >= %{texlive_version}
Provides: tex(colourchange.sty)
Requires: tex(calc.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source131: colourchange.tar.xz
Source132: colourchange.doc.tar.xz
%description -n texlive-colourchange
The package allows you to change the colour of the structural
elements (inner theme and outer theme) of your beamer
presentation during the presentation. There is a manual option
but there is also the option to have your structure colour
change from one colour to another as a function of how far
through the presentation you are.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-colourchange-doc
Version: %{texlive_version}.%{texlive_noarch}.1.22svn21741
Release: 0
Summary: Documentation for texlive-colourchange
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-colourchange-doc
This package includes the documentation for texlive-colourchange
%post -n texlive-colourchange
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-colourchange
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-colourchange
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-colourchange-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/colourchange/README
%{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.pdf
%{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.tex
%files -n texlive-colourchange
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/colourchange/colourchange.sty
/var/adm/update-scripts/texlive-colourchange-%{texlive_version}.%{texlive_noarch}.1.22svn21741-%{release}-zypper
%package -n texlive-combelow
Version: %{texlive_version}.%{texlive_noarch}.0.0.99fsvn18462
Release: 0
Summary: Typeset "comma-below" letters, as in Romanian
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-combelow-doc >= %{texlive_version}
Provides: tex(combelow.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source133: combelow.tar.xz
Source134: combelow.doc.tar.xz
%description -n texlive-combelow
The package defines a command \cb that positions a comma below
a letter, as required (for example) in Romanian typesetting.
The command is robust, but interferes with hyphenation.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-combelow-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.99fsvn18462
Release: 0
Summary: Documentation for texlive-combelow
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-combelow-doc
This package includes the documentation for texlive-combelow
%post -n texlive-combelow
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-combelow
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-combelow
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-combelow-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/combelow/README
%{_texmfdistdir}/doc/latex/combelow/combelow.bib
%{_texmfdistdir}/doc/latex/combelow/combelow.pdf
%{_texmfdistdir}/doc/latex/combelow/combelow.tex
%files -n texlive-combelow
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/combelow/combelow.sty
/var/adm/update-scripts/texlive-combelow-%{texlive_version}.%{texlive_noarch}.0.0.99fsvn18462-%{release}-zypper
%package -n texlive-combine
Version: %{texlive_version}.%{texlive_noarch}.0.0.7asvn19361
Release: 0
Summary: Bundle individual documents into a single 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-combine-doc >= %{texlive_version}
Provides: tex(combcite.sty)
Provides: tex(combine.cls)
Provides: tex(combinet.sty)
Provides: tex(combnat.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source135: combine.tar.xz
Source136: combine.doc.tar.xz
%description -n texlive-combine
The combine class lets you bundle individual documents into a
single document, such as when preparing a conference
proceedings. The auxiliary combinet package puts the titles and
authors from \maketitle commands into the main document's Table
of Contents. The package cooperates with the abstract and
titling packages.
date: 2012-01-27 22:18:23 +0000
%package -n texlive-combine-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.7asvn19361
Release: 0
Summary: Documentation for texlive-combine
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-combine-doc
This package includes the documentation for texlive-combine
%post -n texlive-combine
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-combine
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-combine
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-combine-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/combine/README
%{_texmfdistdir}/doc/latex/combine/combine.pdf
%files -n texlive-combine
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/combine/combcite.sty
%{_texmfdistdir}/tex/latex/combine/combine.cls
%{_texmfdistdir}/tex/latex/combine/combinet.sty
%{_texmfdistdir}/tex/latex/combine/combnat.sty
/var/adm/update-scripts/texlive-combine-%{texlive_version}.%{texlive_noarch}.0.0.7asvn19361-%{release}-zypper
%package -n texlive-combinedgraphics
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.2svn27198
Release: 0
Summary: Include graphic (EPS or PDF)/LaTeX combinations
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-combinedgraphics-doc >= %{texlive_version}
Provides: tex(combinedgraphics.sty)
Requires: tex(color.sty)
Requires: tex(graphicx.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source137: combinedgraphics.tar.xz
Source138: combinedgraphics.doc.tar.xz
%description -n texlive-combinedgraphics
This package provides a macro (\includecombinedgraphics) for
the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an
export format of Gnuplot, Xfig, and maybe other programs).
Instead of including the graphics with a simple \input, the
\includecombinedgraphics macro has some comforts: changing the
font and color of the text of the LaTeX part; rescaling the
graphics without affecting the font of the LaTeX part;
automatic inclusion of the vector graphics part, as far as
LaTeX part does not do it (e.g., for files exported from
Gnuplot before version 4.2); and rescaling and rotating of
complete graphics (similar to \includegraphics from the
graphicx package).
date: 2014-10-16 23:17:00 +0000
%package -n texlive-combinedgraphics-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.2.2svn27198
Release: 0
Summary: Documentation for texlive-combinedgraphics
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-combinedgraphics-doc
This package includes the documentation for texlive-combinedgraphics
%post -n texlive-combinedgraphics
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-combinedgraphics
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-combinedgraphics
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-combinedgraphics-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/combinedgraphics/COPYING
%{_texmfdistdir}/doc/latex/combinedgraphics/Makefile
%{_texmfdistdir}/doc/latex/combinedgraphics/README
%{_texmfdistdir}/doc/latex/combinedgraphics/combinedgraphics.pdf
%{_texmfdistdir}/doc/latex/combinedgraphics/test/Makefile
%{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.pdf
%{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.tex
%{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.eps
%{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.pdf
%{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.plt
%{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.tex
%{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.eps
%{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.fig
%{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.pdf
%{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.tex
%files -n texlive-combinedgraphics
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/combinedgraphics/combinedgraphics.sty
/var/adm/update-scripts/texlive-combinedgraphics-%{texlive_version}.%{texlive_noarch}.0.0.2.2svn27198-%{release}-zypper
%package -n texlive-comfortaa
Version: %{texlive_version}.%{texlive_noarch}.2.3svn27536
Release: 0
Summary: Sans serif font, with LaTeX support
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-comfortaa-fonts >= %{texlive_version}
Recommends: texlive-comfortaa-doc >= %{texlive_version}
Provides: tex(Comfortaa-Bold-01.tfm)
Provides: tex(Comfortaa-Bold-02.tfm)
Provides: tex(Comfortaa-Bold-03.tfm)
Provides: tex(Comfortaa-Bold-Slanted-01.tfm)
Provides: tex(Comfortaa-Bold-Slanted-02.tfm)
Provides: tex(Comfortaa-Bold-Slanted-03.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Bold-Slanted-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Bold-Slanted-dotlessj.tfm)
Provides: tex(Comfortaa-Bold-Slanted-lgr.tfm)
Provides: tex(Comfortaa-Bold-Slanted-lgr.vf)
Provides: tex(Comfortaa-Bold-Slanted-ot1.tfm)
Provides: tex(Comfortaa-Bold-Slanted-ot1.vf)
Provides: tex(Comfortaa-Bold-Slanted-t1.tfm)
Provides: tex(Comfortaa-Bold-Slanted-t1.vf)
Provides: tex(Comfortaa-Bold-Slanted-t2a.tfm)
Provides: tex(Comfortaa-Bold-Slanted-t2a.vf)
Provides: tex(Comfortaa-Bold-Slanted-t2b.tfm)
Provides: tex(Comfortaa-Bold-Slanted-t2b.vf)
Provides: tex(Comfortaa-Bold-Slanted-t2c.tfm)
Provides: tex(Comfortaa-Bold-Slanted-t2c.vf)
Provides: tex(Comfortaa-Bold-Slanted-ts1.tfm)
Provides: tex(Comfortaa-Bold-Slanted-ts1.vf)
Provides: tex(Comfortaa-Bold-Slanted-x2.tfm)
Provides: tex(Comfortaa-Bold-Slanted-x2.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Bold-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Bold-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Bold-dotlessj.tfm)
Provides: tex(Comfortaa-Bold-lgr.tfm)
Provides: tex(Comfortaa-Bold-lgr.vf)
Provides: tex(Comfortaa-Bold-ot1.tfm)
Provides: tex(Comfortaa-Bold-ot1.vf)
Provides: tex(Comfortaa-Bold-t1.tfm)
Provides: tex(Comfortaa-Bold-t1.vf)
Provides: tex(Comfortaa-Bold-t2a.tfm)
Provides: tex(Comfortaa-Bold-t2a.vf)
Provides: tex(Comfortaa-Bold-t2b.tfm)
Provides: tex(Comfortaa-Bold-t2b.vf)
Provides: tex(Comfortaa-Bold-t2c.tfm)
Provides: tex(Comfortaa-Bold-t2c.vf)
Provides: tex(Comfortaa-Bold-ts1.tfm)
Provides: tex(Comfortaa-Bold-ts1.vf)
Provides: tex(Comfortaa-Bold-x2.tfm)
Provides: tex(Comfortaa-Bold-x2.vf)
Provides: tex(Comfortaa-Light-01.tfm)
Provides: tex(Comfortaa-Light-02.tfm)
Provides: tex(Comfortaa-Light-03.tfm)
Provides: tex(Comfortaa-Light-Slanted-01.tfm)
Provides: tex(Comfortaa-Light-Slanted-02.tfm)
Provides: tex(Comfortaa-Light-Slanted-03.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Light-Slanted-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Light-Slanted-dotlessj.tfm)
Provides: tex(Comfortaa-Light-Slanted-lgr.tfm)
Provides: tex(Comfortaa-Light-Slanted-lgr.vf)
Provides: tex(Comfortaa-Light-Slanted-ot1.tfm)
Provides: tex(Comfortaa-Light-Slanted-ot1.vf)
Provides: tex(Comfortaa-Light-Slanted-t1.tfm)
Provides: tex(Comfortaa-Light-Slanted-t1.vf)
Provides: tex(Comfortaa-Light-Slanted-t2a.tfm)
Provides: tex(Comfortaa-Light-Slanted-t2a.vf)
Provides: tex(Comfortaa-Light-Slanted-t2b.tfm)
Provides: tex(Comfortaa-Light-Slanted-t2b.vf)
Provides: tex(Comfortaa-Light-Slanted-t2c.tfm)
Provides: tex(Comfortaa-Light-Slanted-t2c.vf)
Provides: tex(Comfortaa-Light-Slanted-ts1.tfm)
Provides: tex(Comfortaa-Light-Slanted-ts1.vf)
Provides: tex(Comfortaa-Light-Slanted-x2.tfm)
Provides: tex(Comfortaa-Light-Slanted-x2.vf)
Provides: tex(Comfortaa-Light-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Light-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Light-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Light-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Light-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Light-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Light-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Light-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Light-dotlessj.tfm)
Provides: tex(Comfortaa-Light-lgr.tfm)
Provides: tex(Comfortaa-Light-lgr.vf)
Provides: tex(Comfortaa-Light-ot1.tfm)
Provides: tex(Comfortaa-Light-ot1.vf)
Provides: tex(Comfortaa-Light-t1.tfm)
Provides: tex(Comfortaa-Light-t1.vf)
Provides: tex(Comfortaa-Light-t2a.tfm)
Provides: tex(Comfortaa-Light-t2a.vf)
Provides: tex(Comfortaa-Light-t2b.tfm)
Provides: tex(Comfortaa-Light-t2b.vf)
Provides: tex(Comfortaa-Light-t2c.tfm)
Provides: tex(Comfortaa-Light-t2c.vf)
Provides: tex(Comfortaa-Light-ts1.tfm)
Provides: tex(Comfortaa-Light-ts1.vf)
Provides: tex(Comfortaa-Light-x2.tfm)
Provides: tex(Comfortaa-Light-x2.vf)
Provides: tex(Comfortaa-Regular-01.tfm)
Provides: tex(Comfortaa-Regular-02.tfm)
Provides: tex(Comfortaa-Regular-03.tfm)
Provides: tex(Comfortaa-Regular-Slanted-01.tfm)
Provides: tex(Comfortaa-Regular-Slanted-02.tfm)
Provides: tex(Comfortaa-Regular-Slanted-03.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Regular-Slanted-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Regular-Slanted-dotlessj.tfm)
Provides: tex(Comfortaa-Regular-Slanted-lgr.tfm)
Provides: tex(Comfortaa-Regular-Slanted-lgr.vf)
Provides: tex(Comfortaa-Regular-Slanted-ot1.tfm)
Provides: tex(Comfortaa-Regular-Slanted-ot1.vf)
Provides: tex(Comfortaa-Regular-Slanted-t1.tfm)
Provides: tex(Comfortaa-Regular-Slanted-t1.vf)
Provides: tex(Comfortaa-Regular-Slanted-t2a.tfm)
Provides: tex(Comfortaa-Regular-Slanted-t2a.vf)
Provides: tex(Comfortaa-Regular-Slanted-t2b.tfm)
Provides: tex(Comfortaa-Regular-Slanted-t2b.vf)
Provides: tex(Comfortaa-Regular-Slanted-t2c.tfm)
Provides: tex(Comfortaa-Regular-Slanted-t2c.vf)
Provides: tex(Comfortaa-Regular-Slanted-ts1.tfm)
Provides: tex(Comfortaa-Regular-Slanted-ts1.vf)
Provides: tex(Comfortaa-Regular-Slanted-x2.tfm)
Provides: tex(Comfortaa-Regular-Slanted-x2.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-lgr.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-lgr.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-ot1.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-ot1.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-t1.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-t1.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-t2a.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-t2a.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-t2b.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-t2b.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-t2c.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-t2c.vf)
Provides: tex(Comfortaa-Regular-SmallCaps-x2.tfm)
Provides: tex(Comfortaa-Regular-SmallCaps-x2.vf)
Provides: tex(Comfortaa-Regular-dotlessj.tfm)
Provides: tex(Comfortaa-Regular-lgr.tfm)
Provides: tex(Comfortaa-Regular-lgr.vf)
Provides: tex(Comfortaa-Regular-ot1.tfm)
Provides: tex(Comfortaa-Regular-ot1.vf)
Provides: tex(Comfortaa-Regular-t1.tfm)
Provides: tex(Comfortaa-Regular-t1.vf)
Provides: tex(Comfortaa-Regular-t2a.tfm)
Provides: tex(Comfortaa-Regular-t2a.vf)
Provides: tex(Comfortaa-Regular-t2b.tfm)
Provides: tex(Comfortaa-Regular-t2b.vf)
Provides: tex(Comfortaa-Regular-t2c.tfm)
Provides: tex(Comfortaa-Regular-t2c.vf)
Provides: tex(Comfortaa-Regular-ts1.tfm)
Provides: tex(Comfortaa-Regular-ts1.vf)
Provides: tex(Comfortaa-Regular-x2.tfm)
Provides: tex(Comfortaa-Regular-x2.vf)
Provides: tex(comfortaa-01.enc)
Provides: tex(comfortaa-02.enc)
Provides: tex(comfortaa-03.enc)
Provides: tex(comfortaa-dotlessj.enc)
Provides: tex(comfortaa.map)
Provides: tex(comfortaa.sty)
Provides: tex(lgrfco.fd)
Provides: tex(ot1fco.fd)
Provides: tex(t1fco.fd)
Provides: tex(t2afco.fd)
Provides: tex(t2bfco.fd)
Provides: tex(t2cfco.fd)
Provides: tex(ts1fco.fd)
Provides: tex(x2fco.fd)
Requires: tex(keyval.sty)
Requires: tex(slantsc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source139: comfortaa.tar.xz
Source140: comfortaa.doc.tar.xz
%description -n texlive-comfortaa
Comfortaa is a sans-serif font, comfortable in every aspect,
designed by Johan Aakerlund. The font, which includes three
weights (thin, regular and bold), is available on Johan's
deviantArt web page as TrueType files under the Open Font
License version 1.1. This package provides support for this
font in LaTeX, and includes both the TrueType fonts, and
conversions to Adobe Type 1 format.
date: 2014-04-23 22:33:23 +0000
%package -n texlive-comfortaa-doc
Version: %{texlive_version}.%{texlive_noarch}.2.3svn27536
Release: 0
Summary: Documentation for texlive-comfortaa
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-comfortaa-doc
This package includes the documentation for texlive-comfortaa
%package -n texlive-comfortaa-fonts
Version: %{texlive_version}.%{texlive_noarch}.2.3svn27536
Release: 0
Summary: Severed fonts for texlive-comfortaa
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-comfortaa-fonts
The separated fonts package for texlive-comfortaa
%post -n texlive-comfortaa
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+comfortaa.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+comfortaa.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map comfortaa.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-comfortaa
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+comfortaa.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-comfortaa
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-comfortaa-fonts
mkfontscale %{_datadir}/fonts/texlive-comfortaa
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-comfortaa
fc-cache %{_datadir}/fonts
%postun -n texlive-comfortaa-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-comfortaa-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/comfortaa/CHANGES
%{_texmfdistdir}/doc/fonts/comfortaa/README
%{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.pdf
%{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.tex
%{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.pdf
%{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.tex
%{_texmfdistdir}/doc/fonts/comfortaa/manifest.txt
%files -n texlive-comfortaa
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-01.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-02.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-03.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/comfortaa/comfortaa.map
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-x2.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Light.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold-LCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light-LCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular-LCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-x2.vf
%{_texmfdistdir}/tex/latex/comfortaa/comfortaa.sty
%{_texmfdistdir}/tex/latex/comfortaa/lgrfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ot1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2afco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2bfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2cfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ts1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/x2fco.fd
%files -n texlive-comfortaa-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-comfortaa
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-comfortaa.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comfortaa/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comfortaa/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comfortaa/fonts.scale
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Bold.ttf
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Light.ttf
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Regular.ttf
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Bold-LCDFJ.pfb
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Bold.pfb
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Light-LCDFJ.pfb
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Light.pfb
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Regular-LCDFJ.pfb
%{_datadir}/fonts/texlive-comfortaa/Comfortaa-Regular.pfb
/var/adm/update-scripts/texlive-comfortaa-%{texlive_version}.%{texlive_noarch}.2.3svn27536-%{release}-zypper
%package -n texlive-comicneue
Version: %{texlive_version}.%{texlive_noarch}.1.0svn37744
Release: 0
Summary: Use Comic Neue 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-comicneue-fonts >= %{texlive_version}
Recommends: texlive-comicneue-doc >= %{texlive_version}
Provides: tex(ComicNeue-Bold-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-Bold-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-Bold-tlf-ly1.tfm)
Provides: tex(ComicNeue-Bold-tlf-ly1.vf)
Provides: tex(ComicNeue-Bold-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-Bold-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-Bold-tlf-ot1.tfm)
Provides: tex(ComicNeue-Bold-tlf-ot1.vf)
Provides: tex(ComicNeue-Bold-tlf-t1--base.tfm)
Provides: tex(ComicNeue-Bold-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-Bold-tlf-t1.tfm)
Provides: tex(ComicNeue-Bold-tlf-t1.vf)
Provides: tex(ComicNeue-Bold-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-Bold-tlf-ts1.tfm)
Provides: tex(ComicNeue-Bold-tlf-ts1.vf)
Provides: tex(ComicNeue-BoldOblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ly1.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ly1.vf)
Provides: tex(ComicNeue-BoldOblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ot1.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ot1.vf)
Provides: tex(ComicNeue-BoldOblique-tlf-t1--base.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-t1.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-t1.vf)
Provides: tex(ComicNeue-BoldOblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ts1.tfm)
Provides: tex(ComicNeue-BoldOblique-tlf-ts1.vf)
Provides: tex(ComicNeue-Light-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-Light-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-Light-tlf-ly1.tfm)
Provides: tex(ComicNeue-Light-tlf-ly1.vf)
Provides: tex(ComicNeue-Light-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-Light-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-Light-tlf-ot1.tfm)
Provides: tex(ComicNeue-Light-tlf-ot1.vf)
Provides: tex(ComicNeue-Light-tlf-t1--base.tfm)
Provides: tex(ComicNeue-Light-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-Light-tlf-t1.tfm)
Provides: tex(ComicNeue-Light-tlf-t1.vf)
Provides: tex(ComicNeue-Light-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-Light-tlf-ts1.tfm)
Provides: tex(ComicNeue-Light-tlf-ts1.vf)
Provides: tex(ComicNeue-LightOblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ly1.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ly1.vf)
Provides: tex(ComicNeue-LightOblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ot1.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ot1.vf)
Provides: tex(ComicNeue-LightOblique-tlf-t1--base.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-t1.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-t1.vf)
Provides: tex(ComicNeue-LightOblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ts1.tfm)
Provides: tex(ComicNeue-LightOblique-tlf-ts1.vf)
Provides: tex(ComicNeue-Oblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ly1.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ly1.vf)
Provides: tex(ComicNeue-Oblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ot1.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ot1.vf)
Provides: tex(ComicNeue-Oblique-tlf-t1--base.tfm)
Provides: tex(ComicNeue-Oblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-Oblique-tlf-t1.tfm)
Provides: tex(ComicNeue-Oblique-tlf-t1.vf)
Provides: tex(ComicNeue-Oblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ts1.tfm)
Provides: tex(ComicNeue-Oblique-tlf-ts1.vf)
Provides: tex(ComicNeue-tlf-ly1--base.tfm)
Provides: tex(ComicNeue-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeue-tlf-ly1.tfm)
Provides: tex(ComicNeue-tlf-ly1.vf)
Provides: tex(ComicNeue-tlf-ot1--base.tfm)
Provides: tex(ComicNeue-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeue-tlf-ot1.tfm)
Provides: tex(ComicNeue-tlf-ot1.vf)
Provides: tex(ComicNeue-tlf-t1--base.tfm)
Provides: tex(ComicNeue-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeue-tlf-t1.tfm)
Provides: tex(ComicNeue-tlf-t1.vf)
Provides: tex(ComicNeue-tlf-ts1--base.tfm)
Provides: tex(ComicNeue-tlf-ts1.tfm)
Provides: tex(ComicNeue-tlf-ts1.vf)
Provides: tex(ComicNeue.map)
Provides: tex(ComicNeueAngular-Bold-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-Bold-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-Bold-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-t1.vf)
Provides: tex(ComicNeueAngular-Bold-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-Bold-tlf-ts1.vf)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-t1.vf)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-BoldOblique-tlf-ts1.vf)
Provides: tex(ComicNeueAngular-Light-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-Light-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-Light-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-t1.vf)
Provides: tex(ComicNeueAngular-Light-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-Light-tlf-ts1.vf)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-LightOblique-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-t1.vf)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-LightOblique-tlf-ts1.vf)
Provides: tex(ComicNeueAngular-Oblique-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-Oblique-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-Oblique-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-t1.vf)
Provides: tex(ComicNeueAngular-Oblique-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-Oblique-tlf-ts1.vf)
Provides: tex(ComicNeueAngular-tlf-ly1--base.tfm)
Provides: tex(ComicNeueAngular-tlf-ly1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-tlf-ly1.tfm)
Provides: tex(ComicNeueAngular-tlf-ly1.vf)
Provides: tex(ComicNeueAngular-tlf-ot1--base.tfm)
Provides: tex(ComicNeueAngular-tlf-ot1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-tlf-ot1.tfm)
Provides: tex(ComicNeueAngular-tlf-ot1.vf)
Provides: tex(ComicNeueAngular-tlf-t1--base.tfm)
Provides: tex(ComicNeueAngular-tlf-t1--lcdfj.tfm)
Provides: tex(ComicNeueAngular-tlf-t1.tfm)
Provides: tex(ComicNeueAngular-tlf-t1.vf)
Provides: tex(ComicNeueAngular-tlf-ts1--base.tfm)
Provides: tex(ComicNeueAngular-tlf-ts1.tfm)
Provides: tex(ComicNeueAngular-tlf-ts1.vf)
Provides: tex(ComicNeueAngular.map)
Provides: tex(LY1ComicNeue-TLF.fd)
Provides: tex(LY1ComicNeueAngular-TLF.fd)
Provides: tex(OT1ComicNeue-TLF.fd)
Provides: tex(OT1ComicNeueAngular-TLF.fd)
Provides: tex(T1ComicNeue-TLF.fd)
Provides: tex(T1ComicNeueAngular-TLF.fd)
Provides: tex(TS1ComicNeue-TLF.fd)
Provides: tex(TS1ComicNeueAngular-TLF.fd)
Provides: tex(a_bs6yxn.enc)
Provides: tex(a_lfux4u.enc)
Provides: tex(a_t3s7zg.enc)
Provides: tex(a_yvpaqy.enc)
Provides: tex(comicneue.sty)
Requires: tex(fontenc.sty)
Requires: tex(fontspec.sty)
Requires: tex(l3keys2e.sty)
Requires: tex(mweights.sty)
Requires: tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source141: comicneue.tar.xz
Source142: comicneue.doc.tar.xz
%description -n texlive-comicneue
Comic Neue is a well-known redesign of the (in)famous Comic
Sans font. The package provides the original OpenType font for
XeTeX and LuaTeX users, and also has converted Type1 files for
pdfTeX users. Issues with this package can be reported on
GitHub or emailed to tex@slxh.nl.
date: 2015-07-03 17:37:11 +0000
%package -n texlive-comicneue-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn37744
Release: 0
Summary: Documentation for texlive-comicneue
License: OFL-1.1
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-comicneue-doc
This package includes the documentation for texlive-comicneue
%package -n texlive-comicneue-fonts
Version: %{texlive_version}.%{texlive_noarch}.1.0svn37744
Release: 0
Summary: Severed fonts for texlive-comicneue
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-comicneue-fonts
The separated fonts package for texlive-comicneue
%post -n texlive-comicneue
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+ComicNeue.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ComicNeue.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map ComicNeue.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
if grep -qsE 'Map[[:blank:]]+ComicNeueAngular.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ComicNeueAngular.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map ComicNeueAngular.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-comicneue
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+ComicNeue.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
sed -ri 's/^(Map[[:blank:]]+ComicNeueAngular.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-comicneue
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-comicneue-fonts
mkfontscale %{_datadir}/fonts/texlive-comicneue
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-comicneue
fc-cache %{_datadir}/fonts
%postun -n texlive-comicneue-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-comicneue-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/comicneue/SIL-License.txt
%{_texmfdistdir}/doc/latex/comicneue/comicneue-otf-specimen.pdf
%{_texmfdistdir}/doc/latex/comicneue/comicneue-otf-specimen.tex
%{_texmfdistdir}/doc/latex/comicneue/comicneue-type1-specimen.pdf
%{_texmfdistdir}/doc/latex/comicneue/comicneue-type1-specimen.tex
%{_texmfdistdir}/doc/latex/comicneue/comicneue.pdf
%{_texmfdistdir}/doc/latex/comicneue/comicneue.tex
%files -n texlive-comicneue
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/comicneue/a_bs6yxn.enc
%{_texmfdistdir}/fonts/enc/dvips/comicneue/a_lfux4u.enc
%{_texmfdistdir}/fonts/enc/dvips/comicneue/a_t3s7zg.enc
%{_texmfdistdir}/fonts/enc/dvips/comicneue/a_yvpaqy.enc
%{_texmfdistdir}/fonts/map/dvips/comicneue/ComicNeue.map
%{_texmfdistdir}/fonts/map/dvips/comicneue/ComicNeueAngular.map
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Bold_Oblique.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Light.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Light_Oblique.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Regular.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Regular_Oblique.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Bold_Oblique.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Light.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Light_Oblique.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Regular.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/rozynski/comicneue/ComicNeue_Regular_Oblique.otf
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1--lcdfj.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ts1.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-BoldLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-BoldOblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-BoldObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-Light.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-LightLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-LightOblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-LightObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-Oblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue-ObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeue.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldOblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-Light.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightOblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-Oblique.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular-ObliqueLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueAngularLCDFJ.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/rozynski/comicneue/ComicNeueLCDFJ.pfb
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ts1.vf
%{_texmfdistdir}/tex/latex/comicneue/LY1ComicNeue-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/LY1ComicNeueAngular-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/OT1ComicNeue-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/OT1ComicNeueAngular-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/T1ComicNeue-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/T1ComicNeueAngular-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/TS1ComicNeue-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/TS1ComicNeueAngular-TLF.fd
%{_texmfdistdir}/tex/latex/comicneue/comicneue.sty
%files -n texlive-comicneue-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-comicneue
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-comicneue.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comicneue/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comicneue/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-comicneue/fonts.scale
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Bold.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Bold_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Light.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Light_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Regular.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Angular_Regular_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Bold.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Bold_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Light.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Light_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Regular.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue_Regular_Oblique.otf
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Bold.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-BoldLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-BoldOblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-BoldObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Light.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-LightLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-LightOblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-LightObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-Oblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue-ObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeue.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-Bold.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-BoldLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-BoldOblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-BoldObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-Light.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-LightLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-LightOblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-LightObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-Oblique.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular-ObliqueLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngular.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueAngularLCDFJ.pfb
%{_datadir}/fonts/texlive-comicneue/ComicNeueLCDFJ.pfb
/var/adm/update-scripts/texlive-comicneue-%{texlive_version}.%{texlive_noarch}.1.0svn37744-%{release}-zypper
%package -n texlive-comma
Version: %{texlive_version}.%{texlive_noarch}.1.2svn18259
Release: 0
Summary: Formats a number by inserting commas
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-comma-doc >= %{texlive_version}
Provides: tex(comma.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source143: comma.tar.xz
Source144: comma.doc.tar.xz
%description -n texlive-comma
A flexible package that allows commas (or anything else) to be
inserted every three digits in a number, as in 1,234.
date: 2012-06-13 14:38:36 +0000
%package -n texlive-comma-doc
Version: %{texlive_version}.%{texlive_noarch}.1.2svn18259
Release: 0
Summary: Documentation for texlive-comma
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-comma-doc
This package includes the documentation for texlive-comma
%post -n texlive-comma
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-comma
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-comma
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-comma-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/comma/README
%{_texmfdistdir}/doc/latex/comma/comma.pdf
%{_texmfdistdir}/doc/latex/comma/comma.tex
%files -n texlive-comma
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/comma/comma.sty
/var/adm/update-scripts/texlive-comma-%{texlive_version}.%{texlive_noarch}.1.2svn18259-%{release}-zypper
%package -n texlive-commado
Version: %{texlive_version}.%{texlive_noarch}.0.0.11svn28419
Release: 0
Summary: Expandable iteration on comma-separated and filename 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-commado-doc >= %{texlive_version}
Provides: tex(commado.sty)
Provides: tex(filesdo.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source145: commado.tar.xz
Source146: commado.doc.tar.xz
%description -n texlive-commado
The bundle provides two packages: commado and filesdo. The
package commado provides the command \DoWithCSL:
\DoWithCSL{<cmd>}{<list>} applies an existing one-parameter
macro <cmd> to each item in a list <list> in which terms are
separated by commas. The package filesdo provides the command
\DoWithBasesExts: \DoWithBasesExts{<cmd>}{<bases>}{<exts>}
which runs the single parameter command <cmd> on each file
whose base and extension are respectively from the comma-
separated lists <bases> and <exts>. These 'loop'-like commands
are (themselves) entirely expandable. The packages rely on
packages plainpkg, and stacklet
date: 2014-02-26 22:03:13 +0000
%package -n texlive-commado-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.11svn28419
Release: 0
Summary: Documentation for texlive-commado
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-commado-doc
This package includes the documentation for texlive-commado
%post -n texlive-commado
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-commado
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-commado
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-commado-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/commado/README
%{_texmfdistdir}/doc/generic/commado/SrcFILEs.txt
%{_texmfdistdir}/doc/generic/commado/commado.pdf
%files -n texlive-commado
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/commado/commado.RLS
%{_texmfdistdir}/tex/generic/commado/commado.sty
%{_texmfdistdir}/tex/generic/commado/filesdo.sty
/var/adm/update-scripts/texlive-commado-%{texlive_version}.%{texlive_noarch}.0.0.11svn28419-%{release}-zypper
%package -n texlive-commath
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
Summary: Mathematics typesetting support
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-commath-doc >= %{texlive_version}
Provides: tex(commath.sty)
Requires: tex(amsmath.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source147: commath.tar.xz
Source148: commath.doc.tar.xz
%description -n texlive-commath
Provides a range of differential, partial differential and
delimiter commands, together with a \fullfunction (function,
with both domain and range, and function operation) and various
reference commands.
date: 2012-04-10 15:44:48 +0000
%package -n texlive-commath-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
Summary: Documentation for texlive-commath
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-commath-doc
This package includes the documentation for texlive-commath
%post -n texlive-commath
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-commath
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-commath
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-commath-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/commath/README
%{_texmfdistdir}/doc/latex/commath/commath.pdf
%{_texmfdistdir}/doc/latex/commath/commath.tex
%files -n texlive-commath
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/commath/commath.sty
/var/adm/update-scripts/texlive-commath-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
%package -n texlive-comment
Version: %{texlive_version}.%{texlive_noarch}.3.7svn32778
Release: 0
Summary: Selectively include/excludes portions of text
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-comment-doc >= %{texlive_version}
Provides: tex(comment.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source149: comment.tar.xz
Source150: comment.doc.tar.xz
%description -n texlive-comment
Selectively include/exclude pieces of text, allowing the user
to define new, separately controlled, comment versions. All
text between \comment ... \endcomment or \begin{comment} ...
\end{comment} is discarded. The opening and closing commands
should appear on a line of their own. No starting spaces,
nothing after it. This environment should work with arbitrary
amounts of comment, and the comment can be arbitrary text.
Other 'comment' environments are defined and
selected/deselected with \includecomment{versiona} and
\excludecoment{versionb} These environments are used as
\versiona ... \endversiona or \begin{versiona} ...
\end{versiona} with the opening and closing commands again on a
line of their own.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-comment-doc
Version: %{texlive_version}.%{texlive_noarch}.3.7svn32778
Release: 0
Summary: Documentation for texlive-comment
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-comment-doc
This package includes the documentation for texlive-comment
%post -n texlive-comment
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-comment
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-comment
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-comment-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/comment/README
%{_texmfdistdir}/doc/latex/comment/comm_latest.tex
%{_texmfdistdir}/doc/latex/comment/comment.pdf
%{_texmfdistdir}/doc/latex/comment/comment.tex
%files -n texlive-comment
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/comment/comment.sty
/var/adm/update-scripts/texlive-comment-%{texlive_version}.%{texlive_noarch}.3.7svn32778-%{release}-zypper
%package -n texlive-compactbib
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Multiple thebibliography 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}
Provides: tex(compactbib.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source151: compactbib.tar.xz
%description -n texlive-compactbib
Allows a second bibliography, optionally with a different
title, after the main bibliography.
date: 2012-05-30 11:02:03 +0000
%post -n texlive-compactbib
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-compactbib
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-compactbib
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-compactbib
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/compactbib/compactbib.sty
/var/adm/update-scripts/texlive-compactbib-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-complexity
Version: %{texlive_version}.%{texlive_noarch}.0.0.76svn15878
Release: 0
Summary: Computational complexity class names
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-complexity-doc >= %{texlive_version}
Provides: tex(complexity.sty)
Provides: tex(mycomplexity.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source152: complexity.tar.xz
Source153: complexity.doc.tar.xz
%description -n texlive-complexity
Complexity is a LaTeX package that defines commands to typeset
Computational Complexity Classes such as $\P$ and $\NP$ (as
well as hundreds of others). It also offers several options
including which font classes are typeset in and how many are
defined (all of them or just the basic, most commonly used
ones). The package has no dependencies other than the standard
ifthen package.
date: 2012-08-25 23:20:08 +0000
%package -n texlive-complexity-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.76svn15878
Release: 0
Summary: Documentation for texlive-complexity
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-complexity-doc
This package includes the documentation for texlive-complexity
%post -n texlive-complexity
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-complexity
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-complexity
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-complexity-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/complexity/README
%{_texmfdistdir}/doc/latex/complexity/complexity.pdf
%{_texmfdistdir}/doc/latex/complexity/complexity.tex
%{_texmfdistdir}/doc/latex/complexity/tableofclasses.tex
%files -n texlive-complexity
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/complexity/complexity.sty
%{_texmfdistdir}/tex/latex/complexity/mycomplexity.sty
/var/adm/update-scripts/texlive-complexity-%{texlive_version}.%{texlive_noarch}.0.0.76svn15878-%{release}-zypper
%package -n texlive-components-of-TeX
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Components of TeX
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}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source154: components-of-TeX.doc.tar.xz
%description -n texlive-components-of-TeX
An introduction to the components and files users of TeX may
encounter.
date: 2012-05-30 11:02:03 +0000
%post -n texlive-components-of-TeX
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-components-of-TeX
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-components-of-TeX
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-components-of-TeX
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/components-of-TeX/README
%{_texmfdistdir}/doc/generic/components-of-TeX/etexkomp.tex
%{_texmfdistdir}/doc/generic/components-of-TeX/figkomp.tex
%{_texmfdistdir}/doc/generic/components-of-TeX/figtotal.tex
%{_texmfdistdir}/doc/generic/components-of-TeX/names.sty
%{_texmfdistdir}/doc/generic/components-of-TeX/texrep.sty
/var/adm/update-scripts/texlive-components-of-TeX-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-comprehensive
Version: %{texlive_version}.%{texlive_noarch}.11.0svn25501
Release: 0
Summary: Symbols accessible from 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 20150521
Source155: comprehensive.doc.tar.xz
%description -n texlive-comprehensive
Around 5000 symbols are listed as a set of tables. The tables
of symbols are ordered in a logical way (the document begins
with a 'frequently requested symbols' list), the aim being to
make the document a convenient way of looking up symbols.
date: 2012-05-21 13:40:40 +0000
%post -n texlive-comprehensive
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-comprehensive
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-comprehensive
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-comprehensive
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/comprehensive/README
%{_texmfdistdir}/doc/latex/comprehensive/SYMLIST
%{_texmfdistdir}/doc/latex/comprehensive/source/Makefile
%{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.eps
%{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.map
%{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.mf
%{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb10.mf
%{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb10.pfb
%{_texmfdistdir}/doc/latex/comprehensive/source/makefakeMnSymbol
%{_texmfdistdir}/doc/latex/comprehensive/source/response.eps
%{_texmfdistdir}/doc/latex/comprehensive/source/symbols.ist
%{_texmfdistdir}/doc/latex/comprehensive/source/symbols.tex
%{_texmfdistdir}/doc/latex/comprehensive/source/teubner-subset.sty
%{_texmfdistdir}/doc/latex/comprehensive/source/versicle.eps
%{_texmfdistdir}/doc/latex/comprehensive/symbols-a4.pdf
%{_texmfdistdir}/doc/latex/comprehensive/symbols-letter.pdf
/var/adm/update-scripts/texlive-comprehensive-%{texlive_version}.%{texlive_noarch}.11.0svn25501-%{release}-zypper
%package -n texlive-computational-complexity
Version: %{texlive_version}.%{texlive_noarch}.v2.25csvn36899
Release: 0
Summary: Class for the journal Computational Complexity
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-computational-complexity-doc >= %{texlive_version}
Provides: tex(cc-cls.sty)
Provides: tex(cc.cls)
Provides: tex(cc2cite.sty)
Provides: tex(cc4amsart.sty)
Provides: tex(cc4apjrnl.sty)
Provides: tex(cc4elsart.sty)
Provides: tex(cc4jT.sty)
Provides: tex(cc4llncs.sty)
Provides: tex(cc4siamltex.sty)
Provides: tex(cc4svjour.sty)
Provides: tex(ccalgo.sty)
Provides: tex(ccaux.sty)
Provides: tex(cccite.sty)
Provides: tex(ccdbs.sty)
Provides: tex(cclayout.sty)
Provides: tex(ccproof.sty)
Provides: tex(ccqed.sty)
Provides: tex(ccref.sty)
Provides: tex(ccreltx.sty)
Provides: tex(ccthm.sty)
Provides: tex(relabel.sty)
Provides: tex(thcc.sty)
Requires: tex(amsfonts.sty)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(article.cls)
Requires: tex(babel.sty)
Requires: tex(breakcites.sty)
Requires: tex(breakurl.sty)
Requires: tex(draftcopy.sty)
Requires: tex(environ.sty)
Requires: tex(fontenc.sty)
Requires: tex(graphics.sty)
Requires: tex(inputenc.sty)
Requires: tex(lineno.sty)
Requires: tex(multicol.sty)
Requires: tex(natbib.sty)
Requires: tex(theorem.sty)
Requires: tex(url.sty)
Requires: tex(xcolor.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source156: computational-complexity.tar.xz
Source157: computational-complexity.doc.tar.xz
%description -n texlive-computational-complexity
The LaTeX2e class cc was written for the journal Computational
Complexity, and it can also be used for a lot of other
articles. You may like it since it contains a lot of features
as more intelligent references, a set of theorem definitions,
an algorithm environment, ... The class requires natbib.
date: 2013-10-16 15:26:58 +0000
%package -n texlive-computational-complexity-doc
Version: %{texlive_version}.%{texlive_noarch}.v2.25csvn36899
Release: 0
Summary: Documentation for texlive-computational-complexity
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-computational-complexity-doc
This package includes the documentation for texlive-computational-complexity
%post -n texlive-computational-complexity
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-computational-complexity
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-computational-complexity
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-computational-complexity-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/computational-complexity/cc-cls-inline.tex
%{_texmfdistdir}/doc/latex/computational-complexity/cc-portability-frame.tex
%{_texmfdistdir}/doc/latex/computational-complexity/cc.pdf
%{_texmfdistdir}/doc/latex/computational-complexity/cc2.dbj
%{_texmfdistdir}/doc/latex/computational-complexity/ccquickref.tex
%{_texmfdistdir}/doc/latex/computational-complexity/cctemplate.tex
%{_texmfdistdir}/doc/latex/computational-complexity/journals.bib
%files -n texlive-computational-complexity
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc.bst
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc2.bst
%{_texmfdistdir}/tex/latex/computational-complexity/cc-cls.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc.cls
%{_texmfdistdir}/tex/latex/computational-complexity/cc2cite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4amsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4apjrnl.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4elsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4jT.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4llncs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4siamltex.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4svjour.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccalgo.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccaux.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cccite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccdbs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cclayout.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccproof.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccqed.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccref.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccreltx.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccthm.sty
%{_texmfdistdir}/tex/latex/computational-complexity/relabel.sty
%{_texmfdistdir}/tex/latex/computational-complexity/thcc.sty
/var/adm/update-scripts/texlive-computational-complexity-%{texlive_version}.%{texlive_noarch}.v2.25csvn36899-%{release}-zypper
%package -n texlive-concepts
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.5_r1svn29020
Release: 0
Summary: Keeping track of formal 'concepts' for a particular field
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-concepts-doc >= %{texlive_version}
Provides: tex(concepts.sty)
Requires: tex(etextools.sty)
Requires: tex(ltxkeys.sty)
Requires: tex(nth.sty)
Requires: tex(xparse.sty)
Requires: tex(xspace.sty)
Requires: tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source158: concepts.tar.xz
Source159: concepts.doc.tar.xz
%description -n texlive-concepts
The package helps to keep track of formal 'concepts' for a
specific field or document. This is particularly useful for
scientific papers (for example, in physics, mathematics or
computer science), which may introduce several concepts (with
their own symbols). The package's commands allow the user to
define a concept (typically, near its first use), and will
ensure consistent use throughout the document. The package
depends on several other packages; while these are fairly
common packages, the user should check the package's README
file for the complete list.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-concepts-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.5_r1svn29020
Release: 0
Summary: Documentation for texlive-concepts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-concepts-doc
This package includes the documentation for texlive-concepts
%post -n texlive-concepts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-concepts
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-concepts
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-concepts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/concepts/README
%{_texmfdistdir}/doc/latex/concepts/concepts.pdf
%{_texmfdistdir}/doc/latex/concepts/concepts.tex
%{_texmfdistdir}/doc/latex/concepts/dry.sty
%{_texmfdistdir}/doc/latex/concepts/packagedoc.cls
%{_texmfdistdir}/doc/latex/concepts/with.sty
%files -n texlive-concepts
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/concepts/concepts.sty
/var/adm/update-scripts/texlive-concepts-%{texlive_version}.%{texlive_noarch}.0.0.0.5_r1svn29020-%{release}-zypper
%package -n texlive-concmath
Version: %{texlive_version}.%{texlive_noarch}.svn17219
Release: 0
Summary: Concrete Math 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-concmath-doc >= %{texlive_version}
Provides: tex(concmath.sty)
Provides: tex(omlccm.fd)
Provides: tex(omlccr.fd)
Provides: tex(omsccr.fd)
Provides: tex(omsccsy.fd)
Provides: tex(omxccex.fd)
Provides: tex(ot1ccr.fd)
Provides: tex(ucca.fd)
Provides: tex(uccb.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source160: concmath.tar.xz
Source161: concmath.doc.tar.xz
%description -n texlive-concmath
A LaTeX package and font definition files to access the
Concrete mathematics fonts, which were derived from Computer
Modern math fonts using parameters from Concrete Roman text
fonts.
date: 2015-02-23 18:57:39 +0000
%package -n texlive-concmath-doc
Version: %{texlive_version}.%{texlive_noarch}.svn17219
Release: 0
Summary: Documentation for texlive-concmath
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-concmath-doc
This package includes the documentation for texlive-concmath
%post -n texlive-concmath
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-concmath
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-concmath
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-concmath-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/concmath/CATALOGUE
%{_texmfdistdir}/doc/fonts/concmath/README
%{_texmfdistdir}/doc/fonts/concmath/concmath.pdf
%files -n texlive-concmath
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/concmath/concmath.sty
%{_texmfdistdir}/tex/latex/concmath/omlccm.fd
%{_texmfdistdir}/tex/latex/concmath/omlccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccsy.fd
%{_texmfdistdir}/tex/latex/concmath/omxccex.fd
%{_texmfdistdir}/tex/latex/concmath/ot1ccr.fd
%{_texmfdistdir}/tex/latex/concmath/ucca.fd
%{_texmfdistdir}/tex/latex/concmath/uccb.fd
/var/adm/update-scripts/texlive-concmath-%{texlive_version}.%{texlive_noarch}.svn17219-%{release}-zypper
%package -n texlive-concmath-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn17218
Release: 0
Summary: Concrete mathematics 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-concmath-fonts-doc >= %{texlive_version}
Provides: tex(xccam10.tfm)
Provides: tex(xccam5.tfm)
Provides: tex(xccam6.tfm)
Provides: tex(xccam7.tfm)
Provides: tex(xccam8.tfm)
Provides: tex(xccam9.tfm)
Provides: tex(xccbm10.tfm)
Provides: tex(xccbm5.tfm)
Provides: tex(xccbm6.tfm)
Provides: tex(xccbm7.tfm)
Provides: tex(xccbm8.tfm)
Provides: tex(xccbm9.tfm)
Provides: tex(xccex10.tfm)
Provides: tex(xccex7.tfm)
Provides: tex(xccex8.tfm)
Provides: tex(xccex9.tfm)
Provides: tex(xccmi10.tfm)
Provides: tex(xccmi5.tfm)
Provides: tex(xccmi6.tfm)
Provides: tex(xccmi7.tfm)
Provides: tex(xccmi8.tfm)
Provides: tex(xccmi9.tfm)
Provides: tex(xccsy10.tfm)
Provides: tex(xccsy5.tfm)
Provides: tex(xccsy6.tfm)
Provides: tex(xccsy7.tfm)
Provides: tex(xccsy8.tfm)
Provides: tex(xccsy9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source162: concmath-fonts.tar.xz
Source163: concmath-fonts.doc.tar.xz
%description -n texlive-concmath-fonts
The fonts are derived from the computer modern mathematics
fonts and from Knuth's Concrete Roman fonts; they are
distributed as Metafont source. LaTeX support is offered by the
concmath package.
date: 2014-04-23 22:33:23 +0000
%package -n texlive-concmath-fonts-doc
Version: %{texlive_version}.%{texlive_noarch}.svn17218
Release: 0
Summary: Documentation for texlive-concmath-fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-concmath-fonts-doc
This package includes the documentation for texlive-concmath-fonts
%post -n texlive-concmath-fonts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-concmath-fonts
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-concmath-fonts
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-concmath-fonts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/concmath-fonts/CATALOGUE
%{_texmfdistdir}/doc/fonts/concmath-fonts/Makefile
%{_texmfdistdir}/doc/fonts/concmath-fonts/README
%files -n texlive-concmath-fonts
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy9.mf
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy9.tfm
/var/adm/update-scripts/texlive-concmath-fonts-%{texlive_version}.%{texlive_noarch}.svn17218-%{release}-zypper
%package -n texlive-concprog
Version: %{texlive_version}.%{texlive_noarch}.svn18791
Release: 0
Summary: Concert programmes
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-concprog-doc >= %{texlive_version}
Provides: tex(ConcProg.cls)
Requires: tex(article.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source164: concprog.tar.xz
Source165: concprog.doc.tar.xz
%description -n texlive-concprog
A class which provides the necessary macros to prepare a
(classical) concert programme; a sample is provided.
date: 2012-05-30 11:02:03 +0000
%package -n texlive-concprog-doc
Version: %{texlive_version}.%{texlive_noarch}.svn18791
Release: 0
Summary: Documentation for texlive-concprog
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-concprog-doc
This package includes the documentation for texlive-concprog
%post -n texlive-concprog
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-concprog
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-concprog
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-concprog-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/concprog/program.tex
%files -n texlive-concprog
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/concprog/ConcProg.cls
/var/adm/update-scripts/texlive-concprog-%{texlive_version}.%{texlive_noarch}.svn18791-%{release}-zypper
%package -n texlive-concrete
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Concrete Roman fonts
License: SUSE-TeX
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-concrete-doc >= %{texlive_version}
Provides: tex(cccsc10.tfm)
Provides: tex(ccmi10.tfm)
Provides: tex(ccmic9.tfm)
Provides: tex(ccr10.tfm)
Provides: tex(ccr5.tfm)
Provides: tex(ccr6.tfm)
Provides: tex(ccr7.tfm)
Provides: tex(ccr8.tfm)
Provides: tex(ccr9.tfm)
Provides: tex(ccsl10.tfm)
Provides: tex(ccsl9.tfm)
Provides: tex(ccslc9.tfm)
Provides: tex(ccti10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source166: concrete.tar.xz
Source167: concrete.doc.tar.xz
%description -n texlive-concrete
Concrete Roman fonts, designed by Donald E. Knuth, originally
for use with Euler mathematics fonts. Alternative mathematics
fonts, based on the concrete 'parameter set' are available as
the concmath fonts bundle. LaTeX support is offered by the
beton, concmath and ccfonts packages. T1- and TS1-encoded
versions of the fonts are available in the ecc bundle, and
Adobe Type 1 versions of the ecc fonts are part of the cm-super
bundle.
date: 2014-04-23 22:33:23 +0000
%package -n texlive-concrete-doc
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Documentation for texlive-concrete
License: SUSE-TeX
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-concrete-doc
This package includes the documentation for texlive-concrete
%post -n texlive-concrete
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-concrete
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-concrete
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-concrete-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/concrete/CATALOGUE
%{_texmfdistdir}/doc/fonts/concrete/Makefile
%{_texmfdistdir}/doc/fonts/concrete/README
%files -n texlive-concrete
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/concrete/cccsc10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmi10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmic9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr5.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr6.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr7.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr8.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccslc9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccti10.mf
%{_texmfdistdir}/fonts/source/public/concrete/odigs.mf
%{_texmfdistdir}/fonts/tfm/public/concrete/cccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmic9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr5.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr6.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr7.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr8.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccti10.tfm
/var/adm/update-scripts/texlive-concrete-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-confproc
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn29349
Release: 0
Summary: A set of tools for generating conference proceedings
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-confproc-doc >= %{texlive_version}
Provides: tex(confproc.cfg)
Provides: tex(confproc.cls)
Provides: tex(newapave.sty)
Requires: tex(book.cls)
Requires: tex(bookmark.sty)
Requires: tex(color.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(graphicx.sty)
Requires: tex(index.sty)
Requires: tex(kvoptions-patch.sty)
Requires: tex(kvoptions.sty)
Requires: tex(multicol.sty)
Requires: tex(multitoc.sty)
Requires: tex(pdfpages.sty)
Requires: tex(sectsty.sty)
Requires: tex(titletoc.sty)
Requires: tex(tocbibind.sty)
Requires: tex(xifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source168: confproc.tar.xz
Source169: confproc.doc.tar.xz
%description -n texlive-confproc
The confproc collection comprises a class, a BibTeX style, and
some scripts for generating conference proceedings. It derives
from LaTeX scripts written for the DAFx-06 conference
proceedings, largely based on the pdfpages package for
including the proceedings papers and the hyperref package for
creating a proper table of contents, bookmarks and general
bibliography back-references. Confproc also uses many other
packages for fine tuning of the table of contents, bibliography
and index of authors. The added value of the class resides in
its time-saving aspects when designing conference proceedings.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-confproc-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn29349
Release: 0
Summary: Documentation for texlive-confproc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-confproc-doc
This package includes the documentation for texlive-confproc
%post -n texlive-confproc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-confproc
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-confproc
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-confproc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/confproc/README
%{_texmfdistdir}/doc/latex/confproc/buildcls.sh
%{_texmfdistdir}/doc/latex/confproc/buildcppdfpapers.sh
%{_texmfdistdir}/doc/latex/confproc/buildpapers.sh
%{_texmfdistdir}/doc/latex/confproc/buildproc.sh
%{_texmfdistdir}/doc/latex/confproc/buildprocelpb.sh
%{_texmfdistdir}/doc/latex/confproc/cleancls.sh
%{_texmfdistdir}/doc/latex/confproc/confproc-short.tex
%{_texmfdistdir}/doc/latex/confproc/confproc.pdf
%{_texmfdistdir}/doc/latex/confproc/confproc_diag.pdf
%{_texmfdistdir}/doc/latex/confproc/countnbpages.sh
%{_texmfdistdir}/doc/latex/confproc/example/IEEEtran.bst
%{_texmfdistdir}/doc/latex/confproc/example/buildcppdfpapers.sh
%{_texmfdistdir}/doc/latex/confproc/example/buildpapers.sh
%{_texmfdistdir}/doc/latex/confproc/example/buildproc.sh
%{_texmfdistdir}/doc/latex/confproc/example/buildprocelpb.sh
%{_texmfdistdir}/doc/latex/confproc/example/countnbpages.sh
%{_texmfdistdir}/doc/latex/confproc/example/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/example1empty.tex
%{_texmfdistdir}/doc/latex/confproc/example/example2custom.tex
%{_texmfdistdir}/doc/latex/confproc/example/example3optim.tex
%{_texmfdistdir}/doc/latex/confproc/example/example4optim.tex
%{_texmfdistdir}/doc/latex/confproc/example/exbiblio.bib
%{_texmfdistdir}/doc/latex/confproc/example/exclasslastel.tex
%{_texmfdistdir}/doc/latex/confproc/example/exclasslastpb.tex
%{_texmfdistdir}/doc/latex/confproc/example/exclasspre.tex
%{_texmfdistdir}/doc/latex/confproc/example/expages.tex
%{_texmfdistdir}/doc/latex/confproc/example/expapersswitch.tex
%{_texmfdistdir}/doc/latex/confproc/example/exportIndividualPDFs.sh
%{_texmfdistdir}/doc/latex/confproc/example/exprogram.csv
%{_texmfdistdir}/doc/latex/confproc/example/generateswitch.pl
%{_texmfdistdir}/doc/latex/confproc/example/papers/IEEEtran.bst
%{_texmfdistdir}/doc/latex/confproc/example/papers/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/expages.tex
%{_texmfdistdir}/doc/latex/confproc/example/papers/p_001.pdf
%{_texmfdistdir}/doc/latex/confproc/example/papers/p_003.pdf
%{_texmfdistdir}/doc/latex/confproc/example/papers/p_005.pdf
%{_texmfdistdir}/doc/latex/confproc/example/papers/p_007.pdf
%{_texmfdistdir}/doc/latex/confproc/example/papers/p_009.pdf
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.bib
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.tex
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.bib
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.tex
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.bib
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.tex
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.bib
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.tex
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.bib
%{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.tex
%{_texmfdistdir}/doc/latex/confproc/example/papersinfo.sh
%{_texmfdistdir}/doc/latex/confproc/example/paperssplitpreamble.sh
%{_texmfdistdir}/doc/latex/confproc/example/pictures/ex_1stpage.pdf
%{_texmfdistdir}/doc/latex/confproc/example/removeLaTeXcmds.sh
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.bib
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.tex
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.bib
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.tex
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.bib
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.tex
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.bib
%{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.tex
%{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/dafx_06.sty
%{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/fft_plot2.png
%{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.bib
%{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.tex
%{_texmfdistdir}/doc/latex/confproc/example1empty.tex
%{_texmfdistdir}/doc/latex/confproc/example2custom.tex
%{_texmfdistdir}/doc/latex/confproc/example3optim.tex
%{_texmfdistdir}/doc/latex/confproc/exbiblio.bib
%{_texmfdistdir}/doc/latex/confproc/exclasslastel.tex
%{_texmfdistdir}/doc/latex/confproc/exclasslastpb.tex
%{_texmfdistdir}/doc/latex/confproc/exclasspre.tex
%{_texmfdistdir}/doc/latex/confproc/expages.tex
%{_texmfdistdir}/doc/latex/confproc/expapersswitch.tex
%{_texmfdistdir}/doc/latex/confproc/exportIndividualPDFs.sh
%{_texmfdistdir}/doc/latex/confproc/exprogram.csv
%{_texmfdistdir}/doc/latex/confproc/generateswitch.pl
%{_texmfdistdir}/doc/latex/confproc/papersinfo.sh
%{_texmfdistdir}/doc/latex/confproc/paperssplitpreamble.sh
%{_texmfdistdir}/doc/latex/confproc/prepareexample.sh
%{_texmfdistdir}/doc/latex/confproc/removeLaTeXcmds.sh
%files -n texlive-confproc
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/confproc/newapave.bst
%{_texmfdistdir}/makeindex/confproc/confproc1.ist
%{_texmfdistdir}/makeindex/confproc/confproc2.ist
%{_texmfdistdir}/tex/latex/confproc/confproc.cfg
%{_texmfdistdir}/tex/latex/confproc/confproc.cls
%{_texmfdistdir}/tex/latex/confproc/newapave.sty
/var/adm/update-scripts/texlive-confproc-%{texlive_version}.%{texlive_noarch}.0.0.8svn29349-%{release}-zypper
%package -n texlive-constants
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Automatic numbering of constants
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-constants-doc >= %{texlive_version}
Provides: tex(constants.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source170: constants.tar.xz
Source171: constants.doc.tar.xz
%description -n texlive-constants
The package provides a way to number constants in a
mathematical proof automatically, with a system for
labelling/referencing. In addition, several families of
constants (with different symbols) may be defined.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-constants-doc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Documentation for texlive-constants
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-constants-doc
This package includes the documentation for texlive-constants
%post -n texlive-constants
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-constants
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-constants
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-constants-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/constants/README
%{_texmfdistdir}/doc/latex/constants/constants.pdf
%files -n texlive-constants
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/constants/constants.sty
/var/adm/update-scripts/texlive-constants-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
%package -n texlive-conteq
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.1svn37868
Release: 0
Summary: Typeset multiline continued equalities
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-conteq-doc >= %{texlive_version}
Provides: tex(conteq.sty)
Requires: tex(amsmath.sty)
Requires: tex(environ.sty)
Requires: tex(expl3.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source172: conteq.tar.xz
Source173: conteq.doc.tar.xz
%description -n texlive-conteq
The package provides an environment conteq, which will lay out
systems of continued equalities (or inequalities). Several
variant layouts of the equalities are provided, and the user
may define their own. The package is written using LaTeX 3
macros.
date: 2015-07-17 18:58:21 +0000
%package -n texlive-conteq-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.1svn37868
Release: 0
Summary: Documentation for texlive-conteq
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-conteq-doc
This package includes the documentation for texlive-conteq
%post -n texlive-conteq
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-conteq
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-conteq
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-conteq-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/conteq/README.txt
%{_texmfdistdir}/doc/latex/conteq/conteq.hd
%{_texmfdistdir}/doc/latex/conteq/conteq.pdf
%files -n texlive-conteq
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/conteq/conteq.sty
/var/adm/update-scripts/texlive-conteq-%{texlive_version}.%{texlive_noarch}.0.0.1.1svn37868-%{release}-zypper
%package -n texlive-context
Version: %{texlive_version}.%{texlive_noarch}.svn37464
Release: 0
Summary: The ConTeXt macro package
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Recommends: texlive-collection-context >= %{texlive_version}
Requires: texlive-amsfonts >= %{texlive_version}
Requires: texlive-lm >= %{texlive_version}
Requires: texlive-lm-math >= %{texlive_version}
Requires: texlive-luatex >= %{texlive_version}
Requires: texlive-manfnt-font >= %{texlive_version}
Requires: texlive-metapost >= %{texlive_version}
Requires: texlive-mflogo-font >= %{texlive_version}
Requires: texlive-mptopdf >= %{texlive_version}
Requires: texlive-pdftex >= %{texlive_version}
Requires: texlive-stmaryrd >= %{texlive_version}
Requires: texlive-xetex >= %{texlive_version}
Requires(pre): texlive-context-bin >= %{texlive_version}
#!BuildIgnore: texlive-context-bin
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(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-context-fonts >= %{texlive_version}
Recommends: texlive-context-doc >= %{texlive_version}
Provides: tex(8r-base.map)
Provides: tex(aesop-de.tex)
Provides: tex(bibl-ams.tex)
Provides: tex(bibl-apa-de.tex)
Provides: tex(bibl-apa-fr.tex)
Provides: tex(bibl-apa-it.tex)
Provides: tex(bibl-apa.tex)
Provides: tex(bibl-aps.tex)
Provides: tex(bibl-num-fr.tex)
Provides: tex(bibl-num.tex)
Provides: tex(bibl-ssa.tex)
Provides: tex(bidi-symbols.tex)
Provides: tex(bryson.tex)
Provides: tex(cervantes-es.tex)
Provides: tex(cmin.enc)
Provides: tex(cmit.enc)
Provides: tex(cmitt.enc)
Provides: tex(cmrm.enc)
Provides: tex(cmsc.enc)
Provides: tex(cmtt.enc)
Provides: tex(context-test.tex)
Provides: tex(contnav.map)
Provides: tex(contnav.tfm)
Provides: tex(darwin.tex)
Provides: tex(davis.tex)
Provides: tex(dawkins.tex)
Provides: tex(demo-mps.tex)
Provides: tex(demo-symbols.tex)
Provides: tex(demo-tex.tex)
Provides: tex(demo-xml.tex)
Provides: tex(douglas.tex)
Provides: tex(ec-2004.enc)
Provides: tex(ec-base.map)
Provides: tex(ec-os-public-lm.map)
Provides: tex(export-example.tex)
Provides: tex(hawking.tex)
Provides: tex(khatt-ar.tex)
Provides: tex(khatt-en.tex)
Provides: tex(knuth.tex)
Provides: tex(linden.tex)
Provides: tex(lorem.tex)
Provides: tex(luatex-basics.tex)
Provides: tex(luatex-fonts.tex)
Provides: tex(luatex-languages.tex)
Provides: tex(luatex-math.tex)
Provides: tex(luatex-mplib.tex)
Provides: tex(luatex-plain.tex)
Provides: tex(luatex-preprocessor-test.tex)
Provides: tex(luatex-preprocessor.tex)
Provides: tex(luatex-swiglib-test.tex)
Provides: tex(luatex-swiglib.tex)
Provides: tex(luatex-test.tex)
Provides: tex(m-ch-de.sty)
Provides: tex(m-ch-de.tex)
Provides: tex(m-ch-en.sty)
Provides: tex(m-ch-en.tex)
Provides: tex(m-ch-nl.sty)
Provides: tex(m-ch-nl.tex)
Provides: tex(m-cweb.tex)
Provides: tex(m-datastrc.tex)
Provides: tex(m-educat.tex)
Provides: tex(m-format.tex)
Provides: tex(m-layout.tex)
Provides: tex(m-narrowtt.tex)
Provides: tex(m-newmat.tex)
Provides: tex(m-pictex.sty)
Provides: tex(m-pictex.tex)
Provides: tex(m-streams.tex)
Provides: tex(m-subsub.tex)
Provides: tex(mag-0000.tex)
Provides: tex(materie.tex)
Provides: tex(metatex.tex)
Provides: tex(mkiv-base.map)
Provides: tex(mkiv-px.map)
Provides: tex(mkiv-tx.map)
Provides: tex(montgomery.tex)
Provides: tex(mtx-context-arrange.tex)
Provides: tex(mtx-context-combine.tex)
Provides: tex(mtx-context-common.tex)
Provides: tex(mtx-context-copy.tex)
Provides: tex(mtx-context-ideas.tex)
Provides: tex(mtx-context-listing.tex)
Provides: tex(mtx-context-markdown.tex)
Provides: tex(mtx-context-precache.tex)
Provides: tex(mtx-context-select.tex)
Provides: tex(mtx-context-sql.tex)
Provides: tex(mtx-context-timing.tex)
Provides: tex(mtx-context-xml.tex)
Provides: tex(original-adobe-euro.map)
Provides: tex(original-ams-base.map)
Provides: tex(original-ams-cmr.map)
Provides: tex(original-ams-euler.map)
Provides: tex(original-base.map)
Provides: tex(original-context-symbol.map)
Provides: tex(original-dummy.map)
Provides: tex(original-empty.map)
Provides: tex(original-micropress-informal.map)
Provides: tex(original-public-csr.map)
Provides: tex(original-public-lm.map)
Provides: tex(original-public-plr.map)
Provides: tex(original-public-vnr.map)
Provides: tex(original-vogel-symbol.map)
Provides: tex(original-wasy.map)
Provides: tex(original-youngryu-px.map)
Provides: tex(original-youngryu-tx.map)
Provides: tex(q-8r.enc)
Provides: tex(quevedo-es.tex)
Provides: tex(qx-base.map)
Provides: tex(qx-os-public-lm.map)
Provides: tex(reich.tex)
Provides: tex(s-abr-01.tex)
Provides: tex(s-abr-02.tex)
Provides: tex(s-abr-03.tex)
Provides: tex(s-abr-04.tex)
Provides: tex(s-cdr-01.tex)
Provides: tex(s-faq-00.tex)
Provides: tex(s-faq-01.tex)
Provides: tex(s-faq-02.tex)
Provides: tex(s-faq-03.tex)
Provides: tex(s-mag-01.tex)
Provides: tex(s-pre-00.tex)
Provides: tex(s-pre-01.tex)
Provides: tex(s-pre-02.tex)
Provides: tex(s-pre-03.tex)
Provides: tex(s-pre-04.tex)
Provides: tex(s-pre-05.tex)
Provides: tex(s-pre-06.tex)
Provides: tex(s-pre-07.tex)
Provides: tex(s-pre-08.tex)
Provides: tex(s-pre-09.tex)
Provides: tex(s-pre-10.tex)
Provides: tex(s-pre-11.tex)
Provides: tex(s-pre-12.tex)
Provides: tex(s-pre-13.tex)
Provides: tex(s-pre-14.tex)
Provides: tex(s-pre-15.tex)
Provides: tex(s-pre-16.tex)
Provides: tex(s-pre-18.tex)
Provides: tex(s-pre-19.tex)
Provides: tex(s-pre-22.tex)
Provides: tex(s-pre-23.tex)
Provides: tex(s-pre-26.tex)
Provides: tex(s-pre-27.tex)
Provides: tex(s-pre-50.tex)
Provides: tex(s-pre-61.tex)
Provides: tex(s-pre-62.tex)
Provides: tex(s-pre-63.tex)
Provides: tex(s-pre-64.tex)
Provides: tex(s-pre-66.tex)
Provides: tex(s-pre-67.tex)
Provides: tex(s-pre-68.tex)
Provides: tex(s-pre-93.tex)
Provides: tex(s-pre-96.tex)
Provides: tex(s-ptj-01.tex)
Provides: tex(sample.tex)
Provides: tex(samples.tex)
Provides: tex(scite-context-readme.tex)
Provides: tex(setup-qr.tex)
Provides: tex(status-mkiv.tex)
Provides: tex(supp-mis.tex)
Provides: tex(supp-mpe.tex)
Provides: tex(supp-pdf.tex)
Provides: tex(t5-base.map)
Provides: tex(t5-os-public-lm.map)
Provides: tex(teff-trinite.enc)
Provides: tex(texnansi-base.map)
Provides: tex(texnansi-os-public-lm.map)
Provides: tex(thuan.tex)
Provides: tex(tlig.map)
Provides: tex(tufte.tex)
Provides: tex(type-buy.dat)
Provides: tex(type-fsf.dat)
Provides: tex(type-ghz.dat)
Provides: tex(type-tmf.dat)
Provides: tex(ward.tex)
Provides: tex(weisman.tex)
Provides: tex(x-dir-01.tex)
Provides: tex(zapf.tex)
Requires: tex(pst-plot.sty)
Requires: tex(pstricks.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source174: context.tar.xz
Source175: context.doc.tar.xz
Source176: context_fourier-map.dif
%description -n texlive-context
A full featured, parameter driven macro package, which fully
supports advanced interactive documents. See the ConTeXt garden
for a wealth of support information.
date: 2013-04-25 22:38:23 +0000
%package -n texlive-context-doc
Version: %{texlive_version}.%{texlive_noarch}.svn37464
Release: 0
Summary: Documentation for texlive-context
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-doc
This package includes the documentation for texlive-context
%package -n texlive-context-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn37464
Release: 0
Summary: Severed fonts for texlive-context
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-context-fonts
The separated fonts package for texlive-context
%post -n texlive-context
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
sed -ri 's/^\#\![[= =]]+cont-en\b.*/cont-en pdftex cont-usr.tex -8bit *cont-en.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+cont-en\b.*/cont-en xetex cont-usr.tex -8bit *cont-en.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+cont-fr\b.*/cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+cont-it\b.*/cont-it pdftex cont-usr.tex -8bit *cont-it.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+cont-nl\b.*/cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^\#\![[= =]]+cont-ro\b.*/cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
if grep -qsE 'Map[[:blank:]]+original-context-symbol.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+original-context-symbol.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map original-context-symbol.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-fmtutil
> /var/run/texlive/run-updmap
%postun -n texlive-context
if test $1 = 0; then
sed -ri 's/^(cont-en\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(cont-en\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(cont-fr\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(cont-it\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(cont-nl\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(cont-ro\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
sed -ri 's/^(Map[[:blank:]]+original-context-symbol.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/fmtutil-sys --missing > /dev/null 2>&1 || :
%{_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-fmtutil
> /var/run/texlive/run-updmap
%posttrans -n texlive-context
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-context-fonts
mkfontscale %{_datadir}/fonts/texlive-context
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-context
fc-cache %{_datadir}/fonts
%postun -n texlive-context-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-context-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/documents/general/manuals/epub-mkiv-demo.epub
%{_texmfdistdir}/doc/context/documents/general/manuals/epub-mkiv-demo.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/epub-mkiv.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/mreadme.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/swiglib-mkiv.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/tiptrick.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/tools-mkiv.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/units-mkiv.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/workflows-mkiv.pdf
%{_texmfdistdir}/doc/context/documents/general/manuals/xtables-mkiv.pdf
%{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.html
%{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.man
%{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.xml
%{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.html
%{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.man
%{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.xml
%{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.html
%{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.xml
%{_texmfdistdir}/doc/context/scripts/mkii/pdftools.html
%{_texmfdistdir}/doc/context/scripts/mkii/pdftools.man
%{_texmfdistdir}/doc/context/scripts/mkii/pdftools.xml
%{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.html
%{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.man
%{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.xml
%{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.html
%{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.man
%{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.xml
%{_texmfdistdir}/doc/context/scripts/mkii/texexec.html
%{_texmfdistdir}/doc/context/scripts/mkii/texexec.man
%{_texmfdistdir}/doc/context/scripts/mkii/texexec.xml
%{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.html
%{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.man
%{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.xml
%{_texmfdistdir}/doc/context/scripts/mkii/textools.html
%{_texmfdistdir}/doc/context/scripts/mkii/textools.man
%{_texmfdistdir}/doc/context/scripts/mkii/textools.xml
%{_texmfdistdir}/doc/context/scripts/mkii/texutil.html
%{_texmfdistdir}/doc/context/scripts/mkii/texutil.man
%{_texmfdistdir}/doc/context/scripts/mkii/texutil.xml
%{_texmfdistdir}/doc/context/scripts/mkii/tmftools.html
%{_texmfdistdir}/doc/context/scripts/mkii/tmftools.man
%{_texmfdistdir}/doc/context/scripts/mkii/tmftools.xml
%{_texmfdistdir}/doc/context/scripts/mkii/xmltools.html
%{_texmfdistdir}/doc/context/scripts/mkii/xmltools.man
%{_texmfdistdir}/doc/context/scripts/mkii/xmltools.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/context.html
%{_texmfdistdir}/doc/context/scripts/mkiv/context.man
%{_texmfdistdir}/doc/context/scripts/mkiv/context.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/luatools.html
%{_texmfdistdir}/doc/context/scripts/mkiv/luatools.man
%{_texmfdistdir}/doc/context/scripts/mkiv/luatools.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-youless.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-youless.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtx-youless.xml
%{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.html
%{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.man
%{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.xml
%{_texmfdistdir}/doc/context/sources/general/manuals/epub/epub-mkiv-demo.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/epub/epub-mkiv.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/mcommon.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/readme/mreadme.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/swiglib/swiglib-mkiv.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/tiptrick/tiptrick.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/tiptrick/tiptrick.xml
%{_texmfdistdir}/doc/context/sources/general/manuals/tools/tools-mkiv.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/units/units-mkiv.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-contents.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-graphics.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-injectors.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-introduction.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-mkiv.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-resources.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-setups.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-style.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-suspects.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-titlepage.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/workflows/workflows-xml.tex
%{_texmfdistdir}/doc/context/sources/general/manuals/xtables/xtables-mkiv.tex
%{_mandir}/man1/context.1*
%{_mandir}/man1/luatools.1*
%{_mandir}/man1/mtx-babel.1*
%{_mandir}/man1/mtx-base.1*
%{_mandir}/man1/mtx-cache.1*
%{_mandir}/man1/mtx-chars.1*
%{_mandir}/man1/mtx-check.1*
%{_mandir}/man1/mtx-colors.1*
%{_mandir}/man1/mtx-context.1*
%{_mandir}/man1/mtx-epub.1*
%{_mandir}/man1/mtx-fcd.1*
%{_mandir}/man1/mtx-flac.1*
%{_mandir}/man1/mtx-fonts.1*
%{_mandir}/man1/mtx-grep.1*
%{_mandir}/man1/mtx-interface.1*
%{_mandir}/man1/mtx-metapost.1*
%{_mandir}/man1/mtx-metatex.1*
%{_mandir}/man1/mtx-modules.1*
%{_mandir}/man1/mtx-package.1*
%{_mandir}/man1/mtx-patterns.1*
%{_mandir}/man1/mtx-pdf.1*
%{_mandir}/man1/mtx-plain.1*
%{_mandir}/man1/mtx-profile.1*
%{_mandir}/man1/mtx-rsync.1*
%{_mandir}/man1/mtx-scite.1*
%{_mandir}/man1/mtx-server.1*
%{_mandir}/man1/mtx-texworks.1*
%{_mandir}/man1/mtx-timing.1*
%{_mandir}/man1/mtx-tools.1*
%{_mandir}/man1/mtx-unzip.1*
%{_mandir}/man1/mtx-update.1*
%{_mandir}/man1/mtx-watch.1*
%{_mandir}/man1/mtx-youless.1*
%{_mandir}/man1/mtxrun.1*
%{_mandir}/man1/texexec.1*
%{_mandir}/man1/texmfstart.1*
%files -n texlive-context
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/context/cont-ab.bst
%{_texmfdistdir}/bibtex/bst/context/cont-au.bst
%{_texmfdistdir}/bibtex/bst/context/cont-no.bst
%{_texmfdistdir}/bibtex/bst/context/cont-ti.bst
%{_texmfdistdir}/context/data/scite/context/documents/scite-context-readme.pdf
%{_texmfdistdir}/context/data/scite/context/documents/scite-context-readme.tex
%{_texmfdistdir}/context/data/scite/context/documents/scite-context-visual.pdf
%{_texmfdistdir}/context/data/scite/context/documents/scite-context-visual.png
%{_texmfdistdir}/context/data/scite/context/lexers/data/scite-context-data-context.lua
%{_texmfdistdir}/context/data/scite/context/lexers/data/scite-context-data-interfaces.lua
%{_texmfdistdir}/context/data/scite/context/lexers/data/scite-context-data-metafun.lua
%{_texmfdistdir}/context/data/scite/context/lexers/data/scite-context-data-metapost.lua
%{_texmfdistdir}/context/data/scite/context/lexers/data/scite-context-data-tex.lua
%{_texmfdistdir}/context/data/scite/context/lexers/lexer.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-bibtex.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-cld.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-cpp-web.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-cpp.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-dummy.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-lua-longstring.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-lua.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-mps.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-pdf-object.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-pdf-xref.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-pdf.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-tex-web.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-tex.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-txt.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-web-snippets.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-web.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-xml-cdata.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-xml-comment.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-xml-script.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer-xml.lua
%{_texmfdistdir}/context/data/scite/context/lexers/scite-context-lexer.lua
%{_texmfdistdir}/context/data/scite/context/lexers/themes/scite-context-theme.lua
%{_texmfdistdir}/context/data/scite/context/scite-context-data-context.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-data-interfaces.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-data-metafun.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-data-metapost.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-data-tex.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-external.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-internal.properties
%{_texmfdistdir}/context/data/scite/context/scite-context-user.properties
%{_texmfdistdir}/context/data/scite/context/scite-context.properties
%{_texmfdistdir}/context/data/scite/context/scite-ctx-context.properties
%{_texmfdistdir}/context/data/scite/context/scite-ctx-example.properties
%{_texmfdistdir}/context/data/scite/context/scite-ctx.lua
%{_texmfdistdir}/context/data/scite/context/scite-ctx.properties
%{_texmfdistdir}/context/data/scite/context/scite-metapost.properties
%{_texmfdistdir}/context/data/scite/context/scite-pragma.properties
%{_texmfdistdir}/context/data/scite/context/scite-tex.properties
%{_texmfdistdir}/context/data/texfont/type-buy.dat
%{_texmfdistdir}/context/data/texfont/type-fsf.dat
%{_texmfdistdir}/context/data/texfont/type-ghz.dat
%{_texmfdistdir}/context/data/texfont/type-tmf.dat
%{_texmfdistdir}/context/data/texworks/TUG/TeXworks.ini
%{_texmfdistdir}/context/data/texworks/completion/tw-context.txt
%{_texmfdistdir}/context/data/texworks/configuration/auto-indent-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/delimiter-pairs.txt
%{_texmfdistdir}/context/data/texworks/configuration/smart-quotes-modes.txt
%{_texmfdistdir}/context/data/texworks/configuration/syntax-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/tag-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/texworks-config.txt
%{_texmfdistdir}/context/data/texworks/configuration/tools.ini
%{_texmfdistdir}/context/data/texworks/texworks-context.rme
%{_texmfdistdir}/context/data/texworks/texworks-setup.ini
%{_texmfdistdir}/fonts/afm/hoekwater/context/contnav.afm
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-CNS1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-GB1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Identity-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-5.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-6.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan2-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Korea1-2.cidmap
%{_texmfdistdir}/fonts/enc/dvips/context/cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/ec-2004.enc
%{_texmfdistdir}/fonts/enc/dvips/context/q-8r.enc
%{_texmfdistdir}/fonts/enc/dvips/context/teff-trinite.enc
%{_texmfdistdir}/fonts/fea/context/greek-babel.fea
%{_texmfdistdir}/fonts/fea/context/test-features.fea
%{_texmfdistdir}/fonts/fea/context/texhistoric.fea
%{_texmfdistdir}/fonts/fea/context/verbose-digits.fea
%{_texmfdistdir}/fonts/map/dvips/context/contnav.map
%{_texmfdistdir}/fonts/map/luatex/context/demo-font.lum
%{_texmfdistdir}/fonts/map/pdftex/context/8r-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-adobe-euro.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-cmr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-euler.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-context-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-dummy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-empty.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-micropress-informal.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-csr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-plr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-vnr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-vogel-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-wasy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-os-public-lm.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.tec
%{_texmfdistdir}/fonts/pfm/hoekwater/context/contnav.pfm
%{_texmfdistdir}/fonts/tfm/hoekwater/context/contnav.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/hoekwater/context/contnav.pfb
%{_texmfdistdir}/metapost/context/base/metafun.mp
%{_texmfdistdir}/metapost/context/base/metafun.mpii
%{_texmfdistdir}/metapost/context/base/metafun.mpiv
%{_texmfdistdir}/metapost/context/base/mp-abck.mpiv
%{_texmfdistdir}/metapost/context/base/mp-apos.mpiv
%{_texmfdistdir}/metapost/context/base/mp-asnc.mpiv
%{_texmfdistdir}/metapost/context/base/mp-back.mp
%{_texmfdistdir}/metapost/context/base/mp-bare.mpiv
%{_texmfdistdir}/metapost/context/base/mp-base.mpii
%{_texmfdistdir}/metapost/context/base/mp-base.mpiv
%{_texmfdistdir}/metapost/context/base/mp-butt.mpii
%{_texmfdistdir}/metapost/context/base/mp-butt.mpiv
%{_texmfdistdir}/metapost/context/base/mp-char.mpii
%{_texmfdistdir}/metapost/context/base/mp-char.mpiv
%{_texmfdistdir}/metapost/context/base/mp-chem.mpiv
%{_texmfdistdir}/metapost/context/base/mp-core.mpii
%{_texmfdistdir}/metapost/context/base/mp-core.mpiv
%{_texmfdistdir}/metapost/context/base/mp-crop.mpiv
%{_texmfdistdir}/metapost/context/base/mp-figs.mpii
%{_texmfdistdir}/metapost/context/base/mp-figs.mpiv
%{_texmfdistdir}/metapost/context/base/mp-fobg.mp
%{_texmfdistdir}/metapost/context/base/mp-form.mpii
%{_texmfdistdir}/metapost/context/base/mp-form.mpiv
%{_texmfdistdir}/metapost/context/base/mp-func.mpii
%{_texmfdistdir}/metapost/context/base/mp-func.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grid.mpii
%{_texmfdistdir}/metapost/context/base/mp-grid.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grph.mpii
%{_texmfdistdir}/metapost/context/base/mp-grph.mpiv
%{_texmfdistdir}/metapost/context/base/mp-idea.mpiv
%{_texmfdistdir}/metapost/context/base/mp-luas.mpiv
%{_texmfdistdir}/metapost/context/base/mp-mlib.mpiv
%{_texmfdistdir}/metapost/context/base/mp-page.mpii
%{_texmfdistdir}/metapost/context/base/mp-page.mpiv
%{_texmfdistdir}/metapost/context/base/mp-shap.mpii
%{_texmfdistdir}/metapost/context/base/mp-shap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-spec.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpiv
%{_texmfdistdir}/metapost/context/base/mp-symb.mp
%{_texmfdistdir}/metapost/context/base/mp-text.mpii
%{_texmfdistdir}/metapost/context/base/mp-text.mpiv
%{_texmfdistdir}/metapost/context/base/mp-tool.mpii
%{_texmfdistdir}/metapost/context/base/mp-tool.mpiv
%{_texmfdistdir}/metapost/context/base/mp-txts.mpii
%{_texmfdistdir}/metapost/context/fonts/bidi-symbols.mp
%{_texmfdistdir}/metapost/context/fonts/bidi-symbols.tex
%{_texmfdistdir}/metapost/context/fonts/demo-symbols.mp
%{_texmfdistdir}/metapost/context/fonts/demo-symbols.tex
%{_texmfdistdir}/metapost/context/fonts/punkfont-bold.mp
%{_texmfdistdir}/metapost/context/fonts/punkfont-boldslanted.mp
%{_texmfdistdir}/metapost/context/fonts/punkfont-characters.mp
%{_texmfdistdir}/metapost/context/fonts/punkfont-definitions.mp
%{_texmfdistdir}/metapost/context/fonts/punkfont-slanted.mp
%{_texmfdistdir}/metapost/context/fonts/punkfont.mp
%{_texmfdistdir}/scripts/context/lua/mtx-babel.lua
%{_texmfdistdir}/scripts/context/lua/mtx-base.lua
%{_texmfdistdir}/scripts/context/lua/mtx-bibtex.lua
%{_texmfdistdir}/scripts/context/lua/mtx-cache.lua
%{_texmfdistdir}/scripts/context/lua/mtx-chars.lua
%{_texmfdistdir}/scripts/context/lua/mtx-check.lua
%{_texmfdistdir}/scripts/context/lua/mtx-colors.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.xml
%{_texmfdistdir}/scripts/context/lua/mtx-convert.lua
%{_texmfdistdir}/scripts/context/lua/mtx-epub.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fcd.lua
%{_texmfdistdir}/scripts/context/lua/mtx-flac.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fonts.lua
%{_texmfdistdir}/scripts/context/lua/mtx-grep.lua
%{_texmfdistdir}/scripts/context/lua/mtx-interface.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metapost.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metatex.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mk-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-modules.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mtxworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-package.lua
%{_texmfdistdir}/scripts/context/lua/mtx-patterns.lua
%{_texmfdistdir}/scripts/context/lua/mtx-pdf.lua
%{_texmfdistdir}/scripts/context/lua/mtx-plain.lua
%{_texmfdistdir}/scripts/context/lua/mtx-profile.lua
%{_texmfdistdir}/scripts/context/lua/mtx-rsync.lua
%{_texmfdistdir}/scripts/context/lua/mtx-scite.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-fonttest.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-startup.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server.lua
%{_texmfdistdir}/scripts/context/lua/mtx-texworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-timing.lua
%{_texmfdistdir}/scripts/context/lua/mtx-tools.lua
%{_texmfdistdir}/scripts/context/lua/mtx-unzip.lua
%{_texmfdistdir}/scripts/context/lua/mtx-update.lua
%{_texmfdistdir}/scripts/context/lua/mtx-watch.lua
%{_texmfdistdir}/scripts/context/lua/mtx-youless.lua
%{_texmfdistdir}/scripts/context/lua/mtxlibs.lua
%{_texmfdistdir}/scripts/context/lua/mtxrun.lua
%{_texmfdistdir}/scripts/context/perl/makempy.pl
%{_texmfdistdir}/scripts/context/perl/path_tre.pm
%{_texmfdistdir}/scripts/context/perl/pdftrimwhite.pl
%{_texmfdistdir}/scripts/context/perl/texfind.pl
%{_texmfdistdir}/scripts/context/perl/texfont.pl
%{_texmfdistdir}/scripts/context/ruby/base/ctx.rb
%{_texmfdistdir}/scripts/context/ruby/base/exa.rb
%{_texmfdistdir}/scripts/context/ruby/base/file.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/drb.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/soap.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/trees.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsedirect.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsefast.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpseremote.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpserunner.rb
%{_texmfdistdir}/scripts/context/ruby/base/logger.rb
%{_texmfdistdir}/scripts/context/ruby/base/merge.rb
%{_texmfdistdir}/scripts/context/ruby/base/mp.rb
%{_texmfdistdir}/scripts/context/ruby/base/pdf.rb
%{_texmfdistdir}/scripts/context/ruby/base/state.rb
%{_texmfdistdir}/scripts/context/ruby/base/switch.rb
%{_texmfdistdir}/scripts/context/ruby/base/system.rb
%{_texmfdistdir}/scripts/context/ruby/base/tex.rb
%{_texmfdistdir}/scripts/context/ruby/base/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/base/tool.rb
%{_texmfdistdir}/scripts/context/ruby/base/variables.rb
%{_texmfdistdir}/scripts/context/ruby/concheck.rb
%{_texmfdistdir}/scripts/context/ruby/ctxtools.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/gs.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/inkscape.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/magick.rb
%{_texmfdistdir}/scripts/context/ruby/imgtopdf.rb
%{_texmfdistdir}/scripts/context/ruby/pdftools.rb
%{_texmfdistdir}/scripts/context/ruby/pstopdf.rb
%{_texmfdistdir}/scripts/context/ruby/rlxtools.rb
%{_texmfdistdir}/scripts/context/ruby/rscortool.rb
%{_texmfdistdir}/scripts/context/ruby/rsfiltool.rb
%{_texmfdistdir}/scripts/context/ruby/rslibtool.rb
%{_texmfdistdir}/scripts/context/ruby/runtools.rb
%{_texmfdistdir}/scripts/context/ruby/texexec.rb
%{_texmfdistdir}/scripts/context/ruby/texmfstart.rb
%{_texmfdistdir}/scripts/context/ruby/textools.rb
%{_texmfdistdir}/scripts/context/ruby/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/tmftools.rb
%{_texmfdistdir}/scripts/context/ruby/xmltools.rb
%{_texmfdistdir}/scripts/context/stubs/install/first-setup.sh
%{_texmfdistdir}/scripts/context/stubs/setup/setuptex
%{_texmfdistdir}/scripts/context/stubs/setup/setuptex.csh
%{_texmfdistdir}/scripts/context/stubs/unix/context
%{_texmfdistdir}/scripts/context/stubs/unix/contextjit
%{_texmfdistdir}/scripts/context/stubs/unix/luatools
%{_texmfdistdir}/scripts/context/stubs/unix/metatex
%{_texmfdistdir}/scripts/context/stubs/unix/mtxrun
%{_texmfdistdir}/scripts/context/stubs/unix/mtxrunjit
%{_texmfdistdir}/scripts/context/stubs/unix/mtxworks
%{_texmfdistdir}/scripts/context/stubs/unix/texexec
%{_texmfdistdir}/scripts/context/stubs/unix/texmfstart
%{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.dll
%{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.lua
%{_texmfdistdir}/tex/context/base/anch-bar.mkii
%{_texmfdistdir}/tex/context/base/anch-bar.mkiv
%{_texmfdistdir}/tex/context/base/anch-bck.mkvi
%{_texmfdistdir}/tex/context/base/anch-pgr.lua
%{_texmfdistdir}/tex/context/base/anch-pgr.mkii
%{_texmfdistdir}/tex/context/base/anch-pgr.mkiv
%{_texmfdistdir}/tex/context/base/anch-pos.lua
%{_texmfdistdir}/tex/context/base/anch-pos.mkii
%{_texmfdistdir}/tex/context/base/anch-pos.mkiv
%{_texmfdistdir}/tex/context/base/anch-snc.mkii
%{_texmfdistdir}/tex/context/base/anch-snc.mkiv
%{_texmfdistdir}/tex/context/base/anch-tab.mkiv
%{_texmfdistdir}/tex/context/base/attr-col.lua
%{_texmfdistdir}/tex/context/base/attr-col.mkiv
%{_texmfdistdir}/tex/context/base/attr-eff.lua
%{_texmfdistdir}/tex/context/base/attr-eff.mkiv
%{_texmfdistdir}/tex/context/base/attr-ini.lua
%{_texmfdistdir}/tex/context/base/attr-ini.mkiv
%{_texmfdistdir}/tex/context/base/attr-lay.lua
%{_texmfdistdir}/tex/context/base/attr-lay.mkiv
%{_texmfdistdir}/tex/context/base/attr-mkr.lua
%{_texmfdistdir}/tex/context/base/attr-mkr.mkiv
%{_texmfdistdir}/tex/context/base/attr-neg.lua
%{_texmfdistdir}/tex/context/base/attr-neg.mkiv
%{_texmfdistdir}/tex/context/base/back-exp.lua
%{_texmfdistdir}/tex/context/base/back-exp.mkiv
%{_texmfdistdir}/tex/context/base/back-ini.lua
%{_texmfdistdir}/tex/context/base/back-ini.mkiv
%{_texmfdistdir}/tex/context/base/back-pdf.lua
%{_texmfdistdir}/tex/context/base/back-pdf.mkiv
%{_texmfdistdir}/tex/context/base/back-swf.mkiv
%{_texmfdistdir}/tex/context/base/back-u3d.mkiv
%{_texmfdistdir}/tex/context/base/bibl-bib.lua
%{_texmfdistdir}/tex/context/base/bibl-bib.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tra.lua
%{_texmfdistdir}/tex/context/base/bibl-tra.mkii
%{_texmfdistdir}/tex/context/base/bibl-tra.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tst.lua
%{_texmfdistdir}/tex/context/base/blob-ini.lua
%{_texmfdistdir}/tex/context/base/blob-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-default.lua
%{_texmfdistdir}/tex/context/base/buff-imp-default.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.lua
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-lua.lua
%{_texmfdistdir}/tex/context/base/buff-imp-lua.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-mp.lua
%{_texmfdistdir}/tex/context/base/buff-imp-mp.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-nested.lua
%{_texmfdistdir}/tex/context/base/buff-imp-nested.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-tex.lua
%{_texmfdistdir}/tex/context/base/buff-imp-tex.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-ini.lua
%{_texmfdistdir}/tex/context/base/buff-ini.mkii
%{_texmfdistdir}/tex/context/base/buff-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-par.lua
%{_texmfdistdir}/tex/context/base/buff-par.mkvi
%{_texmfdistdir}/tex/context/base/buff-ver.lua
%{_texmfdistdir}/tex/context/base/buff-ver.mkii
%{_texmfdistdir}/tex/context/base/buff-ver.mkiv
%{_texmfdistdir}/tex/context/base/bxml-apa.mkiv
%{_texmfdistdir}/tex/context/base/catc-act.mkii
%{_texmfdistdir}/tex/context/base/catc-act.mkiv
%{_texmfdistdir}/tex/context/base/catc-ctx.mkii
%{_texmfdistdir}/tex/context/base/catc-ctx.mkiv
%{_texmfdistdir}/tex/context/base/catc-def.mkii
%{_texmfdistdir}/tex/context/base/catc-def.mkiv
%{_texmfdistdir}/tex/context/base/catc-ini.lua
%{_texmfdistdir}/tex/context/base/catc-ini.mkii
%{_texmfdistdir}/tex/context/base/catc-ini.mkiv
%{_texmfdistdir}/tex/context/base/catc-sym.mkii
%{_texmfdistdir}/tex/context/base/catc-sym.mkiv
%{_texmfdistdir}/tex/context/base/catc-xml.mkii
%{_texmfdistdir}/tex/context/base/catc-xml.mkiv
%{_texmfdistdir}/tex/context/base/char-act.mkiv
%{_texmfdistdir}/tex/context/base/char-cjk.lua
%{_texmfdistdir}/tex/context/base/char-def.lua
%{_texmfdistdir}/tex/context/base/char-enc.lua
%{_texmfdistdir}/tex/context/base/char-enc.mkiv
%{_texmfdistdir}/tex/context/base/char-ent.lua
%{_texmfdistdir}/tex/context/base/char-fio.lua
%{_texmfdistdir}/tex/context/base/char-ini.lua
%{_texmfdistdir}/tex/context/base/char-ini.mkiv
%{_texmfdistdir}/tex/context/base/char-map.lua
%{_texmfdistdir}/tex/context/base/char-tex.lua
%{_texmfdistdir}/tex/context/base/char-utf.lua
%{_texmfdistdir}/tex/context/base/char-utf.mkiv
%{_texmfdistdir}/tex/context/base/chem-ini.lua
%{_texmfdistdir}/tex/context/base/chem-ini.mkiv
%{_texmfdistdir}/tex/context/base/chem-str.lua
%{_texmfdistdir}/tex/context/base/chem-str.mkiv
%{_texmfdistdir}/tex/context/base/cldf-bas.lua
%{_texmfdistdir}/tex/context/base/cldf-bas.mkiv
%{_texmfdistdir}/tex/context/base/cldf-com.lua
%{_texmfdistdir}/tex/context/base/cldf-com.mkiv
%{_texmfdistdir}/tex/context/base/cldf-ini.lua
%{_texmfdistdir}/tex/context/base/cldf-ini.mkiv
%{_texmfdistdir}/tex/context/base/cldf-int.lua
%{_texmfdistdir}/tex/context/base/cldf-int.mkiv
%{_texmfdistdir}/tex/context/base/cldf-prs.lua
%{_texmfdistdir}/tex/context/base/cldf-scn.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.mkiv
%{_texmfdistdir}/tex/context/base/colo-ema.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkiv
%{_texmfdistdir}/tex/context/base/colo-grp.mkiv
%{_texmfdistdir}/tex/context/base/colo-hex.mkii
%{_texmfdistdir}/tex/context/base/colo-icc.lua
%{_texmfdistdir}/tex/context/base/colo-imp-dem.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-ema.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-rgb.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-x11.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-xwi.mkiv
%{_texmfdistdir}/tex/context/base/colo-ini.lua
%{_texmfdistdir}/tex/context/base/colo-ini.mkii
%{_texmfdistdir}/tex/context/base/colo-ini.mkiv
%{_texmfdistdir}/tex/context/base/colo-rgb.mkii
%{_texmfdistdir}/tex/context/base/colo-run.lua
%{_texmfdistdir}/tex/context/base/colo-run.mkii
%{_texmfdistdir}/tex/context/base/colo-run.mkiv
%{_texmfdistdir}/tex/context/base/colo-x11.mkii
%{_texmfdistdir}/tex/context/base/colo-xwi.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkiv
%{_texmfdistdir}/tex/context/base/cont-de.mkii
%{_texmfdistdir}/tex/context/base/cont-de.mkiv
%{_texmfdistdir}/tex/context/base/cont-en.mkii
%{_texmfdistdir}/tex/context/base/cont-en.mkiv
%{_texmfdistdir}/tex/context/base/cont-err.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkiv
%{_texmfdistdir}/tex/context/base/cont-fr.mkii
%{_texmfdistdir}/tex/context/base/cont-fr.mkiv
%{_texmfdistdir}/tex/context/base/cont-gb.mkii
%{_texmfdistdir}/tex/context/base/cont-gb.mkiv
%{_texmfdistdir}/tex/context/base/cont-it.mkii
%{_texmfdistdir}/tex/context/base/cont-it.mkiv
%{_texmfdistdir}/tex/context/base/cont-log.mkii
%{_texmfdistdir}/tex/context/base/cont-log.mkiv
%{_texmfdistdir}/tex/context/base/cont-new.mkii
%{_texmfdistdir}/tex/context/base/cont-new.mkiv
%{_texmfdistdir}/tex/context/base/cont-nl.mkii
%{_texmfdistdir}/tex/context/base/cont-nl.mkiv
%{_texmfdistdir}/tex/context/base/cont-nop.mkiv
%{_texmfdistdir}/tex/context/base/cont-pe.mkiv
%{_texmfdistdir}/tex/context/base/cont-ro.mkii
%{_texmfdistdir}/tex/context/base/cont-ro.mkiv
%{_texmfdistdir}/tex/context/base/cont-run.lua
%{_texmfdistdir}/tex/context/base/cont-run.mkiv
%{_texmfdistdir}/tex/context/base/cont-sys.ori
%{_texmfdistdir}/tex/context/base/cont-yes.mkiv
%{_texmfdistdir}/tex/context/base/context-base.lmx
%{_texmfdistdir}/tex/context/base/context-characters.lmx
%{_texmfdistdir}/tex/context/base/context-debug.lmx
%{_texmfdistdir}/tex/context/base/context-error.lmx
%{_texmfdistdir}/tex/context/base/context-fonttest.lmx
%{_texmfdistdir}/tex/context/base/context-help.lmx
%{_texmfdistdir}/tex/context/base/context-timing.lmx
%{_texmfdistdir}/tex/context/base/context-version.pdf
%{_texmfdistdir}/tex/context/base/context-version.png
%{_texmfdistdir}/tex/context/base/context.css
%{_texmfdistdir}/tex/context/base/context.lus
%{_texmfdistdir}/tex/context/base/context.mkii
%{_texmfdistdir}/tex/context/base/context.mkiv
%{_texmfdistdir}/tex/context/base/context.rme
%{_texmfdistdir}/tex/context/base/core-con.lua
%{_texmfdistdir}/tex/context/base/core-con.mkii
%{_texmfdistdir}/tex/context/base/core-con.mkiv
%{_texmfdistdir}/tex/context/base/core-ctx.ctx
%{_texmfdistdir}/tex/context/base/core-ctx.lua
%{_texmfdistdir}/tex/context/base/core-ctx.mkii
%{_texmfdistdir}/tex/context/base/core-ctx.mkiv
%{_texmfdistdir}/tex/context/base/core-dat.lua
%{_texmfdistdir}/tex/context/base/core-dat.mkiv
%{_texmfdistdir}/tex/context/base/core-def.mkii
%{_texmfdistdir}/tex/context/base/core-def.mkiv
%{_texmfdistdir}/tex/context/base/core-env.lua
%{_texmfdistdir}/tex/context/base/core-env.mkii
%{_texmfdistdir}/tex/context/base/core-env.mkiv
%{_texmfdistdir}/tex/context/base/core-fil.mkii
%{_texmfdistdir}/tex/context/base/core-fnt.mkii
%{_texmfdistdir}/tex/context/base/core-gen.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkiv
%{_texmfdistdir}/tex/context/base/core-job.mkii
%{_texmfdistdir}/tex/context/base/core-mis.mkii
%{_texmfdistdir}/tex/context/base/core-par.mkii
%{_texmfdistdir}/tex/context/base/core-stg.mkii
%{_texmfdistdir}/tex/context/base/core-sys.lua
%{_texmfdistdir}/tex/context/base/core-sys.mkii
%{_texmfdistdir}/tex/context/base/core-sys.mkiv
%{_texmfdistdir}/tex/context/base/core-two.lua
%{_texmfdistdir}/tex/context/base/core-two.mkii
%{_texmfdistdir}/tex/context/base/core-two.mkiv
%{_texmfdistdir}/tex/context/base/core-uti.lua
%{_texmfdistdir}/tex/context/base/core-uti.mkii
%{_texmfdistdir}/tex/context/base/core-uti.mkiv
%{_texmfdistdir}/tex/context/base/core-var.mkii
%{_texmfdistdir}/tex/context/base/data-aux.lua
%{_texmfdistdir}/tex/context/base/data-bin.lua
%{_texmfdistdir}/tex/context/base/data-con.lua
%{_texmfdistdir}/tex/context/base/data-crl.lua
%{_texmfdistdir}/tex/context/base/data-ctx.lua
%{_texmfdistdir}/tex/context/base/data-env.lua
%{_texmfdistdir}/tex/context/base/data-exp.lua
%{_texmfdistdir}/tex/context/base/data-fil.lua
%{_texmfdistdir}/tex/context/base/data-gen.lua
%{_texmfdistdir}/tex/context/base/data-ini.lua
%{_texmfdistdir}/tex/context/base/data-inp.lua
%{_texmfdistdir}/tex/context/base/data-lst.lua
%{_texmfdistdir}/tex/context/base/data-lua.lua
%{_texmfdistdir}/tex/context/base/data-met.lua
%{_texmfdistdir}/tex/context/base/data-out.lua
%{_texmfdistdir}/tex/context/base/data-pre.lua
%{_texmfdistdir}/tex/context/base/data-res.lua
%{_texmfdistdir}/tex/context/base/data-sch.lua
%{_texmfdistdir}/tex/context/base/data-tex.lua
%{_texmfdistdir}/tex/context/base/data-tmf.lua
%{_texmfdistdir}/tex/context/base/data-tmp.lua
%{_texmfdistdir}/tex/context/base/data-tre.lua
%{_texmfdistdir}/tex/context/base/data-use.lua
%{_texmfdistdir}/tex/context/base/data-vir.lua
%{_texmfdistdir}/tex/context/base/data-zip.lua
%{_texmfdistdir}/tex/context/base/enco-032.mkii
%{_texmfdistdir}/tex/context/base/enco-037.mkii
%{_texmfdistdir}/tex/context/base/enco-acc.mkii
%{_texmfdistdir}/tex/context/base/enco-agr.mkii
%{_texmfdistdir}/tex/context/base/enco-ans.mkii
%{_texmfdistdir}/tex/context/base/enco-cas.mkii
%{_texmfdistdir}/tex/context/base/enco-chi.mkii
%{_texmfdistdir}/tex/context/base/enco-com.mkii
%{_texmfdistdir}/tex/context/base/enco-cyr.mkii
%{_texmfdistdir}/tex/context/base/enco-def.mkii
%{_texmfdistdir}/tex/context/base/enco-ec.mkii
%{_texmfdistdir}/tex/context/base/enco-ecm.mkii
%{_texmfdistdir}/tex/context/base/enco-el.mkii
%{_texmfdistdir}/tex/context/base/enco-fde.mkii
%{_texmfdistdir}/tex/context/base/enco-ffr.mkii
%{_texmfdistdir}/tex/context/base/enco-fpl.mkii
%{_texmfdistdir}/tex/context/base/enco-fro.mkii
%{_texmfdistdir}/tex/context/base/enco-fsl.mkii
%{_texmfdistdir}/tex/context/base/enco-grk.mkii
%{_texmfdistdir}/tex/context/base/enco-heb.mkii
%{_texmfdistdir}/tex/context/base/enco-ibm.mkii
%{_texmfdistdir}/tex/context/base/enco-il2.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkiv
%{_texmfdistdir}/tex/context/base/enco-l7x.mkii
%{_texmfdistdir}/tex/context/base/enco-lat.mkii
%{_texmfdistdir}/tex/context/base/enco-mis.mkii
%{_texmfdistdir}/tex/context/base/enco-pdf.mkii
%{_texmfdistdir}/tex/context/base/enco-pfr.mkii
%{_texmfdistdir}/tex/context/base/enco-pol.mkii
%{_texmfdistdir}/tex/context/base/enco-qx.mkii
%{_texmfdistdir}/tex/context/base/enco-raw.mkii
%{_texmfdistdir}/tex/context/base/enco-run.mkii
%{_texmfdistdir}/tex/context/base/enco-t5.mkii
%{_texmfdistdir}/tex/context/base/enco-tbo.mkii
%{_texmfdistdir}/tex/context/base/enco-uc.mkii
%{_texmfdistdir}/tex/context/base/enco-vis.mkii
%{_texmfdistdir}/tex/context/base/enco-vna.mkii
%{_texmfdistdir}/tex/context/base/enco-win.mkii
%{_texmfdistdir}/tex/context/base/enco-x5.mkii
%{_texmfdistdir}/tex/context/base/export-example.css
%{_texmfdistdir}/tex/context/base/export-example.rng
%{_texmfdistdir}/tex/context/base/export-example.tex
%{_texmfdistdir}/tex/context/base/file-ini.lua
%{_texmfdistdir}/tex/context/base/file-ini.mkvi
%{_texmfdistdir}/tex/context/base/file-job.lua
%{_texmfdistdir}/tex/context/base/file-job.mkvi
%{_texmfdistdir}/tex/context/base/file-lib.lua
%{_texmfdistdir}/tex/context/base/file-lib.mkvi
%{_texmfdistdir}/tex/context/base/file-mod.lua
%{_texmfdistdir}/tex/context/base/file-mod.mkvi
%{_texmfdistdir}/tex/context/base/file-res.lua
%{_texmfdistdir}/tex/context/base/file-res.mkvi
%{_texmfdistdir}/tex/context/base/file-syn.lua
%{_texmfdistdir}/tex/context/base/file-syn.mkvi
%{_texmfdistdir}/tex/context/base/filt-bas.mkii
%{_texmfdistdir}/tex/context/base/filt-ini.mkii
%{_texmfdistdir}/tex/context/base/font-afk.lua
%{_texmfdistdir}/tex/context/base/font-afm.lua
%{_texmfdistdir}/tex/context/base/font-age.lua
%{_texmfdistdir}/tex/context/base/font-agl.lua
%{_texmfdistdir}/tex/context/base/font-arb.mkii
%{_texmfdistdir}/tex/context/base/font-aux.lua
%{_texmfdistdir}/tex/context/base/font-aux.mkvi
%{_texmfdistdir}/tex/context/base/font-bfm.mkii
%{_texmfdistdir}/tex/context/base/font-chi.mkii
%{_texmfdistdir}/tex/context/base/font-chk.lua
%{_texmfdistdir}/tex/context/base/font-chk.mkiv
%{_texmfdistdir}/tex/context/base/font-cid.lua
%{_texmfdistdir}/tex/context/base/font-col.lua
%{_texmfdistdir}/tex/context/base/font-col.mkvi
%{_texmfdistdir}/tex/context/base/font-con.lua
%{_texmfdistdir}/tex/context/base/font-ctx.lua
%{_texmfdistdir}/tex/context/base/font-def.lua
%{_texmfdistdir}/tex/context/base/font-emp.mkvi
%{_texmfdistdir}/tex/context/base/font-enc.lua
%{_texmfdistdir}/tex/context/base/font-enh.lua
%{_texmfdistdir}/tex/context/base/font-ext.lua
%{_texmfdistdir}/tex/context/base/font-fbk.lua
%{_texmfdistdir}/tex/context/base/font-fea.mkvi
%{_texmfdistdir}/tex/context/base/font-fil.mkvi
%{_texmfdistdir}/tex/context/base/font-gds.lua
%{_texmfdistdir}/tex/context/base/font-gds.mkvi
%{_texmfdistdir}/tex/context/base/font-heb.mkii
%{_texmfdistdir}/tex/context/base/font-hsh.lua
%{_texmfdistdir}/tex/context/base/font-ini.lua
%{_texmfdistdir}/tex/context/base/font-ini.mkii
%{_texmfdistdir}/tex/context/base/font-ini.mkvi
%{_texmfdistdir}/tex/context/base/font-inj.lua
%{_texmfdistdir}/tex/context/base/font-jap.mkii
%{_texmfdistdir}/tex/context/base/font-ldr.lua
%{_texmfdistdir}/tex/context/base/font-lib.mkvi
%{_texmfdistdir}/tex/context/base/font-log.lua
%{_texmfdistdir}/tex/context/base/font-lua.lua
%{_texmfdistdir}/tex/context/base/font-map.lua
%{_texmfdistdir}/tex/context/base/font-mat.mkvi
%{_texmfdistdir}/tex/context/base/font-mis.lua
%{_texmfdistdir}/tex/context/base/font-nod.lua
%{_texmfdistdir}/tex/context/base/font-odk.lua
%{_texmfdistdir}/tex/context/base/font-odv.lua
%{_texmfdistdir}/tex/context/base/font-ota.lua
%{_texmfdistdir}/tex/context/base/font-otb.lua
%{_texmfdistdir}/tex/context/base/font-otc.lua
%{_texmfdistdir}/tex/context/base/font-otd.lua
%{_texmfdistdir}/tex/context/base/font-otf.lua
%{_texmfdistdir}/tex/context/base/font-oth.lua
%{_texmfdistdir}/tex/context/base/font-oti.lua
%{_texmfdistdir}/tex/context/base/font-otn.lua
%{_texmfdistdir}/tex/context/base/font-otp.lua
%{_texmfdistdir}/tex/context/base/font-ott.lua
%{_texmfdistdir}/tex/context/base/font-pat.lua
%{_texmfdistdir}/tex/context/base/font-pre.mkiv
%{_texmfdistdir}/tex/context/base/font-run.mkii
%{_texmfdistdir}/tex/context/base/font-run.mkiv
%{_texmfdistdir}/tex/context/base/font-sel.lua
%{_texmfdistdir}/tex/context/base/font-sel.mkvi
%{_texmfdistdir}/tex/context/base/font-set.mkvi
%{_texmfdistdir}/tex/context/base/font-sol.lua
%{_texmfdistdir}/tex/context/base/font-sol.mkvi
%{_texmfdistdir}/tex/context/base/font-sty.mkvi
%{_texmfdistdir}/tex/context/base/font-sym.mkvi
%{_texmfdistdir}/tex/context/base/font-syn.lua
%{_texmfdistdir}/tex/context/base/font-tfm.lua
%{_texmfdistdir}/tex/context/base/font-tra.mkiv
%{_texmfdistdir}/tex/context/base/font-trt.lua
%{_texmfdistdir}/tex/context/base/font-uni.mkii
%{_texmfdistdir}/tex/context/base/font-uni.mkiv
%{_texmfdistdir}/tex/context/base/font-unk.mkii
%{_texmfdistdir}/tex/context/base/font-unk.mkiv
%{_texmfdistdir}/tex/context/base/font-var.mkvi
%{_texmfdistdir}/tex/context/base/font-vf.lua
%{_texmfdistdir}/tex/context/base/font-xtx.mkii
%{_texmfdistdir}/tex/context/base/grph-epd.lua
%{_texmfdistdir}/tex/context/base/grph-epd.mkiv
%{_texmfdistdir}/tex/context/base/grph-fig.mkii
%{_texmfdistdir}/tex/context/base/grph-fig.mkiv
%{_texmfdistdir}/tex/context/base/grph-fil.lua
%{_texmfdistdir}/tex/context/base/grph-inc.lua
%{_texmfdistdir}/tex/context/base/grph-inc.mkii
%{_texmfdistdir}/tex/context/base/grph-inc.mkiv
%{_texmfdistdir}/tex/context/base/grph-raw.lua
%{_texmfdistdir}/tex/context/base/grph-raw.mkiv
%{_texmfdistdir}/tex/context/base/grph-swf.lua
%{_texmfdistdir}/tex/context/base/grph-trf.mkii
%{_texmfdistdir}/tex/context/base/grph-trf.mkiv
%{_texmfdistdir}/tex/context/base/grph-u3d.lua
%{_texmfdistdir}/tex/context/base/grph-wnd.lua
%{_texmfdistdir}/tex/context/base/hand-def.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-ans.mkii
%{_texmfdistdir}/tex/context/base/java-exa.mkii
%{_texmfdistdir}/tex/context/base/java-fil.mkii
%{_texmfdistdir}/tex/context/base/java-fld.mkii
%{_texmfdistdir}/tex/context/base/java-imp-exa.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fil.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fld.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-rhh.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-stp.mkiv
%{_texmfdistdir}/tex/context/base/java-ini.lua
%{_texmfdistdir}/tex/context/base/java-ini.mkii
%{_texmfdistdir}/tex/context/base/java-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-stp.mkii
%{_texmfdistdir}/tex/context/base/l-boolean.lua
%{_texmfdistdir}/tex/context/base/l-dir.lua
%{_texmfdistdir}/tex/context/base/l-file.lua
%{_texmfdistdir}/tex/context/base/l-function.lua
%{_texmfdistdir}/tex/context/base/l-gzip.lua
%{_texmfdistdir}/tex/context/base/l-io.lua
%{_texmfdistdir}/tex/context/base/l-lpeg.lua
%{_texmfdistdir}/tex/context/base/l-lua.lua
%{_texmfdistdir}/tex/context/base/l-math.lua
%{_texmfdistdir}/tex/context/base/l-md5.lua
%{_texmfdistdir}/tex/context/base/l-number.lua
%{_texmfdistdir}/tex/context/base/l-os.lua
%{_texmfdistdir}/tex/context/base/l-package.lua
%{_texmfdistdir}/tex/context/base/l-pdfview.lua
%{_texmfdistdir}/tex/context/base/l-sandbox.lua
%{_texmfdistdir}/tex/context/base/l-set.lua
%{_texmfdistdir}/tex/context/base/l-string.lua
%{_texmfdistdir}/tex/context/base/l-table.lua
%{_texmfdistdir}/tex/context/base/l-unicode.lua
%{_texmfdistdir}/tex/context/base/l-url.lua
%{_texmfdistdir}/tex/context/base/l-xml.lua
%{_texmfdistdir}/tex/context/base/lang-all.xml
%{_texmfdistdir}/tex/context/base/lang-alt.mkii
%{_texmfdistdir}/tex/context/base/lang-ana.mkii
%{_texmfdistdir}/tex/context/base/lang-art.mkii
%{_texmfdistdir}/tex/context/base/lang-bal.mkii
%{_texmfdistdir}/tex/context/base/lang-cel.mkii
%{_texmfdistdir}/tex/context/base/lang-chi.mkii
%{_texmfdistdir}/tex/context/base/lang-ctx.mkii
%{_texmfdistdir}/tex/context/base/lang-cyr.mkii
%{_texmfdistdir}/tex/context/base/lang-def.lua
%{_texmfdistdir}/tex/context/base/lang-def.mkiv
%{_texmfdistdir}/tex/context/base/lang-dis.lua
%{_texmfdistdir}/tex/context/base/lang-dis.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkiv
%{_texmfdistdir}/tex/context/base/lang-frq-de.lua
%{_texmfdistdir}/tex/context/base/lang-frq-en.lua
%{_texmfdistdir}/tex/context/base/lang-frq-nl.lua
%{_texmfdistdir}/tex/context/base/lang-frq.mkii
%{_texmfdistdir}/tex/context/base/lang-frq.mkiv
%{_texmfdistdir}/tex/context/base/lang-ger.mkii
%{_texmfdistdir}/tex/context/base/lang-grk.mkii
%{_texmfdistdir}/tex/context/base/lang-hyp.lua
%{_texmfdistdir}/tex/context/base/lang-hyp.mkiv
%{_texmfdistdir}/tex/context/base/lang-ind.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.lua
%{_texmfdistdir}/tex/context/base/lang-ini.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.mkiv
%{_texmfdistdir}/tex/context/base/lang-ita.mkii
%{_texmfdistdir}/tex/context/base/lang-jap.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.lua
%{_texmfdistdir}/tex/context/base/lang-lab.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.mkiv
%{_texmfdistdir}/tex/context/base/lang-mis.mkii
%{_texmfdistdir}/tex/context/base/lang-mis.mkiv
%{_texmfdistdir}/tex/context/base/lang-rep.lua
%{_texmfdistdir}/tex/context/base/lang-rep.mkiv
%{_texmfdistdir}/tex/context/base/lang-run.mkii
%{_texmfdistdir}/tex/context/base/lang-sla.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkiv
%{_texmfdistdir}/tex/context/base/lang-spe.mkii
%{_texmfdistdir}/tex/context/base/lang-txt.lua
%{_texmfdistdir}/tex/context/base/lang-ura.mkii
%{_texmfdistdir}/tex/context/base/lang-url.lua
%{_texmfdistdir}/tex/context/base/lang-url.mkii
%{_texmfdistdir}/tex/context/base/lang-url.mkiv
%{_texmfdistdir}/tex/context/base/lang-vn.mkii
%{_texmfdistdir}/tex/context/base/lang-wrd.lua
%{_texmfdistdir}/tex/context/base/lang-wrd.mkiv
%{_texmfdistdir}/tex/context/base/layo-ini.lua
%{_texmfdistdir}/tex/context/base/layo-ini.mkiv
%{_texmfdistdir}/tex/context/base/lpdf-ano.lua
%{_texmfdistdir}/tex/context/base/lpdf-col.lua
%{_texmfdistdir}/tex/context/base/lpdf-enc.lua
%{_texmfdistdir}/tex/context/base/lpdf-epa.lua
%{_texmfdistdir}/tex/context/base/lpdf-epd.lua
%{_texmfdistdir}/tex/context/base/lpdf-fld.lua
%{_texmfdistdir}/tex/context/base/lpdf-fmt.lua
%{_texmfdistdir}/tex/context/base/lpdf-grp.lua
%{_texmfdistdir}/tex/context/base/lpdf-ini.lua
%{_texmfdistdir}/tex/context/base/lpdf-mis.lua
%{_texmfdistdir}/tex/context/base/lpdf-mov.lua
%{_texmfdistdir}/tex/context/base/lpdf-nod.lua
%{_texmfdistdir}/tex/context/base/lpdf-pda.xml
%{_texmfdistdir}/tex/context/base/lpdf-pdx.xml
%{_texmfdistdir}/tex/context/base/lpdf-ren.lua
%{_texmfdistdir}/tex/context/base/lpdf-swf.lua
%{_texmfdistdir}/tex/context/base/lpdf-tag.lua
%{_texmfdistdir}/tex/context/base/lpdf-u3d.lua
%{_texmfdistdir}/tex/context/base/lpdf-wid.lua
%{_texmfdistdir}/tex/context/base/lpdf-xmp.lua
%{_texmfdistdir}/tex/context/base/luat-bas.mkiv
%{_texmfdistdir}/tex/context/base/luat-bwc.lua
%{_texmfdistdir}/tex/context/base/luat-cbk.lua
%{_texmfdistdir}/tex/context/base/luat-cnf.lua
%{_texmfdistdir}/tex/context/base/luat-cod.lua
%{_texmfdistdir}/tex/context/base/luat-cod.mkiv
%{_texmfdistdir}/tex/context/base/luat-env.lua
%{_texmfdistdir}/tex/context/base/luat-exe.lua
%{_texmfdistdir}/tex/context/base/luat-fio.lua
%{_texmfdistdir}/tex/context/base/luat-fmt.lua
%{_texmfdistdir}/tex/context/base/luat-ini.lua
%{_texmfdistdir}/tex/context/base/luat-ini.mkiv
%{_texmfdistdir}/tex/context/base/luat-iop.lua
%{_texmfdistdir}/tex/context/base/luat-lib.mkiv
%{_texmfdistdir}/tex/context/base/luat-lua.lua
%{_texmfdistdir}/tex/context/base/luat-mac.lua
%{_texmfdistdir}/tex/context/base/luat-run.lua
%{_texmfdistdir}/tex/context/base/luat-soc.lua
%{_texmfdistdir}/tex/context/base/luat-sta.lua
%{_texmfdistdir}/tex/context/base/luat-sto.lua
%{_texmfdistdir}/tex/context/base/luat-usr.lua
%{_texmfdistdir}/tex/context/base/luat-usr.mkiv
%{_texmfdistdir}/tex/context/base/lxml-aux.lua
%{_texmfdistdir}/tex/context/base/lxml-css.lua
%{_texmfdistdir}/tex/context/base/lxml-css.mkiv
%{_texmfdistdir}/tex/context/base/lxml-ctx.lua
%{_texmfdistdir}/tex/context/base/lxml-ctx.mkiv
%{_texmfdistdir}/tex/context/base/lxml-dir.lua
%{_texmfdistdir}/tex/context/base/lxml-ent.lua
%{_texmfdistdir}/tex/context/base/lxml-inf.lua
%{_texmfdistdir}/tex/context/base/lxml-ini.lua
%{_texmfdistdir}/tex/context/base/lxml-ini.mkiv
%{_texmfdistdir}/tex/context/base/lxml-lpt.lua
%{_texmfdistdir}/tex/context/base/lxml-mis.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.mkiv
%{_texmfdistdir}/tex/context/base/lxml-tab.lua
%{_texmfdistdir}/tex/context/base/lxml-tex.lua
%{_texmfdistdir}/tex/context/base/lxml-xml.lua
%{_texmfdistdir}/tex/context/base/m-arabtex.mkii
%{_texmfdistdir}/tex/context/base/m-barcodes.mkiv
%{_texmfdistdir}/tex/context/base/m-chart.lua
%{_texmfdistdir}/tex/context/base/m-chart.mkii
%{_texmfdistdir}/tex/context/base/m-chart.mkvi
%{_texmfdistdir}/tex/context/base/m-chemic.mkii
%{_texmfdistdir}/tex/context/base/m-chemic.mkiv
%{_texmfdistdir}/tex/context/base/m-cweb.tex
%{_texmfdistdir}/tex/context/base/m-database.lua
%{_texmfdistdir}/tex/context/base/m-database.mkii
%{_texmfdistdir}/tex/context/base/m-database.mkiv
%{_texmfdistdir}/tex/context/base/m-datastrc.tex
%{_texmfdistdir}/tex/context/base/m-directives.mkiv
%{_texmfdistdir}/tex/context/base/m-dratex.mkii
%{_texmfdistdir}/tex/context/base/m-edtsnc.mkii
%{_texmfdistdir}/tex/context/base/m-educat.tex
%{_texmfdistdir}/tex/context/base/m-fields.mkiv
%{_texmfdistdir}/tex/context/base/m-format.tex
%{_texmfdistdir}/tex/context/base/m-graph.mkii
%{_texmfdistdir}/tex/context/base/m-graph.mkiv
%{_texmfdistdir}/tex/context/base/m-hemistich.mkiv
%{_texmfdistdir}/tex/context/base/m-ipsum.mkiv
%{_texmfdistdir}/tex/context/base/m-json.mkiv
%{_texmfdistdir}/tex/context/base/m-layout.tex
%{_texmfdistdir}/tex/context/base/m-level.mkii
%{_texmfdistdir}/tex/context/base/m-logcategories.mkiv
%{_texmfdistdir}/tex/context/base/m-markdown.lua
%{_texmfdistdir}/tex/context/base/m-markdown.mkiv
%{_texmfdistdir}/tex/context/base/m-mathcrap.mkiv
%{_texmfdistdir}/tex/context/base/m-matrix.mkiv
%{_texmfdistdir}/tex/context/base/m-mkii.mkiv
%{_texmfdistdir}/tex/context/base/m-mkivhacks.mkiv
%{_texmfdistdir}/tex/context/base/m-narrowtt.tex
%{_texmfdistdir}/tex/context/base/m-newmat.tex
%{_texmfdistdir}/tex/context/base/m-nodechart.lua
%{_texmfdistdir}/tex/context/base/m-nodechart.mkvi
%{_texmfdistdir}/tex/context/base/m-ntb-to-xtb.mkiv
%{_texmfdistdir}/tex/context/base/m-obsolete.mkii
%{_texmfdistdir}/tex/context/base/m-obsolete.mkiv
%{_texmfdistdir}/tex/context/base/m-oldbibtex.mkiv
%{_texmfdistdir}/tex/context/base/m-oldfun.mkiv
%{_texmfdistdir}/tex/context/base/m-oldnum.mkiv
%{_texmfdistdir}/tex/context/base/m-pdfsnc.mkii
%{_texmfdistdir}/tex/context/base/m-pictex.tex
%{_texmfdistdir}/tex/context/base/m-pipemode.mkiv
%{_texmfdistdir}/tex/context/base/m-pstricks.lua
%{_texmfdistdir}/tex/context/base/m-pstricks.mkii
%{_texmfdistdir}/tex/context/base/m-pstricks.mkiv
%{_texmfdistdir}/tex/context/base/m-punk.mkiv
%{_texmfdistdir}/tex/context/base/m-r.mkii
%{_texmfdistdir}/tex/context/base/m-scite.mkiv
%{_texmfdistdir}/tex/context/base/m-spreadsheet.lua
%{_texmfdistdir}/tex/context/base/m-spreadsheet.mkiv
%{_texmfdistdir}/tex/context/base/m-sql.mkiv
%{_texmfdistdir}/tex/context/base/m-steps.lua
%{_texmfdistdir}/tex/context/base/m-steps.mkii
%{_texmfdistdir}/tex/context/base/m-steps.mkvi
%{_texmfdistdir}/tex/context/base/m-streams.tex
%{_texmfdistdir}/tex/context/base/m-subsub.tex
%{_texmfdistdir}/tex/context/base/m-tex4ht.mkii
%{_texmfdistdir}/tex/context/base/m-timing.mkiv
%{_texmfdistdir}/tex/context/base/m-trackers.mkiv
%{_texmfdistdir}/tex/context/base/m-translate.mkiv
%{_texmfdistdir}/tex/context/base/m-units.mkii
%{_texmfdistdir}/tex/context/base/m-units.mkiv
%{_texmfdistdir}/tex/context/base/m-visual.mkii
%{_texmfdistdir}/tex/context/base/m-visual.mkiv
%{_texmfdistdir}/tex/context/base/m-zint.mkiv
%{_texmfdistdir}/tex/context/base/math-acc.mkvi
%{_texmfdistdir}/tex/context/base/math-act.lua
%{_texmfdistdir}/tex/context/base/math-ali.mkiv
%{_texmfdistdir}/tex/context/base/math-ams.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkiv
%{_texmfdistdir}/tex/context/base/math-cow.mkii
%{_texmfdistdir}/tex/context/base/math-def.mkiv
%{_texmfdistdir}/tex/context/base/math-del.mkiv
%{_texmfdistdir}/tex/context/base/math-dim.lua
%{_texmfdistdir}/tex/context/base/math-dir.lua
%{_texmfdistdir}/tex/context/base/math-dis.mkiv
%{_texmfdistdir}/tex/context/base/math-eul.mkii
%{_texmfdistdir}/tex/context/base/math-ext.lua
%{_texmfdistdir}/tex/context/base/math-fbk.lua
%{_texmfdistdir}/tex/context/base/math-fen.mkiv
%{_texmfdistdir}/tex/context/base/math-for.mkiv
%{_texmfdistdir}/tex/context/base/math-fou.mkii
%{_texmfdistdir}/tex/context/base/math-frc.lua
%{_texmfdistdir}/tex/context/base/math-frc.mkii
%{_texmfdistdir}/tex/context/base/math-frc.mkiv
%{_texmfdistdir}/tex/context/base/math-ini.lua
%{_texmfdistdir}/tex/context/base/math-ini.mkii
%{_texmfdistdir}/tex/context/base/math-ini.mkiv
%{_texmfdistdir}/tex/context/base/math-inl.mkiv
%{_texmfdistdir}/tex/context/base/math-int.mkiv
%{_texmfdistdir}/tex/context/base/math-lbr.mkii
%{_texmfdistdir}/tex/context/base/math-map.lua
%{_texmfdistdir}/tex/context/base/math-mis.mkiv
%{_texmfdistdir}/tex/context/base/math-noa.lua
%{_texmfdistdir}/tex/context/base/math-pln.mkii
%{_texmfdistdir}/tex/context/base/math-pln.mkiv
%{_texmfdistdir}/tex/context/base/math-rad.mkvi
%{_texmfdistdir}/tex/context/base/math-ren.lua
%{_texmfdistdir}/tex/context/base/math-run.mkii
%{_texmfdistdir}/tex/context/base/math-scr.mkiv
%{_texmfdistdir}/tex/context/base/math-stc.mkvi
%{_texmfdistdir}/tex/context/base/math-tag.lua
%{_texmfdistdir}/tex/context/base/math-tex.mkii
%{_texmfdistdir}/tex/context/base/math-tim.mkii
%{_texmfdistdir}/tex/context/base/math-ttv.lua
%{_texmfdistdir}/tex/context/base/math-uni.mkii
%{_texmfdistdir}/tex/context/base/math-vfu.lua
%{_texmfdistdir}/tex/context/base/meta-clp.mkii
%{_texmfdistdir}/tex/context/base/meta-dum.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkiv
%{_texmfdistdir}/tex/context/base/meta-fnt.lua
%{_texmfdistdir}/tex/context/base/meta-fnt.mkiv
%{_texmfdistdir}/tex/context/base/meta-fun.lua
%{_texmfdistdir}/tex/context/base/meta-fun.mkiv
%{_texmfdistdir}/tex/context/base/meta-grd.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-clp.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-dum.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-fen.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-pre.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-tab.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-txt.mkiv
%{_texmfdistdir}/tex/context/base/meta-ini.lua
%{_texmfdistdir}/tex/context/base/meta-ini.mkii
%{_texmfdistdir}/tex/context/base/meta-ini.mkiv
%{_texmfdistdir}/tex/context/base/meta-mis.mkii
%{_texmfdistdir}/tex/context/base/meta-nav.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdf.lua
%{_texmfdistdir}/tex/context/base/meta-pdf.mkii
%{_texmfdistdir}/tex/context/base/meta-pdf.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdh.lua
%{_texmfdistdir}/tex/context/base/meta-pdh.mkiv
%{_texmfdistdir}/tex/context/base/meta-pre.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.lua
%{_texmfdistdir}/tex/context/base/meta-tex.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.mkiv
%{_texmfdistdir}/tex/context/base/meta-txt.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkiv
%{_texmfdistdir}/tex/context/base/metatex.lus
%{_texmfdistdir}/tex/context/base/metatex.tex
%{_texmfdistdir}/tex/context/base/mlib-ctx.lua
%{_texmfdistdir}/tex/context/base/mlib-ctx.mkiv
%{_texmfdistdir}/tex/context/base/mlib-int.lua
%{_texmfdistdir}/tex/context/base/mlib-lua.lua
%{_texmfdistdir}/tex/context/base/mlib-pdf.lua
%{_texmfdistdir}/tex/context/base/mlib-pdf.mkiv
%{_texmfdistdir}/tex/context/base/mlib-pps.lua
%{_texmfdistdir}/tex/context/base/mlib-pps.mkiv
%{_texmfdistdir}/tex/context/base/mlib-run.lua
%{_texmfdistdir}/tex/context/base/mtx-context-arrange.tex
%{_texmfdistdir}/tex/context/base/mtx-context-combine.tex
%{_texmfdistdir}/tex/context/base/mtx-context-common.tex
%{_texmfdistdir}/tex/context/base/mtx-context-copy.tex
%{_texmfdistdir}/tex/context/base/mtx-context-ideas.tex
%{_texmfdistdir}/tex/context/base/mtx-context-listing.tex
%{_texmfdistdir}/tex/context/base/mtx-context-markdown.tex
%{_texmfdistdir}/tex/context/base/mtx-context-precache.tex
%{_texmfdistdir}/tex/context/base/mtx-context-select.tex
%{_texmfdistdir}/tex/context/base/mtx-context-sql.tex
%{_texmfdistdir}/tex/context/base/mtx-context-timing.tex
%{_texmfdistdir}/tex/context/base/mtx-context-xml.tex
%{_texmfdistdir}/tex/context/base/mult-aux.lua
%{_texmfdistdir}/tex/context/base/mult-aux.mkii
%{_texmfdistdir}/tex/context/base/mult-aux.mkiv
%{_texmfdistdir}/tex/context/base/mult-chk.lua
%{_texmfdistdir}/tex/context/base/mult-chk.mkii
%{_texmfdistdir}/tex/context/base/mult-chk.mkiv
%{_texmfdistdir}/tex/context/base/mult-com.mkii
%{_texmfdistdir}/tex/context/base/mult-con.mkii
%{_texmfdistdir}/tex/context/base/mult-de.mkii
%{_texmfdistdir}/tex/context/base/mult-def.lua
%{_texmfdistdir}/tex/context/base/mult-def.mkii
%{_texmfdistdir}/tex/context/base/mult-def.mkiv
%{_texmfdistdir}/tex/context/base/mult-dim.mkvi
%{_texmfdistdir}/tex/context/base/mult-en.mkii
%{_texmfdistdir}/tex/context/base/mult-fr.mkii
%{_texmfdistdir}/tex/context/base/mult-fst.mkii
%{_texmfdistdir}/tex/context/base/mult-fun.lua
%{_texmfdistdir}/tex/context/base/mult-ini.lua
%{_texmfdistdir}/tex/context/base/mult-ini.mkii
%{_texmfdistdir}/tex/context/base/mult-ini.mkiv
%{_texmfdistdir}/tex/context/base/mult-it.mkii
%{_texmfdistdir}/tex/context/base/mult-low.lua
%{_texmfdistdir}/tex/context/base/mult-mcs.mkii
%{_texmfdistdir}/tex/context/base/mult-mde.mkii
%{_texmfdistdir}/tex/context/base/mult-men.mkii
%{_texmfdistdir}/tex/context/base/mult-mes.lua
%{_texmfdistdir}/tex/context/base/mult-mfr.mkii
%{_texmfdistdir}/tex/context/base/mult-mit.mkii
%{_texmfdistdir}/tex/context/base/mult-mnl.mkii
%{_texmfdistdir}/tex/context/base/mult-mno.mkii
%{_texmfdistdir}/tex/context/base/mult-mpe.mkii
%{_texmfdistdir}/tex/context/base/mult-mps.lua
%{_texmfdistdir}/tex/context/base/mult-mro.mkii
%{_texmfdistdir}/tex/context/base/mult-nl.mkii
%{_texmfdistdir}/tex/context/base/mult-pe.mkii
%{_texmfdistdir}/tex/context/base/mult-prm.lua
%{_texmfdistdir}/tex/context/base/mult-prm.mkiv
%{_texmfdistdir}/tex/context/base/mult-ro.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkiv
%{_texmfdistdir}/tex/context/base/node-acc.lua
%{_texmfdistdir}/tex/context/base/node-aux.lua
%{_texmfdistdir}/tex/context/base/node-bck.lua
%{_texmfdistdir}/tex/context/base/node-bck.mkiv
%{_texmfdistdir}/tex/context/base/node-dir.lua
%{_texmfdistdir}/tex/context/base/node-ext.lua
%{_texmfdistdir}/tex/context/base/node-fin.lua
%{_texmfdistdir}/tex/context/base/node-fin.mkiv
%{_texmfdistdir}/tex/context/base/node-fnt.lua
%{_texmfdistdir}/tex/context/base/node-ini.lua
%{_texmfdistdir}/tex/context/base/node-ini.mkiv
%{_texmfdistdir}/tex/context/base/node-inj.lua
%{_texmfdistdir}/tex/context/base/node-ltp.lua
%{_texmfdistdir}/tex/context/base/node-met.lua
%{_texmfdistdir}/tex/context/base/node-mig.lua
%{_texmfdistdir}/tex/context/base/node-mig.mkiv
%{_texmfdistdir}/tex/context/base/node-nut.lua
%{_texmfdistdir}/tex/context/base/node-pag.lua
%{_texmfdistdir}/tex/context/base/node-pag.mkiv
%{_texmfdistdir}/tex/context/base/node-ppt.lua
%{_texmfdistdir}/tex/context/base/node-pro.lua
%{_texmfdistdir}/tex/context/base/node-ref.lua
%{_texmfdistdir}/tex/context/base/node-res.lua
%{_texmfdistdir}/tex/context/base/node-rul.lua
%{_texmfdistdir}/tex/context/base/node-rul.mkiv
%{_texmfdistdir}/tex/context/base/node-ser.lua
%{_texmfdistdir}/tex/context/base/node-shp.lua
%{_texmfdistdir}/tex/context/base/node-snp.lua
%{_texmfdistdir}/tex/context/base/node-tex.lua
%{_texmfdistdir}/tex/context/base/node-tra.lua
%{_texmfdistdir}/tex/context/base/node-tsk.lua
%{_texmfdistdir}/tex/context/base/node-tst.lua
%{_texmfdistdir}/tex/context/base/node-typ.lua
%{_texmfdistdir}/tex/context/base/norm-alo.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkiv
%{_texmfdistdir}/tex/context/base/norm-etx.mkii
%{_texmfdistdir}/tex/context/base/norm-ltx.mkii
%{_texmfdistdir}/tex/context/base/norm-ptx.mkii
%{_texmfdistdir}/tex/context/base/norm-tex.mkii
%{_texmfdistdir}/tex/context/base/norm-xtx.mkii
%{_texmfdistdir}/tex/context/base/pack-bar.mkiv
%{_texmfdistdir}/tex/context/base/pack-bck.mkvi
%{_texmfdistdir}/tex/context/base/pack-box.mkii
%{_texmfdistdir}/tex/context/base/pack-box.mkiv
%{_texmfdistdir}/tex/context/base/pack-com.mkiv
%{_texmfdistdir}/tex/context/base/pack-cut.mkiv
%{_texmfdistdir}/tex/context/base/pack-fen.mkiv
%{_texmfdistdir}/tex/context/base/pack-lyr.mkii
%{_texmfdistdir}/tex/context/base/pack-lyr.mkiv
%{_texmfdistdir}/tex/context/base/pack-mis.mkvi
%{_texmfdistdir}/tex/context/base/pack-mrl.mkiv
%{_texmfdistdir}/tex/context/base/pack-obj.lua
%{_texmfdistdir}/tex/context/base/pack-obj.mkii
%{_texmfdistdir}/tex/context/base/pack-obj.mkiv
%{_texmfdistdir}/tex/context/base/pack-pos.mkiv
%{_texmfdistdir}/tex/context/base/pack-rul.lua
%{_texmfdistdir}/tex/context/base/pack-rul.mkii
%{_texmfdistdir}/tex/context/base/pack-rul.mkiv
%{_texmfdistdir}/tex/context/base/page-app.mkii
%{_texmfdistdir}/tex/context/base/page-app.mkiv
%{_texmfdistdir}/tex/context/base/page-bck.mkii
%{_texmfdistdir}/tex/context/base/page-bck.mkiv
%{_texmfdistdir}/tex/context/base/page-box.mkvi
%{_texmfdistdir}/tex/context/base/page-brk.mkiv
%{_texmfdistdir}/tex/context/base/page-col.mkiv
%{_texmfdistdir}/tex/context/base/page-com.mkiv
%{_texmfdistdir}/tex/context/base/page-fac.mkiv
%{_texmfdistdir}/tex/context/base/page-flt.lua
%{_texmfdistdir}/tex/context/base/page-flt.mkiv
%{_texmfdistdir}/tex/context/base/page-flw.mkii
%{_texmfdistdir}/tex/context/base/page-flw.mkiv
%{_texmfdistdir}/tex/context/base/page-grd.mkiv
%{_texmfdistdir}/tex/context/base/page-imp.mkii
%{_texmfdistdir}/tex/context/base/page-imp.mkiv
%{_texmfdistdir}/tex/context/base/page-inf.mkiv
%{_texmfdistdir}/tex/context/base/page-ini.mkii
%{_texmfdistdir}/tex/context/base/page-ini.mkiv
%{_texmfdistdir}/tex/context/base/page-inj.lua
%{_texmfdistdir}/tex/context/base/page-inj.mkvi
%{_texmfdistdir}/tex/context/base/page-ins.lua
%{_texmfdistdir}/tex/context/base/page-ins.mkii
%{_texmfdistdir}/tex/context/base/page-ins.mkiv
%{_texmfdistdir}/tex/context/base/page-lay.mkii
%{_texmfdistdir}/tex/context/base/page-lay.mkiv
%{_texmfdistdir}/tex/context/base/page-lin.lua
%{_texmfdistdir}/tex/context/base/page-lin.mkii
%{_texmfdistdir}/tex/context/base/page-lin.mkvi
%{_texmfdistdir}/tex/context/base/page-log.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkvi
%{_texmfdistdir}/tex/context/base/page-mar.mkii
%{_texmfdistdir}/tex/context/base/page-mbk.mkvi
%{_texmfdistdir}/tex/context/base/page-mis.mkii
%{_texmfdistdir}/tex/context/base/page-mix.lua
%{_texmfdistdir}/tex/context/base/page-mix.mkiv
%{_texmfdistdir}/tex/context/base/page-mrk.mkiv
%{_texmfdistdir}/tex/context/base/page-mul.mkii
%{_texmfdistdir}/tex/context/base/page-mul.mkiv
%{_texmfdistdir}/tex/context/base/page-not.mkii
%{_texmfdistdir}/tex/context/base/page-not.mkiv
%{_texmfdistdir}/tex/context/base/page-one.mkii
%{_texmfdistdir}/tex/context/base/page-one.mkiv
%{_texmfdistdir}/tex/context/base/page-otr.mkvi
%{_texmfdistdir}/tex/context/base/page-par.mkii
%{_texmfdistdir}/tex/context/base/page-par.mkiv
%{_texmfdistdir}/tex/context/base/page-plg.mkii
%{_texmfdistdir}/tex/context/base/page-plg.mkiv
%{_texmfdistdir}/tex/context/base/page-pst.lua
%{_texmfdistdir}/tex/context/base/page-pst.mkiv
%{_texmfdistdir}/tex/context/base/page-run.mkii
%{_texmfdistdir}/tex/context/base/page-run.mkiv
%{_texmfdistdir}/tex/context/base/page-sel.mkvi
%{_texmfdistdir}/tex/context/base/page-set.mkii
%{_texmfdistdir}/tex/context/base/page-set.mkiv
%{_texmfdistdir}/tex/context/base/page-sid.mkii
%{_texmfdistdir}/tex/context/base/page-sid.mkiv
%{_texmfdistdir}/tex/context/base/page-spr.mkii
%{_texmfdistdir}/tex/context/base/page-spr.mkiv
%{_texmfdistdir}/tex/context/base/page-str.lua
%{_texmfdistdir}/tex/context/base/page-str.mkii
%{_texmfdistdir}/tex/context/base/page-str.mkiv
%{_texmfdistdir}/tex/context/base/page-txt.mkii
%{_texmfdistdir}/tex/context/base/page-txt.mkvi
%{_texmfdistdir}/tex/context/base/page-var.mkiv
%{_texmfdistdir}/tex/context/base/pdfr-def.mkii
%{_texmfdistdir}/tex/context/base/pdfr-ec.mkii
%{_texmfdistdir}/tex/context/base/pdfr-il2.mkii
%{_texmfdistdir}/tex/context/base/phys-dim.lua
%{_texmfdistdir}/tex/context/base/phys-dim.mkiv
%{_texmfdistdir}/tex/context/base/ppchtex.mkii
%{_texmfdistdir}/tex/context/base/ppchtex.mkiv
%{_texmfdistdir}/tex/context/base/prop-ini.mkii
%{_texmfdistdir}/tex/context/base/prop-ini.mkiv
%{_texmfdistdir}/tex/context/base/prop-lay.mkii
%{_texmfdistdir}/tex/context/base/prop-mis.mkii
%{_texmfdistdir}/tex/context/base/publ-aut.lua
%{_texmfdistdir}/tex/context/base/publ-dat.lua
%{_texmfdistdir}/tex/context/base/publ-fnd.lua
%{_texmfdistdir}/tex/context/base/publ-imp-apa.lua
%{_texmfdistdir}/tex/context/base/publ-imp-apa.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-aps.lua
%{_texmfdistdir}/tex/context/base/publ-imp-aps.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-author.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-cite.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-commands.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-default.lua
%{_texmfdistdir}/tex/context/base/publ-imp-default.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-definitions.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-list.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-page.mkvi
%{_texmfdistdir}/tex/context/base/publ-imp-replacements.lua
%{_texmfdistdir}/tex/context/base/publ-imp-test.bib
%{_texmfdistdir}/tex/context/base/publ-ini.lua
%{_texmfdistdir}/tex/context/base/publ-ini.mkiv
%{_texmfdistdir}/tex/context/base/publ-jrn.lua
%{_texmfdistdir}/tex/context/base/publ-old.mkiv
%{_texmfdistdir}/tex/context/base/publ-oth.lua
%{_texmfdistdir}/tex/context/base/publ-reg.lua
%{_texmfdistdir}/tex/context/base/publ-sor.lua
%{_texmfdistdir}/tex/context/base/publ-tra.lua
%{_texmfdistdir}/tex/context/base/publ-tra.mkiv
%{_texmfdistdir}/tex/context/base/publ-usr.lua
%{_texmfdistdir}/tex/context/base/publ-usr.mkiv
%{_texmfdistdir}/tex/context/base/publ-xml.mkiv
%{_texmfdistdir}/tex/context/base/regi-8859-1.lua
%{_texmfdistdir}/tex/context/base/regi-8859-1.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-10.lua
%{_texmfdistdir}/tex/context/base/regi-8859-10.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-11.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-14.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-16.lua
%{_texmfdistdir}/tex/context/base/regi-8859-16.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-2.lua
%{_texmfdistdir}/tex/context/base/regi-8859-2.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-3.lua
%{_texmfdistdir}/tex/context/base/regi-8859-3.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-4.lua
%{_texmfdistdir}/tex/context/base/regi-8859-4.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-5.lua
%{_texmfdistdir}/tex/context/base/regi-8859-5.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-6.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-8.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1250.lua
%{_texmfdistdir}/tex/context/base/regi-cp1250.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1251.lua
%{_texmfdistdir}/tex/context/base/regi-cp1251.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1252.lua
%{_texmfdistdir}/tex/context/base/regi-cp1252.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1253.lua
%{_texmfdistdir}/tex/context/base/regi-cp1253.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1254.lua
%{_texmfdistdir}/tex/context/base/regi-cp1254.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1255.lua
%{_texmfdistdir}/tex/context/base/regi-cp1256.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1258.lua
%{_texmfdistdir}/tex/context/base/regi-cyp.mkii
%{_texmfdistdir}/tex/context/base/regi-cyr.mkii
%{_texmfdistdir}/tex/context/base/regi-def.mkii
%{_texmfdistdir}/tex/context/base/regi-demo.lua
%{_texmfdistdir}/tex/context/base/regi-ibm.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.lua
%{_texmfdistdir}/tex/context/base/regi-ini.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.mkiv
%{_texmfdistdir}/tex/context/base/regi-mac.mkii
%{_texmfdistdir}/tex/context/base/regi-pdfdoc.lua
%{_texmfdistdir}/tex/context/base/regi-syn.mkii
%{_texmfdistdir}/tex/context/base/regi-uni.mkii
%{_texmfdistdir}/tex/context/base/regi-utf.mkii
%{_texmfdistdir}/tex/context/base/regi-vis.mkii
%{_texmfdistdir}/tex/context/base/rlxcache.rlx
%{_texmfdistdir}/tex/context/base/rlxtools.rlx
%{_texmfdistdir}/tex/context/base/s-abr-01.tex
%{_texmfdistdir}/tex/context/base/s-abr-02.tex
%{_texmfdistdir}/tex/context/base/s-abr-03.tex
%{_texmfdistdir}/tex/context/base/s-abr-04.tex
%{_texmfdistdir}/tex/context/base/s-art-01.mkiv
%{_texmfdistdir}/tex/context/base/s-cdr-01.tex
%{_texmfdistdir}/tex/context/base/s-chi-00.mkii
%{_texmfdistdir}/tex/context/base/s-def-01.mkiv
%{_texmfdistdir}/tex/context/base/s-faq-00.tex
%{_texmfdistdir}/tex/context/base/s-faq-01.tex
%{_texmfdistdir}/tex/context/base/s-faq-02.tex
%{_texmfdistdir}/tex/context/base/s-faq-03.tex
%{_texmfdistdir}/tex/context/base/s-figures-names.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-01.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-02.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-10.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-20.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-21.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-24.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.lua
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-features.lua
%{_texmfdistdir}/tex/context/base/s-fonts-features.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.lua
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-ligatures.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-missing.lua
%{_texmfdistdir}/tex/context/base/s-fonts-missing.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.lua
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-system.lua
%{_texmfdistdir}/tex/context/base/s-fonts-system.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-tables.lua
%{_texmfdistdir}/tex/context/base/s-fonts-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.lua
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.mkiv
%{_texmfdistdir}/tex/context/base/s-grk-00.mkii
%{_texmfdistdir}/tex/context/base/s-inf-01.mkvi
%{_texmfdistdir}/tex/context/base/s-inf-02.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-03.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-04.mkiv
%{_texmfdistdir}/tex/context/base/s-jap-00.mkii
%{_texmfdistdir}/tex/context/base/s-languages-counters.lua
%{_texmfdistdir}/tex/context/base/s-languages-counters.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.lua
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.lua
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-sorting.lua
%{_texmfdistdir}/tex/context/base/s-languages-sorting.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-system.lua
%{_texmfdistdir}/tex/context/base/s-languages-system.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-words.lua
%{_texmfdistdir}/tex/context/base/s-languages-words.mkiv
%{_texmfdistdir}/tex/context/base/s-mag-01.tex
%{_texmfdistdir}/tex/context/base/s-map-10.mkii
%{_texmfdistdir}/tex/context/base/s-map-10.mkiv
%{_texmfdistdir}/tex/context/base/s-math-characters.lua
%{_texmfdistdir}/tex/context/base/s-math-characters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-coverage.lua
%{_texmfdistdir}/tex/context/base/s-math-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-math-extensibles.mkiv
%{_texmfdistdir}/tex/context/base/s-math-parameters.lua
%{_texmfdistdir}/tex/context/base/s-math-parameters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-repertoire.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-00.mkii
%{_texmfdistdir}/tex/context/base/s-mod-00.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-01.mkii
%{_texmfdistdir}/tex/context/base/s-mod-01.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-02.mkii
%{_texmfdistdir}/tex/context/base/s-mod-02.mkiv
%{_texmfdistdir}/tex/context/base/s-mod.ctx
%{_texmfdistdir}/tex/context/base/s-pages-statistics.mkiv
%{_texmfdistdir}/tex/context/base/s-physics-units.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-00.tex
%{_texmfdistdir}/tex/context/base/s-pre-01.tex
%{_texmfdistdir}/tex/context/base/s-pre-02.tex
%{_texmfdistdir}/tex/context/base/s-pre-03.tex
%{_texmfdistdir}/tex/context/base/s-pre-04.tex
%{_texmfdistdir}/tex/context/base/s-pre-05.tex
%{_texmfdistdir}/tex/context/base/s-pre-06.tex
%{_texmfdistdir}/tex/context/base/s-pre-07.tex
%{_texmfdistdir}/tex/context/base/s-pre-08.tex
%{_texmfdistdir}/tex/context/base/s-pre-09.tex
%{_texmfdistdir}/tex/context/base/s-pre-10.tex
%{_texmfdistdir}/tex/context/base/s-pre-11.tex
%{_texmfdistdir}/tex/context/base/s-pre-12.tex
%{_texmfdistdir}/tex/context/base/s-pre-13.tex
%{_texmfdistdir}/tex/context/base/s-pre-14.tex
%{_texmfdistdir}/tex/context/base/s-pre-15.tex
%{_texmfdistdir}/tex/context/base/s-pre-16.tex
%{_texmfdistdir}/tex/context/base/s-pre-17.mkii
%{_texmfdistdir}/tex/context/base/s-pre-17.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-18.tex
%{_texmfdistdir}/tex/context/base/s-pre-19.tex
%{_texmfdistdir}/tex/context/base/s-pre-22.tex
%{_texmfdistdir}/tex/context/base/s-pre-23.tex
%{_texmfdistdir}/tex/context/base/s-pre-26.tex
%{_texmfdistdir}/tex/context/base/s-pre-27.tex
%{_texmfdistdir}/tex/context/base/s-pre-30.mkii
%{_texmfdistdir}/tex/context/base/s-pre-30.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-50.tex
%{_texmfdistdir}/tex/context/base/s-pre-60.mkii
%{_texmfdistdir}/tex/context/base/s-pre-60.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-61.tex
%{_texmfdistdir}/tex/context/base/s-pre-62.tex
%{_texmfdistdir}/tex/context/base/s-pre-63.tex
%{_texmfdistdir}/tex/context/base/s-pre-64.tex
%{_texmfdistdir}/tex/context/base/s-pre-66.tex
%{_texmfdistdir}/tex/context/base/s-pre-67.tex
%{_texmfdistdir}/tex/context/base/s-pre-68.tex
%{_texmfdistdir}/tex/context/base/s-pre-69.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-70.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-71.lua
%{_texmfdistdir}/tex/context/base/s-pre-71.mkii
%{_texmfdistdir}/tex/context/base/s-pre-71.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-93.tex
%{_texmfdistdir}/tex/context/base/s-pre-96.tex
%{_texmfdistdir}/tex/context/base/s-present-tiles.mkiv
%{_texmfdistdir}/tex/context/base/s-ptj-01.tex
%{_texmfdistdir}/tex/context/base/s-references-show.mkiv
%{_texmfdistdir}/tex/context/base/s-reg-01.mkiv
%{_texmfdistdir}/tex/context/base/s-set-31.mkiv
%{_texmfdistdir}/tex/context/base/s-sql-tables.lua
%{_texmfdistdir}/tex/context/base/s-sql-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-structure-sections.mkiv
%{_texmfdistdir}/tex/context/base/s-syntax.mkii
%{_texmfdistdir}/tex/context/base/s-syntax.mkiv
%{_texmfdistdir}/tex/context/base/s-typesetting-kerning.mkiv
%{_texmfdistdir}/tex/context/base/s-youless.mkiv
%{_texmfdistdir}/tex/context/base/scrn-bar.mkvi
%{_texmfdistdir}/tex/context/base/scrn-but.lua
%{_texmfdistdir}/tex/context/base/scrn-but.mkvi
%{_texmfdistdir}/tex/context/base/scrn-fld.lua
%{_texmfdistdir}/tex/context/base/scrn-fld.mkii
%{_texmfdistdir}/tex/context/base/scrn-fld.mkvi
%{_texmfdistdir}/tex/context/base/scrn-hlp.lua
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkii
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ini.lua
%{_texmfdistdir}/tex/context/base/scrn-ini.mkvi
%{_texmfdistdir}/tex/context/base/scrn-int.mkii
%{_texmfdistdir}/tex/context/base/scrn-nav.mkii
%{_texmfdistdir}/tex/context/base/scrn-pag.lua
%{_texmfdistdir}/tex/context/base/scrn-pag.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ref.lua
%{_texmfdistdir}/tex/context/base/scrn-ref.mkvi
%{_texmfdistdir}/tex/context/base/scrn-wid.lua
%{_texmfdistdir}/tex/context/base/scrn-wid.mkvi
%{_texmfdistdir}/tex/context/base/scrp-cjk.lua
%{_texmfdistdir}/tex/context/base/scrp-eth.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.mkiv
%{_texmfdistdir}/tex/context/base/scrp-tha.lua
%{_texmfdistdir}/tex/context/base/sort-def.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.lua
%{_texmfdistdir}/tex/context/base/sort-ini.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.mkiv
%{_texmfdistdir}/tex/context/base/sort-lan.lua
%{_texmfdistdir}/tex/context/base/sort-lan.mkii
%{_texmfdistdir}/tex/context/base/spac-adj.lua
%{_texmfdistdir}/tex/context/base/spac-adj.mkiv
%{_texmfdistdir}/tex/context/base/spac-ali.lua
%{_texmfdistdir}/tex/context/base/spac-ali.mkiv
%{_texmfdistdir}/tex/context/base/spac-chr.lua
%{_texmfdistdir}/tex/context/base/spac-chr.mkiv
%{_texmfdistdir}/tex/context/base/spac-def.mkiv
%{_texmfdistdir}/tex/context/base/spac-flr.mkiv
%{_texmfdistdir}/tex/context/base/spac-gen.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkiv
%{_texmfdistdir}/tex/context/base/spac-hor.lua
%{_texmfdistdir}/tex/context/base/spac-hor.mkiv
%{_texmfdistdir}/tex/context/base/spac-lin.mkiv
%{_texmfdistdir}/tex/context/base/spac-pag.mkiv
%{_texmfdistdir}/tex/context/base/spac-par.mkiv
%{_texmfdistdir}/tex/context/base/spac-prf.mkiv
%{_texmfdistdir}/tex/context/base/spac-ver.lua
%{_texmfdistdir}/tex/context/base/spac-ver.mkiv
%{_texmfdistdir}/tex/context/base/spec-def.mkii
%{_texmfdistdir}/tex/context/base/spec-dpm.mkii
%{_texmfdistdir}/tex/context/base/spec-dpx.mkii
%{_texmfdistdir}/tex/context/base/spec-dvi.mkii
%{_texmfdistdir}/tex/context/base/spec-fdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ini.mkii
%{_texmfdistdir}/tex/context/base/spec-mis.mkii
%{_texmfdistdir}/tex/context/base/spec-pdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ps.mkii
%{_texmfdistdir}/tex/context/base/spec-tpd.mkii
%{_texmfdistdir}/tex/context/base/spec-tr.mkii
%{_texmfdistdir}/tex/context/base/spec-tst.mkii
%{_texmfdistdir}/tex/context/base/spec-var.mkii
%{_texmfdistdir}/tex/context/base/spec-win.mkii
%{_texmfdistdir}/tex/context/base/spec-xet.mkii
%{_texmfdistdir}/tex/context/base/spec-xtx.mkii
%{_texmfdistdir}/tex/context/base/spec-yy.mkii
%{_texmfdistdir}/tex/context/base/status-files.pdf
%{_texmfdistdir}/tex/context/base/status-lua.pdf
%{_texmfdistdir}/tex/context/base/status-mkiv.lua
%{_texmfdistdir}/tex/context/base/status-mkiv.tex
%{_texmfdistdir}/tex/context/base/strc-bkm.lua
%{_texmfdistdir}/tex/context/base/strc-bkm.mkiv
%{_texmfdistdir}/tex/context/base/strc-blk.lua
%{_texmfdistdir}/tex/context/base/strc-blk.mkii
%{_texmfdistdir}/tex/context/base/strc-blk.mkiv
%{_texmfdistdir}/tex/context/base/strc-con.lua
%{_texmfdistdir}/tex/context/base/strc-con.mkvi
%{_texmfdistdir}/tex/context/base/strc-def.mkiv
%{_texmfdistdir}/tex/context/base/strc-des.mkii
%{_texmfdistdir}/tex/context/base/strc-des.mkvi
%{_texmfdistdir}/tex/context/base/strc-doc.lua
%{_texmfdistdir}/tex/context/base/strc-doc.mkiv
%{_texmfdistdir}/tex/context/base/strc-enu.mkvi
%{_texmfdistdir}/tex/context/base/strc-flt.lua
%{_texmfdistdir}/tex/context/base/strc-flt.mkii
%{_texmfdistdir}/tex/context/base/strc-flt.mkvi
%{_texmfdistdir}/tex/context/base/strc-ind.mkiv
%{_texmfdistdir}/tex/context/base/strc-ini.lua
%{_texmfdistdir}/tex/context/base/strc-ini.mkvi
%{_texmfdistdir}/tex/context/base/strc-itm.lua
%{_texmfdistdir}/tex/context/base/strc-itm.mkii
%{_texmfdistdir}/tex/context/base/strc-itm.mkvi
%{_texmfdistdir}/tex/context/base/strc-lab.mkiv
%{_texmfdistdir}/tex/context/base/strc-lev.lua
%{_texmfdistdir}/tex/context/base/strc-lev.mkvi
%{_texmfdistdir}/tex/context/base/strc-lnt.mkii
%{_texmfdistdir}/tex/context/base/strc-lnt.mkvi
%{_texmfdistdir}/tex/context/base/strc-lst.lua
%{_texmfdistdir}/tex/context/base/strc-lst.mkii
%{_texmfdistdir}/tex/context/base/strc-lst.mkvi
%{_texmfdistdir}/tex/context/base/strc-mar.lua
%{_texmfdistdir}/tex/context/base/strc-mar.mkii
%{_texmfdistdir}/tex/context/base/strc-mar.mkiv
%{_texmfdistdir}/tex/context/base/strc-mat.lua
%{_texmfdistdir}/tex/context/base/strc-mat.mkii
%{_texmfdistdir}/tex/context/base/strc-mat.mkiv
%{_texmfdistdir}/tex/context/base/strc-not.lua
%{_texmfdistdir}/tex/context/base/strc-not.mkii
%{_texmfdistdir}/tex/context/base/strc-not.mkvi
%{_texmfdistdir}/tex/context/base/strc-num.lua
%{_texmfdistdir}/tex/context/base/strc-num.mkii
%{_texmfdistdir}/tex/context/base/strc-num.mkiv
%{_texmfdistdir}/tex/context/base/strc-pag.lua
%{_texmfdistdir}/tex/context/base/strc-pag.mkii
%{_texmfdistdir}/tex/context/base/strc-pag.mkiv
%{_texmfdistdir}/tex/context/base/strc-ref.lua
%{_texmfdistdir}/tex/context/base/strc-ref.mkii
%{_texmfdistdir}/tex/context/base/strc-ref.mkvi
%{_texmfdistdir}/tex/context/base/strc-reg.lua
%{_texmfdistdir}/tex/context/base/strc-reg.mkii
%{_texmfdistdir}/tex/context/base/strc-reg.mkiv
%{_texmfdistdir}/tex/context/base/strc-ren.mkiv
%{_texmfdistdir}/tex/context/base/strc-rsc.lua
%{_texmfdistdir}/tex/context/base/strc-sbe.mkiv
%{_texmfdistdir}/tex/context/base/strc-sec.mkii
%{_texmfdistdir}/tex/context/base/strc-sec.mkiv
%{_texmfdistdir}/tex/context/base/strc-swd.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.lua
%{_texmfdistdir}/tex/context/base/strc-syn.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.mkiv
%{_texmfdistdir}/tex/context/base/strc-tag.lua
%{_texmfdistdir}/tex/context/base/strc-tag.mkiv
%{_texmfdistdir}/tex/context/base/strc-xml.mkiv
%{_texmfdistdir}/tex/context/base/supp-ali.mkii
%{_texmfdistdir}/tex/context/base/supp-box.lua
%{_texmfdistdir}/tex/context/base/supp-box.mkii
%{_texmfdistdir}/tex/context/base/supp-box.mkiv
%{_texmfdistdir}/tex/context/base/supp-dir.mkii
%{_texmfdistdir}/tex/context/base/supp-dir.mkiv
%{_texmfdistdir}/tex/context/base/supp-emp.mkii
%{_texmfdistdir}/tex/context/base/supp-eps.mkii
%{_texmfdistdir}/tex/context/base/supp-fil.mkii
%{_texmfdistdir}/tex/context/base/supp-fun.mkii
%{_texmfdistdir}/tex/context/base/supp-lat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkiv
%{_texmfdistdir}/tex/context/base/supp-mis.tex
%{_texmfdistdir}/tex/context/base/supp-mpe.tex
%{_texmfdistdir}/tex/context/base/supp-mps.mkii
%{_texmfdistdir}/tex/context/base/supp-mrk.mkii
%{_texmfdistdir}/tex/context/base/supp-num.mkii
%{_texmfdistdir}/tex/context/base/supp-pat.mkii
%{_texmfdistdir}/tex/context/base/supp-pdf.tex
%{_texmfdistdir}/tex/context/base/supp-ran.lua
%{_texmfdistdir}/tex/context/base/supp-ran.mkii
%{_texmfdistdir}/tex/context/base/supp-ran.mkiv
%{_texmfdistdir}/tex/context/base/supp-spe.mkii
%{_texmfdistdir}/tex/context/base/supp-tpi.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkiv
%{_texmfdistdir}/tex/context/base/symb-cow.mkii
%{_texmfdistdir}/tex/context/base/symb-eur.mkii
%{_texmfdistdir}/tex/context/base/symb-glm.mkii
%{_texmfdistdir}/tex/context/base/symb-imp-cc.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-eur.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-jmn.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mvs.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/symb-ini.lua
%{_texmfdistdir}/tex/context/base/symb-ini.mkii
%{_texmfdistdir}/tex/context/base/symb-ini.mkiv
%{_texmfdistdir}/tex/context/base/symb-jmn.mkii
%{_texmfdistdir}/tex/context/base/symb-mis.mkii
%{_texmfdistdir}/tex/context/base/symb-mvs.mkii
%{_texmfdistdir}/tex/context/base/symb-nav.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkiv
%{_texmfdistdir}/tex/context/base/symb-uni.mkii
%{_texmfdistdir}/tex/context/base/symb-was.mkii
%{_texmfdistdir}/tex/context/base/syst-aux.lua
%{_texmfdistdir}/tex/context/base/syst-aux.mkiv
%{_texmfdistdir}/tex/context/base/syst-con.lua
%{_texmfdistdir}/tex/context/base/syst-con.mkii
%{_texmfdistdir}/tex/context/base/syst-con.mkiv
%{_texmfdistdir}/tex/context/base/syst-ext.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkiv
%{_texmfdistdir}/tex/context/base/syst-gen.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkiv
%{_texmfdistdir}/tex/context/base/syst-lua.lua
%{_texmfdistdir}/tex/context/base/syst-lua.mkiv
%{_texmfdistdir}/tex/context/base/syst-mes.mkiv
%{_texmfdistdir}/tex/context/base/syst-new.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkiv
%{_texmfdistdir}/tex/context/base/syst-rtp.mkii
%{_texmfdistdir}/tex/context/base/syst-rtp.mkiv
%{_texmfdistdir}/tex/context/base/syst-str.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-mis.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-nte.mkii
%{_texmfdistdir}/tex/context/base/tabl-nte.mkiv
%{_texmfdistdir}/tex/context/base/tabl-pln.mkii
%{_texmfdistdir}/tex/context/base/tabl-pln.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tab.mkii
%{_texmfdistdir}/tex/context/base/tabl-tab.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tbl.lua
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkii
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkii
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkiv
%{_texmfdistdir}/tex/context/base/tabl-xnt.mkvi
%{_texmfdistdir}/tex/context/base/tabl-xtb.lua
%{_texmfdistdir}/tex/context/base/tabl-xtb.mkvi
%{_texmfdistdir}/tex/context/base/task-ini.lua
%{_texmfdistdir}/tex/context/base/task-ini.mkiv
%{_texmfdistdir}/tex/context/base/thrd-pic.mkii
%{_texmfdistdir}/tex/context/base/thrd-ran.mkii
%{_texmfdistdir}/tex/context/base/thrd-tab.mkii
%{_texmfdistdir}/tex/context/base/thrd-trg.mkii
%{_texmfdistdir}/tex/context/base/toks-ini.lua
%{_texmfdistdir}/tex/context/base/toks-ini.mkiv
%{_texmfdistdir}/tex/context/base/toks-map.lua
%{_texmfdistdir}/tex/context/base/toks-map.mkiv
%{_texmfdistdir}/tex/context/base/toks-scn.lua
%{_texmfdistdir}/tex/context/base/toks-tra.lua
%{_texmfdistdir}/tex/context/base/toks-tra.mkiv
%{_texmfdistdir}/tex/context/base/trac-ctx.lua
%{_texmfdistdir}/tex/context/base/trac-ctx.mkiv
%{_texmfdistdir}/tex/context/base/trac-deb.lua
%{_texmfdistdir}/tex/context/base/trac-deb.mkiv
%{_texmfdistdir}/tex/context/base/trac-exp.lua
%{_texmfdistdir}/tex/context/base/trac-fil.lua
%{_texmfdistdir}/tex/context/base/trac-inf.lua
%{_texmfdistdir}/tex/context/base/trac-jus.lua
%{_texmfdistdir}/tex/context/base/trac-jus.mkiv
%{_texmfdistdir}/tex/context/base/trac-lmx.lua
%{_texmfdistdir}/tex/context/base/trac-log.lua
%{_texmfdistdir}/tex/context/base/trac-par.lua
%{_texmfdistdir}/tex/context/base/trac-pro.lua
%{_texmfdistdir}/tex/context/base/trac-set.lua
%{_texmfdistdir}/tex/context/base/trac-tex.lua
%{_texmfdistdir}/tex/context/base/trac-tex.mkiv
%{_texmfdistdir}/tex/context/base/trac-tim.lua
%{_texmfdistdir}/tex/context/base/trac-vis.lua
%{_texmfdistdir}/tex/context/base/trac-vis.mkii
%{_texmfdistdir}/tex/context/base/trac-vis.mkiv
%{_texmfdistdir}/tex/context/base/trac-xml.lua
%{_texmfdistdir}/tex/context/base/type-buy.mkii
%{_texmfdistdir}/tex/context/base/type-cbg.mkii
%{_texmfdistdir}/tex/context/base/type-cow.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkiv
%{_texmfdistdir}/tex/context/base/type-exp.mkii
%{_texmfdistdir}/tex/context/base/type-fbk.mkiv
%{_texmfdistdir}/tex/context/base/type-fsf.mkii
%{_texmfdistdir}/tex/context/base/type-ghz.mkii
%{_texmfdistdir}/tex/context/base/type-hgz.mkii
%{_texmfdistdir}/tex/context/base/type-imp-antykwa.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-antykwapoltawskiego.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-asana.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-averia.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-buy.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cambria.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-charter.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cleartype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-computer-modern-unicode.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-dejavu.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-ebgaramond.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-euler.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-ghz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hgz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-husayni.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hvmath.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-inconsolata.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-informal.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-ipaex.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-iwona.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-kurier.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-latinmodern.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lato.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-liberation.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-libertine.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lmnames.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-opentype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-typeone.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathdesign.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathdigits.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathtimes.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mscore.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-opendyslexic.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-osx.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-postscript.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-punknova.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-texgyre.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-unfonts.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xits.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xitsbidi.mkiv
%{_texmfdistdir}/tex/context/base/type-ini.lua
%{_texmfdistdir}/tex/context/base/type-ini.mkii
%{_texmfdistdir}/tex/context/base/type-ini.mkvi
%{_texmfdistdir}/tex/context/base/type-lua.mkiv
%{_texmfdistdir}/tex/context/base/type-mac.mkii
%{_texmfdistdir}/tex/context/base/type-msw.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkiv
%{_texmfdistdir}/tex/context/base/type-otf.mkii
%{_texmfdistdir}/tex/context/base/type-otf.mkiv
%{_texmfdistdir}/tex/context/base/type-pre.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkiv
%{_texmfdistdir}/tex/context/base/type-set.mkii
%{_texmfdistdir}/tex/context/base/type-set.mkiv
%{_texmfdistdir}/tex/context/base/type-siz.mkii
%{_texmfdistdir}/tex/context/base/type-siz.mkiv
%{_texmfdistdir}/tex/context/base/type-tmf.mkii
%{_texmfdistdir}/tex/context/base/type-tmf.mkiv
%{_texmfdistdir}/tex/context/base/type-win.mkii
%{_texmfdistdir}/tex/context/base/type-xtx.mkii
%{_texmfdistdir}/tex/context/base/typo-bld.lua
%{_texmfdistdir}/tex/context/base/typo-bld.mkiv
%{_texmfdistdir}/tex/context/base/typo-brk.lua
%{_texmfdistdir}/tex/context/base/typo-brk.mkiv
%{_texmfdistdir}/tex/context/base/typo-cap.lua
%{_texmfdistdir}/tex/context/base/typo-cap.mkiv
%{_texmfdistdir}/tex/context/base/typo-chr.lua
%{_texmfdistdir}/tex/context/base/typo-chr.mkiv
%{_texmfdistdir}/tex/context/base/typo-cln.lua
%{_texmfdistdir}/tex/context/base/typo-cln.mkiv
%{_texmfdistdir}/tex/context/base/typo-del.mkiv
%{_texmfdistdir}/tex/context/base/typo-dha.lua
%{_texmfdistdir}/tex/context/base/typo-dig.lua
%{_texmfdistdir}/tex/context/base/typo-dig.mkiv
%{_texmfdistdir}/tex/context/base/typo-dir.lua
%{_texmfdistdir}/tex/context/base/typo-dir.mkiv
%{_texmfdistdir}/tex/context/base/typo-drp.lua
%{_texmfdistdir}/tex/context/base/typo-drp.mkiv
%{_texmfdistdir}/tex/context/base/typo-dua.lua
%{_texmfdistdir}/tex/context/base/typo-dub.lua
%{_texmfdistdir}/tex/context/base/typo-fln.lua
%{_texmfdistdir}/tex/context/base/typo-fln.mkiv
%{_texmfdistdir}/tex/context/base/typo-ini.lua
%{_texmfdistdir}/tex/context/base/typo-ini.mkii
%{_texmfdistdir}/tex/context/base/typo-ini.mkiv
%{_texmfdistdir}/tex/context/base/typo-inj.lua
%{_texmfdistdir}/tex/context/base/typo-inj.mkiv
%{_texmfdistdir}/tex/context/base/typo-itc.lua
%{_texmfdistdir}/tex/context/base/typo-itc.mkvi
%{_texmfdistdir}/tex/context/base/typo-itm.mkiv
%{_texmfdistdir}/tex/context/base/typo-krn.lua
%{_texmfdistdir}/tex/context/base/typo-krn.mkiv
%{_texmfdistdir}/tex/context/base/typo-lan.lua
%{_texmfdistdir}/tex/context/base/typo-lan.mkiv
%{_texmfdistdir}/tex/context/base/typo-lig.mkiv
%{_texmfdistdir}/tex/context/base/typo-man.lua
%{_texmfdistdir}/tex/context/base/typo-mar.lua
%{_texmfdistdir}/tex/context/base/typo-mar.mkiv
%{_texmfdistdir}/tex/context/base/typo-pag.lua
%{_texmfdistdir}/tex/context/base/typo-pag.mkiv
%{_texmfdistdir}/tex/context/base/typo-par.mkiv
%{_texmfdistdir}/tex/context/base/typo-prc.lua
%{_texmfdistdir}/tex/context/base/typo-prc.mkvi
%{_texmfdistdir}/tex/context/base/typo-rep.lua
%{_texmfdistdir}/tex/context/base/typo-rep.mkiv
%{_texmfdistdir}/tex/context/base/typo-scr.mkiv
%{_texmfdistdir}/tex/context/base/typo-spa.lua
%{_texmfdistdir}/tex/context/base/typo-spa.mkiv
%{_texmfdistdir}/tex/context/base/typo-sus.lua
%{_texmfdistdir}/tex/context/base/typo-sus.mkiv
%{_texmfdistdir}/tex/context/base/typo-tal.lua
%{_texmfdistdir}/tex/context/base/typo-tal.mkiv
%{_texmfdistdir}/tex/context/base/typo-txt.mkvi
%{_texmfdistdir}/tex/context/base/typo-wrp.lua
%{_texmfdistdir}/tex/context/base/typo-wrp.mkiv
%{_texmfdistdir}/tex/context/base/unic-000.mkii
%{_texmfdistdir}/tex/context/base/unic-001.mkii
%{_texmfdistdir}/tex/context/base/unic-002.mkii
%{_texmfdistdir}/tex/context/base/unic-003.mkii
%{_texmfdistdir}/tex/context/base/unic-004.mkii
%{_texmfdistdir}/tex/context/base/unic-005.mkii
%{_texmfdistdir}/tex/context/base/unic-030.mkii
%{_texmfdistdir}/tex/context/base/unic-031.mkii
%{_texmfdistdir}/tex/context/base/unic-032.mkii
%{_texmfdistdir}/tex/context/base/unic-033.mkii
%{_texmfdistdir}/tex/context/base/unic-034.mkii
%{_texmfdistdir}/tex/context/base/unic-035.mkii
%{_texmfdistdir}/tex/context/base/unic-037.mkii
%{_texmfdistdir}/tex/context/base/unic-039.mkii
%{_texmfdistdir}/tex/context/base/unic-251.mkii
%{_texmfdistdir}/tex/context/base/unic-cjk.mkii
%{_texmfdistdir}/tex/context/base/unic-exp.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.lua
%{_texmfdistdir}/tex/context/base/unic-ini.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.mkiv
%{_texmfdistdir}/tex/context/base/unic-run.mkii
%{_texmfdistdir}/tex/context/base/util-deb.lua
%{_texmfdistdir}/tex/context/base/util-dim.lua
%{_texmfdistdir}/tex/context/base/util-env.lua
%{_texmfdistdir}/tex/context/base/util-fmt.lua
%{_texmfdistdir}/tex/context/base/util-jsn.lua
%{_texmfdistdir}/tex/context/base/util-lib.lua
%{_texmfdistdir}/tex/context/base/util-lua.lua
%{_texmfdistdir}/tex/context/base/util-mrg.lua
%{_texmfdistdir}/tex/context/base/util-pck.lua
%{_texmfdistdir}/tex/context/base/util-prs.lua
%{_texmfdistdir}/tex/context/base/util-ran.lua
%{_texmfdistdir}/tex/context/base/util-sbx.lua
%{_texmfdistdir}/tex/context/base/util-sci.lua
%{_texmfdistdir}/tex/context/base/util-seq.lua
%{_texmfdistdir}/tex/context/base/util-soc.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-client.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-library.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-swiglib.lua
%{_texmfdistdir}/tex/context/base/util-sql-loggers.lua
%{_texmfdistdir}/tex/context/base/util-sql-sessions.lua
%{_texmfdistdir}/tex/context/base/util-sql-tickets.lua
%{_texmfdistdir}/tex/context/base/util-sql-tracers.lua
%{_texmfdistdir}/tex/context/base/util-sql-users.lua
%{_texmfdistdir}/tex/context/base/util-sql.lua
%{_texmfdistdir}/tex/context/base/util-sta.lua
%{_texmfdistdir}/tex/context/base/util-sto.lua
%{_texmfdistdir}/tex/context/base/util-str.lua
%{_texmfdistdir}/tex/context/base/util-tab.lua
%{_texmfdistdir}/tex/context/base/util-tpl.lua
%{_texmfdistdir}/tex/context/base/util-you.lua
%{_texmfdistdir}/tex/context/base/verb-c.mkii
%{_texmfdistdir}/tex/context/base/verb-eif.mkii
%{_texmfdistdir}/tex/context/base/verb-ini.mkii
%{_texmfdistdir}/tex/context/base/verb-js.mkii
%{_texmfdistdir}/tex/context/base/verb-jv.mkii
%{_texmfdistdir}/tex/context/base/verb-mp.mkii
%{_texmfdistdir}/tex/context/base/verb-pas.mkii
%{_texmfdistdir}/tex/context/base/verb-pl.mkii
%{_texmfdistdir}/tex/context/base/verb-raw.mkii
%{_texmfdistdir}/tex/context/base/verb-sql.mkii
%{_texmfdistdir}/tex/context/base/verb-tex.mkii
%{_texmfdistdir}/tex/context/base/verb-xml.mkii
%{_texmfdistdir}/tex/context/base/x-asciimath.lua
%{_texmfdistdir}/tex/context/base/x-asciimath.mkiv
%{_texmfdistdir}/tex/context/base/x-calcmath.lua
%{_texmfdistdir}/tex/context/base/x-calcmath.mkii
%{_texmfdistdir}/tex/context/base/x-calcmath.mkiv
%{_texmfdistdir}/tex/context/base/x-cals.lua
%{_texmfdistdir}/tex/context/base/x-cals.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.lua
%{_texmfdistdir}/tex/context/base/x-chemml.mkii
%{_texmfdistdir}/tex/context/base/x-chemml.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.xsd
%{_texmfdistdir}/tex/context/base/x-contml.mkii
%{_texmfdistdir}/tex/context/base/x-contml.xsd
%{_texmfdistdir}/tex/context/base/x-corres.mkii
%{_texmfdistdir}/tex/context/base/x-corres.rng
%{_texmfdistdir}/tex/context/base/x-ct.lua
%{_texmfdistdir}/tex/context/base/x-ct.mkiv
%{_texmfdistdir}/tex/context/base/x-dir-01.tex
%{_texmfdistdir}/tex/context/base/x-dir-05.mkii
%{_texmfdistdir}/tex/context/base/x-dir-05.mkiv
%{_texmfdistdir}/tex/context/base/x-entities.mkiv
%{_texmfdistdir}/tex/context/base/x-fdf-00.mkii
%{_texmfdistdir}/tex/context/base/x-fe.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.dtd
%{_texmfdistdir}/tex/context/base/x-fig-00.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.xsd
%{_texmfdistdir}/tex/context/base/x-fig-01.mkii
%{_texmfdistdir}/tex/context/base/x-fig-02.mkii
%{_texmfdistdir}/tex/context/base/x-fig-03.mkii
%{_texmfdistdir}/tex/context/base/x-fo.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkiv
%{_texmfdistdir}/tex/context/base/x-html.mkiv
%{_texmfdistdir}/tex/context/base/x-ldx.ctx
%{_texmfdistdir}/tex/context/base/x-ldx.lua
%{_texmfdistdir}/tex/context/base/x-ldx.mkiv
%{_texmfdistdir}/tex/context/base/x-math-svg.lua
%{_texmfdistdir}/tex/context/base/x-mathml-basics.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml-html.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.lua
%{_texmfdistdir}/tex/context/base/x-mathml.mkii
%{_texmfdistdir}/tex/context/base/x-mathml.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.xsd
%{_texmfdistdir}/tex/context/base/x-newcml.mkii
%{_texmfdistdir}/tex/context/base/x-newmme.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkiv
%{_texmfdistdir}/tex/context/base/x-newmmo.mkii
%{_texmfdistdir}/tex/context/base/x-newpml.mkii
%{_texmfdistdir}/tex/context/base/x-om2cml.xsl
%{_texmfdistdir}/tex/context/base/x-openmath.mkii
%{_texmfdistdir}/tex/context/base/x-openmath.xsl
%{_texmfdistdir}/tex/context/base/x-pfs-01.mkiv
%{_texmfdistdir}/tex/context/base/x-pfsense.ctx
%{_texmfdistdir}/tex/context/base/x-physml.mkii
%{_texmfdistdir}/tex/context/base/x-physml.mkiv
%{_texmfdistdir}/tex/context/base/x-physml.xsd
%{_texmfdistdir}/tex/context/base/x-res-00.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkiv
%{_texmfdistdir}/tex/context/base/x-res-02.mkii
%{_texmfdistdir}/tex/context/base/x-res-03.mkii
%{_texmfdistdir}/tex/context/base/x-res-04.mkii
%{_texmfdistdir}/tex/context/base/x-res-08.mkii
%{_texmfdistdir}/tex/context/base/x-res-09.mkii
%{_texmfdistdir}/tex/context/base/x-res-10.mkii
%{_texmfdistdir}/tex/context/base/x-res-11.mkii
%{_texmfdistdir}/tex/context/base/x-res-12.mkii
%{_texmfdistdir}/tex/context/base/x-res-20.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkiv
%{_texmfdistdir}/tex/context/base/x-sch-00.mkii
%{_texmfdistdir}/tex/context/base/x-sch-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-02.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkiv
%{_texmfdistdir}/tex/context/base/x-set-12.mkii
%{_texmfdistdir}/tex/context/base/x-set-12.mkiv
%{_texmfdistdir}/tex/context/base/x-sm2om.xsl
%{_texmfdistdir}/tex/context/base/x-steps.mkii
%{_texmfdistdir}/tex/context/base/x-steps.mkiv
%{_texmfdistdir}/tex/context/base/x-udhr.mkiv
%{_texmfdistdir}/tex/context/base/x-xfdf.mkiv
%{_texmfdistdir}/tex/context/base/x-xml-01.mkii
%{_texmfdistdir}/tex/context/base/x-xml-02.mkii
%{_texmfdistdir}/tex/context/base/x-xml-11.mkii
%{_texmfdistdir}/tex/context/base/x-xtag.mkiv
%{_texmfdistdir}/tex/context/base/xetx-chr.mkii
%{_texmfdistdir}/tex/context/base/xetx-cls.mkii
%{_texmfdistdir}/tex/context/base/xetx-ini.mkii
%{_texmfdistdir}/tex/context/base/xetx-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-cml.mkii
%{_texmfdistdir}/tex/context/base/xtag-ent.mkii
%{_texmfdistdir}/tex/context/base/xtag-exp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ext.mkii
%{_texmfdistdir}/tex/context/base/xtag-hyp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ini.mkii
%{_texmfdistdir}/tex/context/base/xtag-map.mkii
%{_texmfdistdir}/tex/context/base/xtag-mea.mkii
%{_texmfdistdir}/tex/context/base/xtag-meb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mec.mkii
%{_texmfdistdir}/tex/context/base/xtag-meh.mkii
%{_texmfdistdir}/tex/context/base/xtag-men.mkii
%{_texmfdistdir}/tex/context/base/xtag-meo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mer.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mml.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmp.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxa.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxh.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxn.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxr.mkii
%{_texmfdistdir}/tex/context/base/xtag-pml.mkii
%{_texmfdistdir}/tex/context/base/xtag-pmu.mkii
%{_texmfdistdir}/tex/context/base/xtag-pre.mkii
%{_texmfdistdir}/tex/context/base/xtag-prs.mkii
%{_texmfdistdir}/tex/context/base/xtag-raw.mkii
%{_texmfdistdir}/tex/context/base/xtag-rng.mkii
%{_texmfdistdir}/tex/context/base/xtag-run.mkii
%{_texmfdistdir}/tex/context/base/xtag-stk.mkii
%{_texmfdistdir}/tex/context/base/xtag-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsd.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsl.mkii
%{_texmfdistdir}/tex/context/bib/bibl-ams.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-de.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-it.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa.tex
%{_texmfdistdir}/tex/context/bib/bibl-aps.tex
%{_texmfdistdir}/tex/context/bib/bibl-num-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-num.tex
%{_texmfdistdir}/tex/context/bib/bibl-ssa.tex
%{_texmfdistdir}/tex/context/bib/sample.bib
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.lua
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.xml
%{_texmfdistdir}/tex/context/extra/mag-0000.tex
%{_texmfdistdir}/tex/context/extra/setup-qr.tex
%{_texmfdistdir}/tex/context/fonts/antykwa-math.lfg
%{_texmfdistdir}/tex/context/fonts/antykwapoltawskiego.lfg
%{_texmfdistdir}/tex/context/fonts/asana-math.lfg
%{_texmfdistdir}/tex/context/fonts/cambria-math.lfg
%{_texmfdistdir}/tex/context/fonts/cc-icons.lfg
%{_texmfdistdir}/tex/context/fonts/ccicons.lfg
%{_texmfdistdir}/tex/context/fonts/demo.lfg
%{_texmfdistdir}/tex/context/fonts/dingbats.lfg
%{_texmfdistdir}/tex/context/fonts/ebgaramond.lfg
%{_texmfdistdir}/tex/context/fonts/euler-math.lfg
%{_texmfdistdir}/tex/context/fonts/hanbatanglvt.lfg
%{_texmfdistdir}/tex/context/fonts/husayni.lfg
%{_texmfdistdir}/tex/context/fonts/hvmath-math.lfg
%{_texmfdistdir}/tex/context/fonts/informal-math.lfg
%{_texmfdistdir}/tex/context/fonts/iwona-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-opentype-math.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-typeone-math.lfg
%{_texmfdistdir}/tex/context/fonts/mathtimes-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdbch-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdici-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdpgd-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdpus-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdput-math.lfg
%{_texmfdistdir}/tex/context/fonts/mdugm-math.lfg
%{_texmfdistdir}/tex/context/fonts/px-math.lfg
%{_texmfdistdir}/tex/context/fonts/symbol-math.lfg
%{_texmfdistdir}/tex/context/fonts/texgyre.lfg
%{_texmfdistdir}/tex/context/fonts/treatments.lfg
%{_texmfdistdir}/tex/context/fonts/tx-math.lfg
%{_texmfdistdir}/tex/context/fonts/unifraktur.lfg
%{_texmfdistdir}/tex/context/fonts/xits-math.lfg
%{_texmfdistdir}/tex/context/interface/cont-cs.xml
%{_texmfdistdir}/tex/context/interface/cont-de.xml
%{_texmfdistdir}/tex/context/interface/cont-en.xml
%{_texmfdistdir}/tex/context/interface/cont-fr.xml
%{_texmfdistdir}/tex/context/interface/cont-it.xml
%{_texmfdistdir}/tex/context/interface/cont-nl.xml
%{_texmfdistdir}/tex/context/interface/cont-pe.xml
%{_texmfdistdir}/tex/context/interface/cont-ro.xml
%{_texmfdistdir}/tex/context/interface/keys-cs.xml
%{_texmfdistdir}/tex/context/interface/keys-cz.xml
%{_texmfdistdir}/tex/context/interface/keys-de.xml
%{_texmfdistdir}/tex/context/interface/keys-en.xml
%{_texmfdistdir}/tex/context/interface/keys-fr.xml
%{_texmfdistdir}/tex/context/interface/keys-it.xml
%{_texmfdistdir}/tex/context/interface/keys-nl.xml
%{_texmfdistdir}/tex/context/interface/keys-pe.xml
%{_texmfdistdir}/tex/context/interface/keys-ro.xml
%{_texmfdistdir}/tex/context/patterns/lang-af.hyp
%{_texmfdistdir}/tex/context/patterns/lang-af.lua
%{_texmfdistdir}/tex/context/patterns/lang-af.pat
%{_texmfdistdir}/tex/context/patterns/lang-af.rme
%{_texmfdistdir}/tex/context/patterns/lang-agr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-agr.lua
%{_texmfdistdir}/tex/context/patterns/lang-agr.pat
%{_texmfdistdir}/tex/context/patterns/lang-agr.rme
%{_texmfdistdir}/tex/context/patterns/lang-bg.hyp
%{_texmfdistdir}/tex/context/patterns/lang-bg.lua
%{_texmfdistdir}/tex/context/patterns/lang-bg.pat
%{_texmfdistdir}/tex/context/patterns/lang-bg.rme
%{_texmfdistdir}/tex/context/patterns/lang-ca.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ca.lua
%{_texmfdistdir}/tex/context/patterns/lang-ca.pat
%{_texmfdistdir}/tex/context/patterns/lang-ca.rme
%{_texmfdistdir}/tex/context/patterns/lang-cs.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cs.lua
%{_texmfdistdir}/tex/context/patterns/lang-cs.pat
%{_texmfdistdir}/tex/context/patterns/lang-cs.rme
%{_texmfdistdir}/tex/context/patterns/lang-cy.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cy.lua
%{_texmfdistdir}/tex/context/patterns/lang-cy.pat
%{_texmfdistdir}/tex/context/patterns/lang-cy.rme
%{_texmfdistdir}/tex/context/patterns/lang-da.hyp
%{_texmfdistdir}/tex/context/patterns/lang-da.lua
%{_texmfdistdir}/tex/context/patterns/lang-da.pat
%{_texmfdistdir}/tex/context/patterns/lang-da.rme
%{_texmfdistdir}/tex/context/patterns/lang-de.hyp
%{_texmfdistdir}/tex/context/patterns/lang-de.lua
%{_texmfdistdir}/tex/context/patterns/lang-de.pat
%{_texmfdistdir}/tex/context/patterns/lang-de.rme
%{_texmfdistdir}/tex/context/patterns/lang-deo.hyp
%{_texmfdistdir}/tex/context/patterns/lang-deo.lua
%{_texmfdistdir}/tex/context/patterns/lang-deo.pat
%{_texmfdistdir}/tex/context/patterns/lang-deo.rme
%{_texmfdistdir}/tex/context/patterns/lang-es.hyp
%{_texmfdistdir}/tex/context/patterns/lang-es.lua
%{_texmfdistdir}/tex/context/patterns/lang-es.pat
%{_texmfdistdir}/tex/context/patterns/lang-es.rme
%{_texmfdistdir}/tex/context/patterns/lang-et.hyp
%{_texmfdistdir}/tex/context/patterns/lang-et.lua
%{_texmfdistdir}/tex/context/patterns/lang-et.pat
%{_texmfdistdir}/tex/context/patterns/lang-et.rme
%{_texmfdistdir}/tex/context/patterns/lang-eu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-eu.lua
%{_texmfdistdir}/tex/context/patterns/lang-eu.pat
%{_texmfdistdir}/tex/context/patterns/lang-eu.rme
%{_texmfdistdir}/tex/context/patterns/lang-fi.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fi.lua
%{_texmfdistdir}/tex/context/patterns/lang-fi.pat
%{_texmfdistdir}/tex/context/patterns/lang-fi.rme
%{_texmfdistdir}/tex/context/patterns/lang-fr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fr.lua
%{_texmfdistdir}/tex/context/patterns/lang-fr.pat
%{_texmfdistdir}/tex/context/patterns/lang-fr.rme
%{_texmfdistdir}/tex/context/patterns/lang-gb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-gb.lua
%{_texmfdistdir}/tex/context/patterns/lang-gb.pat
%{_texmfdistdir}/tex/context/patterns/lang-gb.rme
%{_texmfdistdir}/tex/context/patterns/lang-hr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hr.lua
%{_texmfdistdir}/tex/context/patterns/lang-hr.pat
%{_texmfdistdir}/tex/context/patterns/lang-hr.rme
%{_texmfdistdir}/tex/context/patterns/lang-hu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hu.lua
%{_texmfdistdir}/tex/context/patterns/lang-hu.pat
%{_texmfdistdir}/tex/context/patterns/lang-hu.rme
%{_texmfdistdir}/tex/context/patterns/lang-is.hyp
%{_texmfdistdir}/tex/context/patterns/lang-is.lua
%{_texmfdistdir}/tex/context/patterns/lang-is.pat
%{_texmfdistdir}/tex/context/patterns/lang-is.rme
%{_texmfdistdir}/tex/context/patterns/lang-it.hyp
%{_texmfdistdir}/tex/context/patterns/lang-it.lua
%{_texmfdistdir}/tex/context/patterns/lang-it.pat
%{_texmfdistdir}/tex/context/patterns/lang-it.rme
%{_texmfdistdir}/tex/context/patterns/lang-la.hyp
%{_texmfdistdir}/tex/context/patterns/lang-la.lua
%{_texmfdistdir}/tex/context/patterns/lang-la.pat
%{_texmfdistdir}/tex/context/patterns/lang-la.rme
%{_texmfdistdir}/tex/context/patterns/lang-lt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lt.lua
%{_texmfdistdir}/tex/context/patterns/lang-lt.pat
%{_texmfdistdir}/tex/context/patterns/lang-lt.rme
%{_texmfdistdir}/tex/context/patterns/lang-lv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lv.lua
%{_texmfdistdir}/tex/context/patterns/lang-lv.pat
%{_texmfdistdir}/tex/context/patterns/lang-lv.rme
%{_texmfdistdir}/tex/context/patterns/lang-ml.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ml.lua
%{_texmfdistdir}/tex/context/patterns/lang-ml.pat
%{_texmfdistdir}/tex/context/patterns/lang-ml.rme
%{_texmfdistdir}/tex/context/patterns/lang-mn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-mn.lua
%{_texmfdistdir}/tex/context/patterns/lang-mn.pat
%{_texmfdistdir}/tex/context/patterns/lang-mn.rme
%{_texmfdistdir}/tex/context/patterns/lang-nb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nb.lua
%{_texmfdistdir}/tex/context/patterns/lang-nb.pat
%{_texmfdistdir}/tex/context/patterns/lang-nb.rme
%{_texmfdistdir}/tex/context/patterns/lang-nl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nl.lua
%{_texmfdistdir}/tex/context/patterns/lang-nl.pat
%{_texmfdistdir}/tex/context/patterns/lang-nl.rme
%{_texmfdistdir}/tex/context/patterns/lang-nn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nn.lua
%{_texmfdistdir}/tex/context/patterns/lang-nn.pat
%{_texmfdistdir}/tex/context/patterns/lang-nn.rme
%{_texmfdistdir}/tex/context/patterns/lang-pl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pl.lua
%{_texmfdistdir}/tex/context/patterns/lang-pl.pat
%{_texmfdistdir}/tex/context/patterns/lang-pl.rme
%{_texmfdistdir}/tex/context/patterns/lang-pt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pt.lua
%{_texmfdistdir}/tex/context/patterns/lang-pt.pat
%{_texmfdistdir}/tex/context/patterns/lang-pt.rme
%{_texmfdistdir}/tex/context/patterns/lang-ro.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ro.lua
%{_texmfdistdir}/tex/context/patterns/lang-ro.pat
%{_texmfdistdir}/tex/context/patterns/lang-ro.rme
%{_texmfdistdir}/tex/context/patterns/lang-ru.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ru.lua
%{_texmfdistdir}/tex/context/patterns/lang-ru.pat
%{_texmfdistdir}/tex/context/patterns/lang-ru.rme
%{_texmfdistdir}/tex/context/patterns/lang-sk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sk.lua
%{_texmfdistdir}/tex/context/patterns/lang-sk.pat
%{_texmfdistdir}/tex/context/patterns/lang-sk.rme
%{_texmfdistdir}/tex/context/patterns/lang-sl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sl.lua
%{_texmfdistdir}/tex/context/patterns/lang-sl.pat
%{_texmfdistdir}/tex/context/patterns/lang-sl.rme
%{_texmfdistdir}/tex/context/patterns/lang-sr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sr.lua
%{_texmfdistdir}/tex/context/patterns/lang-sr.pat
%{_texmfdistdir}/tex/context/patterns/lang-sr.rme
%{_texmfdistdir}/tex/context/patterns/lang-sv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sv.lua
%{_texmfdistdir}/tex/context/patterns/lang-sv.pat
%{_texmfdistdir}/tex/context/patterns/lang-sv.rme
%{_texmfdistdir}/tex/context/patterns/lang-th.hyp
%{_texmfdistdir}/tex/context/patterns/lang-th.lua
%{_texmfdistdir}/tex/context/patterns/lang-th.pat
%{_texmfdistdir}/tex/context/patterns/lang-th.rme
%{_texmfdistdir}/tex/context/patterns/lang-tk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tk.lua
%{_texmfdistdir}/tex/context/patterns/lang-tk.pat
%{_texmfdistdir}/tex/context/patterns/lang-tk.rme
%{_texmfdistdir}/tex/context/patterns/lang-tr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tr.lua
%{_texmfdistdir}/tex/context/patterns/lang-tr.pat
%{_texmfdistdir}/tex/context/patterns/lang-tr.rme
%{_texmfdistdir}/tex/context/patterns/lang-uk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-uk.lua
%{_texmfdistdir}/tex/context/patterns/lang-uk.pat
%{_texmfdistdir}/tex/context/patterns/lang-uk.rme
%{_texmfdistdir}/tex/context/patterns/lang-us.hyp
%{_texmfdistdir}/tex/context/patterns/lang-us.lua
%{_texmfdistdir}/tex/context/patterns/lang-us.pat
%{_texmfdistdir}/tex/context/patterns/lang-us.rme
%{_texmfdistdir}/tex/context/patterns/lang-zh.hyp
%{_texmfdistdir}/tex/context/patterns/lang-zh.lua
%{_texmfdistdir}/tex/context/patterns/lang-zh.pat
%{_texmfdistdir}/tex/context/patterns/lang-zh.rme
%{_texmfdistdir}/tex/context/patterns/word-xx.lua
%{_texmfdistdir}/tex/context/sample/aesop-de.tex
%{_texmfdistdir}/tex/context/sample/bryson.tex
%{_texmfdistdir}/tex/context/sample/cervantes-es.tex
%{_texmfdistdir}/tex/context/sample/cow.pdf
%{_texmfdistdir}/tex/context/sample/d-res-01.xml
%{_texmfdistdir}/tex/context/sample/darwin.tex
%{_texmfdistdir}/tex/context/sample/davis.tex
%{_texmfdistdir}/tex/context/sample/dawkins.tex
%{_texmfdistdir}/tex/context/sample/demo-mps.tex
%{_texmfdistdir}/tex/context/sample/demo-tex.tex
%{_texmfdistdir}/tex/context/sample/demo-xml.tex
%{_texmfdistdir}/tex/context/sample/douglas.tex
%{_texmfdistdir}/tex/context/sample/hacker.jpg
%{_texmfdistdir}/tex/context/sample/hawking.tex
%{_texmfdistdir}/tex/context/sample/khatt-ar.tex
%{_texmfdistdir}/tex/context/sample/khatt-en.tex
%{_texmfdistdir}/tex/context/sample/knuth.tex
%{_texmfdistdir}/tex/context/sample/linden.tex
%{_texmfdistdir}/tex/context/sample/lorem.tex
%{_texmfdistdir}/tex/context/sample/materie.tex
%{_texmfdistdir}/tex/context/sample/mill.png
%{_texmfdistdir}/tex/context/sample/montgomery.tex
%{_texmfdistdir}/tex/context/sample/quevedo-es.tex
%{_texmfdistdir}/tex/context/sample/reich.tex
%{_texmfdistdir}/tex/context/sample/sample.tex
%{_texmfdistdir}/tex/context/sample/samples.bib
%{_texmfdistdir}/tex/context/sample/samples.tex
%{_texmfdistdir}/tex/context/sample/spider.eps
%{_texmfdistdir}/tex/context/sample/thuan.tex
%{_texmfdistdir}/tex/context/sample/tufte.tex
%{_texmfdistdir}/tex/context/sample/ward.tex
%{_texmfdistdir}/tex/context/sample/weisman.tex
%{_texmfdistdir}/tex/context/sample/zapf.tex
%{_texmfdistdir}/tex/context/test/context-test.tex
%{_texmfdistdir}/tex/context/test/pdf-a1a-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-a1b-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x-common.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2001.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2002.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4p.mkiv
%{_texmfdistdir}/tex/context/user/cont-sys.rme
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-gen.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-nod.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-cbk.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-def.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-demo-vf-1.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-enc.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-ext.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-inj.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-lua.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-merged.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-ota.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-otn.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-syn.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-tfm.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-plain.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-test.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-de.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-en.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-nl.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/ppchtex.noc
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-de.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-en.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-nl.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-pictex.sty
%{_texmfdistdir}/fonts/map/pdftex/context/fourier.map
%files -n texlive-context-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-context
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-context.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-context/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-context/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-context/fonts.scale
%{_datadir}/fonts/texlive-context/contnav.pfb
/var/adm/update-scripts/texlive-context-%{texlive_version}.%{texlive_noarch}.svn37464-%{release}-zypper
%package -n texlive-context-account
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: A simple accounting package
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-account-doc >= %{texlive_version}
Provides: tex(t-account.tex)
Provides: tex(t-floatnumber.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source177: context-account.tar.xz
Source178: context-account.doc.tar.xz
%description -n texlive-context-account
The package deals with "accounts" of its own specification.
date: 2015-02-01 15:49:46 +0000
%package -n texlive-context-account-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-account
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-account-doc
This package includes the documentation for texlive-context-account
%post -n texlive-context-account
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-account
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-context-account
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-context-account-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/account/README
%{_texmfdistdir}/doc/context/third/account/account-doc.pdf
%files -n texlive-context-account
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-account.xml
%{_texmfdistdir}/tex/context/third/account/t-account.mkii
%{_texmfdistdir}/tex/context/third/account/t-account.mkiv
%{_texmfdistdir}/tex/context/third/account/t-account.tex
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkii
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkiv
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.tex
/var/adm/update-scripts/texlive-context-account-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-algorithmic
Version: %{texlive_version}.%{texlive_noarch}.svn31026
Release: 0
Summary: Algorithm handling in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{texlive_version}
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 20150521
Source179: context-algorithmic.tar.xz
%description -n texlive-context-algorithmic
Support for typesetting algorithms (a port of the LaTeX package
algorithmic, which was a predecessor of algorithmicx).
date: 2015-02-01 16:06:53 +0000
%post -n texlive-context-algorithmic
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-algorithmic
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-context-algorithmic
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-context-algorithmic
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/algorithmic/t-algorithmic.mkii
%{_texmfdistdir}/tex/context/third/algorithmic/t-algorithmic.mkiv
/var/adm/update-scripts/texlive-context-algorithmic-%{texlive_version}.%{texlive_noarch}.svn31026-%{release}-zypper
%package -n texlive-context-animation
Version: %{texlive_version}.%{texlive_noarch}.svn36188
Release: 0
Summary: Generate fieldstack based animation with ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-animation-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source180: context-animation.tar.xz
Source181: context-animation.doc.tar.xz
%description -n texlive-context-animation
The package is a port, to Context (mkvi), of the corresponding
LaTeX package.
date: 2015-03-30 20:55:45 +0000
%package -n texlive-context-animation-doc
Version: %{texlive_version}.%{texlive_noarch}.svn36188
Release: 0
Summary: Documentation for texlive-context-animation
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-animation-doc
This package includes the documentation for texlive-context-animation
%post -n texlive-context-animation
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-animation
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-context-animation
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-context-animation-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/animation/README
%files -n texlive-context-animation
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-animation.xml
%{_texmfdistdir}/tex/context/third/animation/t-animation.mkvi
/var/adm/update-scripts/texlive-context-animation-%{texlive_version}.%{texlive_noarch}.svn36188-%{release}-zypper
%package -n texlive-context-annotation
Version: %{texlive_version}.%{texlive_noarch}.svn36188
Release: 0
Summary: Package context-annotation
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-annotation-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source182: context-annotation.tar.xz
Source183: context-annotation.doc.tar.xz
%description -n texlive-context-annotation
The context-annotation package
%package -n texlive-context-annotation-doc
Version: %{texlive_version}.%{texlive_noarch}.svn36188
Release: 0
Summary: Documentation for texlive-context-annotation
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-annotation-doc
This package includes the documentation for texlive-context-annotation
%post -n texlive-context-annotation
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-annotation
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-context-annotation
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-context-annotation-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/annotation/README
%{_texmfdistdir}/doc/context/third/annotation/annotation-doc.pdf
%files -n texlive-context-annotation
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-annotation.xml
%{_texmfdistdir}/tex/context/third/annotation/t-annotation.lua
%{_texmfdistdir}/tex/context/third/annotation/t-annotation.mkvi
/var/adm/update-scripts/texlive-context-annotation-%{texlive_version}.%{texlive_noarch}.svn36188-%{release}-zypper
%package -n texlive-context-bnf
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: A BNF module for Context
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-bnf-doc >= %{texlive_version}
Provides: tex(t-bnf.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source184: context-bnf.tar.xz
Source185: context-bnf.doc.tar.xz
%description -n texlive-context-bnf
The module provides a simple way to write good-looking BNF-
style grammars in ConTeXt. Grammars are written using the BNF
syntax right in your ConTeXt documents, so there is a clear
separation between content and layout. This allows the user to
decide exactly how the grammar is to be displayed, while also
allowing the gist of the grammar to be understood from simply
looking at the source ConTeXt document.
date: 2015-02-02 22:19:11 +0000
%package -n texlive-context-bnf-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-bnf
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-bnf-doc
This package includes the documentation for texlive-context-bnf
%post -n texlive-context-bnf
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-bnf
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-context-bnf
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-context-bnf-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/bnf/NEWS
%{_texmfdistdir}/doc/context/third/bnf/README
%{_texmfdistdir}/doc/context/third/bnf/t-bnf.pdf
%files -n texlive-context-bnf
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/bnf/t-bnf.tex
/var/adm/update-scripts/texlive-context-bnf-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-chromato
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: ConTeXt macros for chromatograms
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-chromato-doc >= %{texlive_version}
Provides: tex(t-chromato.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source186: context-chromato.tar.xz
Source187: context-chromato.doc.tar.xz
%description -n texlive-context-chromato
The module provides macros for drawing chromatograms.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-chromato-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-chromato
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-chromato-doc
This package includes the documentation for texlive-context-chromato
%post -n texlive-context-chromato
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-chromato
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-context-chromato
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-context-chromato-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/chromato/chromato-demo.pdf
%{_texmfdistdir}/doc/context/third/chromato/chromato-doc.pdf
%files -n texlive-context-chromato
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/chromato/t-chromato.tex
/var/adm/update-scripts/texlive-context-chromato-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-construction-plan
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Construction plans in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-construction-plan-doc >= %{texlive_version}
Provides: tex(t-construction-plan.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source188: context-construction-plan.tar.xz
Source189: context-construction-plan.doc.tar.xz
%description -n texlive-context-construction-plan
Generate a page with a figure at a well-defined scale.
date: 2015-02-02 22:35:44 +0000
%package -n texlive-context-construction-plan-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-construction-plan
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-construction-plan-doc
This package includes the documentation for texlive-context-construction-plan
%post -n texlive-context-construction-plan
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-construction-plan
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-context-construction-plan
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-context-construction-plan-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-demo.pdf
%{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-doc.pdf
%files -n texlive-context-construction-plan
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/construction-plan/t-construction-plan.tex
/var/adm/update-scripts/texlive-context-construction-plan-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-cyrillicnumbers
Version: %{texlive_version}.%{texlive_noarch}.svn29905
Release: 0
Summary: Write numbers as cyrillic glyphs
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-cyrillicnumbers-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source190: context-cyrillicnumbers.tar.xz
Source191: context-cyrillicnumbers.doc.tar.xz
%description -n texlive-context-cyrillicnumbers
The package extends Context's system of number conversion, by
adding numeration using cyrillic letters.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-cyrillicnumbers-doc
Version: %{texlive_version}.%{texlive_noarch}.svn29905
Release: 0
Summary: Documentation for texlive-context-cyrillicnumbers
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-cyrillicnumbers-doc
This package includes the documentation for texlive-context-cyrillicnumbers
%post -n texlive-context-cyrillicnumbers
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-cyrillicnumbers
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-context-cyrillicnumbers
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-context-cyrillicnumbers-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/cyrillicnumbers/COPYING
%{_texmfdistdir}/doc/context/third/cyrillicnumbers/README.rst
%{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.pdf
%{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex
%files -n texlive-context-cyrillicnumbers
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-cyrillicnumbers.xml
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkii
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkvi
/var/adm/update-scripts/texlive-context-cyrillicnumbers-%{texlive_version}.%{texlive_noarch}.svn29905-%{release}-zypper
%package -n texlive-context-degrade
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Degrading JPEG images in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-degrade-doc >= %{texlive_version}
Provides: tex(t-degrade.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source192: context-degrade.tar.xz
Source193: context-degrade.doc.tar.xz
%description -n texlive-context-degrade
The context-degrade package
date: 2012-07-23 19:08:55 +0000
%package -n texlive-context-degrade-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-degrade
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-degrade-doc
This package includes the documentation for texlive-context-degrade
%post -n texlive-context-degrade
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-degrade
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-context-degrade
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-context-degrade-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/degrade/degrade-demo.pdf
%{_texmfdistdir}/doc/context/third/degrade/degrade-doc.pdf
%files -n texlive-context-degrade
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/degrade/t-degrade.tex
/var/adm/update-scripts/texlive-context-degrade-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-fancybreak
Version: %{texlive_version}.%{texlive_noarch}.svn36948
Release: 0
Summary: Overfull pages with ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-fancybreak-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source194: context-fancybreak.tar.xz
Source195: context-fancybreak.doc.tar.xz
%description -n texlive-context-fancybreak
The (ConTeXt) module allows insertion of thought breaks in
texts. With parameters one can adjust the spacing around the
content and set a default symbol.
date: 2015-04-19 07:17:11 +0000
%package -n texlive-context-fancybreak-doc
Version: %{texlive_version}.%{texlive_noarch}.svn36948
Release: 0
Summary: Documentation for texlive-context-fancybreak
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-fancybreak-doc
This package includes the documentation for texlive-context-fancybreak
%post -n texlive-context-fancybreak
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-fancybreak
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-context-fancybreak
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-context-fancybreak-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/fancybreak/README
%{_texmfdistdir}/doc/context/third/fancybreak/fancybreak-doc.pdf
%files -n texlive-context-fancybreak
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-fancybreak.xml
%{_texmfdistdir}/tex/context/third/fancybreak/t-fancybreak.mkii
%{_texmfdistdir}/tex/context/third/fancybreak/t-fancybreak.mkvi
/var/adm/update-scripts/texlive-context-fancybreak-%{texlive_version}.%{texlive_noarch}.svn36948-%{release}-zypper
%package -n texlive-context-filter
Version: %{texlive_version}.%{texlive_noarch}.svn36285
Release: 0
Summary: Run external programs on the contents of a start-stop environment
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-filter-doc >= %{texlive_version}
Provides: tex(t-module-catcodes.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source196: context-filter.tar.xz
Source197: context-filter.doc.tar.xz
%description -n texlive-context-filter
The filter module provides a simple interface to run external
programs on the contents of a start-stop environment. Options
are available to run the external program only if the content
of the environment has changed, to specify how the program
output should be read back, and to choose the name of the
temporary files that are created. The module is compatible with
both MkII and MkIV.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-filter-doc
Version: %{texlive_version}.%{texlive_noarch}.svn36285
Release: 0
Summary: Documentation for texlive-context-filter
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-filter-doc
This package includes the documentation for texlive-context-filter
%post -n texlive-context-filter
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-filter
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-context-filter
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-context-filter-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/filter/filter.txt
%files -n texlive-context-filter
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkii
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkiv
%{_texmfdistdir}/tex/context/third/filter/t-module-catcodes.tex
/var/adm/update-scripts/texlive-context-filter-%{texlive_version}.%{texlive_noarch}.svn36285-%{release}-zypper
%package -n texlive-context-fixme
Version: %{texlive_version}.%{texlive_noarch}.svn29341
Release: 0
Summary: Make editorial marks on a document
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{texlive_version}
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 20150521
Source198: context-fixme.tar.xz
%description -n texlive-context-fixme
The module will create a variety of marks, and produce
summaries by mark type.
date: 2014-02-26 22:03:13 +0000
%post -n texlive-context-fixme
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-fixme
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-context-fixme
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-context-fixme
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/fixme/t-fixme.mkii
%{_texmfdistdir}/tex/context/third/fixme/t-fixme.mkiv
/var/adm/update-scripts/texlive-context-fixme-%{texlive_version}.%{texlive_noarch}.svn29341-%{release}-zypper
%package -n texlive-context-french
Version: %{texlive_version}.%{texlive_noarch}.svn24582
Release: 0
Summary: Support for writing French in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-french-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source199: context-french.tar.xz
Source200: context-french.doc.tar.xz
%description -n texlive-context-french
Deals with spacing around French punctuation; the package is
distributed for ConTeXt Mark iv only.
date: 2012-07-23 19:08:55 +0000
%package -n texlive-context-french-doc
Version: %{texlive_version}.%{texlive_noarch}.svn24582
Release: 0
Summary: Documentation for texlive-context-french
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-french-doc
This package includes the documentation for texlive-context-french
%post -n texlive-context-french
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-french
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-context-french
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-context-french-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/french/french-demo.pdf
%{_texmfdistdir}/doc/context/third/french/french-doc.pdf
%files -n texlive-context-french
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/french/t-french.mkiv
/var/adm/update-scripts/texlive-context-french-%{texlive_version}.%{texlive_noarch}.svn24582-%{release}-zypper
%package -n texlive-context-fullpage
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Overfull pages with ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-fullpage-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source201: context-fullpage.tar.xz
Source202: context-fullpage.doc.tar.xz
%description -n texlive-context-fullpage
The (ConTeXt) module copies the functionality of the fullpage,
and adds a styling parameter, given in the \usemodule command
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-fullpage-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-fullpage
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-fullpage-doc
This package includes the documentation for texlive-context-fullpage
%post -n texlive-context-fullpage
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-fullpage
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-context-fullpage
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-context-fullpage-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/fullpage/README
%{_texmfdistdir}/doc/context/third/fullpage/fullpage-doc.pdf
%files -n texlive-context-fullpage
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-fullpage.xml
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkii
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkiv
/var/adm/update-scripts/texlive-context-fullpage-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-games
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Package context-games
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{texlive_version}
Requires: texlive-skaknew >= %{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-context-games-doc >= %{texlive_version}
Provides: tex(games-go.tex)
Provides: tex(games-hex.tex)
Provides: tex(t-games.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source203: context-games.tar.xz
Source204: context-games.doc.tar.xz
%description -n texlive-context-games
The context-games package
%package -n texlive-context-games-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-games
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-games-doc
This package includes the documentation for texlive-context-games
%post -n texlive-context-games
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-games
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-context-games
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-context-games-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/games/README
%{_texmfdistdir}/doc/context/third/games/games-doc.pdf
%files -n texlive-context-games
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/games/games-go.lua
%{_texmfdistdir}/tex/context/third/games/games-go.tex
%{_texmfdistdir}/tex/context/third/games/games-hex.lua
%{_texmfdistdir}/tex/context/third/games/games-hex.tex
%{_texmfdistdir}/tex/context/third/games/holz280.jpg
%{_texmfdistdir}/tex/context/third/games/t-games.tex
/var/adm/update-scripts/texlive-context-games-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-gantt
Version: %{texlive_version}.%{texlive_noarch}.svn27472
Release: 0
Summary: GANTT module for ConTeXt
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{texlive_version}
Requires: texlive-hatching >= %{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-context-gantt-doc >= %{texlive_version}
Provides: tex(gantt-s-mp.tex)
Provides: tex(gantt-s-tikz.tex)
Provides: tex(t-gantt.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source205: context-gantt.tar.xz
Source206: context-gantt.doc.tar.xz
%description -n texlive-context-gantt
Gantt is a module for drawing Gantt charts via metapost or
pgf/tikz.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-gantt-doc
Version: %{texlive_version}.%{texlive_noarch}.svn27472
Release: 0
Summary: Documentation for texlive-context-gantt
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-gantt-doc
This package includes the documentation for texlive-context-gantt
%post -n texlive-context-gantt
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-gantt
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-context-gantt
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-context-gantt-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/gantt/README
%{_texmfdistdir}/doc/context/third/gantt/examples/gantt-1.tex
%{_texmfdistdir}/doc/context/third/gantt/examples/gantt-2.tex
%{_texmfdistdir}/doc/context/third/gantt/examples/gantt-3.tex
%{_texmfdistdir}/doc/context/third/gantt/examples/gantt-4.tex
%{_texmfdistdir}/doc/context/third/gantt/examples/gantt-5.tex
%{_texmfdistdir}/doc/context/third/gantt/gantt.txt
%files -n texlive-context-gantt
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-mp.tex
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-tikz.tex
%{_texmfdistdir}/tex/context/third/gantt/t-gantt.tex
/var/adm/update-scripts/texlive-context-gantt-%{texlive_version}.%{texlive_noarch}.svn27472-%{release}-zypper
%package -n texlive-context-gnuplot
Version: %{texlive_version}.%{texlive_noarch}.svn30380
Release: 0
Summary: Inclusion of Gnuplot graphs in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-gnuplot-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source207: context-gnuplot.tar.xz
Source208: context-gnuplot.doc.tar.xz
%description -n texlive-context-gnuplot
Enables simple creation and inclusion of graphs with Gnuplot.
The package writes a script into temporary file, runs Gnuplot
and includes the resulting graphic directly into the document.
See the ConTeXt Garden package page for further details.
date: 2014-04-27 11:42:31 +0000
%package -n texlive-context-gnuplot-doc
Version: %{texlive_version}.%{texlive_noarch}.svn30380
Release: 0
Summary: Documentation for texlive-context-gnuplot
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-gnuplot-doc
This package includes the documentation for texlive-context-gnuplot
%post -n texlive-context-gnuplot
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-gnuplot
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-context-gnuplot
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-context-gnuplot-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/gnuplot/example.plt
%{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.pdf
%{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.tex
%{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.pdf
%{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.tex
%files -n texlive-context-gnuplot
%defattr(-,root,root,755)
%{_texmfdistdir}/metapost/context/third/gnuplot/mp-gnuplot.mp
%{_texmfdistdir}/tex/context/third/gnuplot/t-gnuplot.mkii
%{_texmfdistdir}/tex/context/third/gnuplot/t-gnuplot.mkiv
/var/adm/update-scripts/texlive-context-gnuplot-%{texlive_version}.%{texlive_noarch}.svn30380-%{release}-zypper
%package -n texlive-context-letter
Version: %{texlive_version}.%{texlive_noarch}.svn35567
Release: 0
Summary: Context package for writing letters
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-letter-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source209: context-letter.tar.xz
Source210: context-letter.doc.tar.xz
%description -n texlive-context-letter
A means of writing 'vanilla' letters and memos is provided,
with support covering Context Mkii and Mkiv. The design of
letters may be amended by a wide range of style specifications.
date: 2014-11-01 09:53:28 +0000
%package -n texlive-context-letter-doc
Version: %{texlive_version}.%{texlive_noarch}.svn35567
Release: 0
Summary: Documentation for texlive-context-letter
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-letter-doc
This package includes the documentation for texlive-context-letter
%post -n texlive-context-letter
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-letter
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-context-letter
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-context-letter-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/letter/README
%files -n texlive-context-letter
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-letter.xml
%{_texmfdistdir}/tex/context/interface/third/t-memo.xml
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.lua
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-03.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-06.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkiv
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual-blue.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual-green.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual-grey.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual-orange.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual-red.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-casual.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic-blue.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic-green.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic-grey.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic-orange.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic-red.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-classic.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/resume-imp-default.mkiv
/var/adm/update-scripts/texlive-context-letter-%{texlive_version}.%{texlive_noarch}.svn35567-%{release}-zypper
%package -n texlive-context-lettrine
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: A ConTeXt implementation of lettrines
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-lettrine-doc >= %{texlive_version}
Provides: tex(t-lettrine.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source211: context-lettrine.tar.xz
Source212: context-lettrine.doc.tar.xz
%description -n texlive-context-lettrine
This is a re-implementation of the LaTeX package lettrine.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-lettrine-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-lettrine
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-lettrine-doc
This package includes the documentation for texlive-context-lettrine
%post -n texlive-context-lettrine
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-lettrine
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-context-lettrine
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-context-lettrine-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/lettrine/W.pdf
%{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.pdf
%{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.tex
%files -n texlive-context-lettrine
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/lettrine.xml
%{_texmfdistdir}/tex/context/third/lettrine/t-lettrine.tex
/var/adm/update-scripts/texlive-context-lettrine-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-lilypond
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Lilypond code in ConTeXt
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-lilypond-doc >= %{texlive_version}
Provides: tex(t-lilypond.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source213: context-lilypond.tar.xz
Source214: context-lilypond.doc.tar.xz
%description -n texlive-context-lilypond
Includes lilypond music definitions direct in a ConTeXt
document.
date: 2012-06-18 18:00:19 +0000
%package -n texlive-context-lilypond-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-lilypond
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-lilypond-doc
This package includes the documentation for texlive-context-lilypond
%post -n texlive-context-lilypond
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-lilypond
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-context-lilypond
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-context-lilypond-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/lilypond/demo.pdf
%{_texmfdistdir}/doc/context/third/lilypond/t-lilypond.pdf
%files -n texlive-context-lilypond
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/lilypond/t-lilypond.tex
/var/adm/update-scripts/texlive-context-lilypond-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-mathsets
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Set notation in ConTeXt
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-mathsets-doc >= %{texlive_version}
Provides: tex(t-mathsets.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source215: context-mathsets.tar.xz
Source216: context-mathsets.doc.tar.xz
%description -n texlive-context-mathsets
Typeset good-looking set notation (e.g., {x|x \in Y}), as well
as similar things such as Dirac bra-ket notation, conditional
probabilities, etc. The package is at least inspired by braket.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-mathsets-doc
Version: %{texlive_version}.%{texlive_noarch}.svn23167
Release: 0
Summary: Documentation for texlive-context-mathsets
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-mathsets-doc
This package includes the documentation for texlive-context-mathsets
%post -n texlive-context-mathsets
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-mathsets
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-context-mathsets
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-context-mathsets-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/mathsets/mathsets-doc.pdf
%files -n texlive-context-mathsets
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/interface/third/t-mathsets.xml
%{_texmfdistdir}/tex/context/third/mathsets/t-mathsets.tex
/var/adm/update-scripts/texlive-context-mathsets-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
%package -n texlive-context-notes-zh-cn
Version: %{texlive_version}.%{texlive_noarch}.svn23171
Release: 0
Summary: Notes on using ConTeXt MkIV
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{texlive_version}
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 20150521
Source217: context-notes-zh-cn.doc.tar.xz
%description -n texlive-context-notes-zh-cn
An introductory tutorial on ConTeXt, in Chinese. The document
covers ConTeXt installation, fonts, layout design, cross-
reference, project structure, metafun and presentation design.
date: 2014-02-26 22:03:13 +0000
%post -n texlive-context-notes-zh-cn
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-notes-zh-cn
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-context-notes-zh-cn
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-context-notes-zh-cn
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/README
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/ctxnotes.pdf
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/Makefile
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/basis.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibl-lyr.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibliography.bib
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/doc-env.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/header.png
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/fonts.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/layout.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/metafun.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/project.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/references.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-layout.tex
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.lua
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.mkiv
%{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhspuncs.lua
/var/adm/update-scripts/texlive-context-notes-zh-cn-%{texlive_version}.%{texlive_noarch}.svn23171-%{release}-zypper
%package -n texlive-context-rst
Version: %{texlive_version}.%{texlive_noarch}.0.0.6csvn33092
Release: 0
Summary: Process reStructuredText with ConTeXt
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-rst-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source218: context-rst.tar.xz
Source219: context-rst.doc.tar.xz
%description -n texlive-context-rst
The package provides a converter and module for typesetting
reStructuredText with ConTeXt. The module uses several lua
scripts in doing its work. Documentation is supplied in rst,
which seems to be readable as text, but...
date: 2014-03-03 07:58:55 +0000
%package -n texlive-context-rst-doc
Version: %{texlive_version}.%{texlive_noarch}.0.0.6csvn33092
Release: 0
Summary: Documentation for texlive-context-rst
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-rst-doc
This package includes the documentation for texlive-context-rst
%post -n texlive-context-rst
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-rst
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-context-rst
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-context-rst-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/rst/OMakefile
%{_texmfdistdir}/doc/context/third/rst/OMakefile.omc
%{_texmfdistdir}/doc/context/third/rst/documentation.rst
%{_texmfdistdir}/doc/context/third/rst/hybridtest.tex
%{_texmfdistdir}/doc/context/third/rst/inc-first.rst
%{_texmfdistdir}/doc/context/third/rst/inc-second.rst
%{_texmfdistdir}/doc/context/third/rst/inc-third.rst
%{_texmfdistdir}/doc/context/third/rst/inc.tex
%{_texmfdistdir}/doc/context/third/rst/manual.bib
%{_texmfdistdir}/doc/context/third/rst/manual.pdf
%{_texmfdistdir}/doc/context/third/rst/manual.tex
%{_texmfdistdir}/doc/context/third/rst/moduletest.tex
%files -n texlive-context-rst
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/context/lua/third/rst/mtx-t-rst.lua
%{_texmfdistdir}/tex/context/interface/third/t-rst.xml
%{_texmfdistdir}/tex/context/third/rst/rst_context.lua
%{_texmfdistdir}/tex/context/third/rst/rst_directives.lua
%{_texmfdistdir}/tex/context/third/rst/rst_helpers.lua
%{_texmfdistdir}/tex/context/third/rst/rst_parser.lua
%{_texmfdistdir}/tex/context/third/rst/rst_setups.lua
%{_texmfdistdir}/tex/context/third/rst/t-rst.mkiv
/var/adm/update-scripts/texlive-context-rst-%{texlive_version}.%{texlive_noarch}.0.0.6csvn33092-%{release}-zypper
%package -n texlive-context-ruby
Version: %{texlive_version}.%{texlive_noarch}.svn28434
Release: 0
Summary: Ruby annotations in ConTeXt
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-context >= %{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-context-ruby-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20150521
Source220: context-ruby.tar.xz
Source221: context-ruby.doc.tar.xz
%description -n texlive-context-ruby
Ruby markup (aka furigana in Japan) are inline annotations
above or below a word to indicate the reading of ideographic
characters. The module implements the W3C specification for
simple ruby in ConTeXt. The position and layout of the base
text and the ruby text can becontrolled by parameters.
date: 2014-02-26 22:03:13 +0000
%package -n texlive-context-ruby-doc
Version: %{texlive_version}.%{texlive_noarch}.svn28434
Release: 0
Summary: Documentation for texlive-context-ruby
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
%description -n texlive-context-ruby-doc
This package includes the documentation for texlive-context-ruby
%post -n texlive-context-ruby
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-context-ruby
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-context-ruby
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-context-ruby-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/context/third/ruby/README
%files -n texlive-context-ruby
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/context/third/ruby/t-ruby.mkii
%{_texmfdistdir}/tex/context/third/ruby/t-ruby.mkiv
%{_texmfdistdir}/tex/context/third/ruby/t-ruby.mkvi
/var/adm/update-scripts/texlive-context-ruby-%{texlive_version}.%{texlive_noarch}.svn28434-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-chickenize-%{texlive_version}.%{texlive_noarch}.0.0.2.1asvn31505-%{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-chkfloat-%{texlive_version}.%{texlive_noarch}.0.0.1svn27473-%{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-chktex-%{texlive_version}.%{texlive_noarch}.1.7.4svn37078-%{release}-zypper
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-chletter-%{texlive_version}.%{texlive_noarch}.2.0svn20060-%{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-chngcntr-%{texlive_version}.%{texlive_noarch}.1.0asvn17157-%{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-chronology-%{texlive_version}.%{texlive_noarch}.1.1.1svn37934-%{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-chronosys-%{texlive_version}.%{texlive_noarch}.1.2svn26700-%{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-chscite-%{texlive_version}.%{texlive_noarch}.2.9999svn28552-%{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-cinzel-%{texlive_version}.%{texlive_noarch}.svn34408-%{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
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cinzel
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/ndiscovered/cinzel/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/ndiscovered/cinzel/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cinzel
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cinzel/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cinzel/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cinzel/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cinzel/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cinzel.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cinzel -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cinzel/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-circ-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-circuitikz-%{texlive_version}.%{texlive_noarch}.0.0.4svn37410-%{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-cite-%{texlive_version}.%{texlive_noarch}.5.5svn36428-%{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-citeall-%{texlive_version}.%{texlive_noarch}.1.2svn37103-%{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-cjhebrew-%{texlive_version}.%{texlive_noarch}.0.0.1asvn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cjhebrew
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/cjhebrew/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cjhebrew
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cjhebrew/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cjhebrew/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cjhebrew/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cjhebrew/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cjhebrew.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cjhebrew -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cjhebrew/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cjk-%{texlive_version}.%{texlive_noarch}.4.8.4svn36951-%{release}-zypper
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Correct wrong perl scripts if any
for scr in %{_texmfdistdir}/doc/latex/cjk/texlive/bin-cjkutils.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/c90.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/cjk-build.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/cjk.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/dnp.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/garuda-c90.pl \
%{_texmfdistdir}/doc/latex/cjk/texlive/norasi-c90.pl
do
test -e %{buildroot}/$scr || continue
ed %{buildroot}/${scr} <<-'EOF'
1
i
#! /usr/bin/perl
.
w
q
EOF
done
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl \
%{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/updmap.my
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cjk-gs-integrate-%{texlive_version}.%{texlive_noarch}.20150506.1svn37266-%{release}-zypper
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive
# Add shebang e.g. correct perl wrapper scripts if any
for scr in %{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tools/release.sh
do
test -e %{buildroot}/$scr || continue
ed %{buildroot}/${scr} <<-'EOF'
1
i
#! /bin/sh
.
w
q
EOF
done
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tests/test-runner.sh \
%{_texmfdistdir}/doc/fonts/cjk-gs-integrate/tools/mkgsfntspecs.sh
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cjk-ko-%{texlive_version}.%{texlive_noarch}.1.7svn37899-%{release}-zypper
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cjkpunct-%{texlive_version}.%{texlive_noarch}.4.8.1_2svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cjkutils-%{texlive_version}.%{texlive_noarch}.svn37693-%{release}-zypper
tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-classics-%{texlive_version}.%{texlive_noarch}.0.0.1svn29018-%{release}-zypper
tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-classicthesis-%{texlive_version}.%{texlive_noarch}.4.1svn27416-%{release}-zypper
tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-classpack-%{texlive_version}.%{texlive_noarch}.0.0.77svn33101-%{release}-zypper
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-clearsans-%{texlive_version}.%{texlive_noarch}.svn34405-%{release}-zypper
tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-clearsans
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/intel/clearsans/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/intel/clearsans/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-clearsans
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-clearsans/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-clearsans/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-clearsans/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-clearsans/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-clearsans.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-clearsans -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-clearsans/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-clefval-%{texlive_version}.%{texlive_noarch}.0svn16549-%{release}-zypper
tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cleveref-%{texlive_version}.%{texlive_noarch}.0.0.19svn32513-%{release}-zypper
tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-clipboard-%{texlive_version}.%{texlive_noarch}.0.0.2svn28876-%{release}-zypper
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-clock-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cloze-%{texlive_version}.%{texlive_noarch}.1.0svn37811-%{release}-zypper
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Correct wrong luaTeX scripts if any
for scr in %{_texmfdistdir}/scripts/cloze/cloze.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-clrscode-%{texlive_version}.%{texlive_noarch}.1.7svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:58} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-clrscode3e-%{texlive_version}.%{texlive_noarch}.svn34887-%{release}-zypper
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cm-%{texlive_version}.%{texlive_noarch}.svn32865-%{release}-zypper
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cm-lgc-%{texlive_version}.%{texlive_noarch}.0.0.5svn28250-%{release}-zypper
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cm-lgc
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/cm-lgc/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cm-lgc
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cm-lgc/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cm-lgc/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-lgc/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-lgc/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cm-lgc.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cm-lgc -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cm-lgc/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cm-super-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cm-super
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/cm-super/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cm-super
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cm-super/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cm-super/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-super/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-super/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cm-super.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cm-super -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cm-super/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cm-unicode-%{texlive_version}.%{texlive_noarch}.0.0.7.0svn19445-%{release}-zypper
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cm-unicode
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/cm-unicode/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/cm-unicode/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cm-unicode
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cm-unicode/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cm-unicode/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-unicode/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cm-unicode/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cm-unicode.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cm-unicode -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cm-unicode/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmap-%{texlive_version}.%{texlive_noarch}.1.0hsvn31477-%{release}-zypper
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmarrows-%{texlive_version}.%{texlive_noarch}.v0.9svn24378-%{release}-zypper
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmbright-%{texlive_version}.%{texlive_noarch}.8.1svn21107-%{release}-zypper
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmcyr-%{texlive_version}.%{texlive_noarch}.svn16696-%{release}-zypper
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/doc/fonts/cmcyr/coding.bak
rm -vf %{buildroot}%{_texmfdistdir}/doc/fonts/cmcyr/merge.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cmcyr
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/cmcyr/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cmcyr
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cmcyr/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cmcyr/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cmcyr/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cmcyr/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cmcyr.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cmcyr -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cmcyr/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmdstring-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{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-cmdtrack-%{texlive_version}.%{texlive_noarch}.svn28910-%{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-cmextra-%{texlive_version}.%{texlive_noarch}.svn32831-%{release}-zypper
tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmll-%{texlive_version}.%{texlive_noarch}.svn17964-%{release}-zypper
tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-cmll
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/cmll/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-cmll
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-cmll/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-cmll/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-cmll/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-cmll/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-cmll.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-cmll -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-cmll/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmpica-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmpj-%{texlive_version}.%{texlive_noarch}.2.05svn33275-%{release}-zypper
tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmsd-%{texlive_version}.%{texlive_noarch}.svn18787-%{release}-zypper
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cmtiup-%{texlive_version}.%{texlive_noarch}.1.3asvn20512-%{release}-zypper
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cnbwp-%{texlive_version}.%{texlive_noarch}.svn32550-%{release}-zypper
tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cnltx-%{texlive_version}.%{texlive_noarch}.0.0.12svn36025-%{release}-zypper
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cns-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-cntformats-%{texlive_version}.%{texlive_noarch}.0.0.7svn34668-%{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-cntperchap-%{texlive_version}.%{texlive_noarch}.0.0.3svn37572-%{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-codedoc-%{texlive_version}.%{texlive_noarch}.0.0.3svn17630-%{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-codepage-%{texlive_version}.%{texlive_noarch}.svn21126-%{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-codesection-%{texlive_version}.%{texlive_noarch}.0.0.1svn34481-%{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-codicefiscaleitaliano-%{texlive_version}.%{texlive_noarch}.1.2svn29803-%{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-collcell-%{texlive_version}.%{texlive_noarch}.0.0.5svn21539-%{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-collectbox-%{texlive_version}.%{texlive_noarch}.0.0.4bsvn26557-%{release}-zypper
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-collref-%{texlive_version}.%{texlive_noarch}.2.0bsvn35084-%{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-colordoc-%{texlive_version}.%{texlive_noarch}.svn18270-%{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-colorinfo-%{texlive_version}.%{texlive_noarch}.0.0.3csvn15878-%{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-colorsep-%{texlive_version}.%{texlive_noarch}.svn13293-%{release}-zypper
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colorspace-%{texlive_version}.%{texlive_noarch}.1.1.0svn37573-%{release}-zypper
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colortab-%{texlive_version}.%{texlive_noarch}.1.0svn22155-%{release}-zypper
tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colortbl-%{texlive_version}.%{texlive_noarch}.v1.0asvn29803-%{release}-zypper
tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colorwav-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colorweb-%{texlive_version}.%{texlive_noarch}.1.3svn31490-%{release}-zypper
tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-colourchange-%{texlive_version}.%{texlive_noarch}.1.22svn21741-%{release}-zypper
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-combelow-%{texlive_version}.%{texlive_noarch}.0.0.99fsvn18462-%{release}-zypper
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-combine-%{texlive_version}.%{texlive_noarch}.0.0.7asvn19361-%{release}-zypper
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-combinedgraphics-%{texlive_version}.%{texlive_noarch}.0.0.2.2svn27198-%{release}-zypper
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-comfortaa-%{texlive_version}.%{texlive_noarch}.2.3svn27536-%{release}-zypper
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-comfortaa
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/comfortaa/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/comfortaa/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-comfortaa
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-comfortaa/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-comfortaa/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-comfortaa/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-comfortaa/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-comfortaa.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-comfortaa -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-comfortaa/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-comicneue-%{texlive_version}.%{texlive_noarch}.1.0svn37744-%{release}-zypper
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-comicneue
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/rozynski/comicneue/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/rozynski/comicneue/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-comicneue
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-comicneue/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-comicneue/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-comicneue/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-comicneue/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-comicneue.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-comicneue -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-comicneue/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-comma-%{texlive_version}.%{texlive_noarch}.1.2svn18259-%{release}-zypper
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-commado-%{texlive_version}.%{texlive_noarch}.0.0.11svn28419-%{release}-zypper
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-commath-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-comment-%{texlive_version}.%{texlive_noarch}.3.7svn32778-%{release}-zypper
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-compactbib-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
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-complexity-%{texlive_version}.%{texlive_noarch}.0.0.76svn15878-%{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-components-of-TeX-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-comprehensive-%{texlive_version}.%{texlive_noarch}.11.0svn25501-%{release}-zypper
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/latex/comprehensive/source/makefakeMnSymbol
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-computational-complexity-%{texlive_version}.%{texlive_noarch}.v2.25csvn36899-%{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-concepts-%{texlive_version}.%{texlive_noarch}.0.0.0.5_r1svn29020-%{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-concmath-%{texlive_version}.%{texlive_noarch}.svn17219-%{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-concmath-fonts-%{texlive_version}.%{texlive_noarch}.svn17218-%{release}-zypper
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-concprog-%{texlive_version}.%{texlive_noarch}.svn18791-%{release}-zypper
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-concrete-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-confproc-%{texlive_version}.%{texlive_noarch}.0.0.8svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/doc/latex/confproc/buildcls.sh \
%{_texmfdistdir}/doc/latex/confproc/buildcppdfpapers.sh \
%{_texmfdistdir}/doc/latex/confproc/buildpapers.sh \
%{_texmfdistdir}/doc/latex/confproc/buildproc.sh \
%{_texmfdistdir}/doc/latex/confproc/buildprocelpb.sh \
%{_texmfdistdir}/doc/latex/confproc/cleancls.sh \
%{_texmfdistdir}/doc/latex/confproc/countnbpages.sh \
%{_texmfdistdir}/doc/latex/confproc/example/buildcppdfpapers.sh \
%{_texmfdistdir}/doc/latex/confproc/example/buildpapers.sh \
%{_texmfdistdir}/doc/latex/confproc/example/buildproc.sh \
%{_texmfdistdir}/doc/latex/confproc/example/buildprocelpb.sh \
%{_texmfdistdir}/doc/latex/confproc/example/countnbpages.sh \
%{_texmfdistdir}/doc/latex/confproc/example/exportIndividualPDFs.sh \
%{_texmfdistdir}/doc/latex/confproc/example/generateswitch.pl \
%{_texmfdistdir}/doc/latex/confproc/example/papersinfo.sh \
%{_texmfdistdir}/doc/latex/confproc/example/paperssplitpreamble.sh \
%{_texmfdistdir}/doc/latex/confproc/example/removeLaTeXcmds.sh \
%{_texmfdistdir}/doc/latex/confproc/exportIndividualPDFs.sh \
%{_texmfdistdir}/doc/latex/confproc/generateswitch.pl \
%{_texmfdistdir}/doc/latex/confproc/papersinfo.sh \
%{_texmfdistdir}/doc/latex/confproc/paperssplitpreamble.sh \
%{_texmfdistdir}/doc/latex/confproc/prepareexample.sh \
%{_texmfdistdir}/doc/latex/confproc/removeLaTeXcmds.sh
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-constants-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-conteq-%{texlive_version}.%{texlive_noarch}.0.0.1.1svn37868-%{release}-zypper
tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-%{texlive_version}.%{texlive_noarch}.svn37464-%{release}-zypper
tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive
pushd %{buildroot}%{_datadir}/texlive/texmf-dist
patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:176}
popd
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/install/first-setup.bat
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/setup/setuptex.bat
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/context.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/contextjit.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/ctxtools.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/luatools.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/metatex.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/mptopdf.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/mtxrunjit.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/mtxworks.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/pstopdf.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/texexec.exe
rm -vf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/win64/texmfstart.exe
rm -vrf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/mswin
rm -vrf %{buildroot}%{_texmfdistdir}/scripts/context/stubs/source
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/scripts/context/ruby/ctxtools.rb \
%{_texmfdistdir}/scripts/context/ruby/imgtopdf.rb \
%{_texmfdistdir}/scripts/context/ruby/pdftools.rb \
%{_texmfdistdir}/scripts/context/ruby/pstopdf.rb \
%{_texmfdistdir}/scripts/context/ruby/rlxtools.rb \
%{_texmfdistdir}/scripts/context/ruby/texexec.rb \
%{_texmfdistdir}/scripts/context/ruby/textools.rb \
%{_texmfdistdir}/scripts/context/ruby/tmftools.rb \
%{_texmfdistdir}/scripts/context/ruby/xmltools.rb \
%{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.lua
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
# Strip executable bit from non-scripts
for txt in %{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.dll
do
test -e %{buildroot}/$txt || continue
chmod 0644 %{buildroot}/$txt
done
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-context
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/hoekwater/context/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-context
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-context/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-context/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-context/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-context/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-context.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-context -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-context/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-account-%{texlive_version}.%{texlive_noarch}.svn23167-%{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-context-algorithmic-%{texlive_version}.%{texlive_noarch}.svn31026-%{release}-zypper
tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-animation-%{texlive_version}.%{texlive_noarch}.svn36188-%{release}-zypper
tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-annotation-%{texlive_version}.%{texlive_noarch}.svn36188-%{release}-zypper
tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-bnf-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-chromato-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-construction-plan-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-cyrillicnumbers-%{texlive_version}.%{texlive_noarch}.svn29905-%{release}-zypper
tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-degrade-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-fancybreak-%{texlive_version}.%{texlive_noarch}.svn36948-%{release}-zypper
tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-filter-%{texlive_version}.%{texlive_noarch}.svn36285-%{release}-zypper
tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-fixme-%{texlive_version}.%{texlive_noarch}.svn29341-%{release}-zypper
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-context-french-%{texlive_version}.%{texlive_noarch}.svn24582-%{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-context-fullpage-%{texlive_version}.%{texlive_noarch}.svn23167-%{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-context-games-%{texlive_version}.%{texlive_noarch}.svn23167-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-gantt-%{texlive_version}.%{texlive_noarch}.svn27472-%{release}-zypper
tar --use-compress-program=xz -xf %{S:205} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:206} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-gnuplot-%{texlive_version}.%{texlive_noarch}.svn30380-%{release}-zypper
tar --use-compress-program=xz -xf %{S:207} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:208} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-letter-%{texlive_version}.%{texlive_noarch}.svn35567-%{release}-zypper
tar --use-compress-program=xz -xf %{S:209} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:210} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-lettrine-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:211} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:212} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-lilypond-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:213} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:214} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-mathsets-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper
tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:216} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-notes-zh-cn-%{texlive_version}.%{texlive_noarch}.svn23171-%{release}-zypper
tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-rst-%{texlive_version}.%{texlive_noarch}.0.0.6csvn33092-%{release}-zypper
tar --use-compress-program=xz -xf %{S:218} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Make possible scripts usable if any
for scr in %{_texmfdistdir}/scripts/context/lua/third/rst/mtx-t-rst.lua \
%{_texmfdistdir}/tex/context/third/rst/rst_context.lua \
%{_texmfdistdir}/tex/context/third/rst/rst_directives.lua \
%{_texmfdistdir}/tex/context/third/rst/rst_helpers.lua \
%{_texmfdistdir}/tex/context/third/rst/rst_parser.lua \
%{_texmfdistdir}/tex/context/third/rst/rst_setups.lua
do
test -e %{buildroot}/$scr || continue
chmod 0755 %{buildroot}/$scr
done
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-context-ruby-%{texlive_version}.%{texlive_noarch}.svn28434-%{release}-zypper
tar --use-compress-program=xz -xf %{S:220} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:221} -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