File texlive-specs-q.spec of Package texlive-specs-q

#
# spec file for package texlive-specs-q
#
# Copyright (c) 2017 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/
#


%define texlive_version  2016
%define texlive_previous 2015
%define texlive_release  20160523
%define texlive_noarch   122

#!BuildIgnore:          texlive

%global _varlib         %{_localstatedir}/lib
%global _libexecdir     %{_prefix}/lib

%define _texmfdistdir   %{_datadir}/texmf
%if 0%{texlive_version} >= 2013
%define _texmfmaindir   %{_texmfdistdir}
%define _texmfdirs      %{_texmfdistdir}
%else
%define _texmfmaindir   %{_libexecdir}/texmf
%define _texmfdirs      \{%{_texmfdistdir},%{_texmfmaindir}\}
%endif

%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

Name:           texlive-specs-q
Version:        2016
Release:        0
BuildRequires:  ed
BuildRequires:  texlive-filesystem
BuildRequires:  xz
BuildArch:      noarch
Summary:        Meta package for q
License:        BSD-3-Clause and GPL-2.0+ 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-q-rpmlintrc

%description
Meta package to build tons of noarch texlive packages.

%package -n texlive-nmbib
Version:        %{texlive_version}.%{texlive_noarch}.1.04svn37984
Release:        0
Summary:        Multiple versions of a bibliography, with different sort orders
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nmbib-doc >= %{texlive_version}
Provides:       tex(nmbib.sty)
Requires:       tex(natbib.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source1:        nmbib.tar.xz
Source2:        nmbib.doc.tar.xz

%description -n texlive-nmbib
This package is a rewrite of the multibibliography package
providing multiple bibliographies with different sorting. The
new version offers a number of citation commands, streamlines
the creation of bibliographies, ensures compatibility with the
natbib package, and provides other improvements.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nmbib-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.04svn37984
Release:        0
Summary:        Documentation for texlive-nmbib
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nmbib-doc
This package includes the documentation for texlive-nmbib

%post -n texlive-nmbib
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nmbib 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nmbib
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nmbib-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nmbib/Makefile
%{_texmfdistdir}/doc/latex/nmbib/README
%{_texmfdistdir}/doc/latex/nmbib/nmbib.bib
%{_texmfdistdir}/doc/latex/nmbib/nmbib.pdf
%{_texmfdistdir}/doc/latex/nmbib/nmbibtex.1
%{_texmfdistdir}/doc/latex/nmbib/nmbibtex.pl
%{_texmfdistdir}/doc/latex/nmbib/nmsample.pdf
%{_texmfdistdir}/doc/latex/nmbib/nmsample.tex
%{_texmfdistdir}/doc/latex/nmbib/type.bib

%files -n texlive-nmbib
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/nmbib/chronoplainnm.bst
%{_texmfdistdir}/bibtex/bst/nmbib/plainnm.bst
%{_texmfdistdir}/bibtex/bst/nmbib/unsrtnm.bst
%{_texmfdistdir}/tex/latex/nmbib/nmbib.sty
/var/adm/update-scripts/texlive-nmbib-%{texlive_version}.%{texlive_noarch}.1.04svn37984-%{release}-zypper

%package -n texlive-noconflict
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn30140
Release:        0
Summary:        Resolve macro name conflict between 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-noconflict-doc >= %{texlive_version}
Provides:       tex(noconflict.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source3:        noconflict.tar.xz
Source4:        noconflict.doc.tar.xz

%description -n texlive-noconflict
The package provides several commands to prefix (and hence
obscure) a macro's (or a sequence of macros') name, and to
restore the original macro(s) at places in a document where
they are needed.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-noconflict-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn30140
Release:        0
Summary:        Documentation for texlive-noconflict
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-noconflict-doc
This package includes the documentation for texlive-noconflict

%post -n texlive-noconflict
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-noconflict 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-noconflict
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-noconflict-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/noconflict/README

%files -n texlive-noconflict
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/noconflict/noconflict.sty
/var/adm/update-scripts/texlive-noconflict-%{texlive_version}.%{texlive_noarch}.1.0svn30140-%{release}-zypper

%package -n texlive-noindentafter
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2.2svn35709
Release:        0
Summary:        Tool to prevent paragraph indentation after environments/macros
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-noindentafter-doc >= %{texlive_version}
Provides:       tex(noindentafter.sty)
Requires:       tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source5:        noindentafter.tar.xz
Source6:        noindentafter.doc.tar.xz

%description -n texlive-noindentafter
The package, as the name suggests, supplies tools to
automatically suppress indentations in following paragraphs,
specifically those following a particular macro or environment.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-noindentafter-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2.2svn35709
Release:        0
Summary:        Documentation for texlive-noindentafter
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-noindentafter-doc
This package includes the documentation for texlive-noindentafter

%post -n texlive-noindentafter
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-noindentafter 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-noindentafter
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-noindentafter-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/noindentafter/README
%{_texmfdistdir}/doc/latex/noindentafter/noindentafter-dry.sty
%{_texmfdistdir}/doc/latex/noindentafter/noindentafter-packagedoc.cls
%{_texmfdistdir}/doc/latex/noindentafter/noindentafter.pdf
%{_texmfdistdir}/doc/latex/noindentafter/noindentafter.tex

%files -n texlive-noindentafter
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/noindentafter/noindentafter.sty
/var/adm/update-scripts/texlive-noindentafter-%{texlive_version}.%{texlive_noarch}.0.0.2.2svn35709-%{release}-zypper

%package -n texlive-noitcrul
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
Release:        0
Summary:        Improved underlines in mathematics
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-noitcrul-doc >= %{texlive_version}
Provides:       tex(noitcrul.sty)
Requires:       tex(robustcommand.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source7:        noitcrul.tar.xz
Source8:        noitcrul.doc.tar.xz

%description -n texlive-noitcrul
The package provides a (maths mode) \underline variant which
doesn't impose italics correction at the end.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-noitcrul-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
Release:        0
Summary:        Documentation for texlive-noitcrul
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-noitcrul-doc:de)

%description -n texlive-noitcrul-doc
This package includes the documentation for texlive-noitcrul

%post -n texlive-noitcrul
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-noitcrul 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-noitcrul
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-noitcrul-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/noitcrul/README
%{_texmfdistdir}/doc/latex/noitcrul/noitcrul.pdf

%files -n texlive-noitcrul
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/noitcrul/noitcrul.sty
/var/adm/update-scripts/texlive-noitcrul-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper

%package -n texlive-nolbreaks
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn26786
Release:        0
Summary:        No line breaks in text
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nolbreaks-doc >= %{texlive_version}
Provides:       tex(nolbreaks.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source9:        nolbreaks.tar.xz
Source10:       nolbreaks.doc.tar.xz

%description -n texlive-nolbreaks
Use \nolbreaks{some text} to prevent line breaks in "some
text". This has the advantage over \mbox{} that glue (rubber
space) remains flexible. Most common cases are handled here
(\linebreak is disabled, for example) but spaces hidden in
macros or { } can still create break-points.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nolbreaks-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn26786
Release:        0
Summary:        Documentation for texlive-nolbreaks
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nolbreaks-doc
This package includes the documentation for texlive-nolbreaks

%post -n texlive-nolbreaks
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nolbreaks 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nolbreaks
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nolbreaks-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.pdf
%{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.tex

%files -n texlive-nolbreaks
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nolbreaks/nolbreaks.sty
/var/adm/update-scripts/texlive-nolbreaks-%{texlive_version}.%{texlive_noarch}.1.2svn26786-%{release}-zypper

%package -n texlive-nomencl
Version:        %{texlive_version}.%{texlive_noarch}.3.1asvn15878
Release:        0
Summary:        Produce lists of symbols as in nomenclature
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nomencl-doc >= %{texlive_version}
Provides:       tex(nomencl.sty)
Provides:       tex(sample01.cfg)
Provides:       tex(sample02.cfg)
Provides:       tex(sample04.cfg)
Provides:       tex(sample05.cfg)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source11:       nomencl.tar.xz
Source12:       nomencl.doc.tar.xz

%description -n texlive-nomencl
Produces lists of symbols using the capabilities of the
MakeIndex program.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nomencl-doc
Version:        %{texlive_version}.%{texlive_noarch}.3.1asvn15878
Release:        0
Summary:        Documentation for texlive-nomencl
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nomencl-doc
This package includes the documentation for texlive-nomencl

%post -n texlive-nomencl
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nomencl 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nomencl
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nomencl-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nomencl/README
%{_texmfdistdir}/doc/latex/nomencl/nomencl.pdf

%files -n texlive-nomencl
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/nomencl/nomencl.ist
%{_texmfdistdir}/tex/latex/nomencl/nomencl.sty
%{_texmfdistdir}/tex/latex/nomencl/sample01.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample02.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample04.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample05.cfg
/var/adm/update-scripts/texlive-nomencl-%{texlive_version}.%{texlive_noarch}.3.1asvn15878-%{release}-zypper

%package -n texlive-nomentbl
Version:        %{texlive_version}.%{texlive_noarch}.0.0.4svn16549
Release:        0
Summary:        Nomenclature typeset in a longtable
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nomentbl-doc >= %{texlive_version}
Provides:       tex(nomentbl.sty)
Requires:       tex(array.sty)
Requires:       tex(calc.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(longtable.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source13:       nomentbl.tar.xz
Source14:       nomentbl.doc.tar.xz

%description -n texlive-nomentbl
Nomentbl typeset nomenclatures in a longtable instead of the
makeindex style of nomencl. A nomenclature entry may have three
arguments: Symbol, description and physical unit.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nomentbl-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.4svn16549
Release:        0
Summary:        Documentation for texlive-nomentbl
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nomentbl-doc
This package includes the documentation for texlive-nomentbl

%post -n texlive-nomentbl
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nomentbl 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nomentbl
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nomentbl-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nomentbl/README
%{_texmfdistdir}/doc/latex/nomentbl/example.pdf
%{_texmfdistdir}/doc/latex/nomentbl/example.tex
%{_texmfdistdir}/doc/latex/nomentbl/nomentbl.pdf

%files -n texlive-nomentbl
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/nomentbl/nomentbl.ist
%{_texmfdistdir}/tex/latex/nomentbl/nomentbl.sty
/var/adm/update-scripts/texlive-nomentbl-%{texlive_version}.%{texlive_noarch}.0.0.4svn16549-%{release}-zypper

%package -n texlive-nonfloat
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn17598
Release:        0
Summary:        Non-floating table and figure captions
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nonfloat-doc >= %{texlive_version}
Provides:       tex(nonfloat.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source15:       nonfloat.tar.xz
Source16:       nonfloat.doc.tar.xz

%description -n texlive-nonfloat
Adjusts the figure and table environments to ensure that
centered objects as one line captions are centered as well.
Also the vertical spaces for table captions above the table are
changed.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nonfloat-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn17598
Release:        0
Summary:        Documentation for texlive-nonfloat
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-nonfloat-doc:en;de)

%description -n texlive-nonfloat-doc
This package includes the documentation for texlive-nonfloat

%post -n texlive-nonfloat
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nonfloat 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nonfloat
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nonfloat-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.pdf
%{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.tex
%{_texmfdistdir}/doc/latex/nonfloat/nonfloat.pdf

%files -n texlive-nonfloat
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nonfloat/nonfloat.sty
/var/adm/update-scripts/texlive-nonfloat-%{texlive_version}.%{texlive_noarch}.1.0svn17598-%{release}-zypper

%package -n texlive-nonumonpart
Version:        %{texlive_version}.%{texlive_noarch}.1svn22114
Release:        0
Summary:        Prevent page numbers on part 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nonumonpart-doc >= %{texlive_version}
Provides:       tex(nonumonpart.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source17:       nonumonpart.tar.xz
Source18:       nonumonpart.doc.tar.xz

%description -n texlive-nonumonpart
The package bundles the answer to the long-standing FAQ about
removing page numbers on \part pages. The package accepts no
options and defines no user commands; the user needs only to
load it, and the requirement is met.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nonumonpart-doc
Version:        %{texlive_version}.%{texlive_noarch}.1svn22114
Release:        0
Summary:        Documentation for texlive-nonumonpart
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-nonumonpart-doc:fr;en)

%description -n texlive-nonumonpart-doc
This package includes the documentation for texlive-nonumonpart

%post -n texlive-nonumonpart
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nonumonpart 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nonumonpart
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nonumonpart-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nonumonpart/LISEZMOI
%{_texmfdistdir}/doc/latex/nonumonpart/README
%{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-en.pdf
%{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-fr.pdf
%{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart.pdf

%files -n texlive-nonumonpart
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nonumonpart/nonumonpart.sty
/var/adm/update-scripts/texlive-nonumonpart-%{texlive_version}.%{texlive_noarch}.1svn22114-%{release}-zypper

%package -n texlive-nopageno
Version:        %{texlive_version}.%{texlive_noarch}.svn18128
Release:        0
Summary:        No page numbers in LaTeX documents
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nopageno-doc >= %{texlive_version}
Provides:       tex(nopageno.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source19:       nopageno.tar.xz
Source20:       nopageno.doc.tar.xz

%description -n texlive-nopageno
LaTeX's standard styles use two page styles, one on normal
pages and one on 'opening' pages with \maketitle or \chapter,
etc. Unfortunately there is only easy access to changing one of
these two so if you want something other than 'plain' on the
opening pages you must use \thispagestyle on each such page.
The fancyhdr package does provide a more flexible interface,
but if you just want an empty page style on all pages then this
package will do the job.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nopageno-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn18128
Release:        0
Summary:        Documentation for texlive-nopageno
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nopageno-doc
This package includes the documentation for texlive-nopageno

%post -n texlive-nopageno
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nopageno 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nopageno
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nopageno-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nopageno/nopageno.pdf
%{_texmfdistdir}/doc/latex/nopageno/nopageno.tex

%files -n texlive-nopageno
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nopageno/nopageno.sty
/var/adm/update-scripts/texlive-nopageno-%{texlive_version}.%{texlive_noarch}.svn18128-%{release}-zypper

%package -n texlive-norasi-c90
Version:        %{texlive_version}.%{texlive_noarch}.svn37675
Release:        0
Summary:        TeX support (from CJK) for the norasi font
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires:       texlive-fonts-tlwg >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Provides:       tex(ftnb8z.tfm)
Provides:       tex(ftnbi8z.tfm)
Provides:       tex(ftni8z.tfm)
Provides:       tex(ftnr8z.tfm)
Provides:       tex(norasi-c90.map)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source21:       norasi-c90.tar.xz

%description -n texlive-norasi-c90
The norasi-c90 package
%post -n texlive-norasi-c90
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap norasi-c90.map' >> /var/run/texlive/run-updmap

%postun -n texlive-norasi-c90 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap norasi-c90.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-norasi-c90
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-norasi-c90
%defattr(-,root,root,755)
%{_texmfdistdir}/dvips/norasi-c90/config.norasi-c90
%{_texmfdistdir}/fonts/map/dvips/norasi-c90/norasi-c90.map
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnb8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnbi8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftni8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnr8z.tfm
/var/adm/update-scripts/texlive-norasi-c90-%{texlive_version}.%{texlive_noarch}.svn37675-%{release}-zypper

%package -n texlive-normalcolor
Version:        %{texlive_version}.%{texlive_noarch}.r11svn40125
Release:        0
Summary:        Changing \normalcolor
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-normalcolor-doc >= %{texlive_version}
Provides:       tex(normalcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source22:       normalcolor.tar.xz
Source23:       normalcolor.doc.tar.xz

%description -n texlive-normalcolor
This package provides a command \setnormalcolor with the same
syntax as the command \color either of package color or of
package xcolor. However, \setnormalcolor will not change the
current colour but the normal / default color.

date: 2016-03-30 04:22:42 +0000


%package -n texlive-normalcolor-doc
Version:        %{texlive_version}.%{texlive_noarch}.r11svn40125
Release:        0
Summary:        Documentation for texlive-normalcolor
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-normalcolor-doc
This package includes the documentation for texlive-normalcolor

%post -n texlive-normalcolor
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-normalcolor 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-normalcolor
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-normalcolor-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/normalcolor/README
%{_texmfdistdir}/doc/latex/normalcolor/normalcolor-example.tex
%{_texmfdistdir}/doc/latex/normalcolor/normalcolor.pdf

%files -n texlive-normalcolor
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/normalcolor/normalcolor.sty
/var/adm/update-scripts/texlive-normalcolor-%{texlive_version}.%{texlive_noarch}.r11svn40125-%{release}-zypper

%package -n texlive-nostarch
Version:        %{texlive_version}.%{texlive_noarch}.1.3svn15878
Release:        0
Summary:        LaTeX class for No Starch Press
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nostarch-doc >= %{texlive_version}
Provides:       tex(nostarch.cls)
Provides:       tex(nshyper.sty)
Requires:       tex(book.cls)
Requires:       tex(ragged2e.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source24:       nostarch.tar.xz
Source25:       nostarch.doc.tar.xz

%description -n texlive-nostarch
The package provides the "official" LaTeX style for No Starch
Press. Provided are a class, a package for interfacing to
hyperref and an index style file. The style serves both for
printed and for electronic books.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nostarch-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.3svn15878
Release:        0
Summary:        Documentation for texlive-nostarch
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nostarch-doc
This package includes the documentation for texlive-nostarch

%post -n texlive-nostarch
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nostarch 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nostarch
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nostarch-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nostarch/100euroie.png
%{_texmfdistdir}/doc/latex/nostarch/100euroit.png
%{_texmfdistdir}/doc/latex/nostarch/1eurogr.jpg
%{_texmfdistdir}/doc/latex/nostarch/README
%{_texmfdistdir}/doc/latex/nostarch/nostarch.pdf
%{_texmfdistdir}/doc/latex/nostarch/nssample.pdf
%{_texmfdistdir}/doc/latex/nostarch/nssample.tex
%{_texmfdistdir}/doc/latex/nostarch/recycled.png
%{_texmfdistdir}/doc/latex/nostarch/vitruvian.jpg

%files -n texlive-nostarch
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/nostarch/nostarch.bib
%{_texmfdistdir}/makeindex/nostarch/nostarch.ist
%{_texmfdistdir}/tex/latex/nostarch/nostarch.cls
%{_texmfdistdir}/tex/latex/nostarch/nshyper.sty
/var/adm/update-scripts/texlive-nostarch-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper

%package -n texlive-notes
Version:        %{texlive_version}.%{texlive_noarch}.1.0.1svn37998
Release:        0
Summary:        Mark sections of a document
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-notes-doc >= %{texlive_version}
Provides:       tex(notes.sty)
Requires:       tex(graphics.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source26:       notes.tar.xz
Source27:       notes.doc.tar.xz

%description -n texlive-notes
The package provides environments to highlight significant
portions of text within a document, by putting the text in a
box and adding an icon in the margin. (The icons are provided
as 'fig' sources, processable by xfig.)

date: 2015-08-03 03:43:12 +0000


%package -n texlive-notes-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0.1svn37998
Release:        0
Summary:        Documentation for texlive-notes
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-notes-doc
This package includes the documentation for texlive-notes

%post -n texlive-notes
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-notes 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-notes
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-notes-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/notes/book.layout
%{_texmfdistdir}/doc/latex/notes/hand.fig
%{_texmfdistdir}/doc/latex/notes/info.fig
%{_texmfdistdir}/doc/latex/notes/makedoc
%{_texmfdistdir}/doc/latex/notes/notes.inc
%{_texmfdistdir}/doc/latex/notes/notes.pdf
%{_texmfdistdir}/doc/latex/notes/testnotes.tex
%{_texmfdistdir}/doc/latex/notes/warn.fig

%files -n texlive-notes
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/notes/hand.eps
%{_texmfdistdir}/tex/latex/notes/hand.pdf
%{_texmfdistdir}/tex/latex/notes/hand.png
%{_texmfdistdir}/tex/latex/notes/info.eps
%{_texmfdistdir}/tex/latex/notes/info.pdf
%{_texmfdistdir}/tex/latex/notes/info.png
%{_texmfdistdir}/tex/latex/notes/notes.sty
%{_texmfdistdir}/tex/latex/notes/warn.eps
%{_texmfdistdir}/tex/latex/notes/warn.pdf
%{_texmfdistdir}/tex/latex/notes/warn.png
/var/adm/update-scripts/texlive-notes-%{texlive_version}.%{texlive_noarch}.1.0.1svn37998-%{release}-zypper

%package -n texlive-notes2bib
Version:        %{texlive_version}.%{texlive_noarch}.2.0ksvn31162
Release:        0
Summary:        Integrating notes into the bibliography
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-notes2bib-doc >= %{texlive_version}
Provides:       tex(notes2bib.sty)
Requires:       tex(l3keys2e.sty)
Requires:       tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source28:       notes2bib.tar.xz
Source29:       notes2bib.doc.tar.xz

%description -n texlive-notes2bib
The package defines a new type of note, bibnote, which will
always be added to the bibliography. The package allows
footnotes and endnotes to be moved into the bibliography in the
same way. The package can be used with natbib and BibLaTeX as
well as plain LaTeX citations. Both sorted and unsorted
bibliography styles are supported. The package uses the LaTeX 3
macros and the associated xpackages bundle. It also makes use
of the e-TeX extensions (any post-2005 LaTeX distribution will
provide these by default, but users of older systems may need
to use an elatex command or equivalent). The package relies on
LaTeX 3 support from the l3kernel and l3packages bundles.

date: 2015-08-08 17:53:23 +0000


%package -n texlive-notes2bib-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.0ksvn31162
Release:        0
Summary:        Documentation for texlive-notes2bib
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-notes2bib-doc
This package includes the documentation for texlive-notes2bib

%post -n texlive-notes2bib
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-notes2bib 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-notes2bib
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-notes2bib-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/notes2bib/README
%{_texmfdistdir}/doc/latex/notes2bib/notes2bib.pdf

%files -n texlive-notes2bib
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/notes2bib/notes2bib.sty
/var/adm/update-scripts/texlive-notes2bib-%{texlive_version}.%{texlive_noarch}.2.0ksvn31162-%{release}-zypper

%package -n texlive-noto
Version:        %{texlive_version}.%{texlive_noarch}.svn40119
Release:        0
Summary:        Support for Noto 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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-noto-fonts >= %{texlive_version}
Recommends:     texlive-noto-doc >= %{texlive_version}
Provides:       tex(LY1NotoSans-TLF.fd)
Provides:       tex(LY1NotoSerif-TLF.fd)
Provides:       tex(NotoSans-Bold-tlf-ly1--base.tfm)
Provides:       tex(NotoSans-Bold-tlf-ly1.tfm)
Provides:       tex(NotoSans-Bold-tlf-ly1.vf)
Provides:       tex(NotoSans-Bold-tlf-ot1--base.tfm)
Provides:       tex(NotoSans-Bold-tlf-ot1.tfm)
Provides:       tex(NotoSans-Bold-tlf-ot1.vf)
Provides:       tex(NotoSans-Bold-tlf-t1--base.tfm)
Provides:       tex(NotoSans-Bold-tlf-t1.tfm)
Provides:       tex(NotoSans-Bold-tlf-t1.vf)
Provides:       tex(NotoSans-Bold-tlf-ts1--base.tfm)
Provides:       tex(NotoSans-Bold-tlf-ts1.tfm)
Provides:       tex(NotoSans-Bold-tlf-ts1.vf)
Provides:       tex(NotoSans-BoldItalic-tlf-ly1--base.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ly1.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ly1.vf)
Provides:       tex(NotoSans-BoldItalic-tlf-ot1--base.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ot1.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ot1.vf)
Provides:       tex(NotoSans-BoldItalic-tlf-t1--base.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-t1.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-t1.vf)
Provides:       tex(NotoSans-BoldItalic-tlf-ts1--base.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ts1.tfm)
Provides:       tex(NotoSans-BoldItalic-tlf-ts1.vf)
Provides:       tex(NotoSans-Italic-tlf-ly1--base.tfm)
Provides:       tex(NotoSans-Italic-tlf-ly1.tfm)
Provides:       tex(NotoSans-Italic-tlf-ly1.vf)
Provides:       tex(NotoSans-Italic-tlf-ot1--base.tfm)
Provides:       tex(NotoSans-Italic-tlf-ot1.tfm)
Provides:       tex(NotoSans-Italic-tlf-ot1.vf)
Provides:       tex(NotoSans-Italic-tlf-t1--base.tfm)
Provides:       tex(NotoSans-Italic-tlf-t1.tfm)
Provides:       tex(NotoSans-Italic-tlf-t1.vf)
Provides:       tex(NotoSans-Italic-tlf-ts1--base.tfm)
Provides:       tex(NotoSans-Italic-tlf-ts1.tfm)
Provides:       tex(NotoSans-Italic-tlf-ts1.vf)
Provides:       tex(NotoSans-tlf-ly1--base.tfm)
Provides:       tex(NotoSans-tlf-ly1.tfm)
Provides:       tex(NotoSans-tlf-ly1.vf)
Provides:       tex(NotoSans-tlf-ot1--base.tfm)
Provides:       tex(NotoSans-tlf-ot1.tfm)
Provides:       tex(NotoSans-tlf-ot1.vf)
Provides:       tex(NotoSans-tlf-t1--base.tfm)
Provides:       tex(NotoSans-tlf-t1.tfm)
Provides:       tex(NotoSans-tlf-t1.vf)
Provides:       tex(NotoSans-tlf-ts1--base.tfm)
Provides:       tex(NotoSans-tlf-ts1.tfm)
Provides:       tex(NotoSans-tlf-ts1.vf)
Provides:       tex(NotoSerif-Bold-tlf-ly1--base.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ly1.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ly1.vf)
Provides:       tex(NotoSerif-Bold-tlf-ot1--base.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ot1.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ot1.vf)
Provides:       tex(NotoSerif-Bold-tlf-t1--base.tfm)
Provides:       tex(NotoSerif-Bold-tlf-t1.tfm)
Provides:       tex(NotoSerif-Bold-tlf-t1.vf)
Provides:       tex(NotoSerif-Bold-tlf-ts1--base.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ts1.tfm)
Provides:       tex(NotoSerif-Bold-tlf-ts1.vf)
Provides:       tex(NotoSerif-BoldItalic-tlf-ly1--base.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ly1.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ly1.vf)
Provides:       tex(NotoSerif-BoldItalic-tlf-ot1--base.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ot1.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ot1.vf)
Provides:       tex(NotoSerif-BoldItalic-tlf-t1--base.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-t1.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-t1.vf)
Provides:       tex(NotoSerif-BoldItalic-tlf-ts1--base.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ts1.tfm)
Provides:       tex(NotoSerif-BoldItalic-tlf-ts1.vf)
Provides:       tex(NotoSerif-Italic-tlf-ly1--base.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ly1.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ly1.vf)
Provides:       tex(NotoSerif-Italic-tlf-ot1--base.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ot1.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ot1.vf)
Provides:       tex(NotoSerif-Italic-tlf-t1--base.tfm)
Provides:       tex(NotoSerif-Italic-tlf-t1.tfm)
Provides:       tex(NotoSerif-Italic-tlf-t1.vf)
Provides:       tex(NotoSerif-Italic-tlf-ts1--base.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ts1.tfm)
Provides:       tex(NotoSerif-Italic-tlf-ts1.vf)
Provides:       tex(NotoSerif-tlf-ly1--base.tfm)
Provides:       tex(NotoSerif-tlf-ly1.tfm)
Provides:       tex(NotoSerif-tlf-ly1.vf)
Provides:       tex(NotoSerif-tlf-ot1--base.tfm)
Provides:       tex(NotoSerif-tlf-ot1.tfm)
Provides:       tex(NotoSerif-tlf-ot1.vf)
Provides:       tex(NotoSerif-tlf-t1--base.tfm)
Provides:       tex(NotoSerif-tlf-t1.tfm)
Provides:       tex(NotoSerif-tlf-t1.vf)
Provides:       tex(NotoSerif-tlf-ts1--base.tfm)
Provides:       tex(NotoSerif-tlf-ts1.tfm)
Provides:       tex(NotoSerif-tlf-ts1.vf)
Provides:       tex(OT1NotoSans-TLF.fd)
Provides:       tex(OT1NotoSerif-TLF.fd)
Provides:       tex(T1NotoSans-TLF.fd)
Provides:       tex(T1NotoSerif-TLF.fd)
Provides:       tex(TS1NotoSans-TLF.fd)
Provides:       tex(TS1NotoSerif-TLF.fd)
Provides:       tex(noto.map)
Provides:       tex(noto.sty)
Provides:       tex(nto_5drdqr.enc)
Provides:       tex(nto_5ritkc.enc)
Provides:       tex(nto_m46tqg.enc)
Provides:       tex(nto_rq4ual.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 20160523
Source30:       noto.tar.xz
Source31:       noto.doc.tar.xz

%description -n texlive-noto
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the NotoSerif and NotoSans families of fonts,
designed by Steve Matteson for Google.

date: 2016-03-30 04:22:42 +0000


%package -n texlive-noto-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn40119
Release:        0
Summary:        Documentation for texlive-noto
License:        OFL-1.1
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-noto-doc
This package includes the documentation for texlive-noto


%package -n texlive-noto-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn40119
Release:        0
Summary:        Severed fonts for texlive-noto
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-noto-fonts
The  separated fonts package for texlive-noto
%post -n texlive-noto
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap noto.map' >> /var/run/texlive/run-updmap

%postun -n texlive-noto 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap noto.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-noto
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-noto-fonts
mkfontscale  %{_datadir}/fonts/texlive-noto
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-noto
fc-cache     %{_datadir}/fonts

%postun -n texlive-noto-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-noto-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/noto/LICENSE_OFL.txt
%{_texmfdistdir}/doc/fonts/noto/README
%{_texmfdistdir}/doc/fonts/noto/noto-samples.pdf
%{_texmfdistdir}/doc/fonts/noto/noto-samples.tex

%files -n texlive-noto
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/noto/nto_5drdqr.enc
%{_texmfdistdir}/fonts/enc/dvips/noto/nto_5ritkc.enc
%{_texmfdistdir}/fonts/enc/dvips/noto/nto_m46tqg.enc
%{_texmfdistdir}/fonts/enc/dvips/noto/nto_rq4ual.enc
%{_texmfdistdir}/fonts/map/dvips/noto/noto.map
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSans-Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSans-BoldItalic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSans-Italic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSans-Regular.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSerif-Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSerif-BoldItalic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSerif-Italic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/google/noto/NotoSerif-Regular.otf
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSans-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/google/noto/NotoSerif-tlf-ts1.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSans-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSans-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSans-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSans-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSerif-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSerif-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSerif-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/google/noto/NotoSerif-Regular.pfb
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Bold-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-BoldItalic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-BoldItalic-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Italic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Italic-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSans-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Bold-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-BoldItalic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-BoldItalic-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Italic-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Italic-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-tlf-ly1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/google/noto/NotoSerif-tlf-ts1.vf
%{_texmfdistdir}/tex/latex/noto/LY1NotoSans-TLF.fd
%{_texmfdistdir}/tex/latex/noto/LY1NotoSerif-TLF.fd
%{_texmfdistdir}/tex/latex/noto/OT1NotoSans-TLF.fd
%{_texmfdistdir}/tex/latex/noto/OT1NotoSerif-TLF.fd
%{_texmfdistdir}/tex/latex/noto/T1NotoSans-TLF.fd
%{_texmfdistdir}/tex/latex/noto/T1NotoSerif-TLF.fd
%{_texmfdistdir}/tex/latex/noto/TS1NotoSans-TLF.fd
%{_texmfdistdir}/tex/latex/noto/TS1NotoSerif-TLF.fd
%{_texmfdistdir}/tex/latex/noto/noto.sty

%files -n texlive-noto-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-noto
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-noto.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-noto/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-noto/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-noto/fonts.scale
%{_datadir}/fonts/texlive-noto/NotoSans-Bold.otf
%{_datadir}/fonts/texlive-noto/NotoSans-BoldItalic.otf
%{_datadir}/fonts/texlive-noto/NotoSans-Italic.otf
%{_datadir}/fonts/texlive-noto/NotoSans-Regular.otf
%{_datadir}/fonts/texlive-noto/NotoSerif-Bold.otf
%{_datadir}/fonts/texlive-noto/NotoSerif-BoldItalic.otf
%{_datadir}/fonts/texlive-noto/NotoSerif-Italic.otf
%{_datadir}/fonts/texlive-noto/NotoSerif-Regular.otf
%{_datadir}/fonts/texlive-noto/NotoSans-Bold.pfb
%{_datadir}/fonts/texlive-noto/NotoSans-BoldItalic.pfb
%{_datadir}/fonts/texlive-noto/NotoSans-Italic.pfb
%{_datadir}/fonts/texlive-noto/NotoSans-Regular.pfb
%{_datadir}/fonts/texlive-noto/NotoSerif-Bold.pfb
%{_datadir}/fonts/texlive-noto/NotoSerif-BoldItalic.pfb
%{_datadir}/fonts/texlive-noto/NotoSerif-Italic.pfb
%{_datadir}/fonts/texlive-noto/NotoSerif-Regular.pfb
/var/adm/update-scripts/texlive-noto-%{texlive_version}.%{texlive_noarch}.svn40119-%{release}-zypper

%package -n texlive-notoccite
Version:        %{texlive_version}.%{texlive_noarch}.svn18129
Release:        0
Summary:        Prevent trouble from citations in table of contents, etcetera
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-notoccite-doc >= %{texlive_version}
Provides:       tex(notoccite.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source32:       notoccite.tar.xz
Source33:       notoccite.doc.tar.xz

%description -n texlive-notoccite
If you have \cite commands in \section-like commands, or in
\caption, the citation will also appear in the table of
contents, or list of whatever. If you are also using an unsrt-
like bibliography style, these citations will come at the very
start of the bibliography, which is confusing. This package
suppresses the effect.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-notoccite-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn18129
Release:        0
Summary:        Documentation for texlive-notoccite
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-notoccite-doc
This package includes the documentation for texlive-notoccite

%post -n texlive-notoccite
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-notoccite 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-notoccite
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-notoccite-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/notoccite/notoccite.pdf
%{_texmfdistdir}/doc/latex/notoccite/notoccite.tex

%files -n texlive-notoccite
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/notoccite/notoccite.sty
/var/adm/update-scripts/texlive-notoccite-%{texlive_version}.%{texlive_noarch}.svn18129-%{release}-zypper

%package -n texlive-nowidow
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn24066
Release:        0
Summary:        Avoid widows
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nowidow-doc >= %{texlive_version}
Provides:       tex(nowidow.sty)
Requires:       tex(kvoptions.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source34:       nowidow.tar.xz
Source35:       nowidow.doc.tar.xz

%description -n texlive-nowidow
This package provides a useful macro to manage widow lines.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nowidow-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn24066
Release:        0
Summary:        Documentation for texlive-nowidow
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nowidow-doc
This package includes the documentation for texlive-nowidow

%post -n texlive-nowidow
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nowidow 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nowidow
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nowidow-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nowidow/README
%{_texmfdistdir}/doc/latex/nowidow/nowidow.pdf

%files -n texlive-nowidow
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nowidow/nowidow.sty
/var/adm/update-scripts/texlive-nowidow-%{texlive_version}.%{texlive_noarch}.1.0svn24066-%{release}-zypper

%package -n texlive-nox
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn30991
Release:        0
Summary:        Adaptable 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nox-doc >= %{texlive_version}
Provides:       tex(nox.sty)
Requires:       tex(array.sty)
Requires:       tex(longtable.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source36:       nox.tar.xz
Source37:       nox.doc.tar.xz

%description -n texlive-nox
The package allows data, text (including (La)TeX commands or
environments) to be formatted into a array which may be split.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nox-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn30991
Release:        0
Summary:        Documentation for texlive-nox
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-nox-doc:de)

%description -n texlive-nox-doc
This package includes the documentation for texlive-nox

%post -n texlive-nox
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nox 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nox
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nox-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nox/README
%{_texmfdistdir}/doc/latex/nox/nox.pdf
%{_texmfdistdir}/doc/latex/nox/nox.tex

%files -n texlive-nox
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nox/nox.sty
/var/adm/update-scripts/texlive-nox-%{texlive_version}.%{texlive_noarch}.1.0svn30991-%{release}-zypper

%package -n texlive-nrc
Version:        %{texlive_version}.%{texlive_noarch}.2.01asvn29027
Release:        0
Summary:        Class for the NRC technical journals
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nrc-doc >= %{texlive_version}
Provides:       tex(nrc1.cls)
Provides:       tex(nrc1.sty)
Provides:       tex(nrc2.cls)
Provides:       tex(nrc2.sty)
Requires:       tex(article.cls)
Requires:       tex(fontenc.sty)
Requires:       tex(multicol.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source38:       nrc.tar.xz
Source39:       nrc.doc.tar.xz

%description -n texlive-nrc
Macros, and some documentation, for typesetting papers for
submission to journals published by the National Research
Council Research Press. At present, only nrc2.cls (for two-
column layout) should be used.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nrc-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.01asvn29027
Release:        0
Summary:        Documentation for texlive-nrc
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nrc-doc
This package includes the documentation for texlive-nrc

%post -n texlive-nrc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nrc 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nrc
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nrc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nrc/00-2013-feb-authors.txt
%{_texmfdistdir}/doc/latex/nrc/README
%{_texmfdistdir}/doc/latex/nrc/userguide.pdf
%{_texmfdistdir}/doc/latex/nrc/userguide.tex

%files -n texlive-nrc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nrc/nrc1.cls
%{_texmfdistdir}/tex/latex/nrc/nrc1.sty
%{_texmfdistdir}/tex/latex/nrc/nrc2.cls
%{_texmfdistdir}/tex/latex/nrc/nrc2.sty
/var/adm/update-scripts/texlive-nrc-%{texlive_version}.%{texlive_noarch}.2.01asvn29027-%{release}-zypper

%package -n texlive-ntgclass
Version:        %{texlive_version}.%{texlive_noarch}.2.1asvn15878
Release:        0
Summary:        "European" versions of standard classes
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ntgclass-doc >= %{texlive_version}
Provides:       tex(a4.sty)
Provides:       tex(artikel1.cls)
Provides:       tex(artikel2.cls)
Provides:       tex(artikel3.cls)
Provides:       tex(boek.cls)
Provides:       tex(boek3.cls)
Provides:       tex(brief.cls)
Provides:       tex(ntg10.clo)
Provides:       tex(ntg11.clo)
Provides:       tex(ntg12.clo)
Provides:       tex(rapport1.cls)
Provides:       tex(rapport3.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source40:       ntgclass.tar.xz
Source41:       ntgclass.doc.tar.xz

%description -n texlive-ntgclass
The bundle offers versions of the standard LaTeX article and
report classes, rewritten to reflect a more European design,
and the a4 package, which is better tuned to the shape of a4
paper than is the a4paper class option of the standard classes.
The classes include several for article and report
requirements, and a letter class. The elements of the bundle
were designed by members of the Dutch TeX Users Group NTG.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ntgclass-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.1asvn15878
Release:        0
Summary:        Documentation for texlive-ntgclass
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-ntgclass-doc:nl)

%description -n texlive-ntgclass-doc
This package includes the documentation for texlive-ntgclass

%post -n texlive-ntgclass
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ntgclass 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ntgclass
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ntgclass-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ntgclass/00readme.txt
%{_texmfdistdir}/doc/latex/ntgclass/a4.pdf
%{_texmfdistdir}/doc/latex/ntgclass/artdoc.pdf
%{_texmfdistdir}/doc/latex/ntgclass/artdoc.tex
%{_texmfdistdir}/doc/latex/ntgclass/brief.pdf
%{_texmfdistdir}/doc/latex/ntgclass/brief.tex
%{_texmfdistdir}/doc/latex/ntgclass/briefdoc.pdf
%{_texmfdistdir}/doc/latex/ntgclass/briefdoc.tex
%{_texmfdistdir}/doc/latex/ntgclass/catalog.txt
%{_texmfdistdir}/doc/latex/ntgclass/changes.txt
%{_texmfdistdir}/doc/latex/ntgclass/classdoc.pdf
%{_texmfdistdir}/doc/latex/ntgclass/classdoc.tex
%{_texmfdistdir}/doc/latex/ntgclass/manifest.txt
%{_texmfdistdir}/doc/latex/ntgclass/ntgclass.pdf
%{_texmfdistdir}/doc/latex/ntgclass/rapdoc.pdf
%{_texmfdistdir}/doc/latex/ntgclass/rapdoc.tex

%files -n texlive-ntgclass
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ntgclass/a4.sty
%{_texmfdistdir}/tex/latex/ntgclass/artikel1.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel2.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel3.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek3.cls
%{_texmfdistdir}/tex/latex/ntgclass/brief.cls
%{_texmfdistdir}/tex/latex/ntgclass/ntg10.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg11.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg12.clo
%{_texmfdistdir}/tex/latex/ntgclass/rapport1.cls
%{_texmfdistdir}/tex/latex/ntgclass/rapport3.cls
/var/adm/update-scripts/texlive-ntgclass-%{texlive_version}.%{texlive_noarch}.2.1asvn15878-%{release}-zypper

%package -n texlive-ntheorem
Version:        %{texlive_version}.%{texlive_noarch}.1.33svn27609
Release:        0
Summary:        Enhanced theorem environment
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ntheorem-doc >= %{texlive_version}
Provides:       tex(ntheorem.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source42:       ntheorem.tar.xz
Source43:       ntheorem.doc.tar.xz

%description -n texlive-ntheorem
The package offers enhancements for theorem-like environments:
easier control of layout; proper placement of endmarks even
when the environment ends with \end{enumerate} or
\end{displaymath} (including support for amsmath displayed-
equation environments); and support for making a list of
theorems, analagous to \listoffigures.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ntheorem-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.33svn27609
Release:        0
Summary:        Documentation for texlive-ntheorem
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-ntheorem-doc:en)

%description -n texlive-ntheorem-doc
This package includes the documentation for texlive-ntheorem

%post -n texlive-ntheorem
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ntheorem 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ntheorem
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ntheorem-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ntheorem/README
%{_texmfdistdir}/doc/latex/ntheorem/ntheorem.pdf

%files -n texlive-ntheorem
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.std
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.sty
/var/adm/update-scripts/texlive-ntheorem-%{texlive_version}.%{texlive_noarch}.1.33svn27609-%{release}-zypper

%package -n texlive-ntheorem-vn
Version:        %{texlive_version}.%{texlive_noarch}.1.203svn15878
Release:        0
Summary:        Vietnamese translation of documentation of ntheorem
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source44:       ntheorem-vn.doc.tar.xz

%description -n texlive-ntheorem-vn
This is a translation of the documentation provided with
ntheorem.

date: 2015-08-03 03:43:12 +0000

%post -n texlive-ntheorem-vn
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ntheorem-vn 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ntheorem-vn
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ntheorem-vn
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ntheorem-vn/COPYING
%{_texmfdistdir}/doc/latex/ntheorem-vn/FILELIST
%{_texmfdistdir}/doc/latex/ntheorem-vn/README
%{_texmfdistdir}/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/Makefile
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/README.src
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/TODO
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/endmarks.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/example.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/help.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/interference.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/intro.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/license.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/ntheorem-doc-vn.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/preamble.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/thanks.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/title-abstract.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/src/user-interface.tex
%{_texmfdistdir}/doc/latex/ntheorem-vn/test.pdf
%{_texmfdistdir}/doc/latex/ntheorem-vn/test.tex
/var/adm/update-scripts/texlive-ntheorem-vn-%{texlive_version}.%{texlive_noarch}.1.203svn15878-%{release}-zypper

%package -n texlive-nuc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn22256
Release:        0
Summary:        Notation for nuclear isotopes
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nuc-doc >= %{texlive_version}
Provides:       tex(nuc.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source45:       nuc.tar.xz
Source46:       nuc.doc.tar.xz

%description -n texlive-nuc
A simple package providing nuclear sub- and superscripts as
commonly used in radiochemistry, radiation science, and nuclear
physics and engineering applications. Isotopes which have Z
with more digits than A require special spacing to appear
properly; this spacing is supported in the package.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-nuc-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn22256
Release:        0
Summary:        Documentation for texlive-nuc
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nuc-doc
This package includes the documentation for texlive-nuc

%post -n texlive-nuc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nuc 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nuc
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nuc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nuc/README
%{_texmfdistdir}/doc/latex/nuc/nuc.pdf
%{_texmfdistdir}/doc/latex/nuc/nuc.tex

%files -n texlive-nuc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nuc/nuc.sty
/var/adm/update-scripts/texlive-nuc-%{texlive_version}.%{texlive_noarch}.0.0.1svn22256-%{release}-zypper

%package -n texlive-nucleardata
Version:        %{texlive_version}.%{texlive_noarch}.svn40216
Release:        0
Summary:        Provides data about atomic nuclides for 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nucleardata-doc >= %{texlive_version}
Provides:       tex(nucleardata.sty)
Requires:       tex(pythontex.sty)
Requires:       tex(siunitx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source47:       nucleardata.tar.xz
Source48:       nucleardata.doc.tar.xz

%description -n texlive-nucleardata
The package provides data and commands for including nuclear
and atomic mass and energy data in LaTeX documents. It uses the
PythonTeX package and requires pythontex.exe to be called with
the TeX file as the argument.

date: 2016-04-02 04:35:49 +0000


%package -n texlive-nucleardata-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn40216
Release:        0
Summary:        Documentation for texlive-nucleardata
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nucleardata-doc
This package includes the documentation for texlive-nucleardata

%post -n texlive-nucleardata
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nucleardata 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nucleardata
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nucleardata-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nucleardata/README
%{_texmfdistdir}/doc/latex/nucleardata/nuccommandtest.pdf
%{_texmfdistdir}/doc/latex/nucleardata/nuccommandtest.tex
%{_texmfdistdir}/doc/latex/nucleardata/nucleardata.pdf

%files -n texlive-nucleardata
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nucleardata/elementlist.csv
%{_texmfdistdir}/tex/latex/nucleardata/massdata.csv
%{_texmfdistdir}/tex/latex/nucleardata/nucleardata.hd
%{_texmfdistdir}/tex/latex/nucleardata/nucleardata.pytxcode
%{_texmfdistdir}/tex/latex/nucleardata/nucleardata.sty
/var/adm/update-scripts/texlive-nucleardata-%{texlive_version}.%{texlive_noarch}.svn40216-%{release}-zypper

%package -n texlive-numberedblock
Version:        %{texlive_version}.%{texlive_noarch}.1.10svn33109
Release:        0
Summary:        Print a block of code, with unique index number
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-numberedblock-doc >= %{texlive_version}
Provides:       tex(numberedblock.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source49:       numberedblock.tar.xz
Source50:       numberedblock.doc.tar.xz

%description -n texlive-numberedblock
The package has been created for the convenience of the report
writer; it provides the means to number, and label, code-block
snippets in your document. In this way, you can (unambiguously)
refer to each snippet elsewhere in your document.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-numberedblock-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.10svn33109
Release:        0
Summary:        Documentation for texlive-numberedblock
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-numberedblock-doc
This package includes the documentation for texlive-numberedblock

%post -n texlive-numberedblock
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-numberedblock 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-numberedblock
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-numberedblock-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/numberedblock/README
%{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.pdf
%{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.tex

%files -n texlive-numberedblock
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/numberedblock/numberedblock.sty
/var/adm/update-scripts/texlive-numberedblock-%{texlive_version}.%{texlive_noarch}.1.10svn33109-%{release}-zypper

%package -n texlive-numericplots
Version:        %{texlive_version}.%{texlive_noarch}.2.0.2svn31729
Release:        0
Summary:        Plot numeric data (including Matlab export) using PSTricks
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-numericplots-doc >= %{texlive_version}
Provides:       tex(NumericPlots.sty)
Provides:       tex(NumericPlots_TickLabels.tex)
Provides:       tex(NumericPlots_labels.tex)
Provides:       tex(NumericPlots_legend.tex)
Provides:       tex(NumericPlots_macros.tex)
Provides:       tex(NumericPlots_styles.tex)
Requires:       tex(calc.sty)
Requires:       tex(fp.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(pst-node.sty)
Requires:       tex(pst-plot.sty)
Requires:       tex(pstricks-add.sty)
Requires:       tex(pstricks.sty)
Requires:       tex(xcolor.sty)
Requires:       tex(xkeyval.sty)
Requires:       tex(xkvview.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source51:       numericplots.tar.xz
Source52:       numericplots.doc.tar.xz

%description -n texlive-numericplots
Plotting numeric data is a task which has often to be done for
scientific papers. LaTeX itself provides no facilities for
drawing more than the simplest plots from supplied data. The
package will process user input, and uses PSTricks to plot the
results. The package provides Matlab functions to transform
Matlab results to plottable data.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-numericplots-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.0.2svn31729
Release:        0
Summary:        Documentation for texlive-numericplots
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-numericplots-doc
This package includes the documentation for texlive-numericplots

%post -n texlive-numericplots
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-numericplots 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-numericplots
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-numericplots-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/numericplots/License.txt
%{_texmfdistdir}/doc/latex/numericplots/NumericPlots.pdf
%{_texmfdistdir}/doc/latex/numericplots/README
%{_texmfdistdir}/doc/latex/numericplots/README.TEXLIVE
%{_texmfdistdir}/doc/latex/numericplots/src/BasicFunctionality.tex
%{_texmfdistdir}/doc/latex/numericplots/src/FurtherExamples.tex
%{_texmfdistdir}/doc/latex/numericplots/src/MatlabSupport.tex
%{_texmfdistdir}/doc/latex/numericplots/src/MultiplePlots.tex
%{_texmfdistdir}/doc/latex/numericplots/src/NumericPlotsDoc.tex
%{_texmfdistdir}/doc/latex/numericplots/src/Roll406_Ref2288.tex
%{_texmfdistdir}/doc/latex/numericplots/src/TechnicalDetails.tex
%{_texmfdistdir}/doc/latex/numericplots/src/TestPlots.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/BodeDiagramm.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/DataTestRealData.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/DefineData.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/LabelsNTickLabels.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/NyquistPlot.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/Sprungantwort_PT1Glied.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Boxes.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_EasyPlot.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Grid.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Labels.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Legend.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LegendI.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LegendII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LegendIII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LineStyles.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Lines.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LogarithmicI.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LogarithmicII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_LogarithmicIII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_MultipleData.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_Objects.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_PlaceObjects.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_PlaceObjectsII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_PlotWHoles.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_UseRput.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/basic_UserLinestyles.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/data_BodeDiagrammLinearerTerm.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/data_Nyquist.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/data_SprungantwortPT1Glied.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/furtherEx_TickLabels.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/multiplots_exampleI.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/multiplots_exampleII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/examples/multiplots_exampleIII.tex
%{_texmfdistdir}/doc/latex/numericplots/src/fig_NoiseData_ClosedLine.eps
%{_texmfdistdir}/doc/latex/numericplots/src/fig_NoiseData_OpenLine.eps
%{_texmfdistdir}/doc/latex/numericplots/src/history.tex
%{_texmfdistdir}/doc/latex/numericplots/src/keys_NumericDataPlot.tex
%{_texmfdistdir}/doc/latex/numericplots/src/options.tex

%files -n texlive-numericplots
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots.sty
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots_TickLabels.tex
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots_labels.tex
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots_legend.tex
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots_macros.tex
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots_styles.tex
/var/adm/update-scripts/texlive-numericplots-%{texlive_version}.%{texlive_noarch}.2.0.2svn31729-%{release}-zypper

%package -n texlive-numname
Version:        %{texlive_version}.%{texlive_noarch}.svn18130
Release:        0
Summary:        Convert a number to its English expression
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-numname-doc >= %{texlive_version}
Provides:       tex(numname.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source53:       numname.tar.xz
Source54:       numname.doc.tar.xz

%description -n texlive-numname
The package can generate cardinal (one, two, ...) and ordinal
(first, second, ...) numbers. The code derives from the memoir
class, and is extracted for the convenience of non-users of
that class.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-numname-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn18130
Release:        0
Summary:        Documentation for texlive-numname
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-numname-doc
This package includes the documentation for texlive-numname

%post -n texlive-numname
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-numname 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-numname
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-numname-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/numname/README
%{_texmfdistdir}/doc/latex/numname/numname.pdf
%{_texmfdistdir}/doc/latex/numname/numname.tex

%files -n texlive-numname
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/numname/numname.sty
/var/adm/update-scripts/texlive-numname-%{texlive_version}.%{texlive_noarch}.svn18130-%{release}-zypper

%package -n texlive-numprint
Version:        %{texlive_version}.%{texlive_noarch}.1.39svn27498
Release:        0
Summary:        Print numbers with separators and exponent if necessary
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-numprint-doc >= %{texlive_version}
Provides:       tex(nbaseprt.sty)
Provides:       tex(numprint.sty)
Provides:       tex(numprint032.sty)
Requires:       tex(array.sty)
Requires:       tex(calc.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source55:       numprint.tar.xz
Source56:       numprint.doc.tar.xz

%description -n texlive-numprint
The package numprint prints numbers with a separator every
three digits and converts numbers given as 12345.6e789 to
12\,345,6\cdot 10^{789}. Numbers are printed in the current
mode (text or math) in order to use the correct font. Many
things, including the decimal sign, the thousand separator, as
well as the product sign can be changed by the user, e.g., to
reach 12,345.6\times 10^{789}. If an optional argument is given
it is printed upright as unit. Numbers can be rounded to a
given number of digits. The package supports an automatic,
language-dependent change of the number format. Tabular
alignment using the tabular(*), array, tabularx, and longtable
environments (similar to the dcolumn and rccol packages) is
supported using all features of numprint. Additional text can
be added before and after the formatted number.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-numprint-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.39svn27498
Release:        0
Summary:        Documentation for texlive-numprint
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-numprint-doc
This package includes the documentation for texlive-numprint

%post -n texlive-numprint
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-numprint 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-numprint
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-numprint-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/numprint/ChangeLog.nbaseprt
%{_texmfdistdir}/doc/latex/numprint/ChangeLog.numprint
%{_texmfdistdir}/doc/latex/numprint/Makefile
%{_texmfdistdir}/doc/latex/numprint/README
%{_texmfdistdir}/doc/latex/numprint/getversion.tex
%{_texmfdistdir}/doc/latex/numprint/nbaseprt.pdf
%{_texmfdistdir}/doc/latex/numprint/nbaseprttest.tex
%{_texmfdistdir}/doc/latex/numprint/numprint.pdf
%{_texmfdistdir}/doc/latex/numprint/numprinttest.tex

%files -n texlive-numprint
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/numprint/nbaseprt.sty
%{_texmfdistdir}/tex/latex/numprint/numprint.sty
%{_texmfdistdir}/tex/latex/numprint/numprint032.sty
/var/adm/update-scripts/texlive-numprint-%{texlive_version}.%{texlive_noarch}.1.39svn27498-%{release}-zypper

%package -n texlive-nwejm
Version:        %{texlive_version}.%{texlive_noarch}.0.0.96svn40526
Release:        0
Summary:        Support for the journal "North-Western European Journal of Mathematics"
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-nwejm-doc >= %{texlive_version}
Provides:       tex(nwejm-logos-collection.tex)
Provides:       tex(nwejm.bbx)
Provides:       tex(nwejm.cbx)
Provides:       tex(nwejm.cfg)
Provides:       tex(nwejm.cls)
Provides:       tex(nwejm.lbx)
Provides:       tex(nwejmart.cls)
Requires:       tex(adjustbox.sty)
Requires:       tex(array.sty)
Requires:       tex(authoryear.bbx)
Requires:       tex(authoryear.cbx)
Requires:       tex(autonum.sty)
Requires:       tex(babel.sty)
Requires:       tex(biblatex.sty)
Requires:       tex(bookmark.sty)
Requires:       tex(booktabs.sty)
Requires:       tex(cleveref.sty)
Requires:       tex(csquotes.sty)
Requires:       tex(datatool.sty)
Requires:       tex(datetime2.sty)
Requires:       tex(draftwatermark.sty)
Requires:       tex(enumitem.sty)
Requires:       tex(environ.sty)
Requires:       tex(esvect.sty)
Requires:       tex(etoc.sty)
Requires:       tex(etoolbox.sty)
Requires:       tex(fmtcount.sty)
Requires:       tex(fontenc.sty)
Requires:       tex(fontspec.sty)
Requires:       tex(footmisc.sty)
Requires:       tex(footnote.sty)
Requires:       tex(geometry.sty)
Requires:       tex(glossaries.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(hypcap.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(import.sty)
Requires:       tex(inputenc.sty)
Requires:       tex(kpfonts.sty)
Requires:       tex(l3keys2e.sty)
Requires:       tex(l3sort.sty)
Requires:       tex(mathrsfs.sty)
Requires:       tex(mathtools.sty)
Requires:       tex(microtype.sty)
Requires:       tex(nag.sty)
Requires:       tex(ntheorem.sty)
Requires:       tex(pagegrid.sty)
Requires:       tex(placeins.sty)
Requires:       tex(silence.sty)
Requires:       tex(standalone.sty)
Requires:       tex(titlesec.sty)
Requires:       tex(tocvsec2.sty)
Requires:       tex(translations.sty)
Requires:       tex(varioref.sty)
Requires:       tex(xcolor.sty)
Requires:       tex(xparse.sty)
Requires:       tex(xspace.sty)
Requires:       tex(zref-totpages.sty)
Requires:       tex(zref-xr.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source57:       nwejm.tar.xz
Source58:       nwejm.doc.tar.xz

%description -n texlive-nwejm
The bundle includes LaTeX classes and BibLaTeX styles files
dedicated to the new journal "North-Western European Journal of
Mathematics".

date: 2016-04-14 03:47:51 +0000


%package -n texlive-nwejm-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.96svn40526
Release:        0
Summary:        Documentation for texlive-nwejm
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-nwejm-doc
This package includes the documentation for texlive-nwejm

%post -n texlive-nwejm
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-nwejm 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-nwejm
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-nwejm-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/nwejm/README.md
%{_texmfdistdir}/doc/latex/nwejm/addons/completion/nwejm.cwl
%{_texmfdistdir}/doc/latex/nwejm/addons/completion/nwejmart.cwl
%{_texmfdistdir}/doc/latex/nwejm/documentation/french/fixed-footnotes.tex
%{_texmfdistdir}/doc/latex/nwejm/documentation/french/notations.tex
%{_texmfdistdir}/doc/latex/nwejm/documentation/french/nwejm-fr.tex
%{_texmfdistdir}/doc/latex/nwejm/documentation/french/packages-un-loaded.tex
%{_texmfdistdir}/doc/latex/nwejm/documentation/french/todo.tex
%{_texmfdistdir}/doc/latex/nwejm/documentation/latexmkrc
%{_texmfdistdir}/doc/latex/nwejm/documentation/nwejm.bib
%{_texmfdistdir}/doc/latex/nwejm/documentation/nwejm.pdf
%{_texmfdistdir}/doc/latex/nwejm/documentation/nwejm.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/dutch.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/dutch.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/english.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/english.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/example.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/example.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/french.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/french.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/german.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/german.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/issue.pdf
%{_texmfdistdir}/doc/latex/nwejm/examples/issue.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/sample.tex
%{_texmfdistdir}/doc/latex/nwejm/examples/template.tex
%{_texmfdistdir}/doc/latex/nwejm/latexmkrc.tex
%{_texmfdistdir}/doc/latex/nwejm/ltxdoc.cfg
%{_texmfdistdir}/doc/latex/nwejm/nwejm-logos-collection.tex
%{_texmfdistdir}/doc/latex/nwejm/nwejm.cwl
%{_texmfdistdir}/doc/latex/nwejm/nwejmart.cwl

%files -n texlive-nwejm
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-federation-recherche-math-npdc-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-fields-institute-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-kwg-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-logo-NB.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-logos-collection.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-logos-collection.tex
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-smf-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/images/nwejm-sml-logo.pdf
%{_texmfdistdir}/tex/latex/nwejm/nwejm-dutch.trsl
%{_texmfdistdir}/tex/latex/nwejm/nwejm-english.trsl
%{_texmfdistdir}/tex/latex/nwejm/nwejm-french.trsl
%{_texmfdistdir}/tex/latex/nwejm/nwejm-german.trsl
%{_texmfdistdir}/tex/latex/nwejm/nwejm.bbx
%{_texmfdistdir}/tex/latex/nwejm/nwejm.cbx
%{_texmfdistdir}/tex/latex/nwejm/nwejm.cfg
%{_texmfdistdir}/tex/latex/nwejm/nwejm.cls
%{_texmfdistdir}/tex/latex/nwejm/nwejm.dbx
%{_texmfdistdir}/tex/latex/nwejm/nwejm.lbx
%{_texmfdistdir}/tex/latex/nwejm/nwejmart.cls
/var/adm/update-scripts/texlive-nwejm-%{texlive_version}.%{texlive_noarch}.0.0.96svn40526-%{release}-zypper

%package -n texlive-oberdiek
Version:        %{texlive_version}.%{texlive_noarch}.svn41247
Release:        0
Summary:        A bundle of packages submitted by Heiko Oberdiek
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-oberdiek-doc >= %{texlive_version}
Requires:       perl(Digest::MD5)
#!BuildIgnore:  perl(Digest::MD5)
Requires:       perl(Getopt::Long)
#!BuildIgnore:  perl(Getopt::Long)
Requires:       perl(POSIX)
#!BuildIgnore:  perl(POSIX)
Requires:       perl(strict)
#!BuildIgnore:  perl(strict)
Provides:       tex(accsupp-dvipdfm.def)
Provides:       tex(accsupp-dvips.def)
Provides:       tex(accsupp-pdftex.def)
Provides:       tex(accsupp.sty)
Provides:       tex(aliascnt.sty)
Provides:       tex(alphalph.sty)
Provides:       tex(askinclude.sty)
Provides:       tex(atbegshi.sty)
Provides:       tex(atenddvi.sty)
Provides:       tex(atfi-dvipdfmx.def)
Provides:       tex(atfi-dvips.def)
Provides:       tex(atfi-pdftex.def)
Provides:       tex(attachfile2.sty)
Provides:       tex(atveryend.sty)
Provides:       tex(auxhook.sty)
Provides:       tex(bigintcalc.sty)
Provides:       tex(bitset.sty)
Provides:       tex(bkm-dvipdfm.def)
Provides:       tex(bkm-dvips.def)
Provides:       tex(bkm-dvipsone.def)
Provides:       tex(bkm-pdftex.def)
Provides:       tex(bkm-textures.def)
Provides:       tex(bkm-vtex.def)
Provides:       tex(bmpsize-base.sty)
Provides:       tex(bmpsize-dvipdfm.def)
Provides:       tex(bmpsize-dvipdfmx.def)
Provides:       tex(bmpsize-dvips.def)
Provides:       tex(bmpsize-test.tex)
Provides:       tex(bmpsize.sty)
Provides:       tex(bookmark.sty)
Provides:       tex(catchfile.sty)
Provides:       tex(centernot.sty)
Provides:       tex(chemarr.sty)
Provides:       tex(classlist.sty)
Provides:       tex(colonequals.sty)
Provides:       tex(dtx-attach.sty)
Provides:       tex(dvipscol.sty)
Provides:       tex(embedfile.sty)
Provides:       tex(engord.sty)
Provides:       tex(enparen.sty)
Provides:       tex(eolgrab.sty)
Provides:       tex(epstopdf-base.sty)
Provides:       tex(epstopdf.sty)
Provides:       tex(etexcmds.sty)
Provides:       tex(fibnum.sty)
Provides:       tex(flags.sty)
Provides:       tex(gettitlestring.sty)
Provides:       tex(grfext.sty)
Provides:       tex(grffile.sty)
Provides:       tex(hobsub-generic.sty)
Provides:       tex(hobsub-hyperref.sty)
Provides:       tex(hobsub.sty)
Provides:       tex(hologo.sty)
Provides:       tex(holtxdoc.sty)
Provides:       tex(hopatch.sty)
Provides:       tex(hycolor.sty)
Provides:       tex(hypbmsec.sty)
Provides:       tex(hypcap.sty)
Provides:       tex(hypdestopt.sty)
Provides:       tex(hypdoc.sty)
Provides:       tex(hypgotoe.sty)
Provides:       tex(hyphsubst.sty)
Provides:       tex(ifdraft.sty)
Provides:       tex(iflang.sty)
Provides:       tex(ifpdf.sty)
Provides:       tex(ifvtex.sty)
Provides:       tex(infwarerr.sty)
Provides:       tex(inputenx.sty)
Provides:       tex(intcalc.sty)
Provides:       tex(ix-alias.def)
Provides:       tex(ix-math.def)
Provides:       tex(ix-name.def)
Provides:       tex(ix-slot.def)
Provides:       tex(ix-uc.def)
Provides:       tex(kvdefinekeys.sty)
Provides:       tex(kvoptions-patch.sty)
Provides:       tex(kvoptions.sty)
Provides:       tex(kvsetkeys.sty)
Provides:       tex(letltxmacro.sty)
Provides:       tex(listingsutf8.sty)
Provides:       tex(ltxcmds.sty)
Provides:       tex(luacolor.sty)
Provides:       tex(luatex-loader.sty)
Provides:       tex(luatex.sty)
Provides:       tex(magicnum.sty)
Provides:       tex(makerobust.sty)
Provides:       tex(mleftright.sty)
Provides:       tex(pagegrid.sty)
Provides:       tex(pagesel.sty)
Provides:       tex(pdfcol.sty)
Provides:       tex(pdfcolfoot.sty)
Provides:       tex(pdfcolmk.sty)
Provides:       tex(pdfcolparallel.sty)
Provides:       tex(pdfcolparcolumns.sty)
Provides:       tex(pdfcrypt.sty)
Provides:       tex(pdfescape.sty)
Provides:       tex(pdflscape.sty)
Provides:       tex(pdfrender.sty)
Provides:       tex(pdftexcmds.sty)
Provides:       tex(picture.sty)
Provides:       tex(pmboxdraw.sty)
Provides:       tex(protecteddef.sty)
Provides:       tex(refcount.sty)
Provides:       tex(rerunfilecheck.sty)
Provides:       tex(resizegather.sty)
Provides:       tex(rotchiffre.sty)
Provides:       tex(scrindex.sty)
Provides:       tex(se-ascii-print.def)
Provides:       tex(se-ascii.def)
Provides:       tex(se-clean7bit.def)
Provides:       tex(se-cp1250.def)
Provides:       tex(se-cp1251.def)
Provides:       tex(se-cp1252.def)
Provides:       tex(se-cp1257.def)
Provides:       tex(se-cp437.def)
Provides:       tex(se-cp850.def)
Provides:       tex(se-cp852.def)
Provides:       tex(se-cp855.def)
Provides:       tex(se-cp858.def)
Provides:       tex(se-cp865.def)
Provides:       tex(se-cp866.def)
Provides:       tex(se-dec-mcs.def)
Provides:       tex(se-iso-8859-1.def)
Provides:       tex(se-iso-8859-10.def)
Provides:       tex(se-iso-8859-11.def)
Provides:       tex(se-iso-8859-13.def)
Provides:       tex(se-iso-8859-14.def)
Provides:       tex(se-iso-8859-15.def)
Provides:       tex(se-iso-8859-16.def)
Provides:       tex(se-iso-8859-2.def)
Provides:       tex(se-iso-8859-3.def)
Provides:       tex(se-iso-8859-4.def)
Provides:       tex(se-iso-8859-5.def)
Provides:       tex(se-iso-8859-6.def)
Provides:       tex(se-iso-8859-7.def)
Provides:       tex(se-iso-8859-8.def)
Provides:       tex(se-iso-8859-9.def)
Provides:       tex(se-koi8-r.def)
Provides:       tex(se-mac-centeuro.def)
Provides:       tex(se-mac-cyrillic.def)
Provides:       tex(se-mac-roman.def)
Provides:       tex(se-nextstep.def)
Provides:       tex(se-pdfdoc.def)
Provides:       tex(se-utf16le.def)
Provides:       tex(se-utf32be.def)
Provides:       tex(se-utf32le.def)
Provides:       tex(se-utf8.def)
Provides:       tex(selinput.sty)
Provides:       tex(setouterhbox.sty)
Provides:       tex(settobox.sty)
Provides:       tex(soulutf8.sty)
Provides:       tex(stackrel.sty)
Provides:       tex(stampinclude.sty)
Provides:       tex(stringenc.sty)
Provides:       tex(tabularht.sty)
Provides:       tex(tabularkv.sty)
Provides:       tex(telprint.sty)
Provides:       tex(thepdfnumber.sty)
Provides:       tex(transparent.sty)
Provides:       tex(twoopt.sty)
Provides:       tex(uniquecounter.sty)
Provides:       tex(x-ascii.def)
Provides:       tex(x-atarist.def)
Provides:       tex(x-cp1250.def)
Provides:       tex(x-cp1251.def)
Provides:       tex(x-cp1252.def)
Provides:       tex(x-cp1255.def)
Provides:       tex(x-cp1257.def)
Provides:       tex(x-cp437.def)
Provides:       tex(x-cp850.def)
Provides:       tex(x-cp852.def)
Provides:       tex(x-cp855.def)
Provides:       tex(x-cp858.def)
Provides:       tex(x-cp865.def)
Provides:       tex(x-cp866.def)
Provides:       tex(x-dec-mcs.def)
Provides:       tex(x-iso-8859-1.def)
Provides:       tex(x-iso-8859-10.def)
Provides:       tex(x-iso-8859-13.def)
Provides:       tex(x-iso-8859-14.def)
Provides:       tex(x-iso-8859-15.def)
Provides:       tex(x-iso-8859-16.def)
Provides:       tex(x-iso-8859-2.def)
Provides:       tex(x-iso-8859-3.def)
Provides:       tex(x-iso-8859-4.def)
Provides:       tex(x-iso-8859-5.def)
Provides:       tex(x-iso-8859-8.def)
Provides:       tex(x-iso-8859-9.def)
Provides:       tex(x-koi8-r.def)
Provides:       tex(x-mac-centeuro.def)
Provides:       tex(x-mac-cyrillic.def)
Provides:       tex(x-mac-roman.def)
Provides:       tex(x-nextstep.def)
Provides:       tex(x-verbatim.def)
Provides:       tex(xcolor-patch.sty)
Provides:       tex(zref-abspage.sty)
Provides:       tex(zref-abspos.sty)
Provides:       tex(zref-base.sty)
Provides:       tex(zref-counter.sty)
Provides:       tex(zref-dotfill.sty)
Provides:       tex(zref-env.sty)
Provides:       tex(zref-hyperref.sty)
Provides:       tex(zref-lastpage.sty)
Provides:       tex(zref-marks.sty)
Provides:       tex(zref-nextpage.sty)
Provides:       tex(zref-pageattr.sty)
Provides:       tex(zref-pagelayout.sty)
Provides:       tex(zref-perpage.sty)
Provides:       tex(zref-runs.sty)
Provides:       tex(zref-savepos.sty)
Provides:       tex(zref-thepage.sty)
Provides:       tex(zref-titleref.sty)
Provides:       tex(zref-totpages.sty)
Provides:       tex(zref-user.sty)
Provides:       tex(zref-xr.sty)
Provides:       tex(zref.sty)
Requires:       tex(amsmath.sty)
Requires:       tex(array.sty)
Requires:       tex(calc.sty)
Requires:       tex(color.sty)
Requires:       tex(doc.sty)
Requires:       tex(etex.sty)
Requires:       tex(everyshi.sty)
Requires:       tex(fontspec.sty)
Requires:       tex(fp-basic.sty)
Requires:       tex(fp-snap.sty)
Requires:       tex(graphics.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(ifluatex.sty)
Requires:       tex(ifxetex.sty)
Requires:       tex(index.sty)
Requires:       tex(inputenc.sty)
Requires:       tex(keyval.sty)
Requires:       tex(listings.sty)
Requires:       tex(lscape.sty)
Requires:       tex(luatex85.sty)
Requires:       tex(makematch.sty)
Requires:       tex(parallel.sty)
Requires:       tex(parcolumns.sty)
Requires:       tex(remreset.sty)
Requires:       tex(soul.sty)
Requires:       tex(thumbpdf.sty)
Requires:       tex(tikz.sty)
Requires:       tex(unicode-math.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source59:       oberdiek.tar.xz
Source60:       oberdiek.doc.tar.xz

%description -n texlive-oberdiek
The bundle comprises packages to provide: accsupp: better
accessibility support for PDF files; aliascnt: 'alias
counters'; alphalph: multiple-alphabetic counting
(a...z,aa...zz,... -- up to the full extent of a TeX counter);
askinclude: replaces \includeonly by an interactive user
interface; atbegshi: a modern reimplementation of package
everyshi; atenddvi: provides \AtEndDvi command; attachfile2:
attach files to PDF files; atveryend: hooks the very end of a
document; auxhook: stick stuff at the start of the .aux file;
bigintcalc: expandable arithmetic operations with big integers
that can exceed TeX's number limits; bitset: defines and
implements the data type bit set, a vector of bits; bmpsize:
get bitmap size and resolution data; bookmark: alternative
bookmark (outline) organization for package hyperref;
catchfile: collects the contents of a file and puts it in a
macro; centernot: a horizontally-centred \not symbol; chemarr:
extensible chemists' reaction arrows; classlist: record
information about document class(es) used; colonequals: poor
man's mathematical relation symbols; dvipscol: dvips colour
stack management; embedfile: embed files in PDF documents;
engord: define counter-printing operations producing English
ordinals; eolgrab: collect arguments delimited by end of line;
epstopdf: conversion to epstopdf on the fly; etexcmds: adds a
prefix to eTeX's commands, to avoid conflicts with existing
macros; flags: setting and clearing flags in bit fields and
converting the bit field into a decimal number; gettitlestring:
clean up the string containing the title of a section, etc.;
grfext: macros for adding and reordering the list of graphics
file extensions recognised by the graphics package; grffile:
extend file name processing in the latex-graphics bundle;
hosub: build collections of packages; holtxdoc: extra
documentation macros; hologo: bookmark-enabled logos; hopatch:
safely apply package patches; hycolor: implements the color
option stuff that is used by packages hyperref and bookmark;
hypbmsec: bookmarks in sectioning commands; hypcap: anjusting
anchors of captions; hypdestopt: optimising hyperref's pdftex
driver destinations; hypdoc: hyper-references in the LaTeX
standard doc package; hypgotoe: experimental package for links
to embedded files; hyphsubst: substitute hyphenation patterns;
ifdraft: switch for option draft; iflang: provides expandable
checks for the current language; ifluatex: looks for LuaTeX
regardless of its mode and provides the switch \ifluatex;
ifpdf: provides the \ifpdf switch; ifvtex: provides the \ifvtex
switch; infwarerr: provides a complete set of macros for
informations, warnings and error messages with support for
plain TeX; inputenx: enhanced handling of input encoding;
intcalc: provides expandable arithmetic operations with
integers; kvdefinekeys: define key-value keys in the same
manner as keyval; kvoptions: use package options in key value
format ; kvsetkeys: a variant of the \setkeys command;
letltxmacro: Let assignment for LaTeX macros; listingsutf8:
(partially) extends the listings package to UTF-8 encoding;
ltxcmds: exports some utility macros from the LaTeX kernel into
a separate namespace and also provides them for other formats
such as plain-TeX; luacolor: implements colour support based on
LuaTeX's node attributes; luatex: utilises new and extended
features and resources that LuaTeX provides; magicnum: allows
to access magic numbers by a hierarchical name system;
makerobust: make a command robust; pagegrid: prints a page grid
in the background; pagesel: select pages of a document for
output; pdfcolfoot: using pdftex's color stack for footnotes;
pdfcol: macros for setting and maintaining new color stacks;
pdfcolmk: PDFTeX COLour MarK -- fake a PDFTeX colour stack
using marks (not needed for PDFTeX 1.40.0 and later);
pdfcolparallel: fixes colour problems in package parallel;
pdfcolparcolumns: fixes colour problems in package parcolumns;
pdfcrypt: setting PDF encryption; pdfescape: pdfTeX's escape
features using TeX or e-TeX; pdflscape: landscape pages in PDF;
pdfrender: control PDF rendering modes; pdftexcmds: provide
PDFTeX primitives missing in LuaTeX; picture: dimens for
picture macros; pmboxdraw: poor man's box drawing characters;
protecteddef: define a command that protected against
expansion; refcount: using the numeric values of references;
rerunfilecheck: checksum based rerun checks on auxiliary files;
resizegather: automatically resize overly large equations;
rotchiffre: performs simple rotation cyphers; scrindex:
redefines environment 'theindex' of package 'index', if a class
from KOMA-Script is loaded; selinput: select the input encoding
by specifying pairs of input characters and their glyph names;
setouterhbox: set \hbox in outer horizontal mode; settobox:
getting box sizes; soulutf8: extends package soul and adds some
support for UTF-8; stackrel: extensions of the \stackrel
command; stampinclude: selects the files for \include by
inspecting the timestamp of the .aux file(s); stringenc:
provides \StringEncodingConvert for converting a string between
different encodings; tabularht: tabulars with height
specification; tabularkv: key value interface for tabular
parameters; telprint: print German telephone numbers;
thepdfnumber: canonical numbers for use in PDF files and
elsewhere; transparent: using a color stack for transparency
with pdftex; twoopt: commands with two optional arguments;
uniquecounter: provides unlimited unique counter; zref: a
proposed new reference system. Each of the packages is
represented by two files, a .dtx (documented source) and a PDF
file; the .ins file necessary for installation is extracted by
running the .dtx file with Plain TeX.

date: 2016-05-16 20:08:23 +0000


%package -n texlive-oberdiek-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn41247
Release:        0
Summary:        Documentation for texlive-oberdiek
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oberdiek-doc
This package includes the documentation for texlive-oberdiek

%post -n texlive-oberdiek
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oberdiek 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oberdiek
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-oberdiek-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/oberdiek/accsupp-example1.tex
%{_texmfdistdir}/doc/latex/oberdiek/accsupp-example2.tex
%{_texmfdistdir}/doc/latex/oberdiek/accsupp.pdf
%{_texmfdistdir}/doc/latex/oberdiek/aliascnt.pdf
%{_texmfdistdir}/doc/latex/oberdiek/alphalph.pdf
%{_texmfdistdir}/doc/latex/oberdiek/askinclude.pdf
%{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example1.tex
%{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example2.tex
%{_texmfdistdir}/doc/latex/oberdiek/atbegshi.pdf
%{_texmfdistdir}/doc/latex/oberdiek/atenddvi.pdf
%{_texmfdistdir}/doc/latex/oberdiek/attachfile2.pdf
%{_texmfdistdir}/doc/latex/oberdiek/atveryend.pdf
%{_texmfdistdir}/doc/latex/oberdiek/auxhook.pdf
%{_texmfdistdir}/doc/latex/oberdiek/bigintcalc.pdf
%{_texmfdistdir}/doc/latex/oberdiek/bitset.pdf
%{_texmfdistdir}/doc/latex/oberdiek/bmpsize.pdf
%{_texmfdistdir}/doc/latex/oberdiek/bookmark-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/bookmark.pdf
%{_texmfdistdir}/doc/latex/oberdiek/catchfile.pdf
%{_texmfdistdir}/doc/latex/oberdiek/centernot.pdf
%{_texmfdistdir}/doc/latex/oberdiek/chemarr-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/chemarr.pdf
%{_texmfdistdir}/doc/latex/oberdiek/classlist.pdf
%{_texmfdistdir}/doc/latex/oberdiek/colonequals.pdf
%{_texmfdistdir}/doc/latex/oberdiek/dvipscol.pdf
%{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-collection.tex
%{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-plain.tex
%{_texmfdistdir}/doc/latex/oberdiek/embedfile.pdf
%{_texmfdistdir}/doc/latex/oberdiek/engord.pdf
%{_texmfdistdir}/doc/latex/oberdiek/enparen.pdf
%{_texmfdistdir}/doc/latex/oberdiek/eolgrab.pdf
%{_texmfdistdir}/doc/latex/oberdiek/epstopdf.pdf
%{_texmfdistdir}/doc/latex/oberdiek/etexcmds.pdf
%{_texmfdistdir}/doc/latex/oberdiek/example-mycolorsetup.sty
%{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-env.tex
%{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-ltx.tex
%{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-sec.tex
%{_texmfdistdir}/doc/latex/oberdiek/example/hologo-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/fibnum.pdf
%{_texmfdistdir}/doc/latex/oberdiek/flags.pdf
%{_texmfdistdir}/doc/latex/oberdiek/gettitlestring.pdf
%{_texmfdistdir}/doc/latex/oberdiek/grfext.pdf
%{_texmfdistdir}/doc/latex/oberdiek/grffile.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hobsub.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hologo.pdf
%{_texmfdistdir}/doc/latex/oberdiek/holtxdoc.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hopatch.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hycolor.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hypbmsec.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hypcap.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hypdestopt.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hypdoc.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hypgotoe-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/hypgotoe.pdf
%{_texmfdistdir}/doc/latex/oberdiek/hyphsubst.pdf
%{_texmfdistdir}/doc/latex/oberdiek/ifdraft.pdf
%{_texmfdistdir}/doc/latex/oberdiek/iflang.pdf
%{_texmfdistdir}/doc/latex/oberdiek/ifpdf.pdf
%{_texmfdistdir}/doc/latex/oberdiek/ifvtex.pdf
%{_texmfdistdir}/doc/latex/oberdiek/infwarerr.pdf
%{_texmfdistdir}/doc/latex/oberdiek/inputenx-licrcmds.txt
%{_texmfdistdir}/doc/latex/oberdiek/inputenx-utf8enc.txt
%{_texmfdistdir}/doc/latex/oberdiek/inputenx.pdf
%{_texmfdistdir}/doc/latex/oberdiek/intcalc.pdf
%{_texmfdistdir}/doc/latex/oberdiek/kvdefinekeys.pdf
%{_texmfdistdir}/doc/latex/oberdiek/kvoptions.pdf
%{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys.pdf
%{_texmfdistdir}/doc/latex/oberdiek/letltxmacro-showcases.tex
%{_texmfdistdir}/doc/latex/oberdiek/letltxmacro.pdf
%{_texmfdistdir}/doc/latex/oberdiek/listingsutf8.pdf
%{_texmfdistdir}/doc/latex/oberdiek/ltxcmds.pdf
%{_texmfdistdir}/doc/latex/oberdiek/luacolor.pdf
%{_texmfdistdir}/doc/latex/oberdiek/luatex.pdf
%{_texmfdistdir}/doc/latex/oberdiek/magicnum.pdf
%{_texmfdistdir}/doc/latex/oberdiek/magicnum.txt
%{_texmfdistdir}/doc/latex/oberdiek/makerobust-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/makerobust.pdf
%{_texmfdistdir}/doc/latex/oberdiek/mleftright.pdf
%{_texmfdistdir}/doc/latex/oberdiek/oberdiek.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pagegrid.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pagesel.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcol.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcolfoot.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcolmk.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcolparallel.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcolparcolumns.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfcrypt.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfescape.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdflscape.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdfrender.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pdftexcmds.pdf
%{_texmfdistdir}/doc/latex/oberdiek/picture-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/picture.pdf
%{_texmfdistdir}/doc/latex/oberdiek/pmboxdraw.pdf
%{_texmfdistdir}/doc/latex/oberdiek/protecteddef.pdf
%{_texmfdistdir}/doc/latex/oberdiek/refcount.pdf
%{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck-example.cfg
%{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck.pdf
%{_texmfdistdir}/doc/latex/oberdiek/resizegather.pdf
%{_texmfdistdir}/doc/latex/oberdiek/rotchiffre.pdf
%{_texmfdistdir}/doc/latex/oberdiek/scrindex-example1.tex
%{_texmfdistdir}/doc/latex/oberdiek/scrindex-example2.tex
%{_texmfdistdir}/doc/latex/oberdiek/scrindex.pdf
%{_texmfdistdir}/doc/latex/oberdiek/selinput.pdf
%{_texmfdistdir}/doc/latex/oberdiek/setouterhbox-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/setouterhbox.pdf
%{_texmfdistdir}/doc/latex/oberdiek/settobox-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/settobox.pdf
%{_texmfdistdir}/doc/latex/oberdiek/soulutf8.pdf
%{_texmfdistdir}/doc/latex/oberdiek/stackrel.pdf
%{_texmfdistdir}/doc/latex/oberdiek/stampinclude.pdf
%{_texmfdistdir}/doc/latex/oberdiek/stringenc.pdf
%{_texmfdistdir}/doc/latex/oberdiek/tabularht-example1.tex
%{_texmfdistdir}/doc/latex/oberdiek/tabularht-example2.tex
%{_texmfdistdir}/doc/latex/oberdiek/tabularht.pdf
%{_texmfdistdir}/doc/latex/oberdiek/tabularkv-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/tabularkv.pdf
%{_texmfdistdir}/doc/latex/oberdiek/telprint.pdf
%{_texmfdistdir}/doc/latex/oberdiek/test/ExtractRotate.java
%{_texmfdistdir}/doc/latex/oberdiek/test/accsupp-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-a.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-b.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-c.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test10.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test11.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test12.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test13.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test14.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test15.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test16.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test17.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test18.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test19.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test20.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test21.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test22.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test23.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test24.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test6.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test7.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test8.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test9.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/atveryend-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/engord-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/epstopdf-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test-calc.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/grffile-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hobsub-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-list.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-spacefactor.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ifvtex-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvdefinekeys-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.sty
%{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-carcdr.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifboxempty.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifempty.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-nextchar.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-zapspace.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/mleftright-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pagegrid-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolfoot-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparallel-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test6.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.txt
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-escape.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-shell.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/pmboxdraw-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/rerunfilecheck-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/resizegather-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test4.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test5.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/telprint-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test2.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test3.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-base.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-runs.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-titleref-memoir.tex
%{_texmfdistdir}/doc/latex/oberdiek/test/zref-test1.tex
%{_texmfdistdir}/doc/latex/oberdiek/thepdfnumber.pdf
%{_texmfdistdir}/doc/latex/oberdiek/transparent-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/transparent.pdf
%{_texmfdistdir}/doc/latex/oberdiek/twoopt.pdf
%{_texmfdistdir}/doc/latex/oberdiek/uniquecounter-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/uniquecounter.pdf
%{_texmfdistdir}/doc/latex/oberdiek/zref-example-lastpage.tex
%{_texmfdistdir}/doc/latex/oberdiek/zref-example-nextpage.tex
%{_texmfdistdir}/doc/latex/oberdiek/zref-example.tex
%{_texmfdistdir}/doc/latex/oberdiek/zref.pdf

%files -n texlive-oberdiek
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-bundle.bib
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-source.bib
%{_texmfdistdir}/scripts/oberdiek/luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luatex.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.pdftexcmds.lua
%{_texmfdistdir}/scripts/oberdiek/pdfatfi.pl
%{_texmfdistdir}/scripts/oberdiek/pdftexcmds.lua
%{_texmfdistdir}/tex/generic/oberdiek/alphalph.sty
%{_texmfdistdir}/tex/generic/oberdiek/atbegshi.sty
%{_texmfdistdir}/tex/generic/oberdiek/bigintcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/bitset.sty
%{_texmfdistdir}/tex/generic/oberdiek/catchfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/embedfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/engord.sty
%{_texmfdistdir}/tex/generic/oberdiek/eolgrab.sty
%{_texmfdistdir}/tex/generic/oberdiek/etexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/fibnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/gettitlestring.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-generic.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-hyperref.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub.sty
%{_texmfdistdir}/tex/generic/oberdiek/hologo.sty
%{_texmfdistdir}/tex/generic/oberdiek/hyphsubst.sty
%{_texmfdistdir}/tex/generic/oberdiek/iflang.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifpdf.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifvtex.sty
%{_texmfdistdir}/tex/generic/oberdiek/infwarerr.sty
%{_texmfdistdir}/tex/generic/oberdiek/intcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvdefinekeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvsetkeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/ltxcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex-loader.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex.sty
%{_texmfdistdir}/tex/generic/oberdiek/magicnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/mleftright.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcol.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcrypt.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfescape.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfrender.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdftexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/protecteddef.sty
%{_texmfdistdir}/tex/generic/oberdiek/rotchiffre.sty
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii-print.def
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii.def
%{_texmfdistdir}/tex/generic/oberdiek/se-clean7bit.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1250.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1251.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1252.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1257.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp437.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp850.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp852.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp855.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp858.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp865.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp866.def
%{_texmfdistdir}/tex/generic/oberdiek/se-dec-mcs.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-1.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-10.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-11.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-13.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-14.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-15.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-16.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-2.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-3.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-4.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-5.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-6.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-7.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-8.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-9.def
%{_texmfdistdir}/tex/generic/oberdiek/se-koi8-r.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-centeuro.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-cyrillic.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-roman.def
%{_texmfdistdir}/tex/generic/oberdiek/se-nextstep.def
%{_texmfdistdir}/tex/generic/oberdiek/se-pdfdoc.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf16le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32be.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf8.def
%{_texmfdistdir}/tex/generic/oberdiek/setouterhbox.sty
%{_texmfdistdir}/tex/generic/oberdiek/soulutf8.sty
%{_texmfdistdir}/tex/generic/oberdiek/stringenc.sty
%{_texmfdistdir}/tex/generic/oberdiek/telprint.sty
%{_texmfdistdir}/tex/generic/oberdiek/thepdfnumber.sty
%{_texmfdistdir}/tex/generic/oberdiek/uniquecounter.sty
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp.sty
%{_texmfdistdir}/tex/latex/oberdiek/aliascnt.sty
%{_texmfdistdir}/tex/latex/oberdiek/askinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/atenddvi.sty
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/attachfile2.sty
%{_texmfdistdir}/tex/latex/oberdiek/atveryend.sty
%{_texmfdistdir}/tex/latex/oberdiek/auxhook.sty
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipsone.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-textures.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-vtex.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-test.tex
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize.sty
%{_texmfdistdir}/tex/latex/oberdiek/bookmark.sty
%{_texmfdistdir}/tex/latex/oberdiek/centernot.sty
%{_texmfdistdir}/tex/latex/oberdiek/chemarr.sty
%{_texmfdistdir}/tex/latex/oberdiek/classlist.sty
%{_texmfdistdir}/tex/latex/oberdiek/colonequals.sty
%{_texmfdistdir}/tex/latex/oberdiek/dtx-attach.sty
%{_texmfdistdir}/tex/latex/oberdiek/dvipscol.sty
%{_texmfdistdir}/tex/latex/oberdiek/enparen.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf.sty
%{_texmfdistdir}/tex/latex/oberdiek/flags.sty
%{_texmfdistdir}/tex/latex/oberdiek/grfext.sty
%{_texmfdistdir}/tex/latex/oberdiek/grffile.sty
%{_texmfdistdir}/tex/latex/oberdiek/holtxdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hopatch.sty
%{_texmfdistdir}/tex/latex/oberdiek/hycolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypbmsec.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypcap.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdestopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypgotoe.sty
%{_texmfdistdir}/tex/latex/oberdiek/ifdraft.sty
%{_texmfdistdir}/tex/latex/oberdiek/inputenx.sty
%{_texmfdistdir}/tex/latex/oberdiek/ix-alias.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-math.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-name.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-slot.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-uc.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-utf8enc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions.sty
%{_texmfdistdir}/tex/latex/oberdiek/letltxmacro.sty
%{_texmfdistdir}/tex/latex/oberdiek/listingsutf8.sty
%{_texmfdistdir}/tex/latex/oberdiek/luacolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/makerobust.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagegrid.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagesel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolfoot.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolmk.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparallel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparcolumns.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdflscape.sty
%{_texmfdistdir}/tex/latex/oberdiek/picture.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdraw.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdrawenc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/refcount.sty
%{_texmfdistdir}/tex/latex/oberdiek/rerunfilecheck.sty
%{_texmfdistdir}/tex/latex/oberdiek/resizegather.sty
%{_texmfdistdir}/tex/latex/oberdiek/scrindex.sty
%{_texmfdistdir}/tex/latex/oberdiek/selinput.sty
%{_texmfdistdir}/tex/latex/oberdiek/settobox.sty
%{_texmfdistdir}/tex/latex/oberdiek/stackrel.sty
%{_texmfdistdir}/tex/latex/oberdiek/stampinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularht.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularkv.sty
%{_texmfdistdir}/tex/latex/oberdiek/transparent.sty
%{_texmfdistdir}/tex/latex/oberdiek/twoopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/x-ascii.def
%{_texmfdistdir}/tex/latex/oberdiek/x-atarist.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1250.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1251.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1252.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1255.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1257.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp437.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp850.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp852.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp855.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp858.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp865.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp866.def
%{_texmfdistdir}/tex/latex/oberdiek/x-dec-mcs.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-1.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-10.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-13.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-14.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-15.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-16.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-2.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-3.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-4.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-5.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-8.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-9.def
%{_texmfdistdir}/tex/latex/oberdiek/x-koi8-r.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-centeuro.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-cyrillic.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-roman.def
%{_texmfdistdir}/tex/latex/oberdiek/x-nextstep.def
%{_texmfdistdir}/tex/latex/oberdiek/x-verbatim.def
%{_texmfdistdir}/tex/latex/oberdiek/xcolor-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-counter.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-dotfill.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-env.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-hyperref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-lastpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-marks.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-nextpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pageattr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pagelayout.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-perpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-runs.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-savepos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-thepage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-titleref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-totpages.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-user.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-xr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref.sty
/var/adm/update-scripts/texlive-oberdiek-%{texlive_version}.%{texlive_noarch}.svn41247-%{release}-zypper

%package -n texlive-objectz
Version:        %{texlive_version}.%{texlive_noarch}.svn19389
Release:        0
Summary:        Macros for typesetting Object Z
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-objectz-doc >= %{texlive_version}
Provides:       tex(oz.sty)
Requires:       tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source61:       objectz.tar.xz
Source62:       objectz.doc.tar.xz

%description -n texlive-objectz
The package will typeset both Z and Object-Z specifications; it
develops the original zed package

date: 2015-08-03 03:43:12 +0000


%package -n texlive-objectz-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn19389
Release:        0
Summary:        Documentation for texlive-objectz
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-objectz-doc
This package includes the documentation for texlive-objectz

%post -n texlive-objectz
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-objectz 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-objectz
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-objectz-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/objectz/catalog
%{_texmfdistdir}/doc/latex/objectz/makefile
%{_texmfdistdir}/doc/latex/objectz/manifest
%{_texmfdistdir}/doc/latex/objectz/ozguide.pdf
%{_texmfdistdir}/doc/latex/objectz/ozguide.tex
%{_texmfdistdir}/doc/latex/objectz/oztest.tex
%{_texmfdistdir}/doc/latex/objectz/readme

%files -n texlive-objectz
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/objectz/oz.sty
/var/adm/update-scripts/texlive-objectz-%{texlive_version}.%{texlive_noarch}.svn19389-%{release}-zypper

%package -n texlive-obnov
Version:        %{texlive_version}.%{texlive_noarch}.0.0.11svn33355
Release:        0
Summary:        Obyknovennaya Novaya 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-obnov-doc >= %{texlive_version}
Provides:       tex(lcywobn.fd)
Provides:       tex(obn10.tfm)
Provides:       tex(obn12.tfm)
Provides:       tex(obn17.tfm)
Provides:       tex(obn7.tfm)
Provides:       tex(obnb10.tfm)
Provides:       tex(obnb12.tfm)
Provides:       tex(obnb17.tfm)
Provides:       tex(obnb7.tfm)
Provides:       tex(obnit10.tfm)
Provides:       tex(obnit12.tfm)
Provides:       tex(obnit17.tfm)
Provides:       tex(obnit7.tfm)
Provides:       tex(obnitb10.tfm)
Provides:       tex(obnitb12.tfm)
Provides:       tex(obnitb17.tfm)
Provides:       tex(obnsc10.tfm)
Provides:       tex(obnsc12.tfm)
Provides:       tex(obnsc17.tfm)
Provides:       tex(obnsc7.tfm)
Provides:       tex(obnsl10.tfm)
Provides:       tex(obnsl12.tfm)
Provides:       tex(obnsl17.tfm)
Provides:       tex(obnsl7.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source63:       obnov.tar.xz
Source64:       obnov.doc.tar.xz

%description -n texlive-obnov
The Obyknovennaya Novaya (Ordinary New Face) typeface was
widely used in the USSR for scientific and technical
publications, as well as textbooks. The fonts are encoded to
KOI8-R (which is a long-established Russian font encoding,
rather than a TeX/LaTeX encoding). To use the fonts, the user
needs Cyrillic font support.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-obnov-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.11svn33355
Release:        0
Summary:        Documentation for texlive-obnov
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-obnov-doc
This package includes the documentation for texlive-obnov

%post -n texlive-obnov
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-obnov 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-obnov
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-obnov-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/obnov/README
%{_texmfdistdir}/doc/fonts/obnov/example_obn.pdf
%{_texmfdistdir}/doc/fonts/obnov/example_obn.tex

%files -n texlive-obnov
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/obnov/obn10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obn12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obn17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obn7.mf
%{_texmfdistdir}/fonts/source/public/obnov/obn_lcyw_code.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnb10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnb12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnb17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnb7.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnit10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnit12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnit17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnit7.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnitb10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnitb12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnitb17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsc10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsc12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsc17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsc7.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsl10.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsl12.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsl17.mf
%{_texmfdistdir}/fonts/source/public/obnov/obnsl7.mf
%{_texmfdistdir}/fonts/tfm/public/obnov/obn10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obn12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obn17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obn7.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnb10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnb12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnb17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnb7.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnit10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnit12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnit17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnit7.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnitb10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnitb12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnitb17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsc12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsc17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsc7.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsl17.tfm
%{_texmfdistdir}/fonts/tfm/public/obnov/obnsl7.tfm
%{_texmfdistdir}/tex/latex/obnov/lcyw.cmap
%{_texmfdistdir}/tex/latex/obnov/lcywobn.fd
/var/adm/update-scripts/texlive-obnov-%{texlive_version}.%{texlive_noarch}.0.0.11svn33355-%{release}-zypper

%package -n texlive-ocg-p
Version:        %{texlive_version}.%{texlive_noarch}.0.0.4svn28803
Release:        0
Summary:        PDF OCG support 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ocg-p-doc >= %{texlive_version}
Provides:       tex(ocg-p.sty)
Requires:       tex(datatool.sty)
Requires:       tex(eso-pic.sty)
Requires:       tex(ifpdf.sty)
Requires:       tex(ifxetex.sty)
Requires:       tex(listings.sty)
Requires:       tex(tikz.sty)
Requires:       tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source65:       ocg-p.tar.xz
Source66:       ocg-p.doc.tar.xz

%description -n texlive-ocg-p
The package provides OCG (Optional Content Groups) support
within a PDF document, replacing the ocg.sty distributed with
asymptote. Nested OCGs are supported. The package may be used
with pdfLaTeX and XeLaTeX.

date: 2015-08-09 08:51:45 +0000


%package -n texlive-ocg-p-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.4svn28803
Release:        0
Summary:        Documentation for texlive-ocg-p
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocg-p-doc
This package includes the documentation for texlive-ocg-p

%post -n texlive-ocg-p
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ocg-p 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ocg-p
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ocg-p-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ocg-p/README
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.pdf
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.tex
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.pdf
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.tex
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.pdf
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.tex
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.pdf
%{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.tex
%{_texmfdistdir}/doc/latex/ocg-p/ocg-p.pdf
%{_texmfdistdir}/doc/latex/ocg-p/ocg-p.tex

%files -n texlive-ocg-p
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ocg-p/ocg-p.sty
/var/adm/update-scripts/texlive-ocg-p-%{texlive_version}.%{texlive_noarch}.0.0.4svn28803-%{release}-zypper

%package -n texlive-ocgx
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn28492
Release:        0
Summary:        Use OCGs within a PDF document without JavaScript
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ocgx-doc >= %{texlive_version}
Provides:       tex(ocgx.sty)
Provides:       tex(tikzlibraryocgx.code.tex)
Requires:       tex(ocg-p.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source67:       ocgx.tar.xz
Source68:       ocgx.doc.tar.xz

%description -n texlive-ocgx
The package extends the ocg package, which allows you to create
OCGs (Optional Content Groups) in PDF documents. (The ocg
package is distributed as part of Asymptote.) Every OCG
includes TeX material into a layer of the PDF file. Each of
these layers can be displayed or not. Links can enable or
disable the display of OCGs. The ocgx package does not use
Javascript embedded in the PDF document to enable (to show) or
disable (to hide) OCGs.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ocgx-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn28492
Release:        0
Summary:        Documentation for texlive-ocgx
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocgx-doc
This package includes the documentation for texlive-ocgx

%post -n texlive-ocgx
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ocgx 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ocgx
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ocgx-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ocgx/README
%{_texmfdistdir}/doc/latex/ocgx/demo-ocgx.pdf
%{_texmfdistdir}/doc/latex/ocgx/ocgx-manual-en.pdf

%files -n texlive-ocgx
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ocgx/ocgx.sty
%{_texmfdistdir}/tex/latex/ocgx/tikzlibraryocgx.code.tex
/var/adm/update-scripts/texlive-ocgx-%{texlive_version}.%{texlive_noarch}.0.0.5svn28492-%{release}-zypper

%package -n texlive-ocgx2
Version:        %{texlive_version}.%{texlive_noarch}.0.0.17svn40126
Release:        0
Summary:        Drop-in replacement for the 'ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ocgx2-doc >= %{texlive_version}
Provides:       tex(fixocgx.sty)
Provides:       tex(ocgbase.sty)
Provides:       tex(ocgx2.sty)
Requires:       tex(atenddvi.sty)
Requires:       tex(expl3.sty)
Requires:       tex(l3keys2e.sty)
Requires:       tex(pdfbase.sty)
Requires:       tex(scrlfile.sty)
Requires:       tex(tikz.sty)
Requires:       tex(xparse.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source69:       ocgx2.tar.xz
Source70:       ocgx2.doc.tar.xz

%description -n texlive-ocgx2
This package is a drop-in replacement for the ocgx package by
Paul Gaborit. It re-implements the functionality of the ocg,
ocgx, and ocg-p packages and adds support for all known engines
and back-ends including: LaTeX - dvips - ps2pdf/Distiller
(Xe)LaTeX(x) - dvipdfmx PdfLaTeX and LuaLaTeX . It also ensures
compatibility with the media9 and animate packages.

date: 2016-03-22 12:44:20 +0000


%package -n texlive-ocgx2-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.17svn40126
Release:        0
Summary:        Documentation for texlive-ocgx2
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocgx2-doc
This package includes the documentation for texlive-ocgx2

%post -n texlive-ocgx2
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ocgx2 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ocgx2
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ocgx2-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ocgx2/ChangeLog
%{_texmfdistdir}/doc/latex/ocgx2/README

%files -n texlive-ocgx2
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ocgx2/fixocgx.sty
%{_texmfdistdir}/tex/latex/ocgx2/ocgbase.sty
%{_texmfdistdir}/tex/latex/ocgx2/ocgx2.sty
/var/adm/update-scripts/texlive-ocgx2-%{texlive_version}.%{texlive_noarch}.0.0.17svn40126-%{release}-zypper

%package -n texlive-ocherokee
Version:        %{texlive_version}.%{texlive_noarch}.svn25689
Release:        0
Summary:        LaTeX Support for the Cherokee language
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-ocherokee-fonts >= %{texlive_version}
Recommends:     texlive-ocherokee-doc >= %{texlive_version}
Provides:       tex(Cherokee.tfm)
Provides:       tex(Cherokeeb.tfm)
Provides:       tex(Cherokeebo.tfm)
Provides:       tex(Cherokeeo.tfm)
Provides:       tex(cherokee.map)
Provides:       tex(lchcmr.fd)
Provides:       tex(lchenc.def)
Provides:       tex(ocherokee.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source71:       ocherokee.tar.xz
Source72:       ocherokee.doc.tar.xz

%description -n texlive-ocherokee
Macros and Type 1 fonts for Typesetting the Cherokee language
with the Omega version of LaTeX (known as Lambda).

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ocherokee-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn25689
Release:        0
Summary:        Documentation for texlive-ocherokee
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocherokee-doc
This package includes the documentation for texlive-ocherokee


%package -n texlive-ocherokee-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn25689
Release:        0
Summary:        Severed fonts for texlive-ocherokee
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-ocherokee-fonts
The  separated fonts package for texlive-ocherokee
%post -n texlive-ocherokee
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap cherokee.map' >> /var/run/texlive/run-updmap

%postun -n texlive-ocherokee 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap cherokee.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-ocherokee
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-ocherokee-fonts
mkfontscale  %{_datadir}/fonts/texlive-ocherokee
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ocherokee
fc-cache     %{_datadir}/fonts

%postun -n texlive-ocherokee-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-ocherokee-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/omega/ocherokee/READ.ME
%{_texmfdistdir}/doc/omega/ocherokee/cherokee.pdf
%{_texmfdistdir}/doc/omega/ocherokee/chief.tex
%{_texmfdistdir}/doc/omega/ocherokee/proverb.tex

%files -n texlive-ocherokee
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee-Bold.afm
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee.afm
%{_texmfdistdir}/fonts/map/dvips/ocherokee/cherokee.map
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokee.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeb.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeebo.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeo.ofm
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokee.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeb.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeebo.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeo.ovf
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokee.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeb.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeebo.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeo.ovp
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokee.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeb.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeebo.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeo.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee.pfb
%{_texmfdistdir}/omega/ocp/ocherokee/cher2uni.ocp
%{_texmfdistdir}/omega/otp/ocherokee/cher2uni.otp
%{_texmfdistdir}/tex/lambda/ocherokee/lchcmr.fd
%{_texmfdistdir}/tex/lambda/ocherokee/lchenc.def
%{_texmfdistdir}/tex/lambda/ocherokee/ocherokee.sty

%files -n texlive-ocherokee-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-ocherokee
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ocherokee.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocherokee/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocherokee/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocherokee/fonts.scale
%{_datadir}/fonts/texlive-ocherokee/Cherokee-Bold.pfb
%{_datadir}/fonts/texlive-ocherokee/Cherokee.pfb
/var/adm/update-scripts/texlive-ocherokee-%{texlive_version}.%{texlive_noarch}.svn25689-%{release}-zypper

%package -n texlive-ocr-b
Version:        %{texlive_version}.%{texlive_noarch}.svn20852
Release:        0
Summary:        Fonts for OCR-B
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ocr-b-doc >= %{texlive_version}
Provides:       tex(ocrb10.tfm)
Provides:       tex(ocrb5.tfm)
Provides:       tex(ocrb6.tfm)
Provides:       tex(ocrb7.tfm)
Provides:       tex(ocrb8.tfm)
Provides:       tex(ocrb9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source73:       ocr-b.tar.xz
Source74:       ocr-b.doc.tar.xz

%description -n texlive-ocr-b
Metafont source for OCR-B at several sizes.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ocr-b-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn20852
Release:        0
Summary:        Documentation for texlive-ocr-b
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocr-b-doc
This package includes the documentation for texlive-ocr-b

%post -n texlive-ocr-b
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ocr-b 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ocr-b
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ocr-b-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/ocr-b/README

%files -n texlive-ocr-b
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10e.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10f.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10g.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10l.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10s.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10x.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb5.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb6.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb7.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb8.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb9.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbdef.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbmac.mf
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb5.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb6.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb7.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb9.tfm
/var/adm/update-scripts/texlive-ocr-b-%{texlive_version}.%{texlive_noarch}.svn20852-%{release}-zypper

%package -n texlive-ocr-b-outline
Version:        %{texlive_version}.%{texlive_noarch}.svn20969
Release:        0
Summary:        OCR-B fonts in Type 1 and OpenType
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-ocr-b-outline-fonts >= %{texlive_version}
Recommends:     texlive-ocr-b-outline-doc >= %{texlive_version}
Provides:       tex(ocrb.map)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source75:       ocr-b-outline.tar.xz
Source76:       ocr-b-outline.doc.tar.xz

%description -n texlive-ocr-b-outline
The package contains OCR-B fonts in Type1 and OpenType formats.
They were generated from the Metafont sources of the OCR-B
fonts. The metric files are not included here, so that original
ocr-b package should also be installed.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ocr-b-outline-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn20969
Release:        0
Summary:        Documentation for texlive-ocr-b-outline
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocr-b-outline-doc
This package includes the documentation for texlive-ocr-b-outline


%package -n texlive-ocr-b-outline-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn20969
Release:        0
Summary:        Severed fonts for texlive-ocr-b-outline
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-ocr-b-outline-fonts
The  separated fonts package for texlive-ocr-b-outline
%post -n texlive-ocr-b-outline
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap ocrb.map' >> /var/run/texlive/run-updmap

%postun -n texlive-ocr-b-outline 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap ocrb.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-ocr-b-outline
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-ocr-b-outline-fonts
mkfontscale  %{_datadir}/fonts/texlive-ocr-b-outline
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ocr-b-outline
fc-cache     %{_datadir}/fonts

%postun -n texlive-ocr-b-outline-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-ocr-b-outline-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/ocr-b-outline/README
%{_texmfdistdir}/doc/fonts/ocr-b-outline/xe-test.tex

%files -n texlive-ocr-b-outline
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/ocr-b-outline/ocrb.map
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb10.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb5.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb6.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb7.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb8.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb9.otf
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb6.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb7.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb8.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb9.pfb

%files -n texlive-ocr-b-outline-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-ocr-b-outline
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ocr-b-outline.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocr-b-outline/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocr-b-outline/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ocr-b-outline/fonts.scale
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb10.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb5.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb6.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb7.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb8.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb9.otf
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb10.pfb
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb5.pfb
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb6.pfb
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb7.pfb
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb8.pfb
%{_datadir}/fonts/texlive-ocr-b-outline/ocrb9.pfb
/var/adm/update-scripts/texlive-ocr-b-outline-%{texlive_version}.%{texlive_noarch}.svn20969-%{release}-zypper

%package -n texlive-ocr-latex
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        LaTeX support for ocr 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(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ocr-latex-doc >= %{texlive_version}
Provides:       tex(ocr.sty)
Provides:       tex(ot1oca.fd)
Provides:       tex(ot1ocra.fd)
Provides:       tex(ot1ocrb.fd)
Provides:       tex(ot1ocrbn.fd)
Provides:       tex(ot1ocrbns.fd)
Provides:       tex(ot1ocrbo.fd)
Provides:       tex(ot1ocrbs.fd)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source77:       ocr-latex.tar.xz
Source78:       ocr-latex.doc.tar.xz

%description -n texlive-ocr-latex
The package supports use of both ocr-a and ocr-b fonts in LaTeX
documents.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ocr-latex-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-ocr-latex
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ocr-latex-doc
This package includes the documentation for texlive-ocr-latex

%post -n texlive-ocr-latex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ocr-latex 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ocr-latex
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ocr-latex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ocr-latex/README
%{_texmfdistdir}/doc/latex/ocr-latex/ocr.pdf
%{_texmfdistdir}/doc/latex/ocr-latex/ocr.tex

%files -n texlive-ocr-latex
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ocr-latex/ocr.sty
%{_texmfdistdir}/tex/latex/ocr-latex/ot1oca.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocra.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrb.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbn.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbns.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbo.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbs.fd
/var/adm/update-scripts/texlive-ocr-latex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-octavo
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release:        0
Summary:        Typeset books following classical design and layout
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-octavo-doc >= %{texlive_version}
Provides:       tex(oct10.clo)
Provides:       tex(oct11.clo)
Provides:       tex(oct12.clo)
Provides:       tex(octavo.cls)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source79:       octavo.tar.xz
Source80:       octavo.doc.tar.xz

%description -n texlive-octavo
The octavo class is a modification of the standard LaTeX book
class. Its purpose is to typeset books following classical
design and layout principles, with the express intention of
encouraging the making of beautiful books by anyone with access
to a good printer and with an inclination towards venerable
crafts, e.g., bookbinding. The octavo class differs from the
book class by implementing many of the proposals and insights
of respected experts, especially Jan Tschichold and Hugh
Williamson. The documentation discusses methods to organise and
print out any text into signatures, which can then be gathered,
folded and sewn into a book.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-octavo-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn15878
Release:        0
Summary:        Documentation for texlive-octavo
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-octavo-doc
This package includes the documentation for texlive-octavo

%post -n texlive-octavo
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-octavo 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-octavo
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-octavo-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/octavo/README
%{_texmfdistdir}/doc/latex/octavo/changes
%{_texmfdistdir}/doc/latex/octavo/tub-octavo.pdf

%files -n texlive-octavo
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/octavo/oct10.clo
%{_texmfdistdir}/tex/latex/octavo/oct11.clo
%{_texmfdistdir}/tex/latex/octavo/oct12.clo
%{_texmfdistdir}/tex/latex/octavo/octavo.cls
/var/adm/update-scripts/texlive-octavo-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper

%package -n texlive-odsfile
Version:        %{texlive_version}.%{texlive_noarch}.0.0.6svn38449
Release:        0
Summary:        Read OpenDocument Spreadsheet documents as 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-odsfile-doc >= %{texlive_version}
Provides:       tex(odsfile.sty)
Requires:       tex(luacode.sty)
Requires:       tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source81:       odsfile.tar.xz
Source82:       odsfile.doc.tar.xz

%description -n texlive-odsfile
The distribution includes a package and a lua library that can
together read OpenDocument spreadsheet documents as LaTeX
tables. Cells in the tables may be processed by LaTeX macros,
so that (for example) the package may be used for drawing some
plots. The package uses lua's zip library.

date: 2015-09-23 14:15:56 +0000


%package -n texlive-odsfile-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.6svn38449
Release:        0
Summary:        Documentation for texlive-odsfile
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-odsfile-doc
This package includes the documentation for texlive-odsfile

%post -n texlive-odsfile
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-odsfile 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-odsfile
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-odsfile-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/lualatex/odsfile/README
%{_texmfdistdir}/doc/lualatex/odsfile/odsfile.pdf
%{_texmfdistdir}/doc/lualatex/odsfile/odsfile.tex
%{_texmfdistdir}/doc/lualatex/odsfile/pokus.ods

%files -n texlive-odsfile
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.lua
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.sty
/var/adm/update-scripts/texlive-odsfile-%{texlive_version}.%{texlive_noarch}.0.0.6svn38449-%{release}-zypper

%package -n texlive-ofs
Version:        %{texlive_version}.%{texlive_noarch}.svn16991
Release:        0
Summary:        Macros for managing large font collections
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ofs-doc >= %{texlive_version}
Provides:       tex(a117.tex)
Provides:       tex(a35.sty)
Provides:       tex(a35.tex)
Provides:       tex(allfonts.sty)
Provides:       tex(allfonts.tex)
Provides:       tex(amsfn.tex)
Provides:       tex(mtfn.tex)
Provides:       tex(ofs-6a.tex)
Provides:       tex(ofs-6c.tex)
Provides:       tex(ofs-6k.tex)
Provides:       tex(ofs-6s.tex)
Provides:       tex(ofs-6t.tex)
Provides:       tex(ofs-6x.tex)
Provides:       tex(ofs-6y.tex)
Provides:       tex(ofs-8c.tex)
Provides:       tex(ofs-8t.tex)
Provides:       tex(ofs-8x.tex)
Provides:       tex(ofs-8z.tex)
Provides:       tex(ofs-ams.tex)
Provides:       tex(ofs-cm.tex)
Provides:       tex(ofs-mt.tex)
Provides:       tex(ofs-ps.tex)
Provides:       tex(ofs-px.tex)
Provides:       tex(ofs-slt.tex)
Provides:       tex(ofs-tx.tex)
Provides:       tex(ofs.sty)
Provides:       tex(ofs.tex)
Provides:       tex(ofsdef.tex)
Provides:       tex(pantyk.tex)
Provides:       tex(txfn.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source83:       ofs.tar.xz
Source84:       ofs.doc.tar.xz

%description -n texlive-ofs
OFS (Olsak's Font System) is a set of Plain TeX and LaTeX
macros for managing large font collections; it has been used by
Czech/Slovak users for many years. Main features include:
Mapping from long names of fonts to the metric file name. The
user can specify only exact long names in documents. Support
for many font encodings. Printing of catalogues of fonts and
test samples of font families; the interactive macro \showfonts
shows all font families you have installed via OFS. The user
interface is the same for Plain TeX and for LaTeX, but the
implementation differs: the LaTeX variant of OFS uses NFSS, but
the Plain variant implements its own font management (which may
even be better than NFSS) Support for math fonts including TX
fonts.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ofs-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn16991
Release:        0
Summary:        Documentation for texlive-ofs
License:        SUSE-TeX
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-ofs-doc:en;cs)

%description -n texlive-ofs-doc
This package includes the documentation for texlive-ofs

%post -n texlive-ofs
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ofs 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ofs
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ofs-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/ofs/changes.txt
%{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.pdf
%{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.tex
%{_texmfdistdir}/doc/generic/ofs/ofs-slt.pdf
%{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.pdf
%{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.tex
%{_texmfdistdir}/doc/generic/ofs/ofsdoc.pdf
%{_texmfdistdir}/doc/generic/ofs/ofsdoc.tex
%{_texmfdistdir}/doc/generic/ofs/ofsmtdef.tex
%{_texmfdistdir}/doc/generic/ofs/ofstest.tex
%{_texmfdistdir}/doc/generic/ofs/readme.ofs

%files -n texlive-ofs
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/ofs/a117.tex
%{_texmfdistdir}/tex/generic/ofs/a35.sty
%{_texmfdistdir}/tex/generic/ofs/a35.tex
%{_texmfdistdir}/tex/generic/ofs/allfonts.sty
%{_texmfdistdir}/tex/generic/ofs/allfonts.tex
%{_texmfdistdir}/tex/generic/ofs/amsfn.tex
%{_texmfdistdir}/tex/generic/ofs/mtfn.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6a.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6k.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6s.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6y.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8z.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ams.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-cm.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-mt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ps.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-px.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-slt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-tx.tex
%{_texmfdistdir}/tex/generic/ofs/ofs.sty
%{_texmfdistdir}/tex/generic/ofs/ofs.tex
%{_texmfdistdir}/tex/generic/ofs/ofsdef.tex
%{_texmfdistdir}/tex/generic/ofs/pantyk.tex
%{_texmfdistdir}/tex/generic/ofs/txfn.tex
/var/adm/update-scripts/texlive-ofs-%{texlive_version}.%{texlive_noarch}.svn16991-%{release}-zypper

%package -n texlive-ogham
Version:        %{texlive_version}.%{texlive_noarch}.svn24876
Release:        0
Summary:        Fonts for typesetting Ogham script
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ogham-doc >= %{texlive_version}
Provides:       tex(ogham.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source85:       ogham.tar.xz
Source86:       ogham.doc.tar.xz

%description -n texlive-ogham
The font provides the Ogham alphabet, which is found on a
number of Irish and Pictish carvings dating from the 4th
century AD. The font is distributed as Metafont source, which
has been patched (with the author's permission) for stability
at different output device resolutions. (Thanks are due to
Peter Flynn and Dan Luecking.)

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ogham-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn24876
Release:        0
Summary:        Documentation for texlive-ogham
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ogham-doc
This package includes the documentation for texlive-ogham

%post -n texlive-ogham
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ogham 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ogham
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ogham-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/ogham/testfont.pdf

%files -n texlive-ogham
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/ogham/ogham.mf
%{_texmfdistdir}/fonts/tfm/public/ogham/ogham.tfm
/var/adm/update-scripts/texlive-ogham-%{texlive_version}.%{texlive_noarch}.svn24876-%{release}-zypper

%package -n texlive-oinuit
Version:        %{texlive_version}.%{texlive_noarch}.svn28668
Release:        0
Summary:        LaTeX Support for the Inuktitut Language
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-oinuit-fonts >= %{texlive_version}
Recommends:     texlive-oinuit-doc >= %{texlive_version}
Provides:       tex(Inuit.tfm)
Provides:       tex(Inuitb.tfm)
Provides:       tex(Inuitbo.tfm)
Provides:       tex(Inuito.tfm)
Provides:       tex(litcmr.fd)
Provides:       tex(litenc.def)
Provides:       tex(oinuit.map)
Provides:       tex(oinuit.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source87:       oinuit.tar.xz
Source88:       oinuit.doc.tar.xz

%description -n texlive-oinuit
The package provides a set of Lambda (Omega LaTeX) typesetting
tools for the Inuktitut language. Five different input methods
are supported and with the necessary fonts are also provided.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-oinuit-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn28668
Release:        0
Summary:        Documentation for texlive-oinuit
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oinuit-doc
This package includes the documentation for texlive-oinuit


%package -n texlive-oinuit-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn28668
Release:        0
Summary:        Severed fonts for texlive-oinuit
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-oinuit-fonts
The  separated fonts package for texlive-oinuit
%post -n texlive-oinuit
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap oinuit.map' >> /var/run/texlive/run-updmap

%postun -n texlive-oinuit 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap oinuit.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-oinuit
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-oinuit-fonts
mkfontscale  %{_datadir}/fonts/texlive-oinuit
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-oinuit
fc-cache     %{_datadir}/fonts

%postun -n texlive-oinuit-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-oinuit-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/oinuit/README.1ST
%{_texmfdistdir}/doc/fonts/oinuit/README.TEXLIVE
%{_texmfdistdir}/doc/fonts/oinuit/Table.eps
%{_texmfdistdir}/doc/fonts/oinuit/book.tex
%{_texmfdistdir}/doc/fonts/oinuit/inuit.tex
%{_texmfdistdir}/doc/fonts/oinuit/taqtu.tex

%files -n texlive-oinuit
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/oinuit/oinuit.map
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuit.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitb.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitbo.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuito.ofm
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuit.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitb.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitbo.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuito.ovf
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuit.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitb.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitbo.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuito.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/oinuit/Inuit.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/oinuit/Inuitb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/oinuit/Inuitbo.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/oinuit/Inuito.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/oinuit/cmssbxo10.pfb
%{_texmfdistdir}/omega/ocp/oinuit/Ninuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/Qinuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/inuitscii.ocp
%{_texmfdistdir}/omega/otp/oinuit/Ninuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/Qinuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/inuitscii.otp
%{_texmfdistdir}/tex/lambda/oinuit/litcmr.fd
%{_texmfdistdir}/tex/lambda/oinuit/litenc.def
%{_texmfdistdir}/tex/lambda/oinuit/oinuit.sty

%files -n texlive-oinuit-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-oinuit
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-oinuit.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oinuit/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oinuit/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oinuit/fonts.scale
%{_datadir}/fonts/texlive-oinuit/Inuit.pfb
%{_datadir}/fonts/texlive-oinuit/Inuitb.pfb
%{_datadir}/fonts/texlive-oinuit/Inuitbo.pfb
%{_datadir}/fonts/texlive-oinuit/Inuito.pfb
%{_datadir}/fonts/texlive-oinuit/cmssbxo10.pfb
/var/adm/update-scripts/texlive-oinuit-%{texlive_version}.%{texlive_noarch}.svn28668-%{release}-zypper

%package -n texlive-old-arrows
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn38619
Release:        0
Summary:        Computer Modern old-style arrows with smaller arrowheads
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-old-arrows-fonts >= %{texlive_version}
Recommends:     texlive-old-arrows-doc >= %{texlive_version}
Provides:       tex(oabsy10.tfm)
Provides:       tex(oabsy5.tfm)
Provides:       tex(oabsy6.tfm)
Provides:       tex(oabsy7.tfm)
Provides:       tex(oabsy8.tfm)
Provides:       tex(oabsy9.tfm)
Provides:       tex(oasy.enc)
Provides:       tex(oasy.map)
Provides:       tex(oasy10.tfm)
Provides:       tex(oasy5.tfm)
Provides:       tex(oasy6.tfm)
Provides:       tex(oasy7.tfm)
Provides:       tex(oasy8.tfm)
Provides:       tex(oasy9.tfm)
Provides:       tex(old-arrows.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source89:       old-arrows.tar.xz
Source90:       old-arrows.doc.tar.xz

%description -n texlive-old-arrows
This package provides Computer Modern old-style arrows with
smaller arrowheads, associated with the usual LaTeX commands.
It can be used in documents that contain other amssymb arrow
characters that also have small arrowheads. It is also possible
to use the usual new-style Computer Modern arrows together with
the old-style ones.

date: 2015-10-11 21:55:18 +0000


%package -n texlive-old-arrows-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn38619
Release:        0
Summary:        Documentation for texlive-old-arrows
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-old-arrows-doc:it)

%description -n texlive-old-arrows-doc
This package includes the documentation for texlive-old-arrows


%package -n texlive-old-arrows-fonts
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn38619
Release:        0
Summary:        Severed fonts for texlive-old-arrows
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-old-arrows-fonts
The  separated fonts package for texlive-old-arrows
%post -n texlive-old-arrows
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap oasy.map' >> /var/run/texlive/run-updmap

%postun -n texlive-old-arrows 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap oasy.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-old-arrows
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-old-arrows-fonts
mkfontscale  %{_datadir}/fonts/texlive-old-arrows
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-old-arrows
fc-cache     %{_datadir}/fonts

%postun -n texlive-old-arrows-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-old-arrows-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/old-arrows/README
%{_texmfdistdir}/doc/fonts/old-arrows/old-arrows-italian.pdf
%{_texmfdistdir}/doc/fonts/old-arrows/old-arrows-italian.tex
%{_texmfdistdir}/doc/fonts/old-arrows/old-arrows.pdf
%{_texmfdistdir}/doc/fonts/old-arrows/old-arrows.tex

%files -n texlive-old-arrows
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/old-arrows/oabsy10.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oabsy5.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oabsy7.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy10.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy5.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy6.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy7.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy8.afm
%{_texmfdistdir}/fonts/afm/public/old-arrows/oasy9.afm
%{_texmfdistdir}/fonts/enc/dvips/old-arrows/oasy.enc
%{_texmfdistdir}/fonts/map/dvips/old-arrows/oasy.map
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oabsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy10.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy5.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy6.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy7.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/old-arrows/oasy9.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy10.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy5.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy5.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy7.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oabsy7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy10.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy10.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy5.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy5.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy6.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy6.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy7.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy7.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy8.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy8.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/old-arrows/oasy9.pfb
%{_texmfdistdir}/fonts/type1/public/old-arrows/oasy9.pfm
%{_texmfdistdir}/tex/latex/old-arrows/old-arrows.sty

%files -n texlive-old-arrows-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-old-arrows
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-old-arrows.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-old-arrows/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-old-arrows/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-old-arrows/fonts.scale
%{_datadir}/fonts/texlive-old-arrows/oabsy10.pfb
%{_datadir}/fonts/texlive-old-arrows/oabsy5.pfb
%{_datadir}/fonts/texlive-old-arrows/oabsy7.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy10.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy5.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy6.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy7.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy8.pfb
%{_datadir}/fonts/texlive-old-arrows/oasy9.pfb
/var/adm/update-scripts/texlive-old-arrows-%{texlive_version}.%{texlive_noarch}.1.2svn38619-%{release}-zypper

%package -n texlive-oldlatin
Version:        %{texlive_version}.%{texlive_noarch}.1.00svn17932
Release:        0
Summary:        Compute Modern-like font with long s
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-oldlatin-doc >= %{texlive_version}
Provides:       tex(olb10.tfm)
Provides:       tex(olbx10.tfm)
Provides:       tex(olbx12.tfm)
Provides:       tex(olbx5.tfm)
Provides:       tex(olbx6.tfm)
Provides:       tex(olbx7.tfm)
Provides:       tex(olbx8.tfm)
Provides:       tex(olbx9.tfm)
Provides:       tex(olbxsl10.tfm)
Provides:       tex(oldunh10.tfm)
Provides:       tex(olff10.tfm)
Provides:       tex(olfib8.tfm)
Provides:       tex(olr10.tfm)
Provides:       tex(olr12.tfm)
Provides:       tex(olr17.tfm)
Provides:       tex(olr5.tfm)
Provides:       tex(olr6.tfm)
Provides:       tex(olr7.tfm)
Provides:       tex(olr8.tfm)
Provides:       tex(olr9.tfm)
Provides:       tex(olsl10.tfm)
Provides:       tex(olsl12.tfm)
Provides:       tex(olsl8.tfm)
Provides:       tex(olsl9.tfm)
Provides:       tex(olsltt10.tfm)
Provides:       tex(olss10.tfm)
Provides:       tex(olss12.tfm)
Provides:       tex(olss17.tfm)
Provides:       tex(olss8.tfm)
Provides:       tex(olss9.tfm)
Provides:       tex(olssbx10.tfm)
Provides:       tex(olssdc10.tfm)
Provides:       tex(olssi10.tfm)
Provides:       tex(olssi12.tfm)
Provides:       tex(olssi17.tfm)
Provides:       tex(olssi8.tfm)
Provides:       tex(olssi9.tfm)
Provides:       tex(olssq8.tfm)
Provides:       tex(olssqi8.tfm)
Provides:       tex(oltt10.tfm)
Provides:       tex(oltt12.tfm)
Provides:       tex(oltt8.tfm)
Provides:       tex(oltt9.tfm)
Provides:       tex(olvtt10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source91:       oldlatin.tar.xz
Source92:       oldlatin.doc.tar.xz

%description -n texlive-oldlatin
Metafont sources modified from Computer Modern in order to
generate "long s" which was used in old text.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-oldlatin-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.00svn17932
Release:        0
Summary:        Documentation for texlive-oldlatin
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oldlatin-doc
This package includes the documentation for texlive-oldlatin

%post -n texlive-oldlatin
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oldlatin 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oldlatin
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-oldlatin-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/oldlatin/README
%{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_alphabet.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.tex
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.pdf
%{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.tex

%files -n texlive-oldlatin
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/oldlatin/olb10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbxsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oldunh10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olff10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olfib8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10s.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssdc10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssq8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssqi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olvtt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oroman.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromanl.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromlig.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromligs.mf
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olb10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oldunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olff10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olvtt10.tfm
/var/adm/update-scripts/texlive-oldlatin-%{texlive_version}.%{texlive_noarch}.1.00svn17932-%{release}-zypper

%package -n texlive-oldstandard
Version:        %{texlive_version}.%{texlive_noarch}.2.0.2svn29349
Release:        0
Summary:        Old Standard: A Unicode Font for Classical and Medieval Studies
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-oldstandard-fonts >= %{texlive_version}
Recommends:     texlive-oldstandard-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source93:       oldstandard.tar.xz
Source94:       oldstandard.doc.tar.xz

%description -n texlive-oldstandard
Old Standard is designed to reproduce the actual printing style
of the early 20th century, reviving a specific type of Modern
(classicist) style of serif typefaces, very commonly used in
various editions of the late 19th and early 20th century, but
almost completely abandoned later. The font supports
typesetting of Old and Middle English, Old Icelandic, Cyrillic
(with historical characters, extensions for Old Slavonic and
localised forms), Gothic transliterations, critical editions of
Classical Greek and Latin, and many more. Old Standard works
with TeX engines that directly support OpenType features, such
as XeTeX and LuaTeX.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-oldstandard-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.0.2svn29349
Release:        0
Summary:        Documentation for texlive-oldstandard
License:        OFL-1.1
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oldstandard-doc
This package includes the documentation for texlive-oldstandard


%package -n texlive-oldstandard-fonts
Version:        %{texlive_version}.%{texlive_noarch}.2.0.2svn29349
Release:        0
Summary:        Severed fonts for texlive-oldstandard
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-oldstandard-fonts
The  separated fonts package for texlive-oldstandard
%post -n texlive-oldstandard
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oldstandard 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oldstandard
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-oldstandard-fonts
mkfontscale  %{_datadir}/fonts/texlive-oldstandard
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-oldstandard
fc-cache     %{_datadir}/fonts

%postun -n texlive-oldstandard-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-oldstandard-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/oldstandard/FONTLOG.txt
%{_texmfdistdir}/doc/fonts/oldstandard/OFL-FAQ.txt
%{_texmfdistdir}/doc/fonts/oldstandard/OFL.txt
%{_texmfdistdir}/doc/fonts/oldstandard/README
%{_texmfdistdir}/doc/fonts/oldstandard/didot-de.png
%{_texmfdistdir}/doc/fonts/oldstandard/didot-fr.png
%{_texmfdistdir}/doc/fonts/oldstandard/gendocs.sh
%{_texmfdistdir}/doc/fonts/oldstandard/genfonts.sh
%{_texmfdistdir}/doc/fonts/oldstandard/greek-contextual.png
%{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.pdf
%{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.tex
%{_texmfdistdir}/doc/fonts/oldstandard/opentype.png
%{_texmfdistdir}/doc/fonts/oldstandard/ost-generate.py
%{_texmfdistdir}/doc/fonts/oldstandard/serbian.png
%{_texmfdistdir}/doc/fonts/oldstandard/spadmin-add.png
%{_texmfdistdir}/doc/fonts/oldstandard/spadmin.png
%{_texmfdistdir}/doc/fonts/oldstandard/stand-su.png
%{_texmfdistdir}/doc/fonts/oldstandard/teubner.png
%{_texmfdistdir}/doc/fonts/oldstandard/truetype.png

%files -n texlive-oldstandard
%defattr(-,root,root,755)
%verify(link) %{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Bold.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Italic.otf
%verify(link) %{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Regular.otf

%files -n texlive-oldstandard-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-oldstandard
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-oldstandard.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oldstandard/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oldstandard/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-oldstandard/fonts.scale
%{_datadir}/fonts/texlive-oldstandard/OldStandard-Bold.otf
%{_datadir}/fonts/texlive-oldstandard/OldStandard-Italic.otf
%{_datadir}/fonts/texlive-oldstandard/OldStandard-Regular.otf
/var/adm/update-scripts/texlive-oldstandard-%{texlive_version}.%{texlive_noarch}.2.0.2svn29349-%{release}-zypper

%package -n texlive-oldstyle
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
Release:        0
Summary:        Old style numbers in OT1 encoding
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-oldstyle-doc >= %{texlive_version}
Provides:       tex(Ucmm.fd)
Provides:       tex(oldstyle.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source95:       oldstyle.tar.xz
Source96:       oldstyle.doc.tar.xz

%description -n texlive-oldstyle
Font information needed to load the cmmi and cmmib fonts for
use to produce oldstyle numbers.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-oldstyle-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.2svn15878
Release:        0
Summary:        Documentation for texlive-oldstyle
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oldstyle-doc
This package includes the documentation for texlive-oldstyle

%post -n texlive-oldstyle
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oldstyle 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oldstyle
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-oldstyle-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/oldstyle/oldstyle.pdf

%files -n texlive-oldstyle
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/oldstyle/Ucmm.fd
%{_texmfdistdir}/tex/latex/oldstyle/oldstyle.sty
/var/adm/update-scripts/texlive-oldstyle-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper

%package -n texlive-omega
Version:        %{texlive_version}.%{texlive_noarch}.svn33046
Release:        0
Summary:        A wide-character-set extension 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(post): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-omega-fonts >= %{texlive_version}
Recommends:     texlive-omega-doc >= %{texlive_version}
Provides:       tex(bghyph.tex)
Provides:       tex(grlccode.tex)
Provides:       tex(lthyph.tex)
Provides:       tex(omding.tfm)
Provides:       tex(omega.cfg)
Provides:       tex(omega.map)
Provides:       tex(omega.tex)
Provides:       tex(omsea1.tfm)
Provides:       tex(omsea1b.tfm)
Provides:       tex(omsea2.tfm)
Provides:       tex(omsea2b.tfm)
Provides:       tex(omsea3.tfm)
Provides:       tex(omsea3b.tfm)
Provides:       tex(omseco.tfm)
Provides:       tex(omsecob.tfm)
Provides:       tex(omsecobi.tfm)
Provides:       tex(omsecoi.tfm)
Provides:       tex(omsecx.tfm)
Provides:       tex(omsecy.tfm)
Provides:       tex(omsegr.tfm)
Provides:       tex(omsegrb.tfm)
Provides:       tex(omsegrbi.tfm)
Provides:       tex(omsegri.tfm)
Provides:       tex(omseha.tfm)
Provides:       tex(omseip.tfm)
Provides:       tex(omsela.tfm)
Provides:       tex(omselab.tfm)
Provides:       tex(omselabi.tfm)
Provides:       tex(omselai.tfm)
Provides:       tex(omseti.tfm)
Provides:       tex(omssti.tfm)
Provides:       tex(srhyph.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source97:       omega.tar.xz
Source98:       omega.doc.tar.xz

%description -n texlive-omega
A development of TeX, which deals in multi-octet Unicode
characters, to enable native treatment of a wide range of
languages without changing character-set. Work on Omega seems
to have ceased: its immediate successor was to be the aleph
project (though that too has stalled). Projects developing
Omega (and Aleph) ideas include Omega-2 and LuaTeX.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-omega-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn33046
Release:        0
Summary:        Documentation for texlive-omega
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-omega-doc
This package includes the documentation for texlive-omega


%package -n texlive-omega-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn33046
Release:        0
Summary:        Severed fonts for texlive-omega
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-omega-fonts
The  separated fonts package for texlive-omega
%post -n texlive-omega
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap omega.map' >> /var/run/texlive/run-updmap

%postun -n texlive-omega 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap omega.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-omega
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-omega-fonts
mkfontscale  %{_datadir}/fonts/texlive-omega
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-omega
fc-cache     %{_datadir}/fonts

%postun -n texlive-omega-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-omega-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/omega/base/doc-1.8.tex
%{_texmfdistdir}/doc/omega/base/torture.ps
%{_texmfdistdir}/doc/omega/base/torture.tex

%files -n texlive-omega
%defattr(-,root,root,755)
%{_texmfdistdir}/dvips/omega/config.omega
%{_texmfdistdir}/dvips/omega/omega.cfg
%{_texmfdistdir}/fonts/afm/public/omega/omsea1.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea1b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseco.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecob.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecobi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecoi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecx.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecy.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegr.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrb.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrbi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegri.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseha.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsehe.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseip.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsela.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselab.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselabi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselai.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseti.afm
%{_texmfdistdir}/fonts/map/dvips/omega/omega.map
%{_texmfdistdir}/fonts/ofm/public/omega/omarab.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omarabb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgc.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcbi.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgci.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucitt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucsltt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt12.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt8.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt9.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucvtt10.ofm
%{_texmfdistdir}/fonts/ovf/public/omega/omarab.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omarabb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgc.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcbi.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgci.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucitt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucsltt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt12.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt8.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt9.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucvtt10.ovf
%{_texmfdistdir}/fonts/ovp/public/omega/omarab.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omarabb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgc.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcbi.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgci.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucitt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucsltt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt12.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt8.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt9.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucvtt10.ovp
%{_texmfdistdir}/fonts/tfm/public/omega/omding.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseco.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecob.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecobi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecoi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecx.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecy.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegr.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrb.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegri.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseha.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseip.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsela.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselab.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselabi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselai.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseti.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omssti.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omding.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea1.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea1b.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea2.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea2b.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea3.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsea3b.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omseco.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecob.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecobi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecoi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecx.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecy.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecyb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsecyi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsegr.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsegrb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsegrbi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsegri.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omseha.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsehe.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omseip.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omsela.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omselab.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omselabi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omselai.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omseti.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/omega/omssti.pfb
%{_texmfdistdir}/omega/ocp/char2uni/in646.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88591.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88592.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88593.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88594.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88595.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88596.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88597.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88598.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88599.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859a.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859d.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859e.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859f.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859g.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inatari.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inav.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inbig5.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1250.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1251.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1252.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1253.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1254.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1255.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1256.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1257.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1258.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp866.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp874.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inebcdic.ocp
%{_texmfdistdir}/omega/ocp/char2uni/ingb.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inkoi8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmac.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/innext.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inov.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inps2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/intis620.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inucode.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inutf8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviscii.ocp
%{_texmfdistdir}/omega/ocp/misc/ebcdic.ocp
%{_texmfdistdir}/omega/ocp/misc/id.ocp
%{_texmfdistdir}/omega/ocp/omega/7arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7ber2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7hma2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7in88593.ocp
%{_texmfdistdir}/omega/ocp/omega/7lbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pap2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pas2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7snd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7syr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7tbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7urd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/apostr2psili.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2acad.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2amal.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ex.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2asv.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2bout.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2mona.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nar.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nva.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar-novow.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar.ocp
%{_texmfdistdir}/omega/ocp/omega/cunioara.ocp
%{_texmfdistdir}/omega/ocp/omega/dblquote-point.ocp
%{_texmfdistdir}/omega/ocp/omega/destroy.ocp
%{_texmfdistdir}/omega/ocp/omega/french2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/greek.ocp
%{_texmfdistdir}/omega/ocp/omega/grpo2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/grpotilde2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/inverted-iota-upsilon.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lat2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lowercase.ocp
%{_texmfdistdir}/omega/ocp/omega/lunatesigma.ocp
%{_texmfdistdir}/omega/ocp/omega/macgr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/medbeta.ocp
%{_texmfdistdir}/omega/ocp/omega/mixedgreek2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/tarauni.ocp
%{_texmfdistdir}/omega/ocp/omega/test1.ocp
%{_texmfdistdir}/omega/ocp/omega/test3.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah2.ocp
%{_texmfdistdir}/omega/ocp/omega/tsinduni.ocp
%{_texmfdistdir}/omega/ocp/omega/turduuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2cuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat-noffi.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat.ocp
%{_texmfdistdir}/omega/ocp/omega/unicuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase-no-accents.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase.ocp
%{_texmfdistdir}/omega/ocp/uni2char/out88591.ocp
%{_texmfdistdir}/omega/ocp/uni2char/oututf8.ocp
%{_texmfdistdir}/omega/otp/char2uni/in646.otp
%{_texmfdistdir}/omega/otp/char2uni/in88591.otp
%{_texmfdistdir}/omega/otp/char2uni/in88592.otp
%{_texmfdistdir}/omega/otp/char2uni/in88593.otp
%{_texmfdistdir}/omega/otp/char2uni/in88594.otp
%{_texmfdistdir}/omega/otp/char2uni/in88595.otp
%{_texmfdistdir}/omega/otp/char2uni/in88596.otp
%{_texmfdistdir}/omega/otp/char2uni/in88597.otp
%{_texmfdistdir}/omega/otp/char2uni/in88598.otp
%{_texmfdistdir}/omega/otp/char2uni/in88599.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859a.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859d.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859e.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859f.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859g.otp
%{_texmfdistdir}/omega/otp/char2uni/inatari.otp
%{_texmfdistdir}/omega/otp/char2uni/inav.otp
%{_texmfdistdir}/omega/otp/char2uni/inbig5.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1250.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1251.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1252.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1253.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1254.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1255.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1256.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1257.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1258.otp
%{_texmfdistdir}/omega/otp/char2uni/incp866.otp
%{_texmfdistdir}/omega/otp/char2uni/incp874.otp
%{_texmfdistdir}/omega/otp/char2uni/inebcdic.otp
%{_texmfdistdir}/omega/otp/char2uni/ingb.otp
%{_texmfdistdir}/omega/otp/char2uni/inkoi8.otp
%{_texmfdistdir}/omega/otp/char2uni/inmac.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos2.otp
%{_texmfdistdir}/omega/otp/char2uni/innext.otp
%{_texmfdistdir}/omega/otp/char2uni/inov.otp
%{_texmfdistdir}/omega/otp/char2uni/inps2.otp
%{_texmfdistdir}/omega/otp/char2uni/insf1.otp
%{_texmfdistdir}/omega/otp/char2uni/insf2.otp
%{_texmfdistdir}/omega/otp/char2uni/intis620.otp
%{_texmfdistdir}/omega/otp/char2uni/inucode.otp
%{_texmfdistdir}/omega/otp/char2uni/inutf8.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet1.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet2.otp
%{_texmfdistdir}/omega/otp/char2uni/inviscii.otp
%{_texmfdistdir}/omega/otp/misc/ebcdic.otp
%{_texmfdistdir}/omega/otp/misc/id.otp
%{_texmfdistdir}/omega/otp/omega/7arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/7ber2uni.otp
%{_texmfdistdir}/omega/otp/omega/7cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7hma2uni.otp
%{_texmfdistdir}/omega/otp/omega/7in88593.otp
%{_texmfdistdir}/omega/otp/omega/7lbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pap2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pas2uni.otp
%{_texmfdistdir}/omega/otp/omega/7snd2uni.otp
%{_texmfdistdir}/omega/otp/omega/7syr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7tbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7urd2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/apostr2psili.otp
%{_texmfdistdir}/omega/otp/omega/cuni2acad.otp
%{_texmfdistdir}/omega/otp/omega/cuni2amal.otp
%{_texmfdistdir}/omega/otp/omega/cuni2arab.ex.otp
%{_texmfdistdir}/omega/otp/omega/cuni2asv.otp
%{_texmfdistdir}/omega/otp/omega/cuni2bout.otp
%{_texmfdistdir}/omega/otp/omega/cuni2mona.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nar.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nva.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar-novow.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar.otp
%{_texmfdistdir}/omega/otp/omega/dblquote-point.otp
%{_texmfdistdir}/omega/otp/omega/destroy.otp
%{_texmfdistdir}/omega/otp/omega/french2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpo2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpotilde2uni.otp
%{_texmfdistdir}/omega/otp/omega/inverted-iota-upsilon.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni.otp
%{_texmfdistdir}/omega/otp/omega/lat2uni.otp
%{_texmfdistdir}/omega/otp/omega/lowercase.otp
%{_texmfdistdir}/omega/otp/omega/lunatesigma.otp
%{_texmfdistdir}/omega/otp/omega/macgr2uni.otp
%{_texmfdistdir}/omega/otp/omega/medbeta.otp
%{_texmfdistdir}/omega/otp/omega/mixedgreek2uni.otp
%{_texmfdistdir}/omega/otp/omega/uni2cuni.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat-noffi.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat.otp
%{_texmfdistdir}/omega/otp/omega/uppercase-no-accents.otp
%{_texmfdistdir}/omega/otp/omega/uppercase.otp
%{_texmfdistdir}/omega/otp/uni2char/out88591.otp
%{_texmfdistdir}/omega/otp/uni2char/oututf8.otp
%{_texmfdistdir}/tex/generic/encodings/cmbsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmbx.onm
%{_texmfdistdir}/tex/generic/encodings/cmcsc.onm
%{_texmfdistdir}/tex/generic/encodings/cmex.onm
%{_texmfdistdir}/tex/generic/encodings/cmmi.onm
%{_texmfdistdir}/tex/generic/encodings/cmmib.onm
%{_texmfdistdir}/tex/generic/encodings/cmr.onm
%{_texmfdistdir}/tex/generic/encodings/cmr1.onm
%{_texmfdistdir}/tex/generic/encodings/cmsl.onm
%{_texmfdistdir}/tex/generic/encodings/cmsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmti.onm
%{_texmfdistdir}/tex/generic/encodings/cmtt.onm
%{_texmfdistdir}/tex/generic/encodings/ecrm.onm
%{_texmfdistdir}/tex/generic/encodings/euex.onm
%{_texmfdistdir}/tex/generic/encodings/eufb.onm
%{_texmfdistdir}/tex/generic/encodings/eufm.onm
%{_texmfdistdir}/tex/generic/encodings/eurb.onm
%{_texmfdistdir}/tex/generic/encodings/eurm.onm
%{_texmfdistdir}/tex/generic/encodings/eusb.onm
%{_texmfdistdir}/tex/generic/encodings/eusm.onm
%{_texmfdistdir}/tex/generic/encodings/msam.onm
%{_texmfdistdir}/tex/generic/encodings/msbm.onm
%{_texmfdistdir}/tex/generic/omegahyph/bghyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/lthyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/srhyph.tex
%{_texmfdistdir}/tex/plain/omega/grlccode.tex
%{_texmfdistdir}/tex/plain/omega/omega.tex

%files -n texlive-omega-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-omega
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-omega.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-omega/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-omega/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-omega/fonts.scale
%{_datadir}/fonts/texlive-omega/omding.pfb
%{_datadir}/fonts/texlive-omega/omsea1.pfb
%{_datadir}/fonts/texlive-omega/omsea1b.pfb
%{_datadir}/fonts/texlive-omega/omsea2.pfb
%{_datadir}/fonts/texlive-omega/omsea2b.pfb
%{_datadir}/fonts/texlive-omega/omsea3.pfb
%{_datadir}/fonts/texlive-omega/omsea3b.pfb
%{_datadir}/fonts/texlive-omega/omseco.pfb
%{_datadir}/fonts/texlive-omega/omsecob.pfb
%{_datadir}/fonts/texlive-omega/omsecobi.pfb
%{_datadir}/fonts/texlive-omega/omsecoi.pfb
%{_datadir}/fonts/texlive-omega/omsecx.pfb
%{_datadir}/fonts/texlive-omega/omsecy.pfb
%{_datadir}/fonts/texlive-omega/omsecyb.pfb
%{_datadir}/fonts/texlive-omega/omsecyi.pfb
%{_datadir}/fonts/texlive-omega/omsegr.pfb
%{_datadir}/fonts/texlive-omega/omsegrb.pfb
%{_datadir}/fonts/texlive-omega/omsegrbi.pfb
%{_datadir}/fonts/texlive-omega/omsegri.pfb
%{_datadir}/fonts/texlive-omega/omseha.pfb
%{_datadir}/fonts/texlive-omega/omsehe.pfb
%{_datadir}/fonts/texlive-omega/omseip.pfb
%{_datadir}/fonts/texlive-omega/omsela.pfb
%{_datadir}/fonts/texlive-omega/omselab.pfb
%{_datadir}/fonts/texlive-omega/omselabi.pfb
%{_datadir}/fonts/texlive-omega/omselai.pfb
%{_datadir}/fonts/texlive-omega/omseti.pfb
%{_datadir}/fonts/texlive-omega/omssti.pfb
/var/adm/update-scripts/texlive-omega-%{texlive_version}.%{texlive_noarch}.svn33046-%{release}-zypper

%package -n texlive-omegaware
Version:        %{texlive_version}.%{texlive_noarch}.svn40768
Release:        0
Summary:        Package omegaware
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive-omegaware-bin >= %{texlive_version}
#!BuildIgnore: texlive-omegaware-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source99:       omegaware.doc.tar.xz

%description -n texlive-omegaware
The omegaware package
%post -n texlive-omegaware
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-omegaware 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-omegaware
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-omegaware
%defattr(-,root,root,755)
%{_mandir}/man1/odvicopy.1*
%{_mandir}/man1/odvitype.1*
%{_mandir}/man1/ofm2opl.1*
%{_mandir}/man1/opl2ofm.1*
%{_mandir}/man1/otangle.1*
%{_mandir}/man1/otp2ocp.1*
%{_mandir}/man1/outocp.1*
%{_mandir}/man1/ovf2ovp.1*
%{_mandir}/man1/ovp2ovf.1*
/var/adm/update-scripts/texlive-omegaware-%{texlive_version}.%{texlive_noarch}.svn40768-%{release}-zypper

%package -n texlive-onlyamsmath
Version:        %{texlive_version}.%{texlive_noarch}.0.0.10svn25006
Release:        0
Summary:        Inhibit use of non-amsmath mathematics markup when using amsmath
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-onlyamsmath-doc >= %{texlive_version}
Provides:       tex(onlyamsmath.sty)
Requires:       tex(amsmath.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source100:      onlyamsmath.tar.xz
Source101:      onlyamsmath.doc.tar.xz

%description -n texlive-onlyamsmath
This package inhibits the usage of plain TeX and (on demand) of
standard LaTeX mathematics environments. This is useful for
class writers who want to encourage their users to use the
environments provided by the amsmath package.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-onlyamsmath-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.10svn25006
Release:        0
Summary:        Documentation for texlive-onlyamsmath
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-onlyamsmath-doc
This package includes the documentation for texlive-onlyamsmath

%post -n texlive-onlyamsmath
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-onlyamsmath 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-onlyamsmath
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-onlyamsmath-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/onlyamsmath/ChangeLog
%{_texmfdistdir}/doc/latex/onlyamsmath/Makefile
%{_texmfdistdir}/doc/latex/onlyamsmath/README
%{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath-v.tex
%{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath.pdf
%{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmathtest.tex

%files -n texlive-onlyamsmath
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/onlyamsmath/onlyamsmath.sty
/var/adm/update-scripts/texlive-onlyamsmath-%{texlive_version}.%{texlive_noarch}.0.0.10svn25006-%{release}-zypper

%package -n texlive-onrannual
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn17474
Release:        0
Summary:        Class for Office of Naval Research Ocean Battlespace Sensing annual report
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-onrannual-doc >= %{texlive_version}
Provides:       tex(onrannual.cls)
Requires:       tex(article.cls)
Requires:       tex(authblk.sty)
Requires:       tex(caption.sty)
Requires:       tex(geometry.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(mathptmx.sty)
Requires:       tex(parskip.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source102:      onrannual.tar.xz
Source103:      onrannual.doc.tar.xz

%description -n texlive-onrannual
This is an unofficial document class for writing ONR annual
reports using LaTeX; as ONR has had numerous problems with
LaTeX-generated PDF submissions in the past. A skeleton
document (and its PDF output) are included.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-onrannual-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn17474
Release:        0
Summary:        Documentation for texlive-onrannual
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-onrannual-doc
This package includes the documentation for texlive-onrannual

%post -n texlive-onrannual
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-onrannual 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-onrannual
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-onrannual-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/onrannual/README
%{_texmfdistdir}/doc/latex/onrannual/sample.bib
%{_texmfdistdir}/doc/latex/onrannual/samplefigure.eps
%{_texmfdistdir}/doc/latex/onrannual/samplefigure.pdf
%{_texmfdistdir}/doc/latex/onrannual/skeleton.pdf
%{_texmfdistdir}/doc/latex/onrannual/skeleton.tex

%files -n texlive-onrannual
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/onrannual/onrannual.cls
/var/adm/update-scripts/texlive-onrannual-%{texlive_version}.%{texlive_noarch}.1.1svn17474-%{release}-zypper

%package -n texlive-opcit
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release:        0
Summary:        Footnote-style bibliographical references
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-opcit-doc >= %{texlive_version}
Provides:       tex(opcit.sty)
Requires:       tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source104:      opcit.tar.xz
Source105:      opcit.doc.tar.xz

%description -n texlive-opcit
This package addresses the problem of expressing citations in a
style that is natural for humanities studies, yet does not
interfere with the flow of text (as author-year styles do). The
package differs from footbib in that it uses real footnotes,
potentially in the same series as any of the document's other
footnotes. Opcit also, as its name implies, avoids repetition
of full citations, achieving this, to a large extent,
automatically.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-opcit-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release:        0
Summary:        Documentation for texlive-opcit
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-opcit-doc
This package includes the documentation for texlive-opcit

%post -n texlive-opcit
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-opcit 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-opcit
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-opcit-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/opcit/README
%{_texmfdistdir}/doc/latex/opcit/opcit.pdf

%files -n texlive-opcit
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/opcit/opcit.bst
%{_texmfdistdir}/tex/latex/opcit/opcit.sty
/var/adm/update-scripts/texlive-opcit-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper

%package -n texlive-opensans
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn24706
Release:        0
Summary:        The Open Sans font family, and 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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-opensans-fonts >= %{texlive_version}
Recommends:     texlive-opensans-doc >= %{texlive_version}
Provides:       tex(OpenSans-Bold-01.tfm)
Provides:       tex(OpenSans-Bold-02.tfm)
Provides:       tex(OpenSans-Bold-03.tfm)
Provides:       tex(OpenSans-Bold-04.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Bold-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Bold-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-t1.vf)
Provides:       tex(OpenSans-Bold-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Bold-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Bold-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Bold-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Bold-OSFigures-x2.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-t1.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-Bold-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-Bold-SmallCaps-x2.vf)
Provides:       tex(OpenSans-Bold-lgr.tfm)
Provides:       tex(OpenSans-Bold-lgr.vf)
Provides:       tex(OpenSans-Bold-ot1.tfm)
Provides:       tex(OpenSans-Bold-ot1.vf)
Provides:       tex(OpenSans-Bold-t1.tfm)
Provides:       tex(OpenSans-Bold-t1.vf)
Provides:       tex(OpenSans-Bold-t2a.tfm)
Provides:       tex(OpenSans-Bold-t2a.vf)
Provides:       tex(OpenSans-Bold-t2b.tfm)
Provides:       tex(OpenSans-Bold-t2b.vf)
Provides:       tex(OpenSans-Bold-t2c.tfm)
Provides:       tex(OpenSans-Bold-t2c.vf)
Provides:       tex(OpenSans-Bold-ts1.tfm)
Provides:       tex(OpenSans-Bold-ts1.vf)
Provides:       tex(OpenSans-Bold-x2.tfm)
Provides:       tex(OpenSans-Bold-x2.vf)
Provides:       tex(OpenSans-BoldItalic-01.tfm)
Provides:       tex(OpenSans-BoldItalic-02.tfm)
Provides:       tex(OpenSans-BoldItalic-03.tfm)
Provides:       tex(OpenSans-BoldItalic-04.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t1.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-BoldItalic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-BoldItalic-OSFigures-x2.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-BoldItalic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-BoldItalic-lgr.tfm)
Provides:       tex(OpenSans-BoldItalic-lgr.vf)
Provides:       tex(OpenSans-BoldItalic-ot1.tfm)
Provides:       tex(OpenSans-BoldItalic-ot1.vf)
Provides:       tex(OpenSans-BoldItalic-t1.tfm)
Provides:       tex(OpenSans-BoldItalic-t1.vf)
Provides:       tex(OpenSans-BoldItalic-t2a.tfm)
Provides:       tex(OpenSans-BoldItalic-t2a.vf)
Provides:       tex(OpenSans-BoldItalic-t2b.tfm)
Provides:       tex(OpenSans-BoldItalic-t2b.vf)
Provides:       tex(OpenSans-BoldItalic-t2c.tfm)
Provides:       tex(OpenSans-BoldItalic-t2c.vf)
Provides:       tex(OpenSans-BoldItalic-ts1.tfm)
Provides:       tex(OpenSans-BoldItalic-ts1.vf)
Provides:       tex(OpenSans-BoldItalic-x2.tfm)
Provides:       tex(OpenSans-BoldItalic-x2.vf)
Provides:       tex(OpenSans-CondLight-01.tfm)
Provides:       tex(OpenSans-CondLight-02.tfm)
Provides:       tex(OpenSans-CondLight-03.tfm)
Provides:       tex(OpenSans-CondLight-04.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-lgr.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-ot1.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-t1.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-t1.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-t2a.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-t2b.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-t2c.vf)
Provides:       tex(OpenSans-CondLight-OSFigures-x2.tfm)
Provides:       tex(OpenSans-CondLight-OSFigures-x2.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-t1.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-CondLight-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-CondLight-SmallCaps-x2.vf)
Provides:       tex(OpenSans-CondLight-lgr.tfm)
Provides:       tex(OpenSans-CondLight-lgr.vf)
Provides:       tex(OpenSans-CondLight-ot1.tfm)
Provides:       tex(OpenSans-CondLight-ot1.vf)
Provides:       tex(OpenSans-CondLight-t1.tfm)
Provides:       tex(OpenSans-CondLight-t1.vf)
Provides:       tex(OpenSans-CondLight-t2a.tfm)
Provides:       tex(OpenSans-CondLight-t2a.vf)
Provides:       tex(OpenSans-CondLight-t2b.tfm)
Provides:       tex(OpenSans-CondLight-t2b.vf)
Provides:       tex(OpenSans-CondLight-t2c.tfm)
Provides:       tex(OpenSans-CondLight-t2c.vf)
Provides:       tex(OpenSans-CondLight-ts1.tfm)
Provides:       tex(OpenSans-CondLight-ts1.vf)
Provides:       tex(OpenSans-CondLight-x2.tfm)
Provides:       tex(OpenSans-CondLight-x2.vf)
Provides:       tex(OpenSans-CondLightItalic-01.tfm)
Provides:       tex(OpenSans-CondLightItalic-02.tfm)
Provides:       tex(OpenSans-CondLightItalic-03.tfm)
Provides:       tex(OpenSans-CondLightItalic-04.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t1.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-CondLightItalic-OSFigures-x2.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-CondLightItalic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-CondLightItalic-lgr.tfm)
Provides:       tex(OpenSans-CondLightItalic-lgr.vf)
Provides:       tex(OpenSans-CondLightItalic-ot1.tfm)
Provides:       tex(OpenSans-CondLightItalic-ot1.vf)
Provides:       tex(OpenSans-CondLightItalic-t1.tfm)
Provides:       tex(OpenSans-CondLightItalic-t1.vf)
Provides:       tex(OpenSans-CondLightItalic-t2a.tfm)
Provides:       tex(OpenSans-CondLightItalic-t2a.vf)
Provides:       tex(OpenSans-CondLightItalic-t2b.tfm)
Provides:       tex(OpenSans-CondLightItalic-t2b.vf)
Provides:       tex(OpenSans-CondLightItalic-t2c.tfm)
Provides:       tex(OpenSans-CondLightItalic-t2c.vf)
Provides:       tex(OpenSans-CondLightItalic-ts1.tfm)
Provides:       tex(OpenSans-CondLightItalic-ts1.vf)
Provides:       tex(OpenSans-CondLightItalic-x2.tfm)
Provides:       tex(OpenSans-CondLightItalic-x2.vf)
Provides:       tex(OpenSans-ExtraBold-01.tfm)
Provides:       tex(OpenSans-ExtraBold-02.tfm)
Provides:       tex(OpenSans-ExtraBold-03.tfm)
Provides:       tex(OpenSans-ExtraBold-04.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-lgr.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-ot1.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t1.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t1.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2a.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2b.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-t2c.vf)
Provides:       tex(OpenSans-ExtraBold-OSFigures-x2.tfm)
Provides:       tex(OpenSans-ExtraBold-OSFigures-x2.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t1.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-ExtraBold-SmallCaps-x2.vf)
Provides:       tex(OpenSans-ExtraBold-lgr.tfm)
Provides:       tex(OpenSans-ExtraBold-lgr.vf)
Provides:       tex(OpenSans-ExtraBold-ot1.tfm)
Provides:       tex(OpenSans-ExtraBold-ot1.vf)
Provides:       tex(OpenSans-ExtraBold-t1.tfm)
Provides:       tex(OpenSans-ExtraBold-t1.vf)
Provides:       tex(OpenSans-ExtraBold-t2a.tfm)
Provides:       tex(OpenSans-ExtraBold-t2a.vf)
Provides:       tex(OpenSans-ExtraBold-t2b.tfm)
Provides:       tex(OpenSans-ExtraBold-t2b.vf)
Provides:       tex(OpenSans-ExtraBold-t2c.tfm)
Provides:       tex(OpenSans-ExtraBold-t2c.vf)
Provides:       tex(OpenSans-ExtraBold-ts1.tfm)
Provides:       tex(OpenSans-ExtraBold-ts1.vf)
Provides:       tex(OpenSans-ExtraBold-x2.tfm)
Provides:       tex(OpenSans-ExtraBold-x2.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-01.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-02.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-03.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-04.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-OSFigures-x2.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-lgr.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-lgr.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-ot1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-ot1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-t1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-t1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-t2a.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-t2a.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-t2b.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-t2b.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-t2c.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-t2c.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-ts1.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-ts1.vf)
Provides:       tex(OpenSans-ExtraBoldItalic-x2.tfm)
Provides:       tex(OpenSans-ExtraBoldItalic-x2.vf)
Provides:       tex(OpenSans-Italic-01.tfm)
Provides:       tex(OpenSans-Italic-02.tfm)
Provides:       tex(OpenSans-Italic-03.tfm)
Provides:       tex(OpenSans-Italic-04.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Italic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Italic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-t1.vf)
Provides:       tex(OpenSans-Italic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Italic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Italic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Italic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Italic-OSFigures-x2.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-Italic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-Italic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-Italic-lgr.tfm)
Provides:       tex(OpenSans-Italic-lgr.vf)
Provides:       tex(OpenSans-Italic-ot1.tfm)
Provides:       tex(OpenSans-Italic-ot1.vf)
Provides:       tex(OpenSans-Italic-t1.tfm)
Provides:       tex(OpenSans-Italic-t1.vf)
Provides:       tex(OpenSans-Italic-t2a.tfm)
Provides:       tex(OpenSans-Italic-t2a.vf)
Provides:       tex(OpenSans-Italic-t2b.tfm)
Provides:       tex(OpenSans-Italic-t2b.vf)
Provides:       tex(OpenSans-Italic-t2c.tfm)
Provides:       tex(OpenSans-Italic-t2c.vf)
Provides:       tex(OpenSans-Italic-ts1.tfm)
Provides:       tex(OpenSans-Italic-ts1.vf)
Provides:       tex(OpenSans-Italic-x2.tfm)
Provides:       tex(OpenSans-Italic-x2.vf)
Provides:       tex(OpenSans-Light-01.tfm)
Provides:       tex(OpenSans-Light-02.tfm)
Provides:       tex(OpenSans-Light-03.tfm)
Provides:       tex(OpenSans-Light-04.tfm)
Provides:       tex(OpenSans-Light-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Light-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Light-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Light-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Light-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Light-OSFigures-t1.vf)
Provides:       tex(OpenSans-Light-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Light-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Light-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Light-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Light-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Light-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Light-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Light-OSFigures-x2.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-Light-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-Light-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-Light-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-t1.vf)
Provides:       tex(OpenSans-Light-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-Light-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-Light-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-Light-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-Light-SmallCaps-x2.vf)
Provides:       tex(OpenSans-Light-lgr.tfm)
Provides:       tex(OpenSans-Light-lgr.vf)
Provides:       tex(OpenSans-Light-ot1.tfm)
Provides:       tex(OpenSans-Light-ot1.vf)
Provides:       tex(OpenSans-Light-t1.tfm)
Provides:       tex(OpenSans-Light-t1.vf)
Provides:       tex(OpenSans-Light-t2a.tfm)
Provides:       tex(OpenSans-Light-t2a.vf)
Provides:       tex(OpenSans-Light-t2b.tfm)
Provides:       tex(OpenSans-Light-t2b.vf)
Provides:       tex(OpenSans-Light-t2c.tfm)
Provides:       tex(OpenSans-Light-t2c.vf)
Provides:       tex(OpenSans-Light-ts1.tfm)
Provides:       tex(OpenSans-Light-ts1.vf)
Provides:       tex(OpenSans-Light-x2.tfm)
Provides:       tex(OpenSans-Light-x2.vf)
Provides:       tex(OpenSans-LightItalic-01.tfm)
Provides:       tex(OpenSans-LightItalic-02.tfm)
Provides:       tex(OpenSans-LightItalic-03.tfm)
Provides:       tex(OpenSans-LightItalic-04.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-t1.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-LightItalic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-LightItalic-OSFigures-x2.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-LightItalic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-LightItalic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-LightItalic-lgr.tfm)
Provides:       tex(OpenSans-LightItalic-lgr.vf)
Provides:       tex(OpenSans-LightItalic-ot1.tfm)
Provides:       tex(OpenSans-LightItalic-ot1.vf)
Provides:       tex(OpenSans-LightItalic-t1.tfm)
Provides:       tex(OpenSans-LightItalic-t1.vf)
Provides:       tex(OpenSans-LightItalic-t2a.tfm)
Provides:       tex(OpenSans-LightItalic-t2a.vf)
Provides:       tex(OpenSans-LightItalic-t2b.tfm)
Provides:       tex(OpenSans-LightItalic-t2b.vf)
Provides:       tex(OpenSans-LightItalic-t2c.tfm)
Provides:       tex(OpenSans-LightItalic-t2c.vf)
Provides:       tex(OpenSans-LightItalic-ts1.tfm)
Provides:       tex(OpenSans-LightItalic-ts1.vf)
Provides:       tex(OpenSans-LightItalic-x2.tfm)
Provides:       tex(OpenSans-LightItalic-x2.vf)
Provides:       tex(OpenSans-Regular-01.tfm)
Provides:       tex(OpenSans-Regular-02.tfm)
Provides:       tex(OpenSans-Regular-03.tfm)
Provides:       tex(OpenSans-Regular-04.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Regular-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Regular-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-t1.vf)
Provides:       tex(OpenSans-Regular-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Regular-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Regular-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Regular-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Regular-OSFigures-x2.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-t1.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-Regular-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-Regular-SmallCaps-x2.vf)
Provides:       tex(OpenSans-Regular-lgr.tfm)
Provides:       tex(OpenSans-Regular-lgr.vf)
Provides:       tex(OpenSans-Regular-ot1.tfm)
Provides:       tex(OpenSans-Regular-ot1.vf)
Provides:       tex(OpenSans-Regular-t1.tfm)
Provides:       tex(OpenSans-Regular-t1.vf)
Provides:       tex(OpenSans-Regular-t2a.tfm)
Provides:       tex(OpenSans-Regular-t2a.vf)
Provides:       tex(OpenSans-Regular-t2b.tfm)
Provides:       tex(OpenSans-Regular-t2b.vf)
Provides:       tex(OpenSans-Regular-t2c.tfm)
Provides:       tex(OpenSans-Regular-t2c.vf)
Provides:       tex(OpenSans-Regular-ts1.tfm)
Provides:       tex(OpenSans-Regular-ts1.vf)
Provides:       tex(OpenSans-Regular-x2.tfm)
Provides:       tex(OpenSans-Regular-x2.vf)
Provides:       tex(OpenSans-Semibold-01.tfm)
Provides:       tex(OpenSans-Semibold-02.tfm)
Provides:       tex(OpenSans-Semibold-03.tfm)
Provides:       tex(OpenSans-Semibold-04.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-t1.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Semibold-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Semibold-OSFigures-x2.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-t1.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-Semibold-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-Semibold-SmallCaps-x2.vf)
Provides:       tex(OpenSans-Semibold-lgr.tfm)
Provides:       tex(OpenSans-Semibold-lgr.vf)
Provides:       tex(OpenSans-Semibold-ot1.tfm)
Provides:       tex(OpenSans-Semibold-ot1.vf)
Provides:       tex(OpenSans-Semibold-t1.tfm)
Provides:       tex(OpenSans-Semibold-t1.vf)
Provides:       tex(OpenSans-Semibold-t2a.tfm)
Provides:       tex(OpenSans-Semibold-t2a.vf)
Provides:       tex(OpenSans-Semibold-t2b.tfm)
Provides:       tex(OpenSans-Semibold-t2b.vf)
Provides:       tex(OpenSans-Semibold-t2c.tfm)
Provides:       tex(OpenSans-Semibold-t2c.vf)
Provides:       tex(OpenSans-Semibold-ts1.tfm)
Provides:       tex(OpenSans-Semibold-ts1.vf)
Provides:       tex(OpenSans-Semibold-x2.tfm)
Provides:       tex(OpenSans-Semibold-x2.vf)
Provides:       tex(OpenSans-SemiboldItalic-01.tfm)
Provides:       tex(OpenSans-SemiboldItalic-02.tfm)
Provides:       tex(OpenSans-SemiboldItalic-03.tfm)
Provides:       tex(OpenSans-SemiboldItalic-04.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-lgr.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-ot1.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t1.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2a.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2b.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-t2c.vf)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-x2.tfm)
Provides:       tex(OpenSans-SemiboldItalic-OSFigures-x2.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-lgr.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-lgr.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-ot1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-ot1.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t1.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2a.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2a.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2b.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2b.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2c.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-t2c.vf)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-x2.tfm)
Provides:       tex(OpenSans-SemiboldItalic-SmallCaps-x2.vf)
Provides:       tex(OpenSans-SemiboldItalic-lgr.tfm)
Provides:       tex(OpenSans-SemiboldItalic-lgr.vf)
Provides:       tex(OpenSans-SemiboldItalic-ot1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-ot1.vf)
Provides:       tex(OpenSans-SemiboldItalic-t1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-t1.vf)
Provides:       tex(OpenSans-SemiboldItalic-t2a.tfm)
Provides:       tex(OpenSans-SemiboldItalic-t2a.vf)
Provides:       tex(OpenSans-SemiboldItalic-t2b.tfm)
Provides:       tex(OpenSans-SemiboldItalic-t2b.vf)
Provides:       tex(OpenSans-SemiboldItalic-t2c.tfm)
Provides:       tex(OpenSans-SemiboldItalic-t2c.vf)
Provides:       tex(OpenSans-SemiboldItalic-ts1.tfm)
Provides:       tex(OpenSans-SemiboldItalic-ts1.vf)
Provides:       tex(OpenSans-SemiboldItalic-x2.tfm)
Provides:       tex(OpenSans-SemiboldItalic-x2.vf)
Provides:       tex(lgrfos.fd)
Provides:       tex(lgrfosj.fd)
Provides:       tex(opensans-01.enc)
Provides:       tex(opensans-02.enc)
Provides:       tex(opensans-03.enc)
Provides:       tex(opensans-04.enc)
Provides:       tex(opensans.map)
Provides:       tex(opensans.sty)
Provides:       tex(ot1fos.fd)
Provides:       tex(ot1fosj.fd)
Provides:       tex(t1fos.fd)
Provides:       tex(t1fosj.fd)
Provides:       tex(t2afos.fd)
Provides:       tex(t2afosj.fd)
Provides:       tex(t2bfos.fd)
Provides:       tex(t2bfosj.fd)
Provides:       tex(t2cfos.fd)
Provides:       tex(t2cfosj.fd)
Provides:       tex(ts1fos.fd)
Provides:       tex(ts1fosj.fd)
Provides:       tex(x2fos.fd)
Provides:       tex(x2fosj.fd)
Requires:       tex(keyval.sty)
Requires:       tex(slantsc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source106:      opensans.tar.xz
Source107:      opensans.doc.tar.xz

%description -n texlive-opensans
Open Sans is a humanist sans serif typeface designed by Steve
Matteson; the font is available from the Google Font Directory
as TrueType files licensed under the Apache License version
2.0. The package provides support for this font family in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with dvips

date: 2015-08-03 03:43:12 +0000


%package -n texlive-opensans-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn24706
Release:        0
Summary:        Documentation for texlive-opensans
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-opensans-doc
This package includes the documentation for texlive-opensans


%package -n texlive-opensans-fonts
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn24706
Release:        0
Summary:        Severed fonts for texlive-opensans
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-opensans-fonts
The  separated fonts package for texlive-opensans
%post -n texlive-opensans
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap opensans.map' >> /var/run/texlive/run-updmap

%postun -n texlive-opensans 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap opensans.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-opensans
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-opensans-fonts
mkfontscale  %{_datadir}/fonts/texlive-opensans
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-opensans
fc-cache     %{_datadir}/fonts

%postun -n texlive-opensans-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-opensans-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/opensans/CHANGES
%{_texmfdistdir}/doc/fonts/opensans/README
%{_texmfdistdir}/doc/fonts/opensans/manifest.txt
%{_texmfdistdir}/doc/fonts/opensans/opensans-samples.pdf
%{_texmfdistdir}/doc/fonts/opensans/opensans-samples.tex
%{_texmfdistdir}/doc/fonts/opensans/opensans.pdf
%{_texmfdistdir}/doc/fonts/opensans/opensans.tex

%files -n texlive-opensans
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLight.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Italic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Light.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-LightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Regular.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Semibold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-SemiboldItalic.afm
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-01.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-02.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-03.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-04.enc
%{_texmfdistdir}/fonts/map/dvips/opensans/opensans.map
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-x2.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-BoldItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLight.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLightItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBoldItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Italic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Light.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-LightItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Semibold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-SemiboldItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLight.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLightItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Light.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-LightItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Semibold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-SemiboldItalic.pfb
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-x2.vf
%{_texmfdistdir}/tex/latex/opensans/lgrfos.fd
%{_texmfdistdir}/tex/latex/opensans/lgrfosj.fd
%{_texmfdistdir}/tex/latex/opensans/opensans.sty
%{_texmfdistdir}/tex/latex/opensans/ot1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ot1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t1fos.fd
%{_texmfdistdir}/tex/latex/opensans/t1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2afos.fd
%{_texmfdistdir}/tex/latex/opensans/t2afosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfosj.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/x2fos.fd
%{_texmfdistdir}/tex/latex/opensans/x2fosj.fd

%files -n texlive-opensans-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-opensans
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-opensans.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-opensans/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-opensans/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-opensans/fonts.scale
%{_datadir}/fonts/texlive-opensans/OpenSans-Bold.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-BoldItalic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-CondLight.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-CondLightItalic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-ExtraBold.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-ExtraBoldItalic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-Italic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-Light.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-LightItalic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-Regular.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-Semibold.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-SemiboldItalic.ttf
%{_datadir}/fonts/texlive-opensans/OpenSans-Bold.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-BoldItalic.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-CondLight.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-CondLightItalic.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-ExtraBold.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-ExtraBoldItalic.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-Italic.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-Light.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-LightItalic.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-Regular.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-Semibold.pfb
%{_datadir}/fonts/texlive-opensans/OpenSans-SemiboldItalic.pfb
/var/adm/update-scripts/texlive-opensans-%{texlive_version}.%{texlive_noarch}.1.2svn24706-%{release}-zypper

%package -n texlive-opteng
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn27331
Release:        0
Summary:        SPIE Optical Engineering and OE Letters manuscript template
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-opteng-doc >= %{texlive_version}
Provides:       tex(opteng.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source108:      opteng.tar.xz
Source109:      opteng.doc.tar.xz

%description -n texlive-opteng
With this template, and associated style and LaTeX packages, it
is possible to estimate the page length of manuscripts for
submission to the SPIE journals 'Optical Engineering' and
'Optical Engineering Letters'. With a strict three-page limit,
this is particularly important for the latter. The template
gives simple instructions on how to prepare the manuscript.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-opteng-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn27331
Release:        0
Summary:        Documentation for texlive-opteng
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-opteng-doc
This package includes the documentation for texlive-opteng

%post -n texlive-opteng
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-opteng 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-opteng
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-opteng-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.pdf
%{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.tex
%{_texmfdistdir}/doc/latex/opteng/README

%files -n texlive-opteng
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/opteng/opteng.sty
/var/adm/update-scripts/texlive-opteng-%{texlive_version}.%{texlive_noarch}.1.0svn27331-%{release}-zypper

%package -n texlive-optional
Version:        %{texlive_version}.%{texlive_noarch}.2.2bsvn18131
Release:        0
Summary:        Facilitate optional printing of parts of a document
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-optional-doc >= %{texlive_version}
Provides:       tex(optional.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source110:      optional.tar.xz
Source111:      optional.doc.tar.xz

%description -n texlive-optional
Optional provides simple, flexible, optional compilation of
LaTeX documents. Option switches may be given via package
options, by the \UseOption command, or interactively via the
\AskOption command (help text may be provided, by defining the
\ExplainOptions command). The package is not robust, in the way
that comment package is, against ill-behaved text. In
particular, verbatim text may not be directly included in
optional sections (whether they're included or not).

date: 2015-08-03 03:43:12 +0000


%package -n texlive-optional-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.2bsvn18131
Release:        0
Summary:        Documentation for texlive-optional
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-optional-doc
This package includes the documentation for texlive-optional

%post -n texlive-optional
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-optional 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-optional
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-optional-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/optional/optional.pdf
%{_texmfdistdir}/doc/latex/optional/optional.tex

%files -n texlive-optional
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/optional/optional.sty
/var/adm/update-scripts/texlive-optional-%{texlive_version}.%{texlive_noarch}.2.2bsvn18131-%{release}-zypper

%package -n texlive-options
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn39030
Release:        0
Summary:        Provides convenient key-value options for LaTeX package writers
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-options-doc >= %{texlive_version}
Provides:       tex(options.sty)
Requires:       tex(etoolbox.sty)
Requires:       tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source112:      options.tar.xz
Source113:      options.doc.tar.xz

%description -n texlive-options
The options package provides easy to use key-value options for
LaTeX package writers. It has a similar interface as pgfkeys
with path options but comes with more built-in data types and
more convenient support for families and searching.

date: 2016-02-02 04:57:37 +0000


%package -n texlive-options-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn39030
Release:        0
Summary:        Documentation for texlive-options
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-options-doc
This package includes the documentation for texlive-options

%post -n texlive-options
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-options 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-options
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-options-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/options/README
%{_texmfdistdir}/doc/latex/options/options.html
%{_texmfdistdir}/doc/latex/options/options.pdf

%files -n texlive-options
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/options/options.sty
/var/adm/update-scripts/texlive-options-%{texlive_version}.%{texlive_noarch}.1.0svn39030-%{release}-zypper

%package -n texlive-ordinalpt
Version:        %{texlive_version}.%{texlive_noarch}.2.1svn15878
Release:        0
Summary:        Counters as ordinal numbers in Portuguese
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ordinalpt-doc >= %{texlive_version}
Provides:       tex(ordinalpt.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source114:      ordinalpt.tar.xz
Source115:      ordinalpt.doc.tar.xz

%description -n texlive-ordinalpt
The package provides a counter style (like \arabic, \alph and
others) which produces as output strings like "primeiro"
("first" in Portuguese), "segundo" (second), and so on up to
1999th. Separate counter commands are provided for different
letter case variants, and for masculine and feminine gender
inflections.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ordinalpt-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.1svn15878
Release:        0
Summary:        Documentation for texlive-ordinalpt
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ordinalpt-doc
This package includes the documentation for texlive-ordinalpt

%post -n texlive-ordinalpt
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ordinalpt 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ordinalpt
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ordinalpt-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ordinalpt/README
%{_texmfdistdir}/doc/latex/ordinalpt/ordinalpt.pdf

%files -n texlive-ordinalpt
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ordinalpt/ordinalpt.sty
/var/adm/update-scripts/texlive-ordinalpt-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper

%package -n texlive-orkhun
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        A font for orkhun script
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-orkhun-doc >= %{texlive_version}
Provides:       tex(orhant11.tfm)
Provides:       tex(orhant14.tfm)
Provides:       tex(orhant16.tfm)
Provides:       tex(orhant20.tfm)
Provides:       tex(orhant25.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source116:      orkhun.tar.xz
Source117:      orkhun.doc.tar.xz

%description -n texlive-orkhun
The font covers an old Turkic script. It is provided as
Metafont source.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-orkhun-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-orkhun
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-orkhun-doc
This package includes the documentation for texlive-orkhun

%post -n texlive-orkhun
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-orkhun 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-orkhun
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-orkhun-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/orkhun/README_Orkhun.txt
%{_texmfdistdir}/doc/fonts/orkhun/rakhimov.pdf
%{_texmfdistdir}/doc/fonts/orkhun/rakhimov.tex

%files -n texlive-orkhun
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/orkhun/orhant.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant11.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant14.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant16.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant20.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant25.mf
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant11.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant14.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant16.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant20.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant25.tfm
/var/adm/update-scripts/texlive-orkhun-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-oscola
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn34207
Release:        0
Summary:        BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-oscola-doc >= %{texlive_version}
Provides:       tex(english-oscola.lbx)
Provides:       tex(oscola.bbx)
Provides:       tex(oscola.cbx)
Requires:       tex(authortitle.bbx)
Requires:       tex(verbose-inote.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source118:      oscola.tar.xz
Source119:      oscola.doc.tar.xz

%description -n texlive-oscola
The package provides a set of style files for use with BibLaTeX
(v 2+) and Biber (v 1+) to produce citations and bibliographies
in accordance with the widely-used Oxford Standard for the
Citation of Legal Authorities. It also includes facilities for
constructing tables of cases and legislation from citations (in
conjunction with appropriate indexing packages).

date: 2015-08-08 17:53:23 +0000


%package -n texlive-oscola-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn34207
Release:        0
Summary:        Documentation for texlive-oscola
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oscola-doc
This package includes the documentation for texlive-oscola

%post -n texlive-oscola
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oscola 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oscola
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-oscola-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/oscola/README
%{_texmfdistdir}/doc/latex/oscola/oscola-examples.bib
%{_texmfdistdir}/doc/latex/oscola/oscola.pdf
%{_texmfdistdir}/doc/latex/oscola/oscola.tex

%files -n texlive-oscola
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/oscola/oscola.ist
%{_texmfdistdir}/tex/latex/oscola/english-oscola.lbx
%{_texmfdistdir}/tex/latex/oscola/oscola.bbx
%{_texmfdistdir}/tex/latex/oscola/oscola.cbx
/var/adm/update-scripts/texlive-oscola-%{texlive_version}.%{texlive_noarch}.1.4svn34207-%{release}-zypper

%package -n texlive-ot-tableau
Version:        %{texlive_version}.%{texlive_noarch}.svn35095
Release:        0
Summary:        Optimality Theory tableaux 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-ot-tableau-doc >= %{texlive_version}
Provides:       tex(ot-tableau.sty)
Requires:       tex(amssymb.sty)
Requires:       tex(arydshln.sty)
Requires:       tex(bbding.sty)
Requires:       tex(colortbl.sty)
Requires:       tex(rotating.sty)
Requires:       tex(suffix.sty)
Requires:       tex(tipa.sty)
Requires:       tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source120:      ot-tableau.tar.xz
Source121:      ot-tableau.doc.tar.xz

%description -n texlive-ot-tableau
The package makes it easy to create beautiful optimality-
theoretic tableaux. The LaTeX source is visually very similar
to a formatted tableau, which makes working with the source
code painless (well, less painful). A variety of stylistic
variants are available to suit personal taste.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-ot-tableau-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn35095
Release:        0
Summary:        Documentation for texlive-ot-tableau
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-ot-tableau-doc
This package includes the documentation for texlive-ot-tableau

%post -n texlive-ot-tableau
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-ot-tableau 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-ot-tableau
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-ot-tableau-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/ot-tableau/README
%{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.pdf
%{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.tex

%files -n texlive-ot-tableau
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/ot-tableau/ot-tableau.sty
/var/adm/update-scripts/texlive-ot-tableau-%{texlive_version}.%{texlive_noarch}.svn35095-%{release}-zypper

%package -n texlive-othello
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Modification of a Go package to create othello boards
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-othello-doc >= %{texlive_version}
Provides:       tex(ot10.tfm)
Provides:       tex(ot15.tfm)
Provides:       tex(ot1bla10.tfm)
Provides:       tex(ot1bla15.tfm)
Provides:       tex(ot1bla20.tfm)
Provides:       tex(ot1neu10.tfm)
Provides:       tex(ot1neu15.tfm)
Provides:       tex(ot1neu20.tfm)
Provides:       tex(ot1whi10.tfm)
Provides:       tex(ot1whi15.tfm)
Provides:       tex(ot1whi20.tfm)
Provides:       tex(othello.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source122:      othello.tar.xz
Source123:      othello.doc.tar.xz

%description -n texlive-othello
A package (based on Kolodziejska's go), and fonts (as Metafont
source) are provided.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-othello-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-othello
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-othello-doc
This package includes the documentation for texlive-othello

%post -n texlive-othello
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-othello 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-othello
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-othello-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/othello/boards.tex
%{_texmfdistdir}/doc/latex/othello/othello.tex

%files -n texlive-othello
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/othello/ot.mf
%{_texmfdistdir}/fonts/source/public/othello/ot10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1black.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1white.mf
%{_texmfdistdir}/fonts/tfm/public/othello/ot10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi20.tfm
%{_texmfdistdir}/tex/latex/othello/othello.sty
/var/adm/update-scripts/texlive-othello-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-othelloboard
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn23714
Release:        0
Summary:        Typeset Othello (Reversi) diagrams of any size, with annotations
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-othelloboard-doc >= %{texlive_version}
Provides:       tex(othelloboard.sty)
Requires:       tex(color.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(pict2e.sty)
Requires:       tex(stringstrings.sty)
Requires:       tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source124:      othelloboard.tar.xz
Source125:      othelloboard.doc.tar.xz

%description -n texlive-othelloboard
The package enables the user to generate high-quality Othello
(also known as Reversi) board diagrams of any size. The
diagrams support annotations, including full game transcripts.
Automated board or transcript creation, from plain text formats
standard to WZebra (and other programs) is also supported.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-othelloboard-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn23714
Release:        0
Summary:        Documentation for texlive-othelloboard
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-othelloboard-doc
This package includes the documentation for texlive-othelloboard

%post -n texlive-othelloboard
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-othelloboard 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-othelloboard
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-othelloboard-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/othelloboard/README
%{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.pdf
%{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.tex
%{_texmfdistdir}/doc/latex/othelloboard/othelloboard.pdf
%{_texmfdistdir}/doc/latex/othelloboard/othelloboard.tex

%files -n texlive-othelloboard
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/othelloboard/othelloboard.sty
/var/adm/update-scripts/texlive-othelloboard-%{texlive_version}.%{texlive_noarch}.1.2svn23714-%{release}-zypper

%package -n texlive-otibet
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Package otibet
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-otibet-doc >= %{texlive_version}
Provides:       tex(ot1tib.fd)
Provides:       tex(otibet.sty)
Provides:       tex(otibet.tex)
Provides:       tex(t1tib.fd)
Provides:       tex(tibetan.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source126:      otibet.tar.xz
Source127:      otibet.doc.tar.xz

%description -n texlive-otibet
The otibet package

%package -n texlive-otibet-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-otibet
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-otibet-doc
This package includes the documentation for texlive-otibet

%post -n texlive-otibet
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-otibet 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-otibet
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-otibet-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/otibet/README
%{_texmfdistdir}/doc/latex/otibet/allbasic-mule.tex
%{_texmfdistdir}/doc/latex/otibet/allbasic.dvi
%{_texmfdistdir}/doc/latex/otibet/allbasic.tex
%{_texmfdistdir}/doc/latex/otibet/otibet-mule.tex
%{_texmfdistdir}/doc/latex/otibet/testtib.tex
%{_texmfdistdir}/doc/latex/otibet/tiblatex.dvi
%{_texmfdistdir}/doc/latex/otibet/tiblatex.tex
%{_texmfdistdir}/doc/latex/otibet/unidoc.dvi
%{_texmfdistdir}/doc/latex/otibet/unidoc.tex
%{_texmfdistdir}/doc/latex/otibet/yugpacan.dvi
%{_texmfdistdir}/doc/latex/otibet/yugpacan.tex

%files -n texlive-otibet
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/ofm/public/otibet/otibetan.ofm
%{_texmfdistdir}/fonts/ovf/public/otibet/otibetan.ovf
%{_texmfdistdir}/fonts/ovp/public/otibet/otibetan.ovp
%{_texmfdistdir}/fonts/source/public/otibet/bzrsetup.mf
%{_texmfdistdir}/fonts/source/public/otibet/tibetan.mf
%{_texmfdistdir}/fonts/tfm/public/otibet/tibetan.tfm
%{_texmfdistdir}/omega/ocp/otibet/tibadjusttsheg.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinunicode.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinwylie.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibout.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibspecial.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibuniuni.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibvowel.ocp
%{_texmfdistdir}/omega/otp/otibet/tibadjusttsheg.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni-old.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni.otp
%{_texmfdistdir}/omega/otp/otibet/tibinunicode.otp
%{_texmfdistdir}/omega/otp/otibet/tibinwylie.otp
%{_texmfdistdir}/omega/otp/otibet/tibout.otp
%{_texmfdistdir}/omega/otp/otibet/tibshow.otp
%{_texmfdistdir}/omega/otp/otibet/tibspecial.otp
%{_texmfdistdir}/omega/otp/otibet/tibuniuni.otp
%{_texmfdistdir}/omega/otp/otibet/tibvowel.otp
%{_texmfdistdir}/tex/latex/otibet/ot1tib.fd
%{_texmfdistdir}/tex/latex/otibet/otibet.sty
%{_texmfdistdir}/tex/latex/otibet/otibet.tex
%{_texmfdistdir}/tex/latex/otibet/t1tib.fd
/var/adm/update-scripts/texlive-otibet-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-oubraces
Version:        %{texlive_version}.%{texlive_noarch}.svn21833
Release:        0
Summary:        Braces over and under a formula
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-oubraces-doc >= %{texlive_version}
Provides:       tex(oubraces.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source128:      oubraces.tar.xz
Source129:      oubraces.doc.tar.xz

%description -n texlive-oubraces
Provides a means to interleave \overbrace and \underbrace in
the same formula.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-oubraces-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn21833
Release:        0
Summary:        Documentation for texlive-oubraces
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-oubraces-doc
This package includes the documentation for texlive-oubraces

%post -n texlive-oubraces
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-oubraces 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-oubraces
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-oubraces-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/oubraces/oubraces.pdf
%{_texmfdistdir}/doc/latex/oubraces/oubraces.tex

%files -n texlive-oubraces
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/oubraces/oubraces.sty
/var/adm/update-scripts/texlive-oubraces-%{texlive_version}.%{texlive_noarch}.svn21833-%{release}-zypper

%package -n texlive-outline
Version:        %{texlive_version}.%{texlive_noarch}.svn18360
Release:        0
Summary:        List environment for making outlines
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-outline-doc >= %{texlive_version}
Provides:       tex(outline.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source130:      outline.tar.xz
Source131:      outline.doc.tar.xz

%description -n texlive-outline
The package defines an outline environment, which provides
facilities similar to enumerate, but up to 6 levels deep.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-outline-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn18360
Release:        0
Summary:        Documentation for texlive-outline
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-outline-doc
This package includes the documentation for texlive-outline

%post -n texlive-outline
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-outline 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-outline
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-outline-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/outline/README
%{_texmfdistdir}/doc/latex/outline/outline-sample.tex
%{_texmfdistdir}/doc/latex/outline/outline.pdf
%{_texmfdistdir}/doc/latex/outline/outline.tex

%files -n texlive-outline
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/outline/outline.sty
/var/adm/update-scripts/texlive-outline-%{texlive_version}.%{texlive_noarch}.svn18360-%{release}-zypper

%package -n texlive-outliner
Version:        %{texlive_version}.%{texlive_noarch}.0.0.94svn21095
Release:        0
Summary:        Change section levels easily
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-outliner-doc >= %{texlive_version}
Provides:       tex(outliner.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source132:      outliner.tar.xz
Source133:      outliner.doc.tar.xz

%description -n texlive-outliner
Allows you to write "\Level 2 {Some heading}" instead of the
usual \section stuff; the definitions of the levels can then
easily be changed. There is a mechanism for shifting all
levels. This makes it easy to bundle existing articles into a
compilation.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-outliner-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.94svn21095
Release:        0
Summary:        Documentation for texlive-outliner
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-outliner-doc
This package includes the documentation for texlive-outliner

%post -n texlive-outliner
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-outliner 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-outliner
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-outliner-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/outliner/outline_test.tex

%files -n texlive-outliner
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/outliner/outliner.sty
/var/adm/update-scripts/texlive-outliner-%{texlive_version}.%{texlive_noarch}.0.0.94svn21095-%{release}-zypper

%package -n texlive-outlines
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn25192
Release:        0
Summary:        Produce "outline" 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-outlines-doc >= %{texlive_version}
Provides:       tex(outlines.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source134:      outlines.tar.xz
Source135:      outlines.doc.tar.xz

%description -n texlive-outlines
Defines an outline environment, which allows outline-style
indented lists with freely mixed levels up to four levels deep.
It replaces the nested begin/end pairs by different item tags
\1 to \4 for each nesting level. This is very convenient in
cases where nested lists are used a lot, such as for to-do
lists or presentation slides.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-outlines-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.1svn25192
Release:        0
Summary:        Documentation for texlive-outlines
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-outlines-doc
This package includes the documentation for texlive-outlines

%post -n texlive-outlines
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-outlines 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-outlines
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-outlines-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/outlines/README
%{_texmfdistdir}/doc/latex/outlines/outlines.pdf
%{_texmfdistdir}/doc/latex/outlines/outlines.tex

%files -n texlive-outlines
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/outlines/outlines.sty
/var/adm/update-scripts/texlive-outlines-%{texlive_version}.%{texlive_noarch}.1.1svn25192-%{release}-zypper

%package -n texlive-overlock
Version:        %{texlive_version}.%{texlive_noarch}.svn34409
Release:        0
Summary:        Overlook sans fonts with LaTeX support
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-overlock-fonts >= %{texlive_version}
Recommends:     texlive-overlock-doc >= %{texlive_version}
Provides:       tex(LY1Overlock-LF.fd)
Provides:       tex(LY1OverlockSC-LF.fd)
Provides:       tex(OT1Overlock-LF.fd)
Provides:       tex(OT1OverlockSC-LF.fd)
Provides:       tex(Overlock-Black-lf-ly1--base.tfm)
Provides:       tex(Overlock-Black-lf-ly1.tfm)
Provides:       tex(Overlock-Black-lf-ly1.vf)
Provides:       tex(Overlock-Black-lf-ot1.tfm)
Provides:       tex(Overlock-Black-lf-t1--base.tfm)
Provides:       tex(Overlock-Black-lf-t1.tfm)
Provides:       tex(Overlock-Black-lf-t1.vf)
Provides:       tex(Overlock-Black-lf-ts1--base.tfm)
Provides:       tex(Overlock-Black-lf-ts1.tfm)
Provides:       tex(Overlock-Black-lf-ts1.vf)
Provides:       tex(Overlock-BlackItalic-lf-ly1--base.tfm)
Provides:       tex(Overlock-BlackItalic-lf-ly1.tfm)
Provides:       tex(Overlock-BlackItalic-lf-ly1.vf)
Provides:       tex(Overlock-BlackItalic-lf-ot1.tfm)
Provides:       tex(Overlock-BlackItalic-lf-t1--base.tfm)
Provides:       tex(Overlock-BlackItalic-lf-t1.tfm)
Provides:       tex(Overlock-BlackItalic-lf-t1.vf)
Provides:       tex(Overlock-BlackItalic-lf-ts1--base.tfm)
Provides:       tex(Overlock-BlackItalic-lf-ts1.tfm)
Provides:       tex(Overlock-BlackItalic-lf-ts1.vf)
Provides:       tex(Overlock-Bold-lf-ly1--base.tfm)
Provides:       tex(Overlock-Bold-lf-ly1.tfm)
Provides:       tex(Overlock-Bold-lf-ly1.vf)
Provides:       tex(Overlock-Bold-lf-ot1.tfm)
Provides:       tex(Overlock-Bold-lf-t1--base.tfm)
Provides:       tex(Overlock-Bold-lf-t1.tfm)
Provides:       tex(Overlock-Bold-lf-t1.vf)
Provides:       tex(Overlock-Bold-lf-ts1--base.tfm)
Provides:       tex(Overlock-Bold-lf-ts1.tfm)
Provides:       tex(Overlock-Bold-lf-ts1.vf)
Provides:       tex(Overlock-BoldItalic-lf-ly1--base.tfm)
Provides:       tex(Overlock-BoldItalic-lf-ly1.tfm)
Provides:       tex(Overlock-BoldItalic-lf-ly1.vf)
Provides:       tex(Overlock-BoldItalic-lf-ot1.tfm)
Provides:       tex(Overlock-BoldItalic-lf-t1--base.tfm)
Provides:       tex(Overlock-BoldItalic-lf-t1.tfm)
Provides:       tex(Overlock-BoldItalic-lf-t1.vf)
Provides:       tex(Overlock-BoldItalic-lf-ts1--base.tfm)
Provides:       tex(Overlock-BoldItalic-lf-ts1.tfm)
Provides:       tex(Overlock-BoldItalic-lf-ts1.vf)
Provides:       tex(Overlock-Italic-lf-ly1--base.tfm)
Provides:       tex(Overlock-Italic-lf-ly1.tfm)
Provides:       tex(Overlock-Italic-lf-ly1.vf)
Provides:       tex(Overlock-Italic-lf-ot1.tfm)
Provides:       tex(Overlock-Italic-lf-t1--base.tfm)
Provides:       tex(Overlock-Italic-lf-t1.tfm)
Provides:       tex(Overlock-Italic-lf-t1.vf)
Provides:       tex(Overlock-Italic-lf-ts1--base.tfm)
Provides:       tex(Overlock-Italic-lf-ts1.tfm)
Provides:       tex(Overlock-Italic-lf-ts1.vf)
Provides:       tex(Overlock-Regular-lf-ly1--base.tfm)
Provides:       tex(Overlock-Regular-lf-ly1.tfm)
Provides:       tex(Overlock-Regular-lf-ly1.vf)
Provides:       tex(Overlock-Regular-lf-ot1.tfm)
Provides:       tex(Overlock-Regular-lf-t1--base.tfm)
Provides:       tex(Overlock-Regular-lf-t1.tfm)
Provides:       tex(Overlock-Regular-lf-t1.vf)
Provides:       tex(Overlock-Regular-lf-ts1--base.tfm)
Provides:       tex(Overlock-Regular-lf-ts1.tfm)
Provides:       tex(Overlock-Regular-lf-ts1.vf)
Provides:       tex(OverlockSC-Regular-lf-ly1--base.tfm)
Provides:       tex(OverlockSC-Regular-lf-ly1.tfm)
Provides:       tex(OverlockSC-Regular-lf-ly1.vf)
Provides:       tex(OverlockSC-Regular-lf-ot1.tfm)
Provides:       tex(OverlockSC-Regular-lf-t1--base.tfm)
Provides:       tex(OverlockSC-Regular-lf-t1.tfm)
Provides:       tex(OverlockSC-Regular-lf-t1.vf)
Provides:       tex(OverlockSC-Regular-lf-ts1--base.tfm)
Provides:       tex(OverlockSC-Regular-lf-ts1.tfm)
Provides:       tex(OverlockSC-Regular-lf-ts1.vf)
Provides:       tex(T1Overlock-LF.fd)
Provides:       tex(T1OverlockSC-LF.fd)
Provides:       tex(TS1Overlock-LF.fd)
Provides:       tex(TS1OverlockSC-LF.fd)
Provides:       tex(overlock.map)
Provides:       tex(overlock.sty)
Provides:       tex(ovlk_47cn4f.enc)
Provides:       tex(ovlk_aqjbqj.enc)
Provides:       tex(ovlk_fvk6cm.enc)
Provides:       tex(ovlk_irzqhk.enc)
Provides:       tex(ovlk_k6z3ge.enc)
Provides:       tex(ovlk_u2ziis.enc)
Provides:       tex(ovlk_y3zmsf.enc)
Provides:       tex(ovlk_yaegef.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 20160523
Source136:      overlock.tar.xz
Source137:      overlock.doc.tar.xz

%description -n texlive-overlock
The package provides the Overlock and OverlockSC families of
fonts, designed by Dario Manuel Muhafara of the TIPO foundry
(http://www.tipo.net.ar) are "rounded" sans-serif fonts in
three weights (Regular, Bold, Black) with italic variants for
each of them. There are also small-caps and old-style figures
in the Regular weight.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-overlock-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn34409
Release:        0
Summary:        Documentation for texlive-overlock
License:        OFL-1.1
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-overlock-doc
This package includes the documentation for texlive-overlock


%package -n texlive-overlock-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn34409
Release:        0
Summary:        Severed fonts for texlive-overlock
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-overlock-fonts
The  separated fonts package for texlive-overlock
%post -n texlive-overlock
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap overlock.map' >> /var/run/texlive/run-updmap

%postun -n texlive-overlock 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap overlock.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-overlock
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-overlock-fonts
mkfontscale  %{_datadir}/fonts/texlive-overlock
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-overlock
fc-cache     %{_datadir}/fonts

%postun -n texlive-overlock-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-overlock-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/overlock/License.txt
%{_texmfdistdir}/doc/fonts/overlock/README
%{_texmfdistdir}/doc/fonts/overlock/overlock-samples.pdf
%{_texmfdistdir}/doc/fonts/overlock/overlock-samples.tex

%files -n texlive-overlock
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_47cn4f.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_aqjbqj.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_fvk6cm.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_irzqhk.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_k6z3ge.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_u2ziis.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_y3zmsf.enc
%{_texmfdistdir}/fonts/enc/dvips/overlock/ovlk_yaegef.enc
%{_texmfdistdir}/fonts/map/dvips/overlock/overlock.map
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Black-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BlackItalic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Bold-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-BoldItalic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Italic-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/Overlock-Regular-lf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-ly1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-ly1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-t1.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/muhafara/overlock/OverlockSC-Regular-lf-ts1.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-Black.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-BlackItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-Bold.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-BoldItalic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-Italic.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/Overlock-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/muhafara/overlock/OverlockSC-Regular.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-Black.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-BlackItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-Bold.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-BoldItalic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-Italic.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/Overlock-Regular.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/muhafara/overlock/OverlockSC-Regular.pfb
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Black-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Black-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Black-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BlackItalic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BlackItalic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BlackItalic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Bold-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Bold-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Bold-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BoldItalic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BoldItalic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-BoldItalic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Italic-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Italic-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Italic-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Regular-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Regular-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/Overlock-Regular-lf-ts1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/OverlockSC-Regular-lf-ly1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/OverlockSC-Regular-lf-t1.vf
%{_texmfdistdir}/fonts/vf/muhafara/overlock/OverlockSC-Regular-lf-ts1.vf
%{_texmfdistdir}/tex/latex/overlock/LY1Overlock-LF.fd
%{_texmfdistdir}/tex/latex/overlock/LY1OverlockSC-LF.fd
%{_texmfdistdir}/tex/latex/overlock/OT1Overlock-LF.fd
%{_texmfdistdir}/tex/latex/overlock/OT1OverlockSC-LF.fd
%{_texmfdistdir}/tex/latex/overlock/T1Overlock-LF.fd
%{_texmfdistdir}/tex/latex/overlock/T1OverlockSC-LF.fd
%{_texmfdistdir}/tex/latex/overlock/TS1Overlock-LF.fd
%{_texmfdistdir}/tex/latex/overlock/TS1OverlockSC-LF.fd
%{_texmfdistdir}/tex/latex/overlock/overlock.sty

%files -n texlive-overlock-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-overlock
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-overlock.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-overlock/fonts.scale
%{_datadir}/fonts/texlive-overlock/Overlock-Black.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-BlackItalic.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-Bold.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-BoldItalic.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-Italic.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-Regular.ttf
%{_datadir}/fonts/texlive-overlock/OverlockSC-Regular.ttf
%{_datadir}/fonts/texlive-overlock/Overlock-Black.pfb
%{_datadir}/fonts/texlive-overlock/Overlock-BlackItalic.pfb
%{_datadir}/fonts/texlive-overlock/Overlock-Bold.pfb
%{_datadir}/fonts/texlive-overlock/Overlock-BoldItalic.pfb
%{_datadir}/fonts/texlive-overlock/Overlock-Italic.pfb
%{_datadir}/fonts/texlive-overlock/Overlock-Regular.pfb
%{_datadir}/fonts/texlive-overlock/OverlockSC-Regular.pfb
/var/adm/update-scripts/texlive-overlock-%{texlive_version}.%{texlive_noarch}.svn34409-%{release}-zypper

%package -n texlive-overpic
Version:        %{texlive_version}.%{texlive_noarch}.0.0.53svn19712
Release:        0
Summary:        Combine LaTeX commands over included graphics
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-overpic-doc >= %{texlive_version}
Provides:       tex(overpic.sty)
Requires:       tex(epic.sty)
Requires:       tex(graphicx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source138:      overpic.tar.xz
Source139:      overpic.doc.tar.xz

%description -n texlive-overpic
The overpic environment is a cross between the LaTeX picture
environment and the \includegraphics command of graphicx. The
resulting picture environment has the same dimensions as the
included graphic. LaTeX commands can be placed on the graphic
at defined positions; a grid for orientation is available.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-overpic-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.53svn19712
Release:        0
Summary:        Documentation for texlive-overpic
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-overpic-doc:en;de)

%description -n texlive-overpic-doc
This package includes the documentation for texlive-overpic

%post -n texlive-overpic
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-overpic 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-overpic
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-overpic-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/overpic/README
%{_texmfdistdir}/doc/latex/overpic/README.de
%{_texmfdistdir}/doc/latex/overpic/opic-abs.pdf
%{_texmfdistdir}/doc/latex/overpic/opic-abs.tex
%{_texmfdistdir}/doc/latex/overpic/opic-rel.pdf
%{_texmfdistdir}/doc/latex/overpic/opic-rel.tex
%{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.pdf
%{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.tex
%{_texmfdistdir}/doc/latex/overpic/overpic-readme.pdf
%{_texmfdistdir}/doc/latex/overpic/overpic-readme.tex

%files -n texlive-overpic
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/overpic/overpic.sty
/var/adm/update-scripts/texlive-overpic-%{texlive_version}.%{texlive_noarch}.0.0.53svn19712-%{release}-zypper

%package -n texlive-pacioli
Version:        %{texlive_version}.%{texlive_noarch}.svn24947
Release:        0
Summary:        Fonts designed by Fra Luca de Pacioli in 1497
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pacioli-doc >= %{texlive_version}
Provides:       tex(cpcr10.tfm)
Provides:       tex(cpcsl10.tfm)
Provides:       tex(ot1cpc.fd)
Provides:       tex(pacioli.sty)
Provides:       tex(t1cpc.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source140:      pacioli.tar.xz
Source141:      pacioli.doc.tar.xz

%description -n texlive-pacioli
Pacioli was a c.15 mathematician, and his font was designed
according to 'the divine proportion'. The font is uppercase
letters together with punctuation and some analphabetics; no
lowercase or digits. The Metafont source is distributed in a
.dtx file, together with LaTeX support.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pacioli-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn24947
Release:        0
Summary:        Documentation for texlive-pacioli
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pacioli-doc
This package includes the documentation for texlive-pacioli

%post -n texlive-pacioli
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pacioli 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pacioli
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pacioli-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/pacioli/README
%{_texmfdistdir}/doc/fonts/pacioli/tryfont.ps
%{_texmfdistdir}/doc/fonts/pacioli/tryfont.tex

%files -n texlive-pacioli
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/pacioli/cpclig.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcpunct.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcr10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanp.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanu.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcsl10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpctitle.mf
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcsl10.tfm
%{_texmfdistdir}/tex/latex/pacioli/ot1cpc.fd
%{_texmfdistdir}/tex/latex/pacioli/pacioli.sty
%{_texmfdistdir}/tex/latex/pacioli/t1cpc.fd
/var/adm/update-scripts/texlive-pacioli-%{texlive_version}.%{texlive_noarch}.svn24947-%{release}-zypper

%package -n texlive-pagecolor
Version:        %{texlive_version}.%{texlive_noarch}.1.0hsvn38249
Release:        0
Summary:        Interrogate page colour
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pagecolor-doc >= %{texlive_version}
Provides:       tex(pagecolor.sty)
Requires:       tex(color.sty)
Requires:       tex(ifluatex.sty)
Requires:       tex(ifpdf.sty)
Requires:       tex(kvoptions.sty)
Requires:       tex(xcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source142:      pagecolor.tar.xz
Source143:      pagecolor.doc.tar.xz

%description -n texlive-pagecolor
This package provides the command \thepagecolor, which gives
the current page (background) colour, i. e. the argument used
with the most recent call of \pagecolor{...}. The command
\thepagecolornone gives the same colour as \thepagecolor,
except when the page background colour is "none" (e.g., as a
result of using the \nopagecolor command). In that case
\thepagecolor is "white" and \thepagecolornone is "none".

date: 2015-08-30 15:27:39 +0000


%package -n texlive-pagecolor-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0hsvn38249
Release:        0
Summary:        Documentation for texlive-pagecolor
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pagecolor-doc
This package includes the documentation for texlive-pagecolor

%post -n texlive-pagecolor
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pagecolor 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pagecolor
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pagecolor-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pagecolor/README
%{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.pdf
%{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.tex
%{_texmfdistdir}/doc/latex/pagecolor/pagecolor.pdf

%files -n texlive-pagecolor
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pagecolor/pagecolor.sty
/var/adm/update-scripts/texlive-pagecolor-%{texlive_version}.%{texlive_noarch}.1.0hsvn38249-%{release}-zypper

%package -n texlive-pagecont
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release:        0
Summary:        Page numbering that continues between 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pagecont-doc >= %{texlive_version}
Provides:       tex(pagecont.sty)
Requires:       tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source144:      pagecont.tar.xz
Source145:      pagecont.doc.tar.xz

%description -n texlive-pagecont
The package provides the facility that several documents can be
typeset independently with page numbers in sequence, as if they
were a single document.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pagecont-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release:        0
Summary:        Documentation for texlive-pagecont
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pagecont-doc
This package includes the documentation for texlive-pagecont

%post -n texlive-pagecont
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pagecont 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pagecont
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pagecont-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pagecont/README
%{_texmfdistdir}/doc/latex/pagecont/pagecont.pdf

%files -n texlive-pagecont
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pagecont/pagecont.sty
/var/adm/update-scripts/texlive-pagecont-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper

%package -n texlive-pagenote
Version:        %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release:        0
Summary:        Notes at end of 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pagenote-doc >= %{texlive_version}
Provides:       tex(pagenote.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source146:      pagenote.tar.xz
Source147:      pagenote.doc.tar.xz

%description -n texlive-pagenote
The pagenote package provides tagged notes on a separate page
(also known as 'end notes'). Unless the memoir class is used,
the package requires the ifmtarg package.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pagenote-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release:        0
Summary:        Documentation for texlive-pagenote
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pagenote-doc
This package includes the documentation for texlive-pagenote

%post -n texlive-pagenote
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pagenote 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pagenote
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pagenote-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pagenote/README
%{_texmfdistdir}/doc/latex/pagenote/pagenote.pdf

%files -n texlive-pagenote
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pagenote/pagenote.sty
/var/adm/update-scripts/texlive-pagenote-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper

%package -n texlive-pagerange
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn16915
Release:        0
Summary:        Flexible and configurable page range 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pagerange-doc >= %{texlive_version}
Provides:       tex(pagerange-guide.cfg)
Provides:       tex(pagerange.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source148:      pagerange.tar.xz
Source149:      pagerange.doc.tar.xz

%description -n texlive-pagerange
The package defines a command \pagerange that typesets ranges
of page numbers, expanding them (e.g., adding first or last
page numbers) and standardising them.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pagerange-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn16915
Release:        0
Summary:        Documentation for texlive-pagerange
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pagerange-doc
This package includes the documentation for texlive-pagerange

%post -n texlive-pagerange
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pagerange 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pagerange
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pagerange-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pagerange/README
%{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.pdf
%{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.tex

%files -n texlive-pagerange
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pagerange/pagerange-guide.cfg
%{_texmfdistdir}/tex/latex/pagerange/pagerange.sty
/var/adm/update-scripts/texlive-pagerange-%{texlive_version}.%{texlive_noarch}.0.0.5svn16915-%{release}-zypper

%package -n texlive-pageslts
Version:        %{texlive_version}.%{texlive_noarch}.1.2fsvn39164
Release:        0
Summary:        Variants of last page labels
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pageslts-doc >= %{texlive_version}
Provides:       tex(pageslts.sty)
Requires:       tex(alphalph.sty)
Requires:       tex(atveryend.sty)
Requires:       tex(everyshi.sty)
Requires:       tex(kvoptions.sty)
Requires:       tex(letltxmacro.sty)
Requires:       tex(ltxcmds.sty)
Requires:       tex(rerunfilecheck.sty)
Requires:       tex(undolabl.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source150:      pageslts.tar.xz
Source151:      pageslts.doc.tar.xz

%description -n texlive-pageslts
The package was designed as an extension of the lastpage
package -- as well as that package's LastPage label (created
\AtEndDocument) it adds a VeryLastPage (created
\AfterLastShipout). When more than one page numbering scheme is
in operation (as in a book class document with frontmatter),
the labels above do not give the total number of pages, so the
package also provides labels pagesLTS.<numbering scheme>, where
the numbering scheme is arabic, roman, etc. The package relies
on the undolabl package.

date: 2015-12-21 19:12:41 +0000


%package -n texlive-pageslts-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2fsvn39164
Release:        0
Summary:        Documentation for texlive-pageslts
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pageslts-doc
This package includes the documentation for texlive-pageslts

%post -n texlive-pageslts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pageslts 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pageslts
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pageslts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pageslts/README
%{_texmfdistdir}/doc/latex/pageslts/pageslts-example.pdf
%{_texmfdistdir}/doc/latex/pageslts/pageslts-example.tex
%{_texmfdistdir}/doc/latex/pageslts/pageslts.pdf

%files -n texlive-pageslts
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pageslts/pageslts.sty
/var/adm/update-scripts/texlive-pageslts-%{texlive_version}.%{texlive_noarch}.1.2fsvn39164-%{release}-zypper

%package -n texlive-palatino
Version:        %{texlive_version}.%{texlive_noarch}.svn31835
Release:        0
Summary:        URW "Base 35" font pack for LaTeX
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-palatino-fonts >= %{texlive_version}
Provides:       tex(8rupl.fd)
Provides:       tex(eurbo10.tfm)
Provides:       tex(eurmo10.tfm)
Provides:       tex(omlupl.fd)
Provides:       tex(omsupl.fd)
Provides:       tex(ot1upl.fd)
Provides:       tex(pplb.tfm)
Provides:       tex(pplb.vf)
Provides:       tex(pplb7t.tfm)
Provides:       tex(pplb7t.vf)
Provides:       tex(pplb8c.tfm)
Provides:       tex(pplb8c.vf)
Provides:       tex(pplb8r.tfm)
Provides:       tex(pplb8t.tfm)
Provides:       tex(pplb8t.vf)
Provides:       tex(pplb9c.tfm)
Provides:       tex(pplb9c.vf)
Provides:       tex(pplb9d.tfm)
Provides:       tex(pplb9d.vf)
Provides:       tex(pplb9e.tfm)
Provides:       tex(pplb9e.vf)
Provides:       tex(pplb9o.tfm)
Provides:       tex(pplb9o.vf)
Provides:       tex(pplb9t.tfm)
Provides:       tex(pplb9t.vf)
Provides:       tex(pplbc.tfm)
Provides:       tex(pplbc.vf)
Provides:       tex(pplbc7t.tfm)
Provides:       tex(pplbc7t.vf)
Provides:       tex(pplbc8t.tfm)
Provides:       tex(pplbc8t.vf)
Provides:       tex(pplbi.tfm)
Provides:       tex(pplbi.vf)
Provides:       tex(pplbi7t.tfm)
Provides:       tex(pplbi7t.vf)
Provides:       tex(pplbi8c.tfm)
Provides:       tex(pplbi8c.vf)
Provides:       tex(pplbi8r.tfm)
Provides:       tex(pplbi8t.tfm)
Provides:       tex(pplbi8t.vf)
Provides:       tex(pplbi9c.tfm)
Provides:       tex(pplbi9c.vf)
Provides:       tex(pplbi9d.tfm)
Provides:       tex(pplbi9d.vf)
Provides:       tex(pplbi9e.tfm)
Provides:       tex(pplbi9e.vf)
Provides:       tex(pplbi9o.tfm)
Provides:       tex(pplbi9o.vf)
Provides:       tex(pplbi9t.tfm)
Provides:       tex(pplbi9t.vf)
Provides:       tex(pplbij8r.tfm)
Provides:       tex(pplbj8r.tfm)
Provides:       tex(pplbo.tfm)
Provides:       tex(pplbo.vf)
Provides:       tex(pplbo7t.tfm)
Provides:       tex(pplbo7t.vf)
Provides:       tex(pplbo8c.tfm)
Provides:       tex(pplbo8c.vf)
Provides:       tex(pplbo8r.tfm)
Provides:       tex(pplbo8t.tfm)
Provides:       tex(pplbo8t.vf)
Provides:       tex(pplbu.tfm)
Provides:       tex(pplbu.vf)
Provides:       tex(pplbu8r.tfm)
Provides:       tex(pplr.tfm)
Provides:       tex(pplr.vf)
Provides:       tex(pplr7t.tfm)
Provides:       tex(pplr7t.vf)
Provides:       tex(pplr8c.tfm)
Provides:       tex(pplr8c.vf)
Provides:       tex(pplr8r.tfm)
Provides:       tex(pplr8rn.tfm)
Provides:       tex(pplr8t.tfm)
Provides:       tex(pplr8t.vf)
Provides:       tex(pplr9c.tfm)
Provides:       tex(pplr9c.vf)
Provides:       tex(pplr9d.tfm)
Provides:       tex(pplr9d.vf)
Provides:       tex(pplr9e.tfm)
Provides:       tex(pplr9e.vf)
Provides:       tex(pplr9o.tfm)
Provides:       tex(pplr9o.vf)
Provides:       tex(pplr9t.tfm)
Provides:       tex(pplr9t.vf)
Provides:       tex(pplrc.tfm)
Provides:       tex(pplrc.vf)
Provides:       tex(pplrc7t.tfm)
Provides:       tex(pplrc7t.vf)
Provides:       tex(pplrc8r.tfm)
Provides:       tex(pplrc8t.tfm)
Provides:       tex(pplrc8t.vf)
Provides:       tex(pplrc9d.tfm)
Provides:       tex(pplrc9d.vf)
Provides:       tex(pplrc9e.tfm)
Provides:       tex(pplrc9e.vf)
Provides:       tex(pplrc9o.tfm)
Provides:       tex(pplrc9o.vf)
Provides:       tex(pplrc9t.tfm)
Provides:       tex(pplrc9t.vf)
Provides:       tex(pplri.tfm)
Provides:       tex(pplri.vf)
Provides:       tex(pplri7t.tfm)
Provides:       tex(pplri7t.vf)
Provides:       tex(pplri8c.tfm)
Provides:       tex(pplri8c.vf)
Provides:       tex(pplri8r.tfm)
Provides:       tex(pplri8t.tfm)
Provides:       tex(pplri8t.vf)
Provides:       tex(pplri9c.tfm)
Provides:       tex(pplri9c.vf)
Provides:       tex(pplri9d.tfm)
Provides:       tex(pplri9d.vf)
Provides:       tex(pplri9e.tfm)
Provides:       tex(pplri9e.vf)
Provides:       tex(pplri9o.tfm)
Provides:       tex(pplri9o.vf)
Provides:       tex(pplri9t.tfm)
Provides:       tex(pplri9t.vf)
Provides:       tex(pplrij8r.tfm)
Provides:       tex(pplro.tfm)
Provides:       tex(pplro.vf)
Provides:       tex(pplro7t.tfm)
Provides:       tex(pplro7t.vf)
Provides:       tex(pplro8c.tfm)
Provides:       tex(pplro8c.vf)
Provides:       tex(pplro8r.tfm)
Provides:       tex(pplro8t.tfm)
Provides:       tex(pplro8t.vf)
Provides:       tex(pplrr8re.tfm)
Provides:       tex(pplrre.tfm)
Provides:       tex(pplrre.vf)
Provides:       tex(pplrrn.tfm)
Provides:       tex(pplrrn.vf)
Provides:       tex(pplru.tfm)
Provides:       tex(pplru.vf)
Provides:       tex(pplru8r.tfm)
Provides:       tex(t1upl.fd)
Provides:       tex(ts1upl.fd)
Provides:       tex(upl.map)
Provides:       tex(uplb7t.tfm)
Provides:       tex(uplb7t.vf)
Provides:       tex(uplb8c.tfm)
Provides:       tex(uplb8c.vf)
Provides:       tex(uplb8r.tfm)
Provides:       tex(uplb8t.tfm)
Provides:       tex(uplb8t.vf)
Provides:       tex(uplbc7t.tfm)
Provides:       tex(uplbc7t.vf)
Provides:       tex(uplbc8t.tfm)
Provides:       tex(uplbc8t.vf)
Provides:       tex(uplbi7t.tfm)
Provides:       tex(uplbi7t.vf)
Provides:       tex(uplbi8c.tfm)
Provides:       tex(uplbi8c.vf)
Provides:       tex(uplbi8r.tfm)
Provides:       tex(uplbi8t.tfm)
Provides:       tex(uplbi8t.vf)
Provides:       tex(uplbo7t.tfm)
Provides:       tex(uplbo7t.vf)
Provides:       tex(uplbo8c.tfm)
Provides:       tex(uplbo8c.vf)
Provides:       tex(uplbo8r.tfm)
Provides:       tex(uplbo8t.tfm)
Provides:       tex(uplbo8t.vf)
Provides:       tex(uplr7t.tfm)
Provides:       tex(uplr7t.vf)
Provides:       tex(uplr8c.tfm)
Provides:       tex(uplr8c.vf)
Provides:       tex(uplr8r.tfm)
Provides:       tex(uplr8t.tfm)
Provides:       tex(uplr8t.vf)
Provides:       tex(uplrc7t.tfm)
Provides:       tex(uplrc7t.vf)
Provides:       tex(uplrc8t.tfm)
Provides:       tex(uplrc8t.vf)
Provides:       tex(uplri7t.tfm)
Provides:       tex(uplri7t.vf)
Provides:       tex(uplri8c.tfm)
Provides:       tex(uplri8c.vf)
Provides:       tex(uplri8r.tfm)
Provides:       tex(uplri8t.tfm)
Provides:       tex(uplri8t.vf)
Provides:       tex(uplro7t.tfm)
Provides:       tex(uplro7t.vf)
Provides:       tex(uplro8c.tfm)
Provides:       tex(uplro8c.vf)
Provides:       tex(uplro8r.tfm)
Provides:       tex(uplro8t.tfm)
Provides:       tex(uplro8t.vf)
Provides:       tex(zppleb7m.tfm)
Provides:       tex(zppleb7m.vf)
Provides:       tex(zppleb7t.tfm)
Provides:       tex(zppleb7t.vf)
Provides:       tex(zppleb7y.tfm)
Provides:       tex(zppleb7y.vf)
Provides:       tex(zppler7m.tfm)
Provides:       tex(zppler7m.vf)
Provides:       tex(zppler7t.tfm)
Provides:       tex(zppler7t.vf)
Provides:       tex(zppler7v.tfm)
Provides:       tex(zppler7v.vf)
Provides:       tex(zppler7y.tfm)
Provides:       tex(zppler7y.vf)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source152:      palatino.tar.xz

%description -n texlive-palatino
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: Century Schoolbook (substituting for
Adobe's New Century Schoolbook); Dingbats (substituting for
Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's
Courier); Nimbus Roman No9 L (substituting for Adobe's Times);
Nimbus Sans L (substituting for Adobe's Helvetica); Standard
Symbols L (substituting for Adobe's Symbol); URW Bookman; URW
Chancery L Medium Italic (substituting for Adobe's Zapf
Chancery); URW Gothic L Book (substituting for Adobe's Avant
Garde); and URW Palladio L (substituting for Adobe's Palatino).

date: 2015-08-03 03:43:12 +0000


%package -n texlive-palatino-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn31835
Release:        0
Summary:        Severed fonts for texlive-palatino
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-palatino-fonts
The  separated fonts package for texlive-palatino
%post -n texlive-palatino
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap upl.map' >> /var/run/texlive/run-updmap

%postun -n texlive-palatino 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap upl.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-palatino
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-palatino-fonts
mkfontscale  %{_datadir}/fonts/texlive-palatino
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-palatino
fc-cache     %{_datadir}/fonts

%postun -n texlive-palatino-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-palatino
%defattr(-,root,root,755)
%{_texmfdistdir}/dvips/palatino/config.upl
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplri8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplb8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplr8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplri8a.afm
%{_texmfdistdir}/fonts/map/dvips/palatino/upl.map
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurbo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurmo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbj8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrr8re.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrre.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrrn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7v.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7y.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8t.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbu.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrre.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrrn.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplru.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7y.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7v.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7y.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8t.vf
%{_texmfdistdir}/tex/latex/palatino/8rupl.fd
%{_texmfdistdir}/tex/latex/palatino/omlupl.fd
%{_texmfdistdir}/tex/latex/palatino/omsupl.fd
%{_texmfdistdir}/tex/latex/palatino/ot1upl.fd
%{_texmfdistdir}/tex/latex/palatino/t1upl.fd
%{_texmfdistdir}/tex/latex/palatino/ts1upl.fd

%files -n texlive-palatino-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-palatino
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-palatino.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-palatino/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-palatino/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-palatino/fonts.scale
%{_datadir}/fonts/texlive-palatino/uplb8a.pfb
%{_datadir}/fonts/texlive-palatino/uplbi8a.pfb
%{_datadir}/fonts/texlive-palatino/uplr8a.pfb
%{_datadir}/fonts/texlive-palatino/uplri8a.pfb
/var/adm/update-scripts/texlive-palatino-%{texlive_version}.%{texlive_noarch}.svn31835-%{release}-zypper

%package -n texlive-paper
Version:        %{texlive_version}.%{texlive_noarch}.1.0lsvn34521
Release:        0
Summary:        Versions of article class, tuned for scholarly publications
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-paper-doc >= %{texlive_version}
Provides:       tex(journal.cls)
Provides:       tex(journal.sty)
Provides:       tex(paper.cls)
Provides:       tex(paper.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source153:      paper.tar.xz
Source154:      paper.doc.tar.xz

%description -n texlive-paper
A pair of classes derived from article, tuned for producing
papers for journals. The classes introduce new layout options
and font commands for sections/parts, and define a new keywords
environment, subtitle and institution commands for the title
section and new commands for revisions.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-paper-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0lsvn34521
Release:        0
Summary:        Documentation for texlive-paper
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-paper-doc:de)

%description -n texlive-paper-doc
This package includes the documentation for texlive-paper

%post -n texlive-paper
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-paper 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-paper
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-paper-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/paper/README
%{_texmfdistdir}/doc/latex/paper/install
%{_texmfdistdir}/doc/latex/paper/journal1.tex
%{_texmfdistdir}/doc/latex/paper/journal2.tex
%{_texmfdistdir}/doc/latex/paper/local.tex
%{_texmfdistdir}/doc/latex/paper/paper.pdf
%{_texmfdistdir}/doc/latex/paper/testj.tex
%{_texmfdistdir}/doc/latex/paper/testp.tex

%files -n texlive-paper
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/paper/journal.cls
%{_texmfdistdir}/tex/latex/paper/journal.sty
%{_texmfdistdir}/tex/latex/paper/paper.cls
%{_texmfdistdir}/tex/latex/paper/paper.sty
/var/adm/update-scripts/texlive-paper-%{texlive_version}.%{texlive_noarch}.1.0lsvn34521-%{release}-zypper

%package -n texlive-papercdcase
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Origami-style folding paper CD case
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-papercdcase-doc >= %{texlive_version}
Provides:       tex(papercdcase.sty)
Requires:       tex(calc.sty)
Requires:       tex(graphicx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source155:      papercdcase.tar.xz
Source156:      papercdcase.doc.tar.xz

%description -n texlive-papercdcase
This package implements a LaTeX style file to produce origami-
style folding paper CD cases.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-papercdcase-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-papercdcase
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-papercdcase-doc
This package includes the documentation for texlive-papercdcase

%post -n texlive-papercdcase
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-papercdcase 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-papercdcase
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-papercdcase-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/papercdcase/example.tex
%{_texmfdistdir}/doc/latex/papercdcase/interactive.tex
%{_texmfdistdir}/doc/latex/papercdcase/papercdcase.pdf

%files -n texlive-papercdcase
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/papercdcase/papercdcase.sty
/var/adm/update-scripts/texlive-papercdcase-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-papermas
Version:        %{texlive_version}.%{texlive_noarch}.1.0hsvn23667
Release:        0
Summary:        Compute the mass of a printed version of a document
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-papermas-doc >= %{texlive_version}
Provides:       tex(papermas.sty)
Requires:       tex(intcalc.sty)
Requires:       tex(kvoptions.sty)
Requires:       tex(pageslts.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source157:      papermas.tar.xz
Source158:      papermas.doc.tar.xz

%description -n texlive-papermas
The package computes the number of sheets of paper used by, and
hence the mass of a document. This is useful (for example) when
calculating postal charges.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-papermas-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0hsvn23667
Release:        0
Summary:        Documentation for texlive-papermas
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-papermas-doc
This package includes the documentation for texlive-papermas

%post -n texlive-papermas
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-papermas 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-papermas
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-papermas-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/papermas/README
%{_texmfdistdir}/doc/latex/papermas/papermas-example.pdf
%{_texmfdistdir}/doc/latex/papermas/papermas-example.tex
%{_texmfdistdir}/doc/latex/papermas/papermas.pdf

%files -n texlive-papermas
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/papermas/papermas.sty
/var/adm/update-scripts/texlive-papermas-%{texlive_version}.%{texlive_noarch}.1.0hsvn23667-%{release}-zypper

%package -n texlive-papertex
Version:        %{texlive_version}.%{texlive_noarch}.1.2bsvn19230
Release:        0
Summary:        Class for newspapers, etcetera
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-papertex-doc >= %{texlive_version}
Provides:       tex(papertex.cls)
Requires:       tex(article.cls)
Requires:       tex(color.sty)
Requires:       tex(datetime.sty)
Requires:       tex(fancybox.sty)
Requires:       tex(fancyhdr.sty)
Requires:       tex(geometry.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(hyphenat.sty)
Requires:       tex(ifpdf.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(lastpage.sty)
Requires:       tex(multicol.sty)
Requires:       tex(multido.sty)
Requires:       tex(ragged2e.sty)
Requires:       tex(setspace.sty)
Requires:       tex(textpos.sty)
Requires:       tex(wrapfig.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source159:      papertex.tar.xz
Source160:      papertex.doc.tar.xz

%description -n texlive-papertex
This class allows LaTeX users to create a paperTeX newspaper.
The final document has a front page and as many inner pages as
desired. News items appear one after another and the user can
choose the number of columns, style and so on. The class allows
users to create newsletters too.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-papertex-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2bsvn19230
Release:        0
Summary:        Documentation for texlive-papertex
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-papertex-doc
This package includes the documentation for texlive-papertex

%post -n texlive-papertex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-papertex 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-papertex
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-papertex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/papertex/CHANGES
%{_texmfdistdir}/doc/latex/papertex/README
%{_texmfdistdir}/doc/latex/papertex/example/example.pdf
%{_texmfdistdir}/doc/latex/papertex/example/example.tex
%{_texmfdistdir}/doc/latex/papertex/example/img/ireland.jpg
%{_texmfdistdir}/doc/latex/papertex/example/img/weather/clouds.jpg
%{_texmfdistdir}/doc/latex/papertex/example/img/weather/rain.jpg
%{_texmfdistdir}/doc/latex/papertex/example/img/weather/sun.jpg
%{_texmfdistdir}/doc/latex/papertex/papertex.pdf

%files -n texlive-papertex
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/papertex/papertex.cls
/var/adm/update-scripts/texlive-papertex-%{texlive_version}.%{texlive_noarch}.1.2bsvn19230-%{release}-zypper

%package -n texlive-paracol
Version:        %{texlive_version}.%{texlive_noarch}.1.32svn38621
Release:        0
Summary:        Multiple columns with texts "in parallel"
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-paracol-doc >= %{texlive_version}
Provides:       tex(paracol.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source161:      paracol.tar.xz
Source162:      paracol.doc.tar.xz

%description -n texlive-paracol
The package provides yet another multi-column typesetting
mechanism by which you produce multi-column (e.g., bilingual)
document switching and sychronizing each corresponding part in
"parallel".

date: 2015-10-12 05:57:16 +0000


%package -n texlive-paracol-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.32svn38621
Release:        0
Summary:        Documentation for texlive-paracol
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-paracol-doc
This package includes the documentation for texlive-paracol

%post -n texlive-paracol
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-paracol 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-paracol
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-paracol-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/paracol/README
%{_texmfdistdir}/doc/latex/paracol/paracol-man.pdf
%{_texmfdistdir}/doc/latex/paracol/paracol-man.tex

%files -n texlive-paracol
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/paracol/paracol.sty
/var/adm/update-scripts/texlive-paracol-%{texlive_version}.%{texlive_noarch}.1.32svn38621-%{release}-zypper

%package -n texlive-parades
Version:        %{texlive_version}.%{texlive_noarch}.svn40042
Release:        0
Summary:        Tabulators and space between paragraphs in galley approach
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parades-doc >= %{texlive_version}
Provides:       tex(paravesp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source163:      parades.tar.xz
Source164:      parades.doc.tar.xz

%description -n texlive-parades
The LaTeX package paravesp controls the spaces above and below
paragraphs. The python script parades.py generates paragraph
styles with support of space above, space below and tabulators.
The system imposes the galley approach on the document.

date: 2016-03-17 04:57:48 +0000


%package -n texlive-parades-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn40042
Release:        0
Summary:        Documentation for texlive-parades
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parades-doc
This package includes the documentation for texlive-parades

%post -n texlive-parades
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parades 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parades
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parades-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parades/README
%{_texmfdistdir}/doc/latex/parades/example/README.example
%{_texmfdistdir}/doc/latex/parades/example/SConstruct
%{_texmfdistdir}/doc/latex/parades/example/paras.py
%{_texmfdistdir}/doc/latex/parades/example/paras.sty
%{_texmfdistdir}/doc/latex/parades/example/udhr.pdf
%{_texmfdistdir}/doc/latex/parades/example/udhr.tex
%{_texmfdistdir}/doc/latex/parades/example/udhr.xsl
%{_texmfdistdir}/doc/latex/parades/example/udhr_eng.xml
%{_texmfdistdir}/doc/latex/parades/parades.pdf
%{_texmfdistdir}/doc/latex/parades/parades.py

%files -n texlive-parades
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parades/paravesp.sty
/var/adm/update-scripts/texlive-parades-%{texlive_version}.%{texlive_noarch}.svn40042-%{release}-zypper

%package -n texlive-paralist
Version:        %{texlive_version}.%{texlive_noarch}.2.5svn39247
Release:        0
Summary:        Enumerate and itemize within paragraphs
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-paralist-doc >= %{texlive_version}
Provides:       tex(paralist.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source165:      paralist.tar.xz
Source166:      paralist.doc.tar.xz

%description -n texlive-paralist
Provides enumerate and itemize environments that can be used
within paragraphs to format the items either as running text or
as separate paragraphs with a preceding number or symbol. Also
provides compacted versions of enumerate and itemize.

date: 2016-01-04 05:18:17 +0000


%package -n texlive-paralist-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.5svn39247
Release:        0
Summary:        Documentation for texlive-paralist
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-paralist-doc
This package includes the documentation for texlive-paralist

%post -n texlive-paralist
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-paralist 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-paralist
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-paralist-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/paralist/README
%{_texmfdistdir}/doc/latex/paralist/paralist.pdf

%files -n texlive-paralist
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/paralist/paralist.sty
/var/adm/update-scripts/texlive-paralist-%{texlive_version}.%{texlive_noarch}.2.5svn39247-%{release}-zypper

%package -n texlive-parallel
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Typeset parallel 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parallel-doc >= %{texlive_version}
Provides:       tex(parallel.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source167:      parallel.tar.xz
Source168:      parallel.doc.tar.xz

%description -n texlive-parallel
Provides a parallel environment which allows two potentially
different texts to be typeset in two columns, while maintaining
alignment. The two columns may be on the same page, or on
facing pages. This arrangement of text is commonly used when
typesetting translations, but it can have value when comparing
any two texts.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-parallel-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-parallel
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parallel-doc
This package includes the documentation for texlive-parallel

%post -n texlive-parallel
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parallel 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parallel
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parallel-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parallel/example1.tex
%{_texmfdistdir}/doc/latex/parallel/example2.tex
%{_texmfdistdir}/doc/latex/parallel/parallel.pdf
%{_texmfdistdir}/doc/latex/parallel/readme

%files -n texlive-parallel
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parallel/parallel.sty
/var/adm/update-scripts/texlive-parallel-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-paratype
Version:        %{texlive_version}.%{texlive_noarch}.svn32859
Release:        0
Summary:        LaTeX support for free fonts by ParaType
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): findutils
Requires(post): grep
Requires(post): sed
Requires(post): texlive >= %{texlive_version}
Requires(post): tex(updmap.cfg)
#!BuildIgnore:  tex(updmap.cfg)
Requires(postun): findutils
Requires(postun): grep
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(postun): tex(updmap.cfg)
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Requires:       texlive-paratype-fonts >= %{texlive_version}
Recommends:     texlive-paratype-doc >= %{texlive_version}
Provides:       tex(IL2PTMono-TLF.fd)
Provides:       tex(IL2PTSans-TLF.fd)
Provides:       tex(IL2PTSansCaption-TLF.fd)
Provides:       tex(IL2PTSansNarrow-TLF.fd)
Provides:       tex(IL2PTSerif-TLF.fd)
Provides:       tex(IL2PTSerifCaption-TLF.fd)
Provides:       tex(OT1PTMono-TLF.fd)
Provides:       tex(OT1PTSans-TLF.fd)
Provides:       tex(OT1PTSansCaption-TLF.fd)
Provides:       tex(OT1PTSansNarrow-TLF.fd)
Provides:       tex(OT1PTSerif-TLF.fd)
Provides:       tex(OT1PTSerifCaption-TLF.fd)
Provides:       tex(OT2PTMono-TLF.fd)
Provides:       tex(OT2PTSans-TLF.fd)
Provides:       tex(OT2PTSansCaption-TLF.fd)
Provides:       tex(OT2PTSansNarrow-TLF.fd)
Provides:       tex(OT2PTSerif-TLF.fd)
Provides:       tex(OT2PTSerifCaption-TLF.fd)
Provides:       tex(PTMono-Bold-tlf-il2--base.tfm)
Provides:       tex(PTMono-Bold-tlf-il2.tfm)
Provides:       tex(PTMono-Bold-tlf-il2.vf)
Provides:       tex(PTMono-Bold-tlf-ot1--base.tfm)
Provides:       tex(PTMono-Bold-tlf-ot1.tfm)
Provides:       tex(PTMono-Bold-tlf-ot1.vf)
Provides:       tex(PTMono-Bold-tlf-ot2.tfm)
Provides:       tex(PTMono-Bold-tlf-t1--base.tfm)
Provides:       tex(PTMono-Bold-tlf-t1.tfm)
Provides:       tex(PTMono-Bold-tlf-t1.vf)
Provides:       tex(PTMono-Bold-tlf-t2a--base.tfm)
Provides:       tex(PTMono-Bold-tlf-t2a.tfm)
Provides:       tex(PTMono-Bold-tlf-t2a.vf)
Provides:       tex(PTMono-Bold-tlf-t2b--base.tfm)
Provides:       tex(PTMono-Bold-tlf-t2b.tfm)
Provides:       tex(PTMono-Bold-tlf-t2b.vf)
Provides:       tex(PTMono-Bold-tlf-t2c--base.tfm)
Provides:       tex(PTMono-Bold-tlf-t2c.tfm)
Provides:       tex(PTMono-Bold-tlf-t2c.vf)
Provides:       tex(PTMono-Bold-tlf-ts1--base.tfm)
Provides:       tex(PTMono-Bold-tlf-ts1.tfm)
Provides:       tex(PTMono-Bold-tlf-ts1.vf)
Provides:       tex(PTMono-Bold-tlf-x2--base.tfm)
Provides:       tex(PTMono-Bold-tlf-x2.tfm)
Provides:       tex(PTMono-Bold-tlf-x2.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-il2.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-ot1.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-ot2.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t1--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t1.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t1.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2a.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2a.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2b.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2b.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2c.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-t2c.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-ts1.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-ts1.vf)
Provides:       tex(PTMono-BoldSlanted-tlf-x2--base.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-x2.tfm)
Provides:       tex(PTMono-BoldSlanted-tlf-x2.vf)
Provides:       tex(PTMono-Regular-tlf-il2--base.tfm)
Provides:       tex(PTMono-Regular-tlf-il2.tfm)
Provides:       tex(PTMono-Regular-tlf-il2.vf)
Provides:       tex(PTMono-Regular-tlf-ot1--base.tfm)
Provides:       tex(PTMono-Regular-tlf-ot1.tfm)
Provides:       tex(PTMono-Regular-tlf-ot1.vf)
Provides:       tex(PTMono-Regular-tlf-ot2.tfm)
Provides:       tex(PTMono-Regular-tlf-t1--base.tfm)
Provides:       tex(PTMono-Regular-tlf-t1.tfm)
Provides:       tex(PTMono-Regular-tlf-t1.vf)
Provides:       tex(PTMono-Regular-tlf-t2a--base.tfm)
Provides:       tex(PTMono-Regular-tlf-t2a.tfm)
Provides:       tex(PTMono-Regular-tlf-t2a.vf)
Provides:       tex(PTMono-Regular-tlf-t2b--base.tfm)
Provides:       tex(PTMono-Regular-tlf-t2b.tfm)
Provides:       tex(PTMono-Regular-tlf-t2b.vf)
Provides:       tex(PTMono-Regular-tlf-t2c--base.tfm)
Provides:       tex(PTMono-Regular-tlf-t2c.tfm)
Provides:       tex(PTMono-Regular-tlf-t2c.vf)
Provides:       tex(PTMono-Regular-tlf-ts1--base.tfm)
Provides:       tex(PTMono-Regular-tlf-ts1.tfm)
Provides:       tex(PTMono-Regular-tlf-ts1.vf)
Provides:       tex(PTMono-Regular-tlf-x2--base.tfm)
Provides:       tex(PTMono-Regular-tlf-x2.tfm)
Provides:       tex(PTMono-Regular-tlf-x2.vf)
Provides:       tex(PTMono-Slanted-tlf-il2.tfm)
Provides:       tex(PTMono-Slanted-tlf-ot1.tfm)
Provides:       tex(PTMono-Slanted-tlf-ot2.tfm)
Provides:       tex(PTMono-Slanted-tlf-t1--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-t1.tfm)
Provides:       tex(PTMono-Slanted-tlf-t1.vf)
Provides:       tex(PTMono-Slanted-tlf-t2a--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2a.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2a.vf)
Provides:       tex(PTMono-Slanted-tlf-t2b--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2b.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2b.vf)
Provides:       tex(PTMono-Slanted-tlf-t2c--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2c.tfm)
Provides:       tex(PTMono-Slanted-tlf-t2c.vf)
Provides:       tex(PTMono-Slanted-tlf-ts1--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-ts1.tfm)
Provides:       tex(PTMono-Slanted-tlf-ts1.vf)
Provides:       tex(PTMono-Slanted-tlf-x2--base.tfm)
Provides:       tex(PTMono-Slanted-tlf-x2.tfm)
Provides:       tex(PTMono-Slanted-tlf-x2.vf)
Provides:       tex(PTMono.sty)
Provides:       tex(PTSans-Bold-tlf-il2.tfm)
Provides:       tex(PTSans-Bold-tlf-ot1.tfm)
Provides:       tex(PTSans-Bold-tlf-ot2.tfm)
Provides:       tex(PTSans-Bold-tlf-t1--base.tfm)
Provides:       tex(PTSans-Bold-tlf-t1.tfm)
Provides:       tex(PTSans-Bold-tlf-t1.vf)
Provides:       tex(PTSans-Bold-tlf-t2a--base.tfm)
Provides:       tex(PTSans-Bold-tlf-t2a.tfm)
Provides:       tex(PTSans-Bold-tlf-t2a.vf)
Provides:       tex(PTSans-Bold-tlf-t2b--base.tfm)
Provides:       tex(PTSans-Bold-tlf-t2b.tfm)
Provides:       tex(PTSans-Bold-tlf-t2b.vf)
Provides:       tex(PTSans-Bold-tlf-t2c--base.tfm)
Provides:       tex(PTSans-Bold-tlf-t2c.tfm)
Provides:       tex(PTSans-Bold-tlf-t2c.vf)
Provides:       tex(PTSans-Bold-tlf-ts1--base.tfm)
Provides:       tex(PTSans-Bold-tlf-ts1.tfm)
Provides:       tex(PTSans-Bold-tlf-ts1.vf)
Provides:       tex(PTSans-Bold-tlf-x2--base.tfm)
Provides:       tex(PTSans-Bold-tlf-x2.tfm)
Provides:       tex(PTSans-Bold-tlf-x2.vf)
Provides:       tex(PTSans-BoldItalic-tlf-il2.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-ot1.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-ot2.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t1--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t1.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t1.vf)
Provides:       tex(PTSans-BoldItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2a.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2a.vf)
Provides:       tex(PTSans-BoldItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2b.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2b.vf)
Provides:       tex(PTSans-BoldItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2c.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-t2c.vf)
Provides:       tex(PTSans-BoldItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-ts1.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-ts1.vf)
Provides:       tex(PTSans-BoldItalic-tlf-x2--base.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-x2.tfm)
Provides:       tex(PTSans-BoldItalic-tlf-x2.vf)
Provides:       tex(PTSans-Caption-tlf-il2.tfm)
Provides:       tex(PTSans-Caption-tlf-ot1.tfm)
Provides:       tex(PTSans-Caption-tlf-ot2.tfm)
Provides:       tex(PTSans-Caption-tlf-t1--base.tfm)
Provides:       tex(PTSans-Caption-tlf-t1.tfm)
Provides:       tex(PTSans-Caption-tlf-t1.vf)
Provides:       tex(PTSans-Caption-tlf-t2a--base.tfm)
Provides:       tex(PTSans-Caption-tlf-t2a.tfm)
Provides:       tex(PTSans-Caption-tlf-t2a.vf)
Provides:       tex(PTSans-Caption-tlf-t2b--base.tfm)
Provides:       tex(PTSans-Caption-tlf-t2b.tfm)
Provides:       tex(PTSans-Caption-tlf-t2b.vf)
Provides:       tex(PTSans-Caption-tlf-t2c--base.tfm)
Provides:       tex(PTSans-Caption-tlf-t2c.tfm)
Provides:       tex(PTSans-Caption-tlf-t2c.vf)
Provides:       tex(PTSans-Caption-tlf-ts1--base.tfm)
Provides:       tex(PTSans-Caption-tlf-ts1.tfm)
Provides:       tex(PTSans-Caption-tlf-ts1.vf)
Provides:       tex(PTSans-Caption-tlf-x2--base.tfm)
Provides:       tex(PTSans-Caption-tlf-x2.tfm)
Provides:       tex(PTSans-Caption-tlf-x2.vf)
Provides:       tex(PTSans-CaptionBold-tlf-il2.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-ot1.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-ot2.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t1--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t1.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t1.vf)
Provides:       tex(PTSans-CaptionBold-tlf-t2a--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2a.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2a.vf)
Provides:       tex(PTSans-CaptionBold-tlf-t2b--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2b.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2b.vf)
Provides:       tex(PTSans-CaptionBold-tlf-t2c--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2c.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-t2c.vf)
Provides:       tex(PTSans-CaptionBold-tlf-ts1--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-ts1.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-ts1.vf)
Provides:       tex(PTSans-CaptionBold-tlf-x2--base.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-x2.tfm)
Provides:       tex(PTSans-CaptionBold-tlf-x2.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-il2.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-ot1.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-ot2.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t1.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t1.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2a.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2a.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2b.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2b.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2c.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-t2c.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-ts1.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-ts1.vf)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-x2.tfm)
Provides:       tex(PTSans-CaptionBoldSlanted-tlf-x2.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-il2.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-ot1.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-ot2.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t1.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t1.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2a.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2a.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2b.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2b.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2c.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-t2c.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-ts1.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-ts1.vf)
Provides:       tex(PTSans-CaptionSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-x2.tfm)
Provides:       tex(PTSans-CaptionSlanted-tlf-x2.vf)
Provides:       tex(PTSans-Italic-tlf-il2.tfm)
Provides:       tex(PTSans-Italic-tlf-ot1.tfm)
Provides:       tex(PTSans-Italic-tlf-ot2.tfm)
Provides:       tex(PTSans-Italic-tlf-t1--base.tfm)
Provides:       tex(PTSans-Italic-tlf-t1.tfm)
Provides:       tex(PTSans-Italic-tlf-t1.vf)
Provides:       tex(PTSans-Italic-tlf-t2a--base.tfm)
Provides:       tex(PTSans-Italic-tlf-t2a.tfm)
Provides:       tex(PTSans-Italic-tlf-t2a.vf)
Provides:       tex(PTSans-Italic-tlf-t2b--base.tfm)
Provides:       tex(PTSans-Italic-tlf-t2b.tfm)
Provides:       tex(PTSans-Italic-tlf-t2b.vf)
Provides:       tex(PTSans-Italic-tlf-t2c--base.tfm)
Provides:       tex(PTSans-Italic-tlf-t2c.tfm)
Provides:       tex(PTSans-Italic-tlf-t2c.vf)
Provides:       tex(PTSans-Italic-tlf-ts1--base.tfm)
Provides:       tex(PTSans-Italic-tlf-ts1.tfm)
Provides:       tex(PTSans-Italic-tlf-ts1.vf)
Provides:       tex(PTSans-Italic-tlf-x2--base.tfm)
Provides:       tex(PTSans-Italic-tlf-x2.tfm)
Provides:       tex(PTSans-Italic-tlf-x2.vf)
Provides:       tex(PTSans-Narrow-tlf-il2.tfm)
Provides:       tex(PTSans-Narrow-tlf-ot1.tfm)
Provides:       tex(PTSans-Narrow-tlf-ot2.tfm)
Provides:       tex(PTSans-Narrow-tlf-t1--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-t1.tfm)
Provides:       tex(PTSans-Narrow-tlf-t1.vf)
Provides:       tex(PTSans-Narrow-tlf-t2a--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2a.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2a.vf)
Provides:       tex(PTSans-Narrow-tlf-t2b--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2b.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2b.vf)
Provides:       tex(PTSans-Narrow-tlf-t2c--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2c.tfm)
Provides:       tex(PTSans-Narrow-tlf-t2c.vf)
Provides:       tex(PTSans-Narrow-tlf-ts1--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-ts1.tfm)
Provides:       tex(PTSans-Narrow-tlf-ts1.vf)
Provides:       tex(PTSans-Narrow-tlf-x2--base.tfm)
Provides:       tex(PTSans-Narrow-tlf-x2.tfm)
Provides:       tex(PTSans-Narrow-tlf-x2.vf)
Provides:       tex(PTSans-NarrowBold-tlf-il2.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-ot1.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-ot2.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t1--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t1.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t1.vf)
Provides:       tex(PTSans-NarrowBold-tlf-t2a--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2a.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2a.vf)
Provides:       tex(PTSans-NarrowBold-tlf-t2b--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2b.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2b.vf)
Provides:       tex(PTSans-NarrowBold-tlf-t2c--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2c.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-t2c.vf)
Provides:       tex(PTSans-NarrowBold-tlf-ts1--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-ts1.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-ts1.vf)
Provides:       tex(PTSans-NarrowBold-tlf-x2--base.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-x2.tfm)
Provides:       tex(PTSans-NarrowBold-tlf-x2.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-il2.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-ot1.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-ot2.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t1.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t1.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2a.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2a.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2b.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2b.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2c.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-t2c.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-ts1.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-ts1.vf)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-x2.tfm)
Provides:       tex(PTSans-NarrowBoldSlanted-tlf-x2.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-il2.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-ot1.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-ot2.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t1.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t1.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2a.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2a.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2b.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2b.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2c.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-t2c.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-ts1.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-ts1.vf)
Provides:       tex(PTSans-NarrowSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-x2.tfm)
Provides:       tex(PTSans-NarrowSlanted-tlf-x2.vf)
Provides:       tex(PTSans-Regular-tlf-il2.tfm)
Provides:       tex(PTSans-Regular-tlf-ot1.tfm)
Provides:       tex(PTSans-Regular-tlf-ot2.tfm)
Provides:       tex(PTSans-Regular-tlf-t1--base.tfm)
Provides:       tex(PTSans-Regular-tlf-t1.tfm)
Provides:       tex(PTSans-Regular-tlf-t1.vf)
Provides:       tex(PTSans-Regular-tlf-t2a--base.tfm)
Provides:       tex(PTSans-Regular-tlf-t2a.tfm)
Provides:       tex(PTSans-Regular-tlf-t2a.vf)
Provides:       tex(PTSans-Regular-tlf-t2b--base.tfm)
Provides:       tex(PTSans-Regular-tlf-t2b.tfm)
Provides:       tex(PTSans-Regular-tlf-t2b.vf)
Provides:       tex(PTSans-Regular-tlf-t2c--base.tfm)
Provides:       tex(PTSans-Regular-tlf-t2c.tfm)
Provides:       tex(PTSans-Regular-tlf-t2c.vf)
Provides:       tex(PTSans-Regular-tlf-ts1--base.tfm)
Provides:       tex(PTSans-Regular-tlf-ts1.tfm)
Provides:       tex(PTSans-Regular-tlf-ts1.vf)
Provides:       tex(PTSans-Regular-tlf-x2--base.tfm)
Provides:       tex(PTSans-Regular-tlf-x2.tfm)
Provides:       tex(PTSans-Regular-tlf-x2.vf)
Provides:       tex(PTSans.sty)
Provides:       tex(PTSansCaption.sty)
Provides:       tex(PTSansNarrow.sty)
Provides:       tex(PTSerif-Bold-tlf-il2.tfm)
Provides:       tex(PTSerif-Bold-tlf-ot1.tfm)
Provides:       tex(PTSerif-Bold-tlf-ot2.tfm)
Provides:       tex(PTSerif-Bold-tlf-t1--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-t1.tfm)
Provides:       tex(PTSerif-Bold-tlf-t1.vf)
Provides:       tex(PTSerif-Bold-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2a.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2a.vf)
Provides:       tex(PTSerif-Bold-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2b.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2b.vf)
Provides:       tex(PTSerif-Bold-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2c.tfm)
Provides:       tex(PTSerif-Bold-tlf-t2c.vf)
Provides:       tex(PTSerif-Bold-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-ts1.tfm)
Provides:       tex(PTSerif-Bold-tlf-ts1.vf)
Provides:       tex(PTSerif-Bold-tlf-x2--base.tfm)
Provides:       tex(PTSerif-Bold-tlf-x2.tfm)
Provides:       tex(PTSerif-Bold-tlf-x2.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-il2.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-ot1.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-ot2.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t1.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t1.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2a.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2a.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2b.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2b.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2c.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-t2c.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-ts1.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-ts1.vf)
Provides:       tex(PTSerif-BoldItalic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-x2.tfm)
Provides:       tex(PTSerif-BoldItalic-tlf-x2.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-il2.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-ot1.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-ot2.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t1.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t1.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2a.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2a.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2b.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2b.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2c.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-t2c.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-ts1.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-ts1.vf)
Provides:       tex(PTSerif-BoldSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-x2.tfm)
Provides:       tex(PTSerif-BoldSlanted-tlf-x2.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-il2.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-ot1.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t1.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t1.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2a.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2a.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2b.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2b.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2c.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-t2c.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-ts1.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-ts1.vf)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-x2.tfm)
Provides:       tex(PTSerif-BoldUprightItalic-tlf-x2.vf)
Provides:       tex(PTSerif-Caption-tlf-il2.tfm)
Provides:       tex(PTSerif-Caption-tlf-ot1.tfm)
Provides:       tex(PTSerif-Caption-tlf-ot2.tfm)
Provides:       tex(PTSerif-Caption-tlf-t1--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-t1.tfm)
Provides:       tex(PTSerif-Caption-tlf-t1.vf)
Provides:       tex(PTSerif-Caption-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2a.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2a.vf)
Provides:       tex(PTSerif-Caption-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2b.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2b.vf)
Provides:       tex(PTSerif-Caption-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2c.tfm)
Provides:       tex(PTSerif-Caption-tlf-t2c.vf)
Provides:       tex(PTSerif-Caption-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-ts1.tfm)
Provides:       tex(PTSerif-Caption-tlf-ts1.vf)
Provides:       tex(PTSerif-Caption-tlf-x2--base.tfm)
Provides:       tex(PTSerif-Caption-tlf-x2.tfm)
Provides:       tex(PTSerif-Caption-tlf-x2.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-il2.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-ot1.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-ot2.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t1.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t1.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2a.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2a.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2b.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2b.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2c.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-t2c.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-ts1.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-ts1.vf)
Provides:       tex(PTSerif-CaptionItalic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-x2.tfm)
Provides:       tex(PTSerif-CaptionItalic-tlf-x2.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-il2.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-ot1.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-ot2.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t1--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t1.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t1.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2a.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2a.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2b.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2b.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2c.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-t2c.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-ts1.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-ts1.vf)
Provides:       tex(PTSerif-CaptionSlanted-tlf-x2--base.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-x2.tfm)
Provides:       tex(PTSerif-CaptionSlanted-tlf-x2.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-il2.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-ot1.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t1.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t1.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2a.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2a.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2b.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2b.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2c.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-t2c.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-ts1.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-ts1.vf)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-x2.tfm)
Provides:       tex(PTSerif-CaptionUprightItalic-tlf-x2.vf)
Provides:       tex(PTSerif-Italic-tlf-il2.tfm)
Provides:       tex(PTSerif-Italic-tlf-ot1.tfm)
Provides:       tex(PTSerif-Italic-tlf-ot2.tfm)
Provides:       tex(PTSerif-Italic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-t1.tfm)
Provides:       tex(PTSerif-Italic-tlf-t1.vf)
Provides:       tex(PTSerif-Italic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2a.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2a.vf)
Provides:       tex(PTSerif-Italic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2b.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2b.vf)
Provides:       tex(PTSerif-Italic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2c.tfm)
Provides:       tex(PTSerif-Italic-tlf-t2c.vf)
Provides:       tex(PTSerif-Italic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-ts1.tfm)
Provides:       tex(PTSerif-Italic-tlf-ts1.vf)
Provides:       tex(PTSerif-Italic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-Italic-tlf-x2.tfm)
Provides:       tex(PTSerif-Italic-tlf-x2.vf)
Provides:       tex(PTSerif-Regular-tlf-il2.tfm)
Provides:       tex(PTSerif-Regular-tlf-ot1.tfm)
Provides:       tex(PTSerif-Regular-tlf-ot2.tfm)
Provides:       tex(PTSerif-Regular-tlf-t1--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-t1.tfm)
Provides:       tex(PTSerif-Regular-tlf-t1.vf)
Provides:       tex(PTSerif-Regular-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2a.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2a.vf)
Provides:       tex(PTSerif-Regular-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2b.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2b.vf)
Provides:       tex(PTSerif-Regular-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2c.tfm)
Provides:       tex(PTSerif-Regular-tlf-t2c.vf)
Provides:       tex(PTSerif-Regular-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-ts1.tfm)
Provides:       tex(PTSerif-Regular-tlf-ts1.vf)
Provides:       tex(PTSerif-Regular-tlf-x2--base.tfm)
Provides:       tex(PTSerif-Regular-tlf-x2.tfm)
Provides:       tex(PTSerif-Regular-tlf-x2.vf)
Provides:       tex(PTSerif-Slanted-tlf-il2.tfm)
Provides:       tex(PTSerif-Slanted-tlf-ot1.tfm)
Provides:       tex(PTSerif-Slanted-tlf-ot2.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t1--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t1.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t1.vf)
Provides:       tex(PTSerif-Slanted-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2a.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2a.vf)
Provides:       tex(PTSerif-Slanted-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2b.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2b.vf)
Provides:       tex(PTSerif-Slanted-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2c.tfm)
Provides:       tex(PTSerif-Slanted-tlf-t2c.vf)
Provides:       tex(PTSerif-Slanted-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-ts1.tfm)
Provides:       tex(PTSerif-Slanted-tlf-ts1.vf)
Provides:       tex(PTSerif-Slanted-tlf-x2--base.tfm)
Provides:       tex(PTSerif-Slanted-tlf-x2.tfm)
Provides:       tex(PTSerif-Slanted-tlf-x2.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-il2.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-ot1.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t1--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t1.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t1.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-t2a--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2a.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2a.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-t2b--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2b.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2b.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-t2c--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2c.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-t2c.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-ts1--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-ts1.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-ts1.vf)
Provides:       tex(PTSerif-UprightItalic-tlf-x2--base.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-x2.tfm)
Provides:       tex(PTSerif-UprightItalic-tlf-x2.vf)
Provides:       tex(PTSerif.sty)
Provides:       tex(PTSerifCaption.sty)
Provides:       tex(T1PTMono-TLF.fd)
Provides:       tex(T1PTSans-TLF.fd)
Provides:       tex(T1PTSansCaption-TLF.fd)
Provides:       tex(T1PTSansNarrow-TLF.fd)
Provides:       tex(T1PTSerif-TLF.fd)
Provides:       tex(T1PTSerifCaption-TLF.fd)
Provides:       tex(T2APTMono-TLF.fd)
Provides:       tex(T2APTSans-TLF.fd)
Provides:       tex(T2APTSansCaption-TLF.fd)
Provides:       tex(T2APTSansNarrow-TLF.fd)
Provides:       tex(T2APTSerif-TLF.fd)
Provides:       tex(T2APTSerifCaption-TLF.fd)
Provides:       tex(T2BPTMono-TLF.fd)
Provides:       tex(T2BPTSans-TLF.fd)
Provides:       tex(T2BPTSansCaption-TLF.fd)
Provides:       tex(T2BPTSansNarrow-TLF.fd)
Provides:       tex(T2BPTSerif-TLF.fd)
Provides:       tex(T2BPTSerifCaption-TLF.fd)
Provides:       tex(T2CPTMono-TLF.fd)
Provides:       tex(T2CPTSans-TLF.fd)
Provides:       tex(T2CPTSansCaption-TLF.fd)
Provides:       tex(T2CPTSansNarrow-TLF.fd)
Provides:       tex(T2CPTSerif-TLF.fd)
Provides:       tex(T2CPTSerifCaption-TLF.fd)
Provides:       tex(TS1PTMono-TLF.fd)
Provides:       tex(TS1PTSans-TLF.fd)
Provides:       tex(TS1PTSansCaption-TLF.fd)
Provides:       tex(TS1PTSansNarrow-TLF.fd)
Provides:       tex(TS1PTSerif-TLF.fd)
Provides:       tex(TS1PTSerifCaption-TLF.fd)
Provides:       tex(X2PTMono-TLF.fd)
Provides:       tex(X2PTSans-TLF.fd)
Provides:       tex(X2PTSansCaption-TLF.fd)
Provides:       tex(X2PTSansNarrow-TLF.fd)
Provides:       tex(X2PTSerif-TLF.fd)
Provides:       tex(X2PTSerifCaption-TLF.fd)
Provides:       tex(paratype-truetype.map)
Provides:       tex(paratype-type1.map)
Provides:       tex(paratype.sty)
Provides:       tex(ptmono_il2.enc)
Provides:       tex(ptmono_ot1.enc)
Provides:       tex(ptmono_ot2.enc)
Provides:       tex(ptmono_t1.enc)
Provides:       tex(ptmono_t2a.enc)
Provides:       tex(ptmono_t2b.enc)
Provides:       tex(ptmono_t2c.enc)
Provides:       tex(ptmono_ts1.enc)
Provides:       tex(ptmono_x2.enc)
Provides:       tex(ptsans_il2.enc)
Provides:       tex(ptsans_ot1.enc)
Provides:       tex(ptsans_ot2.enc)
Provides:       tex(ptsans_t1.enc)
Provides:       tex(ptsans_t2a.enc)
Provides:       tex(ptsans_t2b.enc)
Provides:       tex(ptsans_t2c.enc)
Provides:       tex(ptsans_ts1.enc)
Provides:       tex(ptsans_x2.enc)
Provides:       tex(ptserif_il2.enc)
Provides:       tex(ptserif_ot1.enc)
Provides:       tex(ptserif_ot2.enc)
Provides:       tex(ptserif_t1.enc)
Provides:       tex(ptserif_t2a.enc)
Provides:       tex(ptserif_t2b.enc)
Provides:       tex(ptserif_t2c.enc)
Provides:       tex(ptserif_ts1.enc)
Provides:       tex(ptserif_x2.enc)
Requires:       tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source169:      paratype.tar.xz
Source170:      paratype.doc.tar.xz

%description -n texlive-paratype
The package offers LaTeX support for the fonts PT Sans, PT
Serif and PT Mono developed by ParaType for the project "Public
Types of Russian Federation", and released under an open user
license. The fonts themselves are provided in both the TrueType
and Type 1 formats, both created by ParaType). The fonts
provide encodings OT1, T1, IL2, TS1, T2* and X2. The package
provides a convenient replacement of the two packages ptsans
and ptserif.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-paratype-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn32859
Release:        0
Summary:        Documentation for texlive-paratype
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-paratype-doc
This package includes the documentation for texlive-paratype


%package -n texlive-paratype-fonts
Version:        %{texlive_version}.%{texlive_noarch}.svn32859
Release:        0
Summary:        Severed fonts for texlive-paratype
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-paratype-fonts
The  separated fonts package for texlive-paratype
%post -n texlive-paratype
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
echo 'addMap paratype-type1.map' >> /var/run/texlive/run-updmap

%postun -n texlive-paratype 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    echo 'deleteMap paratype-type1.map' >> /var/run/texlive/run-updmap
    exit 0
fi

%posttrans -n texlive-paratype
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%post -n texlive-paratype-fonts
mkfontscale  %{_datadir}/fonts/texlive-paratype
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-paratype
fc-cache     %{_datadir}/fonts

%postun -n texlive-paratype-fonts
if test $1 = 0; then
    fc-cache %{_datadir}/fonts
fi

%files -n texlive-paratype-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/paratype/CHANGELOG
%{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_E.txt
%{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_R.txt
%{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt
%{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt
%{_texmfdistdir}/doc/fonts/paratype/README
%{_texmfdistdir}/doc/fonts/paratype/manifest.txt
%{_texmfdistdir}/doc/fonts/paratype/paratype-sample.pdf
%{_texmfdistdir}/doc/fonts/paratype/paratype-sample.tex
%{_texmfdistdir}/doc/fonts/paratype/paratype.pdf
%{_texmfdistdir}/doc/fonts/paratype/paratype.tex

%files -n texlive-paratype
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/paratype/ptmono/PTM55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptmono/PTM55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptmono/PTM75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptmono/PTM75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.inf
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_x2.enc
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-truetype.map
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-type1.map
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Slanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.tfm
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM55F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM75F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC55F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC75F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN57F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN77F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS55F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS56F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS75F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS76F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF55F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF56F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF75F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF76F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ55F.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ56F.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptmono/PTM55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptmono/PTM55F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptmono/PTM75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptmono/PTM75F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfm
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-BoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Slanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.vf
%{_texmfdistdir}/tex/latex/paratype/IL2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/PTMono.sty
%{_texmfdistdir}/tex/latex/paratype/PTSans.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansCaption.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansNarrow.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerif.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerifCaption.sty
%{_texmfdistdir}/tex/latex/paratype/T1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/paratype.sty

%files -n texlive-paratype-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-paratype
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-paratype.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-paratype/fonts.scale
%{_datadir}/fonts/texlive-paratype/PTM55F.ttf
%{_datadir}/fonts/texlive-paratype/PTM75F.ttf
%{_datadir}/fonts/texlive-paratype/PTC55F.ttf
%{_datadir}/fonts/texlive-paratype/PTC75F.ttf
%{_datadir}/fonts/texlive-paratype/PTN57F.ttf
%{_datadir}/fonts/texlive-paratype/PTN77F.ttf
%{_datadir}/fonts/texlive-paratype/PTS55F.ttf
%{_datadir}/fonts/texlive-paratype/PTS56F.ttf
%{_datadir}/fonts/texlive-paratype/PTS75F.ttf
%{_datadir}/fonts/texlive-paratype/PTS76F.ttf
%{_datadir}/fonts/texlive-paratype/PTF55F.ttf
%{_datadir}/fonts/texlive-paratype/PTF56F.ttf
%{_datadir}/fonts/texlive-paratype/PTF75F.ttf
%{_datadir}/fonts/texlive-paratype/PTF76F.ttf
%{_datadir}/fonts/texlive-paratype/PTZ55F.ttf
%{_datadir}/fonts/texlive-paratype/PTZ56F.ttf
%{_datadir}/fonts/texlive-paratype/PTM55F.pfb
%{_datadir}/fonts/texlive-paratype/PTM75F.pfb
%{_datadir}/fonts/texlive-paratype/PTC55F.pfb
%{_datadir}/fonts/texlive-paratype/PTC75F.pfb
%{_datadir}/fonts/texlive-paratype/PTN57F.pfb
%{_datadir}/fonts/texlive-paratype/PTN77F.pfb
%{_datadir}/fonts/texlive-paratype/PTS55F.pfb
%{_datadir}/fonts/texlive-paratype/PTS56F.pfb
%{_datadir}/fonts/texlive-paratype/PTS75F.pfb
%{_datadir}/fonts/texlive-paratype/PTS76F.pfb
%{_datadir}/fonts/texlive-paratype/PTF55F.pfb
%{_datadir}/fonts/texlive-paratype/PTF56F.pfb
%{_datadir}/fonts/texlive-paratype/PTF75F.pfb
%{_datadir}/fonts/texlive-paratype/PTF76F.pfb
%{_datadir}/fonts/texlive-paratype/PTZ55F.pfb
%{_datadir}/fonts/texlive-paratype/PTZ56F.pfb
/var/adm/update-scripts/texlive-paratype-%{texlive_version}.%{texlive_noarch}.svn32859-%{release}-zypper

%package -n texlive-paresse
Version:        %{texlive_version}.%{texlive_noarch}.4.1svn29803
Release:        0
Summary:        Define simple macros for greek letters
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-paresse-doc >= %{texlive_version}
Provides:       tex(paresse.sty)
Requires:       tex(ifluatex.sty)
Requires:       tex(ifxetex.sty)
Requires:       tex(skeyval-bc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source171:      paresse.tar.xz
Source172:      paresse.doc.tar.xz

%description -n texlive-paresse
The package defines macros using SS to type greek letters. so
that the user may (for example) type SSa to get the effect of
$\alpha$.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-paresse-doc
Version:        %{texlive_version}.%{texlive_noarch}.4.1svn29803
Release:        0
Summary:        Documentation for texlive-paresse
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-paresse-doc:en;fr)

%description -n texlive-paresse-doc
This package includes the documentation for texlive-paresse

%post -n texlive-paresse
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-paresse 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-paresse
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-paresse-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/paresse/paresse-en.pdf
%{_texmfdistdir}/doc/latex/paresse/paresse-ex-en.pdf
%{_texmfdistdir}/doc/latex/paresse/paresse-ex-fr.pdf
%{_texmfdistdir}/doc/latex/paresse/paresse-fr.pdf
%{_texmfdistdir}/doc/latex/paresse/paresse.pdf

%files -n texlive-paresse
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/paresse/paresse.sty
%{_texmfdistdir}/tex/latex/paresse/paresseold.sto
%{_texmfdistdir}/tex/latex/paresse/paresseutf8.sto
/var/adm/update-scripts/texlive-paresse-%{texlive_version}.%{texlive_noarch}.4.1svn29803-%{release}-zypper

%package -n texlive-parnotes
Version:        %{texlive_version}.%{texlive_noarch}.1svn25032
Release:        0
Summary:        Notes after every paragraph (or elsewhere)
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parnotes-doc >= %{texlive_version}
Provides:       tex(parnotes.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source173:      parnotes.tar.xz
Source174:      parnotes.doc.tar.xz

%description -n texlive-parnotes
The package provides the \parnote command. The notes are set as
(normal) running paragraphs; placement is at the end of each
paragraph, or manually, using the \parnotes command.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-parnotes-doc
Version:        %{texlive_version}.%{texlive_noarch}.1svn25032
Release:        0
Summary:        Documentation for texlive-parnotes
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parnotes-doc
This package includes the documentation for texlive-parnotes

%post -n texlive-parnotes
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parnotes 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parnotes
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parnotes-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parnotes/README
%{_texmfdistdir}/doc/latex/parnotes/README.TEXLIVE

%files -n texlive-parnotes
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parnotes/parnotes.sty
/var/adm/update-scripts/texlive-parnotes-%{texlive_version}.%{texlive_noarch}.1svn25032-%{release}-zypper

%package -n texlive-parrun
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Typesets (two) streams of text running parallel
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parrun-doc >= %{texlive_version}
Provides:       tex(parrun.sty)
Requires:       tex(calc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source175:      parrun.tar.xz
Source176:      parrun.doc.tar.xz

%description -n texlive-parrun
For typesetting translated text and the original source,
parallel on the same page, one above the other.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-parrun-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Documentation for texlive-parrun
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parrun-doc
This package includes the documentation for texlive-parrun

%post -n texlive-parrun
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parrun 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parrun
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parrun-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parrun/parrun.pdf
%{_texmfdistdir}/doc/latex/parrun/readme

%files -n texlive-parrun
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parrun/parrun.sty
/var/adm/update-scripts/texlive-parrun-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-parselines
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn21475
Release:        0
Summary:        Apply a macro to each line of an environment
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parselines-doc >= %{texlive_version}
Provides:       tex(parselines.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source177:      parselines.tar.xz
Source178:      parselines.doc.tar.xz

%description -n texlive-parselines
The package defines an environment "parse lines" which
processes each line of an environment with a macro. An example
of shading the lines of an environment is given.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-parselines-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn21475
Release:        0
Summary:        Documentation for texlive-parselines
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parselines-doc
This package includes the documentation for texlive-parselines

%post -n texlive-parselines
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parselines 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parselines
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parselines-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parselines/README
%{_texmfdistdir}/doc/latex/parselines/parselines.pdf

%files -n texlive-parselines
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parselines/parselines.sty
/var/adm/update-scripts/texlive-parselines-%{texlive_version}.%{texlive_noarch}.1.4svn21475-%{release}-zypper

%package -n texlive-parskip
Version:        %{texlive_version}.%{texlive_noarch}.2.0svn19963
Release:        0
Summary:        Layout with zero \parindent, non-zero \parskip
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-parskip-doc >= %{texlive_version}
Provides:       tex(parskip.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source179:      parskip.tar.xz
Source180:      parskip.doc.tar.xz

%description -n texlive-parskip
Simply changing \parskip and \parindent leaves a layout that is
untidy; this package (though it is no substitute for a properly-
designed class) helps alleviate this untidiness

date: 2015-08-03 03:43:12 +0000


%package -n texlive-parskip-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.0svn19963
Release:        0
Summary:        Documentation for texlive-parskip
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-parskip-doc
This package includes the documentation for texlive-parskip

%post -n texlive-parskip
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-parskip 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-parskip
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-parskip-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/parskip/parskip-doc.pdf
%{_texmfdistdir}/doc/latex/parskip/parskip-doc.tex

%files -n texlive-parskip
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/parskip/parskip.sty
/var/adm/update-scripts/texlive-parskip-%{texlive_version}.%{texlive_noarch}.2.0svn19963-%{release}-zypper

%package -n texlive-pas-cours
Version:        %{texlive_version}.%{texlive_noarch}.1.09dsvn35842
Release:        0
Summary:        Macros useful in preparing teaching material
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pas-cours-doc >= %{texlive_version}
Provides:       tex(macro-patrons.tex)
Provides:       tex(macro-solides.tex)
Provides:       tex(macro-styles.tex)
Provides:       tex(pas-cours.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source181:      pas-cours.tar.xz
Source182:      pas-cours.doc.tar.xz

%description -n texlive-pas-cours
Several groups of macros cover different branches of
mathematics.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pas-cours-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.09dsvn35842
Release:        0
Summary:        Documentation for texlive-pas-cours
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pas-cours-doc
This package includes the documentation for texlive-pas-cours

%post -n texlive-pas-cours
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pas-cours 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pas-cours
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pas-cours-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pas-cours/README
%{_texmfdistdir}/doc/latex/pas-cours/README.TEXLIVE
%{_texmfdistdir}/doc/latex/pas-cours/attention.png
%{_texmfdistdir}/doc/latex/pas-cours/coeur.png
%{_texmfdistdir}/doc/latex/pas-cours/pas-cours.tex
%{_texmfdistdir}/doc/latex/pas-cours/prerequis.png

%files -n texlive-pas-cours
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pas-cours/macro-patrons.tex
%{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex
%{_texmfdistdir}/tex/latex/pas-cours/macro-styles.tex
%{_texmfdistdir}/tex/latex/pas-cours/pas-cours.sty
/var/adm/update-scripts/texlive-pas-cours-%{texlive_version}.%{texlive_noarch}.1.09dsvn35842-%{release}-zypper

%package -n texlive-pas-crosswords
Version:        %{texlive_version}.%{texlive_noarch}.1.03svn32313
Release:        0
Summary:        Creating crossword grids, using 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pas-crosswords-doc >= %{texlive_version}
Provides:       tex(pas-crosswords.sty)
Requires:       tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source183:      pas-crosswords.tar.xz
Source184:      pas-crosswords.doc.tar.xz

%description -n texlive-pas-crosswords
The package produces crossword grids, using a wide variety of
colours and decorations of the grids and the text in them. The
package uses TikZ for its graphical output.

date: 2016-01-22 17:15:03 +0000


%package -n texlive-pas-crosswords-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.03svn32313
Release:        0
Summary:        Documentation for texlive-pas-crosswords
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-pas-crosswords-doc:fr)

%description -n texlive-pas-crosswords-doc
This package includes the documentation for texlive-pas-crosswords

%post -n texlive-pas-crosswords
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pas-crosswords 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pas-crosswords
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pas-crosswords-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pas-crosswords/README
%{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.pdf
%{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.tex

%files -n texlive-pas-crosswords
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pas-crosswords/pas-crosswords.sty
/var/adm/update-scripts/texlive-pas-crosswords-%{texlive_version}.%{texlive_noarch}.1.03svn32313-%{release}-zypper

%package -n texlive-pas-cv
Version:        %{texlive_version}.%{texlive_noarch}.2.01svn32263
Release:        0
Summary:        Flexible typesetting of Curricula Vitae
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pas-cv-doc >= %{texlive_version}
Provides:       tex(macro-andromede.tex)
Provides:       tex(macro-architecte.tex)
Provides:       tex(macro-centaure.tex)
Provides:       tex(macro-dynamique.tex)
Provides:       tex(macro-gaia.tex)
Provides:       tex(macro-jupiter.tex)
Provides:       tex(macro-mars.tex)
Provides:       tex(macro-neptune.tex)
Provides:       tex(macro-orion.tex)
Provides:       tex(macro-pegase.tex)
Provides:       tex(macro-pluton.tex)
Provides:       tex(macro-saturne.tex)
Provides:       tex(macro-univers.tex)
Provides:       tex(macro-uranus.tex)
Provides:       tex(macro-venus.tex)
Provides:       tex(pas-cv.sty)
Requires:       tex(eso-pic.sty)
Requires:       tex(fp.sty)
Requires:       tex(geometry.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(tikz.sty)
Requires:       tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source185:      pas-cv.tar.xz
Source186:      pas-cv.doc.tar.xz

%description -n texlive-pas-cv
The package provides the framework for typesetting a Curriculum
Vitae (composed in French), together with a number of "themes"
that may be used with the package. (The use of the themes may
be seen in the package's examples/ collection.) The author
hints that conversion for use with other languages (than
French) should be possible.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pas-cv-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.01svn32263
Release:        0
Summary:        Documentation for texlive-pas-cv
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-pas-cv-doc:fr)

%description -n texlive-pas-cv-doc
This package includes the documentation for texlive-pas-cv

%post -n texlive-pas-cv
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pas-cv 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pas-cv
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pas-cv-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.tex
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.pdf
%{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.tex
%{_texmfdistdir}/doc/latex/pas-cv/pas-cv.pdf
%{_texmfdistdir}/doc/latex/pas-cv/pas-cv.tex
%{_texmfdistdir}/doc/latex/pas-cv/photo.png

%files -n texlive-pas-cv
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pas-cv/macro-andromede.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-architecte.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-centaure.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-dynamique.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-gaia.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-jupiter.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-mars.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-neptune.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-orion.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pegase.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pluton.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-saturne.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-univers.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-uranus.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-venus.tex
%{_texmfdistdir}/tex/latex/pas-cv/pas-cv.sty
/var/adm/update-scripts/texlive-pas-cv-%{texlive_version}.%{texlive_noarch}.2.01svn32263-%{release}-zypper

%package -n texlive-pas-tableur
Version:        %{texlive_version}.%{texlive_noarch}.2.01svn39542
Release:        0
Summary:        Create a spreadsheet layout
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pas-tableur-doc >= %{texlive_version}
Provides:       tex(pas-tableur.sty)
Requires:       tex(tikz.sty)
Requires:       tex(xkeyval.sty)
Requires:       tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source187:      pas-tableur.tar.xz
Source188:      pas-tableur.doc.tar.xz

%description -n texlive-pas-tableur
The package provides commands for creating a grid of
rectangles, and commands for populating locations in the grid.
PGF/TikZ is used for placement and population of the cells.

date: 2016-02-01 12:48:43 +0000


%package -n texlive-pas-tableur-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.01svn39542
Release:        0
Summary:        Documentation for texlive-pas-tableur
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pas-tableur-doc
This package includes the documentation for texlive-pas-tableur

%post -n texlive-pas-tableur
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pas-tableur 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pas-tableur
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pas-tableur-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pas-tableur/README
%{_texmfdistdir}/doc/latex/pas-tableur/README.TEXLIVE
%{_texmfdistdir}/doc/latex/pas-tableur/doc.codes.tex
%{_texmfdistdir}/doc/latex/pas-tableur/doc.styles.tex
%{_texmfdistdir}/doc/latex/pas-tableur/pas-tableur.tex

%files -n texlive-pas-tableur
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pas-tableur/pas-tableur.sty
/var/adm/update-scripts/texlive-pas-tableur-%{texlive_version}.%{texlive_noarch}.2.01svn39542-%{release}-zypper

%package -n texlive-passivetex
Version:        %{texlive_version}.%{texlive_noarch}.svn15878
Release:        0
Summary:        Support package for XML/SGML 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Provides:       tex(dummyels.sty)
Provides:       tex(fotex.sty)
Provides:       tex(mlnames.sty)
Provides:       tex(teixml.sty)
Provides:       tex(teixmlslides.sty)
Provides:       tex(ucharacters.sty)
Provides:       tex(unicode.sty)
Requires:       tex(amsmath.sty)
Requires:       tex(amssymb.sty)
Requires:       tex(array.sty)
Requires:       tex(bm.sty)
Requires:       tex(color.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(longtable.sty)
Requires:       tex(marvosym.sty)
Requires:       tex(nameref.sty)
Requires:       tex(pifont.sty)
Requires:       tex(rotating.sty)
Requires:       tex(textcomp.sty)
Requires:       tex(times.sty)
Requires:       tex(tipa.sty)
Requires:       tex(tone.sty)
Requires:       tex(ulem.sty)
Requires:       tex(url.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source189:      passivetex.tar.xz

%description -n texlive-passivetex
Packages providing XML parsing, UTF-8 parsing, Unicode
entities, and common formatting object definitions for jadetex.

date: 2015-08-03 03:43:12 +0000

%post -n texlive-passivetex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-passivetex 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-passivetex
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-passivetex
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/xmltex/passivetex/dummyels.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/mlnames.sty
%{_texmfdistdir}/tex/xmltex/passivetex/tei.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teiprintslides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teislides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teixml.sty
%{_texmfdistdir}/tex/xmltex/passivetex/teixmlslides.sty
%{_texmfdistdir}/tex/xmltex/passivetex/ucharacters.sty
%{_texmfdistdir}/tex/xmltex/passivetex/unicode.sty
/var/adm/update-scripts/texlive-passivetex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper

%package -n texlive-patch
Version:        %{texlive_version}.%{texlive_noarch}.svn25271
Release:        0
Summary:        Patch loaded packages, etcetera
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source190:      patch.source.tar.xz

%description -n texlive-patch
The package defines macros that allow patching of existing
commands, specifying those parts of the existing macro to be
replaced, along with the replacements. Thus it provides more
sophisticated manipulation than a package like patchcmd, which
only permits modification by adding commands at the beginning
or end of an existing definition. The package is distributed in
a relative of LaTeX doc format: it will run unmodified, though
it benefits from docstrip treatment.

date: 2015-08-03 03:43:12 +0000

%post -n texlive-patch
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-patch 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-patch
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-patch
%defattr(-,root,root,755)
%{_texmfdistdir}/source/generic/patch/patch.doc
/var/adm/update-scripts/texlive-patch-%{texlive_version}.%{texlive_noarch}.svn25271-%{release}-zypper

%package -n texlive-patchcmd
Version:        %{texlive_version}.%{texlive_noarch}.1.03svn15878
Release:        0
Summary:        Change the definition of an existing command
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-patchcmd-doc >= %{texlive_version}
Provides:       tex(patchcmd.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source191:      patchcmd.tar.xz
Source192:      patchcmd.doc.tar.xz

%description -n texlive-patchcmd
The package provides a command \patchcommand that can be used
to add material at the beginning and/or the end of the
replacement text of an existing macro. It works for macros with
any number of normal arguments, including those that were
defined with \DeclareRobustCommand.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-patchcmd-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.03svn15878
Release:        0
Summary:        Documentation for texlive-patchcmd
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-patchcmd-doc
This package includes the documentation for texlive-patchcmd

%post -n texlive-patchcmd
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-patchcmd 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-patchcmd
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-patchcmd-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/patchcmd/patchcmd.pdf

%files -n texlive-patchcmd
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/patchcmd/patchcmd.sty
/var/adm/update-scripts/texlive-patchcmd-%{texlive_version}.%{texlive_noarch}.1.03svn15878-%{release}-zypper

%package -n texlive-patgen
Version:        %{texlive_version}.%{texlive_noarch}.2.3svn40768
Release:        0
Summary:        Generate hyphenation patterns
License:        SUSE-TeX
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires:       texlive-kpathsea >= %{texlive_version}
Requires(pre): texlive-patgen-bin >= %{texlive_version}
#!BuildIgnore: texlive-patgen-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source193:      patgen.doc.tar.xz

%description -n texlive-patgen
This is the last version of the program distributed by Knuth;
it advertises itself as a pattern generator for "the algorithm
used in TeX", but, of course, the patterns used in modern
distributions are Unicode-based.

date: 2015-08-03 03:43:12 +0000

%post -n texlive-patgen
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-patgen 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-patgen
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-patgen
%defattr(-,root,root,755)
%{_mandir}/man1/patgen.1*
/var/adm/update-scripts/texlive-patgen-%{texlive_version}.%{texlive_noarch}.2.3svn40768-%{release}-zypper

%package -n texlive-patgen2-tutorial
Version:        %{texlive_version}.%{texlive_noarch}.svn16490
Release:        0
Summary:        A tutorial on the use of Patgen 2
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source194:      patgen2-tutorial.doc.tar.xz

%description -n texlive-patgen2-tutorial
This document describes the use of Patgen 2 to create
hyphenation patterns for wide ranges of languages.

date: 2015-08-03 03:43:12 +0000

%post -n texlive-patgen2-tutorial
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-patgen2-tutorial 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-patgen2-tutorial
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-patgen2-tutorial
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/support/patgen2-tutorial/patgen2.pdf
%{_texmfdistdir}/doc/support/patgen2-tutorial/patgen2.tex
/var/adm/update-scripts/texlive-patgen2-tutorial-%{texlive_version}.%{texlive_noarch}.svn16490-%{release}-zypper

%package -n texlive-path
Version:        %{texlive_version}.%{texlive_noarch}.3.05svn22045
Release:        0
Summary:        Typeset paths, making them breakable
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-path-doc >= %{texlive_version}
Provides:       tex(path.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source195:      path.tar.xz
Source196:      path.doc.tar.xz

%description -n texlive-path
Defines a macro \path|...|, similar to the LaTeX \verb|...|,
that sets the text in typewriter font and allows hyphen-less
breaks at punctuation characters. The set of characters to be
regarded as punctuation may be changed from the package's
default.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-path-doc
Version:        %{texlive_version}.%{texlive_noarch}.3.05svn22045
Release:        0
Summary:        Documentation for texlive-path
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-path-doc
This package includes the documentation for texlive-path

%post -n texlive-path
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-path 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-path
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-path-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/path/path-doc.pdf
%{_texmfdistdir}/doc/generic/path/path-doc.tex

%files -n texlive-path
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/path/path.sty
/var/adm/update-scripts/texlive-path-%{texlive_version}.%{texlive_noarch}.3.05svn22045-%{release}-zypper

%package -n texlive-pauldoc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn16005
Release:        0
Summary:        German LaTeX package 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pauldoc-doc >= %{texlive_version}
Provides:       tex(pauldoc.sty)
Requires:       tex(babel.sty)
Requires:       tex(fontenc.sty)
Requires:       tex(inputenc.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source197:      pauldoc.tar.xz
Source198:      pauldoc.doc.tar.xz

%description -n texlive-pauldoc
The package provides helpers for German language package
documentation.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pauldoc-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5svn16005
Release:        0
Summary:        Documentation for texlive-pauldoc
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-pauldoc-doc:de)

%description -n texlive-pauldoc-doc
This package includes the documentation for texlive-pauldoc

%post -n texlive-pauldoc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pauldoc 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pauldoc
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pauldoc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pauldoc/README
%{_texmfdistdir}/doc/latex/pauldoc/pauldoc.pdf

%files -n texlive-pauldoc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pauldoc/pauldoc.sty
/var/adm/update-scripts/texlive-pauldoc-%{texlive_version}.%{texlive_noarch}.0.0.5svn16005-%{release}-zypper

%package -n texlive-pawpict
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn21629
Release:        0
Summary:        Using graphics from PAW
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pawpict-doc >= %{texlive_version}
Provides:       tex(pawpict.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source199:      pawpict.tar.xz
Source200:      pawpict.doc.tar.xz

%description -n texlive-pawpict
Support for the easy inclusion of graphics made by PAW (Physics
Analysis Workstation). You need to have PAW installed on your
system to benefit from this package.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pawpict-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.0svn21629
Release:        0
Summary:        Documentation for texlive-pawpict
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pawpict-doc
This package includes the documentation for texlive-pawpict

%post -n texlive-pawpict
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pawpict 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pawpict
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pawpict-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pawpict/README

%files -n texlive-pawpict
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pawpict/pawpict.sty
/var/adm/update-scripts/texlive-pawpict-%{texlive_version}.%{texlive_noarch}.1.0svn21629-%{release}-zypper

%package -n texlive-pax
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1ksvn26112
Release:        0
Summary:        Extract and reinsert PDF annotations with pdfTeX
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive-pax-bin >= %{texlive_version}
#!BuildIgnore: texlive-pax-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pax-doc >= %{texlive_version}
Requires:       perl(File::Which)
#!BuildIgnore:  perl(File::Which)
Requires:       perl(Getopt::Long)
#!BuildIgnore:  perl(Getopt::Long)
Requires:       perl(strict)
#!BuildIgnore:  perl(strict)
Provides:       tex(pax.sty)
Requires:       tex(auxhook.sty)
Requires:       tex(etexcmds.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(ifpdf.sty)
Requires:       tex(kvoptions.sty)
Requires:       tex(kvsetkeys.sty)
Requires:       tex(ltxcmds.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source201:      pax.tar.xz
Source202:      pax.doc.tar.xz

%description -n texlive-pax
If PDF files are included using pdfTeX, PDF annotations are
stripped. The pax project offers a solution without altering
pdfTeX. A Java program (pax.jar) parses the PDF file that will
later be included. The program then writes the data of the
annotations into a file that can be read by TeX. The LaTeX
package pax extends the graphics package to support the scheme:
if a PDF file is included, the package looks for the file with
the annotation data, reads them and puts the annotations in the
right place. Project status: experimental

date: 2015-12-27 19:31:23 +0000


%package -n texlive-pax-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1ksvn26112
Release:        0
Summary:        Documentation for texlive-pax
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pax-doc
This package includes the documentation for texlive-pax

%post -n texlive-pax
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pax 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pax
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pax-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pax/README

%files -n texlive-pax
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/pax/pax.jar
%{_texmfdistdir}/scripts/pax/pdfannotextractor.pl
%{_texmfdistdir}/tex/latex/pax/pax.sty
/var/adm/update-scripts/texlive-pax-%{texlive_version}.%{texlive_noarch}.0.0.1ksvn26112-%{release}-zypper

%package -n texlive-pb-diagram
Version:        %{texlive_version}.%{texlive_noarch}.5.0svn15878
Release:        0
Summary:        A commutative diagram package using LAMSTeX or Xy-pic 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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pb-diagram-doc >= %{texlive_version}
Provides:       tex(lamsarrow.sty)
Provides:       tex(pb-diagram.sty)
Provides:       tex(pb-lams.sty)
Provides:       tex(pb-xy.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source203:      pb-diagram.tar.xz
Source204:      pb-diagram.doc.tar.xz

%description -n texlive-pb-diagram
The pb-diagram package

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pb-diagram-doc
Version:        %{texlive_version}.%{texlive_noarch}.5.0svn15878
Release:        0
Summary:        Documentation for texlive-pb-diagram
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pb-diagram-doc
This package includes the documentation for texlive-pb-diagram

%post -n texlive-pb-diagram
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pb-diagram 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pb-diagram
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pb-diagram-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pb-diagram/COPYING
%{_texmfdistdir}/doc/latex/pb-diagram/README
%{_texmfdistdir}/doc/latex/pb-diagram/pb-examples.tex
%{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.pdf
%{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.tex

%files -n texlive-pb-diagram
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pb-diagram/lamsarrow.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-diagram.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-lams.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-xy.sty
/var/adm/update-scripts/texlive-pb-diagram-%{texlive_version}.%{texlive_noarch}.5.0svn15878-%{release}-zypper

%package -n texlive-pbibtex-base
Version:        %{texlive_version}.%{texlive_noarch}.svn40986
Release:        0
Summary:        Bibliography styles and miscellaneous files for pBibTeX
License:        BSD-3-Clause
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pbibtex-base-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source205:      pbibtex-base.tar.xz
Source206:      pbibtex-base.doc.tar.xz

%description -n texlive-pbibtex-base
These are miscellaneous files, including bibliography styles
(.bst), for pBibTeX, which is a Japanese extended version of
BibTeX contained in TeX Live. The bundle is a redistribution
derived from the ptex-texmf distribution by ASCII MEDIA WORKS.

date: 2016-05-01 16:03:20 +0000


%package -n texlive-pbibtex-base-doc
Version:        %{texlive_version}.%{texlive_noarch}.svn40986
Release:        0
Summary:        Documentation for texlive-pbibtex-base
License:        BSD-3-Clause
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pbibtex-base-doc
This package includes the documentation for texlive-pbibtex-base

%post -n texlive-pbibtex-base
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pbibtex-base 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pbibtex-base
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pbibtex-base-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/ptex/pbibtex/LICENSE
%{_texmfdistdir}/doc/ptex/pbibtex/README.md
%{_texmfdistdir}/doc/ptex/pbibtex/README_original
%{_texmfdistdir}/doc/ptex/pbibtex/cpp.awk
%{_texmfdistdir}/doc/ptex/pbibtex/generate.sh
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.bib
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.pdf
%{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.tex
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxbst.doc
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.bib
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.pdf
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.tex
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.pdf
%{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.tex

%files -n texlive-pbibtex-base
%defattr(-,root,root,755)
%{_texmfdistdir}/pbibtex/bib/jxampl.bib
%{_texmfdistdir}/pbibtex/bst/jabbrv.bst
%{_texmfdistdir}/pbibtex/bst/jalpha.bst
%{_texmfdistdir}/pbibtex/bst/jipsj.bst
%{_texmfdistdir}/pbibtex/bst/jname.bst
%{_texmfdistdir}/pbibtex/bst/jorsj.bst
%{_texmfdistdir}/pbibtex/bst/jplain.bst
%{_texmfdistdir}/pbibtex/bst/junsrt.bst
%{_texmfdistdir}/pbibtex/bst/tieice.bst
%{_texmfdistdir}/pbibtex/bst/tipsj.bst
/var/adm/update-scripts/texlive-pbibtex-base-%{texlive_version}.%{texlive_noarch}.svn40986-%{release}-zypper

%package -n texlive-pbox
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn24807
Release:        0
Summary:        A variable-width \parbox command
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pbox-doc >= %{texlive_version}
Provides:       tex(pbox.sty)
Requires:       tex(calc.sty)
Requires:       tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source207:      pbox.tar.xz
Source208:      pbox.doc.tar.xz

%description -n texlive-pbox
Defines a command \pbox{<max width>}{<text>} which adjusts its
width to that of the enclosed text, up to the maximum width
given. The package also defines some associated length
commands.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pbox-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn24807
Release:        0
Summary:        Documentation for texlive-pbox
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pbox-doc
This package includes the documentation for texlive-pbox

%post -n texlive-pbox
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pbox 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pbox
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pbox-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pbox/AUTHORS
%{_texmfdistdir}/doc/latex/pbox/COPYING
%{_texmfdistdir}/doc/latex/pbox/ChangeLog
%{_texmfdistdir}/doc/latex/pbox/INSTALL
%{_texmfdistdir}/doc/latex/pbox/Makefile
%{_texmfdistdir}/doc/latex/pbox/README
%{_texmfdistdir}/doc/latex/pbox/pbox.pdf

%files -n texlive-pbox
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pbox/pbox.sty
/var/adm/update-scripts/texlive-pbox-%{texlive_version}.%{texlive_noarch}.1.2svn24807-%{release}-zypper

%package -n texlive-pbsheet
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn24830
Release:        0
Summary:        Problem sheet class
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pbsheet-doc >= %{texlive_version}
Provides:       tex(pbsheet.cls)
Requires:       tex(amsfonts.sty)
Requires:       tex(amsmath.sty)
Requires:       tex(amssymb.sty)
Requires:       tex(amsthm.sty)
Requires:       tex(babel.sty)
Requires:       tex(color.sty)
Requires:       tex(geometry.sty)
Requires:       tex(inputenc.sty)
Requires:       tex(latexsym.sty)
Requires:       tex(listings.sty)
Requires:       tex(moreverb.sty)
Requires:       tex(rotating.sty)
Requires:       tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source209:      pbsheet.tar.xz
Source210:      pbsheet.doc.tar.xz

%description -n texlive-pbsheet
This class is designed to simplify the typesetting of problem
sheets with Mathematics and Computer Science content. It is
currently customised towards teaching in French (and the
examples are in French).

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pbsheet-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn24830
Release:        0
Summary:        Documentation for texlive-pbsheet
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-pbsheet-doc:fr)

%description -n texlive-pbsheet-doc
This package includes the documentation for texlive-pbsheet

%post -n texlive-pbsheet
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pbsheet 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pbsheet
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pbsheet-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pbsheet/LPPL
%{_texmfdistdir}/doc/latex/pbsheet/README
%{_texmfdistdir}/doc/latex/pbsheet/pbsheet.pdf
%{_texmfdistdir}/doc/latex/pbsheet/xpl/GNUmakefile
%{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.eps
%{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.pdf
%{_texmfdistdir}/doc/latex/pbsheet/xpl/pbsheet.cls
%{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/probadis.m
%{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rdiscr.m
%{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rint.m
%{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/simbin.m
%{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.bib
%{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.dvi
%{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.pdf
%{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.ps
%{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.tex

%files -n texlive-pbsheet
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pbsheet/pbsheet.cls
/var/adm/update-scripts/texlive-pbsheet-%{texlive_version}.%{texlive_noarch}.0.0.1svn24830-%{release}-zypper

%package -n texlive-pdf-trans
Version:        %{texlive_version}.%{texlive_noarch}.2.4svn32809
Release:        0
Summary:        A set of macros for various transformations of TeX boxes
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdf-trans-doc >= %{texlive_version}
Provides:       tex(pdf-trans.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source211:      pdf-trans.tar.xz
Source212:      pdf-trans.doc.tar.xz

%description -n texlive-pdf-trans
pdf-trans is a set of macros offering various transformations
of TeX boxes (based on plain and pdfeTeX primitives). It was
initially inspired by trans.tex, remade to work with pdfTeX.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdf-trans-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.4svn32809
Release:        0
Summary:        Documentation for texlive-pdf-trans
License:        SUSE-Public-Domain
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdf-trans-doc
This package includes the documentation for texlive-pdf-trans

%post -n texlive-pdf-trans
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdf-trans 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdf-trans
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdf-trans-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/pdf-trans/example.pdf
%{_texmfdistdir}/doc/generic/pdf-trans/example.tex

%files -n texlive-pdf-trans
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/pdf-trans/pdf-trans.tex
/var/adm/update-scripts/texlive-pdf-trans-%{texlive_version}.%{texlive_noarch}.2.4svn32809-%{release}-zypper

%package -n texlive-pdf14
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn17583
Release:        0
Summary:        Restore PDF 1.4 to a TeX live 2010 format
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdf14-doc >= %{texlive_version}
Provides:       tex(pdf14.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source213:      pdf14.tar.xz
Source214:      pdf14.doc.tar.xz

%description -n texlive-pdf14
Starting with TeX Live 2010, the various formats, that directly
generate PDF, default to generating PDF 1.5. This is generally
a good thing, but it can lead to compatibility issues with some
older PDF viewers. This package changes the version of PDF
generated with formats (based on pdfTeX or LuaTeX in PDF mode),
back to 1.4 for documents that need to achieve maximal
compatibility with old viewers.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdf14-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.1svn17583
Release:        0
Summary:        Documentation for texlive-pdf14
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdf14-doc
This package includes the documentation for texlive-pdf14

%post -n texlive-pdf14
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdf14 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdf14
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdf14-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdf14/README
%{_texmfdistdir}/doc/latex/pdf14/pdf14.pdf
%{_texmfdistdir}/doc/latex/pdf14/test-pdf14.tex

%files -n texlive-pdf14
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdf14/pdf14.sty
/var/adm/update-scripts/texlive-pdf14-%{texlive_version}.%{texlive_noarch}.0.0.1svn17583-%{release}-zypper

%package -n texlive-pdfbook2
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn37537
Release:        0
Summary:        Create booklets from PDF files
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive-pdfbook2-bin >= %{texlive_version}
#!BuildIgnore: texlive-pdfbook2-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfbook2-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source215:      pdfbook2.tar.xz
Source216:      pdfbook2.doc.tar.xz

%description -n texlive-pdfbook2
This python program creates print-ready PDF files from some
input PDF files for booklet printing. The resulting files need
to be printed in landscape/long edge double sided printing. The
default paper format depends on the locale and is chosen by
pdfjam. It can be chosen using the --paper option. Before the
pdf is composed, the input file is cropped to the relevant area
in order to discard unnecessary white spaces. In this process,
all pages are cropped to the same dimensions. Extra margins can
be defined at the edges of the booklet and in the middle where
the binding occurs. The output is written to INPUT-book.pdf.
Existing files will be overwritten. All input files are
processed seperately.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdfbook2-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.2svn37537
Release:        0
Summary:        Documentation for texlive-pdfbook2
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfbook2-doc
This package includes the documentation for texlive-pdfbook2

%post -n texlive-pdfbook2
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfbook2 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfbook2
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfbook2-doc
%defattr(-,root,root,755)
%{_mandir}/man1/pdfbook2.1*
%{_texmfdistdir}/doc/support/pdfbook2/README

%files -n texlive-pdfbook2
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/pdfbook2/pdfbook2
/var/adm/update-scripts/texlive-pdfbook2-%{texlive_version}.%{texlive_noarch}.1.2svn37537-%{release}-zypper

%package -n texlive-pdfcomment
Version:        %{texlive_version}.%{texlive_noarch}.2.3bsvn40166
Release:        0
Summary:        A user-friendly interface to pdf annotations
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfcomment-doc >= %{texlive_version}
Provides:       tex(pdfcomment.sty)
Requires:       tex(calc.sty)
Requires:       tex(datetime.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(ifpdf.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(marginnote.sty)
Requires:       tex(refcount.sty)
Requires:       tex(soulpos.sty)
Requires:       tex(xkeyval.sty)
Requires:       tex(zref-savepos.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source217:      pdfcomment.tar.xz
Source218:      pdfcomment.doc.tar.xz

%description -n texlive-pdfcomment
For a long time pdfLaTeX has offered the command \pdfannot for
inserting arbitrary PDF annotations. However, the command is
presented in a form where additional knowledge of the
definition of the PDF format is indispensable. This package is
an answer to the - occasional - questions in newsgroups, about
how one could use the comment function of Adobe Reader. At
least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to
provide comments in PDF files. Since version v1.1,
pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX -
dvipdfmx, XeLaTeX and LuaLaTeX. Unfortunately, support of PDF
annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe
Reader.

date: 2016-03-28 15:54:50 +0000


%package -n texlive-pdfcomment-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.3bsvn40166
Release:        0
Summary:        Documentation for texlive-pdfcomment
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Provides:       locale(texlive-pdfcomment-doc:en;de)

%description -n texlive-pdfcomment-doc
This package includes the documentation for texlive-pdfcomment

%post -n texlive-pdfcomment
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfcomment 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfcomment
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfcomment-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfcomment/CHANGES
%{_texmfdistdir}/doc/latex/pdfcomment/INSTALL
%{_texmfdistdir}/doc/latex/pdfcomment/README.md
%{_texmfdistdir}/doc/latex/pdfcomment/example.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/example.tex
%{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.tex
%{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.tex
%{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.tex
%{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.tex
%{_texmfdistdir}/doc/latex/pdfcomment/manifest.txt
%{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.tex
%{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.pdf
%{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.tex

%files -n texlive-pdfcomment
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfcomment/pdfcomment.sty
/var/adm/update-scripts/texlive-pdfcomment-%{texlive_version}.%{texlive_noarch}.2.3bsvn40166-%{release}-zypper

%package -n texlive-pdfcprot
Version:        %{texlive_version}.%{texlive_noarch}.1.7asvn18735
Release:        0
Summary:        Activating and setting of character protruding using pdfLaTeX
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfcprot-doc >= %{texlive_version}
Provides:       tex(pdfcprot.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source219:      pdfcprot.tar.xz
Source220:      pdfcprot.doc.tar.xz

%description -n texlive-pdfcprot
This package provides an easy interface to adjust the character
protrusion for different fonts and choosing the right
adjustment automatically depending on the font. The package is
largely superseded by microtype.

date: 2015-08-03 03:58:53 +0000


%package -n texlive-pdfcprot-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.7asvn18735
Release:        0
Summary:        Documentation for texlive-pdfcprot
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfcprot-doc
This package includes the documentation for texlive-pdfcprot

%post -n texlive-pdfcprot
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfcprot 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfcprot
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfcprot-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfcprot/00CONTEN
%{_texmfdistdir}/doc/latex/pdfcprot/00README
%{_texmfdistdir}/doc/latex/pdfcprot/INSTALL.txt
%{_texmfdistdir}/doc/latex/pdfcprot/LEGAL.txt
%{_texmfdistdir}/doc/latex/pdfcprot/Makefile.unx
%{_texmfdistdir}/doc/latex/pdfcprot/README.txt
%{_texmfdistdir}/doc/latex/pdfcprot/TODO
%{_texmfdistdir}/doc/latex/pdfcprot/pdfcprot.pdf

%files -n texlive-pdfcprot
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfcprot/pdfcprot.sty
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT2.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT2A.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnTS1.cpa
/var/adm/update-scripts/texlive-pdfcprot-%{texlive_version}.%{texlive_noarch}.1.7asvn18735-%{release}-zypper

%package -n texlive-pdfcrop
Version:        %{texlive_version}.%{texlive_noarch}.1.37svn29348
Release:        0
Summary:        Crop PDF graphics
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive-pdfcrop-bin >= %{texlive_version}
#!BuildIgnore: texlive-pdfcrop-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfcrop-doc >= %{texlive_version}
Requires:       perl(Config)
#!BuildIgnore:  perl(Config)
Requires:       perl(File::Copy)
#!BuildIgnore:  perl(File::Copy)
Requires:       perl(File::Spec)
#!BuildIgnore:  perl(File::Spec)
Requires:       perl(File::Spec::Functions)
#!BuildIgnore:  perl(File::Spec::Functions)
Requires:       perl(Getopt::Long)
#!BuildIgnore:  perl(Getopt::Long)
Requires:       perl(strict)
#!BuildIgnore:  perl(strict)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source221:      pdfcrop.tar.xz
Source222:      pdfcrop.doc.tar.xz

%description -n texlive-pdfcrop
A Perl script that can either trim pages of any whitespace
border, or trim them of a fixed border.

date: 2015-12-27 19:31:23 +0000


%package -n texlive-pdfcrop-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.37svn29348
Release:        0
Summary:        Documentation for texlive-pdfcrop
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfcrop-doc
This package includes the documentation for texlive-pdfcrop

%post -n texlive-pdfcrop
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfcrop 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfcrop
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfcrop-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/support/pdfcrop/README

%files -n texlive-pdfcrop
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/pdfcrop/pdfcrop.pl
/var/adm/update-scripts/texlive-pdfcrop-%{texlive_version}.%{texlive_noarch}.1.37svn29348-%{release}-zypper

%package -n texlive-pdfjam
Version:        %{texlive_version}.%{texlive_noarch}.2.02svn29752
Release:        0
Summary:        Shell scripts interfacing to pdfpages
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires(pre): texlive-pdfjam-bin >= %{texlive_version}
#!BuildIgnore: texlive-pdfjam-bin
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfjam-doc >= %{texlive_version}
Requires:       texlive-pdfpages >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source223:      pdfjam.tar.xz
Source224:      pdfjam.doc.tar.xz

%description -n texlive-pdfjam
This is a collection of shell scripts which provide an
interface to the pdfpages LaTeX package. They do such jobs as
selecting pages, concatenating files, doing n-up formatting,
and so on.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdfjam-doc
Version:        %{texlive_version}.%{texlive_noarch}.2.02svn29752
Release:        0
Summary:        Documentation for texlive-pdfjam
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfjam-doc
This package includes the documentation for texlive-pdfjam

%post -n texlive-pdfjam
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfjam 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfjam
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfjam-doc
%defattr(-,root,root,755)
%{_mandir}/man1/pdf180.1*
%{_mandir}/man1/pdf270.1*
%{_mandir}/man1/pdf90.1*
%{_mandir}/man1/pdfbook.1*
%{_mandir}/man1/pdfflip.1*
%{_mandir}/man1/pdfjam-pocketmod.1*
%{_mandir}/man1/pdfjam-slides3up.1*
%{_mandir}/man1/pdfjam-slides6up.1*
%{_mandir}/man1/pdfjam.1*
%{_mandir}/man1/pdfjoin.1*
%{_mandir}/man1/pdfnup.1*
%{_mandir}/man1/pdfpun.1*
%{_texmfdistdir}/doc/support/pdfjam/COPYING
%{_texmfdistdir}/doc/support/pdfjam/PDFjam-README.html
%{_texmfdistdir}/doc/support/pdfjam/VERSION
%{_texmfdistdir}/doc/support/pdfjam/pdfdroplets.png
%{_texmfdistdir}/doc/support/pdfjam/pdfjam.conf
%{_texmfdistdir}/doc/support/pdfjam/tests.zip

%files -n texlive-pdfjam
%defattr(-,root,root,755)
%{_texmfdistdir}/scripts/pdfjam/pdf180
%{_texmfdistdir}/scripts/pdfjam/pdf270
%{_texmfdistdir}/scripts/pdfjam/pdf90
%{_texmfdistdir}/scripts/pdfjam/pdfbook
%{_texmfdistdir}/scripts/pdfjam/pdfflip
%{_texmfdistdir}/scripts/pdfjam/pdfjam
%{_texmfdistdir}/scripts/pdfjam/pdfjam-pocketmod
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides3up
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides6up
%{_texmfdistdir}/scripts/pdfjam/pdfjoin
%{_texmfdistdir}/scripts/pdfjam/pdfnup
%{_texmfdistdir}/scripts/pdfjam/pdfpun
/var/adm/update-scripts/texlive-pdfjam-%{texlive_version}.%{texlive_noarch}.2.02svn29752-%{release}-zypper

%package -n texlive-pdfmarginpar
Version:        %{texlive_version}.%{texlive_noarch}.0.0.92svn23492
Release:        0
Summary:        Generate marginpar-equivalent PDF annotations
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfmarginpar-doc >= %{texlive_version}
Provides:       tex(pdfmarginpar.sty)
Requires:       tex(pgfkeys.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source225:      pdfmarginpar.tar.xz
Source226:      pdfmarginpar.doc.tar.xz

%description -n texlive-pdfmarginpar
The package provides the \pdfmarginpar command which is similar
in spirit to \marginpar. However, it creates PDF annotations
which may be viewed with Adobe Reader in place of marginal
texts. Small icons indicate the in-text position where the
message originates, popups provide the messages themselves.
Thus bugfixes and other such communications are clearly visible
together when viewing the document, while the document itself
is not obscured.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdfmarginpar-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.92svn23492
Release:        0
Summary:        Documentation for texlive-pdfmarginpar
License:        GPL-2.0+
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfmarginpar-doc
This package includes the documentation for texlive-pdfmarginpar

%post -n texlive-pdfmarginpar
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfmarginpar 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfmarginpar
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfmarginpar-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfmarginpar/README
%{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.pdf
%{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.tex
%{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.pdf
%{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.png
%{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.tex
%{_texmfdistdir}/doc/latex/pdfmarginpar/pgfmanual-en-macros.tex
%{_texmfdistdir}/doc/latex/pdfmarginpar/pgfplots-macros.tex

%files -n texlive-pdfmarginpar
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfmarginpar/pdfmarginpar.sty
/var/adm/update-scripts/texlive-pdfmarginpar-%{texlive_version}.%{texlive_noarch}.0.0.92svn23492-%{release}-zypper

%package -n texlive-pdfpagediff
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn37946
Release:        0
Summary:        Find difference between two PDF's
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfpagediff-doc >= %{texlive_version}
Provides:       tex(pdfpagediff.sty)
Requires:       tex(color.sty)
Requires:       tex(geometry.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(substr.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source227:      pdfpagediff.tar.xz
Source228:      pdfpagediff.doc.tar.xz

%description -n texlive-pdfpagediff
Find difference between two PDF's

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdfpagediff-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.4svn37946
Release:        0
Summary:        Documentation for texlive-pdfpagediff
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfpagediff-doc
This package includes the documentation for texlive-pdfpagediff

%post -n texlive-pdfpagediff
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfpagediff 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfpagediff
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfpagediff-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfpagediff/README
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/Makefile
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/ar1.png
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/ar2.png
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/ar3.png
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/pdfpagediff-doc.pdf
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/pdfpagediff-doc.sty
%{_texmfdistdir}/doc/latex/pdfpagediff/doc/pdfpagediff-doc.tex
%{_texmfdistdir}/doc/latex/pdfpagediff/example/file1.pdf
%{_texmfdistdir}/doc/latex/pdfpagediff/example/file2.pdf
%{_texmfdistdir}/doc/latex/pdfpagediff/example/ltest.pdf
%{_texmfdistdir}/doc/latex/pdfpagediff/example/ltest.tex
%{_texmfdistdir}/doc/latex/pdfpagediff/manifest.txt

%files -n texlive-pdfpagediff
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfpagediff/pdfpagediff.sty
/var/adm/update-scripts/texlive-pdfpagediff-%{texlive_version}.%{texlive_noarch}.1.4svn37946-%{release}-zypper

%package -n texlive-pdfpages
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5fsvn40638
Release:        0
Summary:        Include PDF documents in LaTeX
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/
Requires:       texlive-eso-pic >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfpages-doc >= %{texlive_version}
Provides:       tex(pdfpages.sty)
Provides:       tex(ppdvipdfmx.def)
Provides:       tex(ppdvips.def)
Provides:       tex(ppluatex.def)
Provides:       tex(ppnull.def)
Provides:       tex(pppdftex.def)
Provides:       tex(ppvtex.def)
Provides:       tex(ppxetex.def)
Requires:       tex(calc.sty)
Requires:       tex(count1to.sty)
Requires:       tex(eso-pic.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(ifthen.sty)
Requires:       tex(pdflscape.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source229:      pdfpages.tar.xz
Source230:      pdfpages.doc.tar.xz

%description -n texlive-pdfpages
This package simplifies the inclusion of external multi-page
PDF documents in LaTeX documents. Pages may be freely selected
and similar to psnup it is possible to put several logical
pages onto each sheet of paper. Furthermore a lot of hypertext
features like hyperlinks and article threads are provided. The
package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is
even possible to use this package to insert PostScript files,
in addition to PDF files.

date: 2016-04-20 18:12:00 +0000


%package -n texlive-pdfpages-doc
Version:        %{texlive_version}.%{texlive_noarch}.0.0.5fsvn40638
Release:        0
Summary:        Documentation for texlive-pdfpages
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfpages-doc
This package includes the documentation for texlive-pdfpages

%post -n texlive-pdfpages
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfpages 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfpages
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfpages-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfpages/dummy-l.pdf
%{_texmfdistdir}/doc/latex/pdfpages/dummy.pdf
%{_texmfdistdir}/doc/latex/pdfpages/pdf-ex.tex
%{_texmfdistdir}/doc/latex/pdfpages/pdf-hyp.tex
%{_texmfdistdir}/doc/latex/pdfpages/pdf-toc.tex
%{_texmfdistdir}/doc/latex/pdfpages/pdfpages.pdf

%files -n texlive-pdfpages
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfpages/pdfpages.sty
%{_texmfdistdir}/tex/latex/pdfpages/ppdvipdfmx.def
%{_texmfdistdir}/tex/latex/pdfpages/ppdvips.def
%{_texmfdistdir}/tex/latex/pdfpages/ppluatex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppnull.def
%{_texmfdistdir}/tex/latex/pdfpages/pppdftex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppvtex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppxetex.def
/var/adm/update-scripts/texlive-pdfpages-%{texlive_version}.%{texlive_noarch}.0.0.5fsvn40638-%{release}-zypper

%package -n texlive-pdfscreen
Version:        %{texlive_version}.%{texlive_noarch}.1.5svn27510
Release:        0
Summary:        Support screen-based document design
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): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): texlive >= %{texlive_version}
Recommends:     texlive-pdfscreen-doc >= %{texlive_version}
Provides:       tex(pdfscreen.sty)
Requires:       tex(amsbsy.sty)
Requires:       tex(amssymb.sty)
Requires:       tex(calc.sty)
Requires:       tex(color.sty)
Requires:       tex(comment.sty)
Requires:       tex(fancybox.sty)
Requires:       tex(graphicx.sty)
Requires:       tex(hyperref.sty)
Requires:       tex(shortvrb.sty)
Requires:       tex(truncate.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20160523
Source231:      pdfscreen.tar.xz
Source232:      pdfscreen.doc.tar.xz

%description -n texlive-pdfscreen
An extension of the hyperref package to provide a screen-based
document design. This package helps to generate pdf documents
that are readable on screen and will fit the screen's aspect
ratio. Also it can be used with various options to produce
regular print versions of the same document without any extra
effort.

date: 2015-08-03 03:43:12 +0000


%package -n texlive-pdfscreen-doc
Version:        %{texlive_version}.%{texlive_noarch}.1.5svn27510
Release:        0
Summary:        Documentation for texlive-pdfscreen
License:        LPPL-1.0
Group:          Productivity/Publishing/TeX/Base
Url:            http://www.tug.org/texlive/

%description -n texlive-pdfscreen-doc
This package includes the documentation for texlive-pdfscreen

%post -n texlive-pdfscreen
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update

%postun -n texlive-pdfscreen 
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if test $1 = 0; then
    exit 0
fi

%posttrans -n texlive-pdfscreen
test -z "$ZYPP_IS_RUNNING" || exit 0
test -d /var/run/texlive || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :

%files -n texlive-pdfscreen-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/pdfscreen/logo.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/manual-print.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/manual-screen.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/manual.tex
%{_texmfdistdir}/doc/latex/pdfscreen/nopanel.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/pdfscreen.cfg.specimen
%{_texmfdistdir}/doc/latex/pdfscreen/portrait.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/print.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/slide.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/slide.tex
%{_texmfdistdir}/doc/latex/pdfscreen/square.pdf
%{_texmfdistdir}/doc/latex/pdfscreen/tex.png
%{_texmfdistdir}/doc/latex/pdfscreen/widepanel.pdf

%files -n texlive-pdfscreen
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/pdfscreen/but.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/button.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/left.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay0.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay1.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay10.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay2.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay3.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay4.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay5.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay6.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay7.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay8.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay9.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/pdfscreen.sty
%{_texmfdistdir}/tex/latex/pdfscreen/right.pdf
/var/adm/update-scripts/texlive-pdfscreen-%{texlive_version}.%{texlive_noarch}.1.5svn27510-%{release}-zypper

%prep
%setup -q -c -T

%build

%install
    rm -rf %{buildroot}
    mkdir -p %{buildroot}%{_texmfdistdir}
    mkdir -p %{buildroot}%{_texmfmaindir}/tlpkg/tlpostcode
    mkdir -p %{buildroot}%{_datadir}/texlive/tlpkg
    mkdir -p %{buildroot}/var/adm/update-scripts
    ln -sf ../../share/texmf        %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf ../../share/texmf        %{buildroot}%{_datadir}/texlive/texmf
    ln -sf ../../../share/texmf/tlpkg/tlpostcode \
                                    %{buildroot}%{_datadir}/texlive/tlpkg/tlpostcode
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nmbib-%{texlive_version}.%{texlive_noarch}.1.04svn37984-%{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-noconflict-%{texlive_version}.%{texlive_noarch}.1.0svn30140-%{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-noindentafter-%{texlive_version}.%{texlive_noarch}.0.0.2.2svn35709-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-noitcrul-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{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-nolbreaks-%{texlive_version}.%{texlive_noarch}.1.2svn26786-%{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-nomencl-%{texlive_version}.%{texlive_noarch}.3.1asvn15878-%{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-nomentbl-%{texlive_version}.%{texlive_noarch}.0.0.4svn16549-%{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-nonfloat-%{texlive_version}.%{texlive_noarch}.1.0svn17598-%{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-nonumonpart-%{texlive_version}.%{texlive_noarch}.1svn22114-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nopageno-%{texlive_version}.%{texlive_noarch}.svn18128-%{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-norasi-c90-%{texlive_version}.%{texlive_noarch}.svn37675-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-normalcolor-%{texlive_version}.%{texlive_noarch}.r11svn40125-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nostarch-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-notes-%{texlive_version}.%{texlive_noarch}.1.0.1svn37998-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    rm -vf  %{buildroot}%{_texmfdistdir}/doc/latex/notes/makedoc.bat
    # Make possible scripts usable if any
    for scr in %{_texmfdistdir}/doc/latex/notes/makedoc
    do
	test -e %{buildroot}/$scr || continue
	chmod 0755 %{buildroot}/$scr
    done
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-notes2bib-%{texlive_version}.%{texlive_noarch}.2.0ksvn31162-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-noto-%{texlive_version}.%{texlive_noarch}.svn40119-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-noto
    for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/google/noto/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/google/noto/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-noto
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-noto/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-noto/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-noto/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-noto/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-noto.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-noto    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-noto/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-notoccite-%{texlive_version}.%{texlive_noarch}.svn18129-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nowidow-%{texlive_version}.%{texlive_noarch}.1.0svn24066-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nox-%{texlive_version}.%{texlive_noarch}.1.0svn30991-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:37} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nrc-%{texlive_version}.%{texlive_noarch}.2.01asvn29027-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ntgclass-%{texlive_version}.%{texlive_noarch}.2.1asvn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ntheorem-%{texlive_version}.%{texlive_noarch}.1.33svn27609-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ntheorem-vn-%{texlive_version}.%{texlive_noarch}.1.203svn15878-%{release}-zypper
    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-nuc-%{texlive_version}.%{texlive_noarch}.0.0.1svn22256-%{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
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nucleardata-%{texlive_version}.%{texlive_noarch}.svn40216-%{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-numberedblock-%{texlive_version}.%{texlive_noarch}.1.10svn33109-%{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-numericplots-%{texlive_version}.%{texlive_noarch}.2.0.2svn31729-%{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-numname-%{texlive_version}.%{texlive_noarch}.svn18130-%{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-numprint-%{texlive_version}.%{texlive_noarch}.1.39svn27498-%{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
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-nwejm-%{texlive_version}.%{texlive_noarch}.0.0.96svn40526-%{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-oberdiek-%{texlive_version}.%{texlive_noarch}.svn41247-%{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-objectz-%{texlive_version}.%{texlive_noarch}.svn19389-%{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-obnov-%{texlive_version}.%{texlive_noarch}.0.0.11svn33355-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ocg-p-%{texlive_version}.%{texlive_noarch}.0.0.4svn28803-%{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
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ocgx-%{texlive_version}.%{texlive_noarch}.0.0.5svn28492-%{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
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ocgx2-%{texlive_version}.%{texlive_noarch}.0.0.17svn40126-%{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-ocherokee-%{texlive_version}.%{texlive_noarch}.svn25689-%{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
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ocherokee
    for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/ocherokee/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ocherokee
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-ocherokee/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-ocherokee/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-ocherokee/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-ocherokee/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ocherokee.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-ocherokee    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-ocherokee/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ocr-b-%{texlive_version}.%{texlive_noarch}.svn20852-%{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-ocr-b-outline-%{texlive_version}.%{texlive_noarch}.svn20969-%{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
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ocr-b-outline
    for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ocr-b-outline
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-ocr-b-outline/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-ocr-b-outline/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-ocr-b-outline/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-ocr-b-outline/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ocr-b-outline.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-ocr-b-outline    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-ocr-b-outline/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ocr-latex-%{texlive_version}.%{texlive_noarch}.svn15878-%{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-octavo-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{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-odsfile-%{texlive_version}.%{texlive_noarch}.0.0.6svn38449-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ofs-%{texlive_version}.%{texlive_noarch}.svn16991-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:83} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:84} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-ogham-%{texlive_version}.%{texlive_noarch}.svn24876-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-oinuit-%{texlive_version}.%{texlive_noarch}.svn28668-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-oinuit
    for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/oinuit/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-oinuit
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-oinuit/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-oinuit/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-oinuit/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-oinuit/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-oinuit.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-oinuit    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-oinuit/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-old-arrows-%{texlive_version}.%{texlive_noarch}.1.2svn38619-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-old-arrows
    for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/old-arrows/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-old-arrows
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-old-arrows/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-old-arrows/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-old-arrows/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-old-arrows/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-old-arrows.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-old-arrows    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-old-arrows/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-oldlatin-%{texlive_version}.%{texlive_noarch}.1.00svn17932-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-oldstandard-%{texlive_version}.%{texlive_noarch}.2.0.2svn29349-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Make possible scripts usable if any
    for scr in %{_texmfdistdir}/doc/fonts/oldstandard/gendocs.sh \
	       %{_texmfdistdir}/doc/fonts/oldstandard/genfonts.sh
    do
	test -e %{buildroot}/$scr || continue
	chmod 0755 %{buildroot}/$scr
    done
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-oldstandard
    for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/oldstandard/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-oldstandard
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-oldstandard/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-oldstandard/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-oldstandard/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-oldstandard/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-oldstandard.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-oldstandard    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-oldstandard/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-oldstyle-%{texlive_version}.%{texlive_noarch}.0.0.2svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-omega-%{texlive_version}.%{texlive_noarch}.svn33046-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-omega
    for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/omega/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-omega
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-omega/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-omega/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-omega/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-omega/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-omega.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-omega    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-omega/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-omegaware-%{texlive_version}.%{texlive_noarch}.svn40768-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-onlyamsmath-%{texlive_version}.%{texlive_noarch}.0.0.10svn25006-%{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-onrannual-%{texlive_version}.%{texlive_noarch}.1.1svn17474-%{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-opcit-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{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-opensans-%{texlive_version}.%{texlive_noarch}.1.2svn24706-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-opensans
    for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/opensans/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/public/opensans/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-opensans
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-opensans/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-opensans/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-opensans/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-opensans/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-opensans.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-opensans    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-opensans/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-opteng-%{texlive_version}.%{texlive_noarch}.1.0svn27331-%{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-optional-%{texlive_version}.%{texlive_noarch}.2.2bsvn18131-%{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-options-%{texlive_version}.%{texlive_noarch}.1.0svn39030-%{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-ordinalpt-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{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-orkhun-%{texlive_version}.%{texlive_noarch}.svn15878-%{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-oscola-%{texlive_version}.%{texlive_noarch}.1.4svn34207-%{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-ot-tableau-%{texlive_version}.%{texlive_noarch}.svn35095-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-othello-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    rm -vf  %{buildroot}%{_texmfdistdir}/doc/latex/othello/ot.bat
    rm -vf  %{buildroot}%{_texmfdistdir}/doc/latex/othello/ot1.bat.bat
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-othelloboard-%{texlive_version}.%{texlive_noarch}.1.2svn23714-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-otibet-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-oubraces-%{texlive_version}.%{texlive_noarch}.svn21833-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-outline-%{texlive_version}.%{texlive_noarch}.svn18360-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-outliner-%{texlive_version}.%{texlive_noarch}.0.0.94svn21095-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-outlines-%{texlive_version}.%{texlive_noarch}.1.1svn25192-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-overlock-%{texlive_version}.%{texlive_noarch}.svn34409-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-overlock
    for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/muhafara/overlock/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/muhafara/overlock/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-overlock
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-overlock/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-overlock/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-overlock/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-overlock/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-overlock.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-overlock    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-overlock/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-overpic-%{texlive_version}.%{texlive_noarch}.0.0.53svn19712-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pacioli-%{texlive_version}.%{texlive_noarch}.svn24947-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pagecolor-%{texlive_version}.%{texlive_noarch}.1.0hsvn38249-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pagecont-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pagenote-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pagerange-%{texlive_version}.%{texlive_noarch}.0.0.5svn16915-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pageslts-%{texlive_version}.%{texlive_noarch}.1.2fsvn39164-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-palatino-%{texlive_version}.%{texlive_noarch}.svn31835-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-palatino
    for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/urw/palatino/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-palatino
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-palatino/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-palatino/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-palatino/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-palatino/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-palatino.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-palatino    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-palatino/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-paper-%{texlive_version}.%{texlive_noarch}.1.0lsvn34521-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-papercdcase-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-papermas-%{texlive_version}.%{texlive_noarch}.1.0hsvn23667-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-papertex-%{texlive_version}.%{texlive_noarch}.1.2bsvn19230-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-paracol-%{texlive_version}.%{texlive_noarch}.1.32svn38621-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-parades-%{texlive_version}.%{texlive_noarch}.svn40042-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-paralist-%{texlive_version}.%{texlive_noarch}.2.5svn39247-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-parallel-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:167} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:168} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-paratype-%{texlive_version}.%{texlive_noarch}.svn32859-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    # Move font files
    mkdir -p %{buildroot}%{_datadir}/fonts/texlive-paratype
    for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/paratype/ptmono/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/truetype/paratype/ptsans/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/truetype/paratype/ptserif/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/paratype/ptmono/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/paratype/ptsans/*.{pf[ab],[ot]tf} \
		%{buildroot}/%{_texmfdistdir}/fonts/type1/paratype/ptserif/*.{pf[ab],[ot]tf}
    do
        test -e $font || continue
        mv -f $font %{buildroot}%{_datadir}/fonts/texlive-paratype
        base=${font##*/}
        ln -sf %{_datadir}/fonts/texlive-paratype/${base} ${font}
    done
    >  %{buildroot}%{_datadir}/fonts/texlive-paratype/encodings.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-paratype/fonts.dir
    >  %{buildroot}%{_datadir}/fonts/texlive-paratype/fonts.scale
    mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
    (cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-paratype.conf)<<-'EOF'
	<?xml version="1.0"?>
	<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

	<!-- ************************************************ -->
	<!-- Use this to disable the TeX fonts of the package -->
	<!--    texlive-paratype    -->
	<!-- Be aware that the configurations in the files    -->
	<!-- 09-texlive*.conf will not be affected by this    -->
	<!-- ************************************************ -->

	<fontconfig>
	  <rejectfont>
	    <glob>%{_datadir}/fonts/texlive-paratype/*</glob>
	  </rejectfont>
	</fontconfig>
	EOF
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-paresse-%{texlive_version}.%{texlive_noarch}.4.1svn29803-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:171} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:172} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-parnotes-%{texlive_version}.%{texlive_noarch}.1svn25032-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-parrun-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-parselines-%{texlive_version}.%{texlive_noarch}.1.4svn21475-%{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-parskip-%{texlive_version}.%{texlive_noarch}.2.0svn19963-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pas-cours-%{texlive_version}.%{texlive_noarch}.1.09dsvn35842-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-patrons.tex
    mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex
    mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex %{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-styles.tex
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pas-crosswords-%{texlive_version}.%{texlive_noarch}.1.03svn32313-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pas-cv-%{texlive_version}.%{texlive_noarch}.2.01svn32263-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pas-tableur-%{texlive_version}.%{texlive_noarch}.2.01svn39542-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-passivetex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
    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-patch-%{texlive_version}.%{texlive_noarch}.svn25271-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-patchcmd-%{texlive_version}.%{texlive_noarch}.1.03svn15878-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-patgen-%{texlive_version}.%{texlive_noarch}.2.3svn40768-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-patgen2-tutorial-%{texlive_version}.%{texlive_noarch}.svn16490-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-path-%{texlive_version}.%{texlive_noarch}.3.05svn22045-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pauldoc-%{texlive_version}.%{texlive_noarch}.0.0.5svn16005-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pawpict-%{texlive_version}.%{texlive_noarch}.1.0svn21629-%{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-pax-%{texlive_version}.%{texlive_noarch}.0.0.1ksvn26112-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:201} -C %{buildroot}%{_datadir}/texlive
    tar --use-compress-program=xz -xf %{S:202} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pb-diagram-%{texlive_version}.%{texlive_noarch}.5.0svn15878-%{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-pbibtex-base-%{texlive_version}.%{texlive_noarch}.svn40986-%{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
    # Make possible scripts usable if any
    for scr in %{_texmfdistdir}/doc/ptex/pbibtex/generate.sh
    do
	test -e %{buildroot}/$scr || continue
	chmod 0755 %{buildroot}/$scr
    done
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pbox-%{texlive_version}.%{texlive_noarch}.1.2svn24807-%{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-pbsheet-%{texlive_version}.%{texlive_noarch}.0.0.1svn24830-%{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-pdf-trans-%{texlive_version}.%{texlive_noarch}.2.4svn32809-%{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-pdf14-%{texlive_version}.%{texlive_noarch}.0.0.1svn17583-%{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-pdfbook2-%{texlive_version}.%{texlive_noarch}.1.2svn37537-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive
    tar --use-compress-program=xz -xf %{S:216} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfcomment-%{texlive_version}.%{texlive_noarch}.2.3bsvn40166-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:218} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfcprot-%{texlive_version}.%{texlive_noarch}.1.7asvn18735-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:220} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfcrop-%{texlive_version}.%{texlive_noarch}.1.37svn29348-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:221} -C %{buildroot}%{_datadir}/texlive
    tar --use-compress-program=xz -xf %{S:222} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfjam-%{texlive_version}.%{texlive_noarch}.2.02svn29752-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:223} -C %{buildroot}%{_datadir}/texlive
    tar --use-compress-program=xz -xf %{S:224} -C %{buildroot}%{_datadir}/texlive
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfmarginpar-%{texlive_version}.%{texlive_noarch}.0.0.92svn23492-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:225} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:226} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfpagediff-%{texlive_version}.%{texlive_noarch}.1.4svn37946-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:227} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:228} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfpages-%{texlive_version}.%{texlive_noarch}.0.0.5fsvn40638-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:229} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:230} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    ln -sf %{_texmfdistdir}/texconfig/zypper.py \
       %{buildroot}/var/adm/update-scripts/texlive-pdfscreen-%{texlive_version}.%{texlive_noarch}.1.5svn27510-%{release}-zypper
    tar --use-compress-program=xz -xf %{S:231} -C %{buildroot}%{_datadir}/texlive/texmf-dist
    tar --use-compress-program=xz -xf %{S:232} -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
openSUSE Build Service is sponsored by