texlive-specs-c/texlive-specs-c.spec

11242 lines
466 KiB
RPMSpec
Raw Normal View History

#
# spec file for package texlive-specs-c
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global _varlib %{_localstatedir}/lib
%global _libexecdir %{_prefix}/lib
%define _texmfdistdir %{_datadir}/texmf
%define _texmfmaindir %{_libexecdir}/texmf
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
%define _texmfconfdir %{_sysconfdir}/texmf
%define _texmfvardir %{_varlib}/texmf
%define _texmfcache %{_localstatedir}/cache/texmf
%define _fontcache %{_texmfcache}/fonts
#
%define _x11bin %{_prefix}/bin
%define _x11lib %{_libdir}
%define _x11data %{_datadir}/X11
%define _x11inc %{_includedir}
%define _appdefdir %{_x11data}/app-defaults
%define texlive_version 2013
%define texlive_previous 2011
%define texlive_release 20130620
%define texlive_noarch 90
Name: texlive-specs-c
Version: 2013
Release: 0
BuildRequires: ed
BuildRequires: texlive-filesystem
BuildRequires: xz
BuildArch: noarch
Summary: Meta package for c
License: Artistic-2.0 and GPL-1.0+ and BSD-3-Clause and GPL-2.0+ and LPPL-1.0 and SUSE-Public-Domain and SUSE-TeX
Group: Productivity/Publishing/TeX/Base
%description
Meta package to build tons of noarch texlive packages.
%prep
%setup -q -c -T
%build
%package -n texlive-backnaur
Version: %{texlive_version}.%{texlive_noarch}.0.0.60.dsvn28513
Release: 0
Summary: Typeset Backus Naur Form definitions
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-backnaur-doc >= %{texlive_version}
Provides: tex(backnaur.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source1: backnaur.tar.xz
Source2: backnaur.doc.tar.xz
%description -n texlive-backnaur
The package typesets Backus-Naur Form (BNF) definitions. It
creates aligned lists of productions, with numbers if required.
It can also print in-line BNF expressions using math mode.
date: 2012-12-12 17:40:20 +0000
%package -n texlive-backnaur-doc
Summary: Documentation for texlive-backnaur
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.60.dsvn28513
Release: 0
%description -n texlive-backnaur-doc
This package includes the documentation for texlive-backnaur
%post -n texlive-backnaur
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-backnaur
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-backnaur
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-backnaur-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/backnaur/README
%{_texmfdistdir}/doc/latex/backnaur/backnaur.pdf
%files -n texlive-backnaur
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/backnaur/backnaur.sty
/var/adm/update-scripts/texlive-backnaur-%{texlive_version}.%{texlive_noarch}.0.0.60.dsvn28513-%{release}-zypper
%package -n texlive-bangtex
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Writing Bangla and Assamese with LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bangtex-doc >= %{texlive_version}
Provides: tex(bang10.tfm)
Provides: tex(bangfont.tex)
Provides: tex(bangsl10.tfm)
Provides: tex(bangwd10.tfm)
Provides: tex(barticle.cls)
Provides: tex(bbk10.clo)
Provides: tex(bbk11.clo)
Provides: tex(bbk12.clo)
Provides: tex(bbook.cls)
Provides: tex(bletter.cls)
Provides: tex(bsize10.clo)
Provides: tex(bsize11.clo)
Provides: tex(bsize12.clo)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source3: bangtex.tar.xz
Source4: bangtex.doc.tar.xz
%description -n texlive-bangtex
The bundle provides class files for writing Bangla and Assamese
with LaTeX, and MetaFont sources for fonts.
date: 2006-12-14 20:17:11 +0000
%package -n texlive-bangtex-doc
Summary: Documentation for texlive-bangtex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-bangtex-doc
This package includes the documentation for texlive-bangtex
%post -n texlive-bangtex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bangtex
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bangtex
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bangtex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bangtex/README.bangtex
%{_texmfdistdir}/doc/latex/bangtex/manual.tex
%{_texmfdistdir}/doc/latex/bangtex/samplett.tex
%{_texmfdistdir}/doc/latex/bangtex/samptex.tex
%files -n texlive-bangtex
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bangtex/bang10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangbase.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangconso.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangdefs.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangfala.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banghalf.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangjuk.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangkaar.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banglig.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangmac.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangnum.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangpunc.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangsl10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangvow.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangwd10.mf
%{_texmfdistdir}/fonts/tfm/public/bangtex/bang10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangwd10.tfm
%{_texmfdistdir}/tex/latex/bangtex/bangfont.tex
%{_texmfdistdir}/tex/latex/bangtex/barticle.cls
%{_texmfdistdir}/tex/latex/bangtex/bbk10.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk11.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk12.clo
%{_texmfdistdir}/tex/latex/bangtex/bbook.cls
%{_texmfdistdir}/tex/latex/bangtex/bletter.cls
%{_texmfdistdir}/tex/latex/bangtex/bsize10.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize11.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize12.clo
/var/adm/update-scripts/texlive-bangtex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-barcodes
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Fonts for making barcodes
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-barcodes-doc >= %{texlive_version}
Provides: tex(barcodes.sty)
Provides: tex(wlc11.tfm)
Provides: tex(wlc128.tfm)
Provides: tex(wlc39.tfm)
Provides: tex(wlc93.tfm)
Provides: tex(wlcr39.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source5: barcodes.tar.xz
Source6: barcodes.doc.tar.xz
%description -n texlive-barcodes
The package deals with EAN barcodes; MetaFont fonts are
provided, and a set of examples; for some codes, a small Perl
script is needed.
date: 2008-08-16 23:00:50 +0000
%package -n texlive-barcodes-doc
Summary: Documentation for texlive-barcodes
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-barcodes-doc
This package includes the documentation for texlive-barcodes
%post -n texlive-barcodes
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-barcodes
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-barcodes
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-barcodes-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/barcodes/README
%{_texmfdistdir}/doc/latex/barcodes/bcfaq.tex
%{_texmfdistdir}/doc/latex/barcodes/changes
%{_texmfdistdir}/doc/latex/barcodes/code39.tex
%{_texmfdistdir}/doc/latex/barcodes/codean.pl
%{_texmfdistdir}/doc/latex/barcodes/eandoc.pdf
%{_texmfdistdir}/doc/latex/barcodes/eandoc.tex
%{_texmfdistdir}/doc/latex/barcodes/examples.tex
%{_texmfdistdir}/doc/latex/barcodes/wlcdb.vpl
%{_texmfdistdir}/doc/latex/barcodes/wlcf39.vpl
%{_texmfdistdir}/doc/latex/barcodes/wlitf.vpl
%files -n texlive-barcodes
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/barcodes/wlc11.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc128.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc93.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlcr39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlean.mf
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc11.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc128.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc39.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc93.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlcr39.tfm
%{_texmfdistdir}/tex/latex/barcodes/barcodes.sty
/var/adm/update-scripts/texlive-barcodes-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-bardiag
Version: %{texlive_version}.%{texlive_noarch}.0.0.4asvn22013
Release: 0
Summary: LateX package for drawing bar diagrams
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bardiag-doc >= %{texlive_version}
Provides: tex(barddoc.sty)
Provides: tex(bardiag.cfg)
Provides: tex(bardiag.sty)
Provides: tex(pstfp.sty)
Requires: tex(calc.sty)
Requires: tex(fp-snap.sty)
Requires: tex(ifthen.sty)
Requires: tex(multido.sty)
Requires: tex(pst-grad.sty)
Requires: tex(pstcol.sty)
Requires: tex(pstricks.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source7: bardiag.tar.xz
Source8: bardiag.doc.tar.xz
%description -n texlive-bardiag
The main purpose of the package is to make the drawing of bar
diagrams possible and easy in LaTeX. The BarDiag package is
inspired by and based on PSTricks.
date: 2006-12-21 15:38:41 +0000
%package -n texlive-bardiag-doc
Summary: Documentation for texlive-bardiag
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4asvn22013
Release: 0
%description -n texlive-bardiag-doc
This package includes the documentation for texlive-bardiag
%post -n texlive-bardiag
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bardiag
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bardiag
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bardiag-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bardiag/README
%{_texmfdistdir}/doc/latex/bardiag/bardiag.pdf
%{_texmfdistdir}/doc/latex/bardiag/bardiag.tex
%{_texmfdistdir}/doc/latex/bardiag/bardiag1.pdf
%{_texmfdistdir}/doc/latex/bardiag/bardiag1.tex
%{_texmfdistdir}/doc/latex/bardiag/bardiag2.pdf
%{_texmfdistdir}/doc/latex/bardiag/bardiag2.tex
%{_texmfdistdir}/doc/latex/bardiag/example/altdiags.ps
%{_texmfdistdir}/doc/latex/bardiag/example/altdiags.tex
%{_texmfdistdir}/doc/latex/bardiag/example/compile.all
%{_texmfdistdir}/doc/latex/bardiag/example/diagrams.dvi
%{_texmfdistdir}/doc/latex/bardiag/example/diagrams.ps
%{_texmfdistdir}/doc/latex/bardiag/example/diagrams.tex
%{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.ps
%{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/10.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/1a.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/1b.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/2a.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/2b.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/3.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/4.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/5.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/6.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/7.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/8.tex
%{_texmfdistdir}/doc/latex/bardiag/example/src/9.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/diag.eps
%{_texmfdistdir}/doc/latex/bardiag/figs/diagleg.eps
%{_texmfdistdir}/doc/latex/bardiag/figs/examp1.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp1a.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp1b.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp2.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp2er.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp3.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp4.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp5.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/examp6.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/exampcr.tex
%{_texmfdistdir}/doc/latex/bardiag/figs/tddiag.eps
%{_texmfdistdir}/doc/latex/bardiag/src/10.tex
%{_texmfdistdir}/doc/latex/bardiag/src/1a.tex
%{_texmfdistdir}/doc/latex/bardiag/src/1b.tex
%{_texmfdistdir}/doc/latex/bardiag/src/2a.tex
%{_texmfdistdir}/doc/latex/bardiag/src/2b.tex
%{_texmfdistdir}/doc/latex/bardiag/src/3.tex
%{_texmfdistdir}/doc/latex/bardiag/src/4.tex
%{_texmfdistdir}/doc/latex/bardiag/src/5.tex
%{_texmfdistdir}/doc/latex/bardiag/src/6.tex
%{_texmfdistdir}/doc/latex/bardiag/src/7.tex
%{_texmfdistdir}/doc/latex/bardiag/src/8.tex
%{_texmfdistdir}/doc/latex/bardiag/src/9.tex
%files -n texlive-bardiag
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bardiag/barddoc.sty
%{_texmfdistdir}/tex/latex/bardiag/bardiag.bar
%{_texmfdistdir}/tex/latex/bardiag/bardiag.cfg
%{_texmfdistdir}/tex/latex/bardiag/bardiag.sty
%{_texmfdistdir}/tex/latex/bardiag/pstfp.sty
/var/adm/update-scripts/texlive-bardiag-%{texlive_version}.%{texlive_noarch}.0.0.4asvn22013-%{release}-zypper
%package -n texlive-barr
Version: %{texlive_version}.%{texlive_noarch}.svn23579
Release: 0
Summary: Diagram macros by Michael Barr
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-barr-doc >= %{texlive_version}
Provides: tex(diagxy.tex)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source9: barr.tar.xz
Source10: barr.doc.tar.xz
%description -n texlive-barr
Diagxy is a general diagramming package, useful for diagrams in
a number of mathematical disciplines. Diagxy is a development
of an earlier (successful) package to use the facilities of the
xypic bundle.
date: 2011-06-19 12:02:49 +0000
%package -n texlive-barr-doc
Summary: Documentation for texlive-barr
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn23579
Release: 0
%description -n texlive-barr-doc
This package includes the documentation for texlive-barr
%post -n texlive-barr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-barr
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-barr
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-barr-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/barr/diaxydoc.pdf
%{_texmfdistdir}/doc/generic/barr/diaxydoc.tex
%files -n texlive-barr
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/barr/diagxy.tex
/var/adm/update-scripts/texlive-barr-%{texlive_version}.%{texlive_noarch}.svn23579-%{release}-zypper
%package -n texlive-bartel-chess-fonts
Version: %{texlive_version}.%{texlive_noarch}.svn20619
Release: 0
Summary: A set of fonts supporting chess diagrams
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bartel-chess-fonts-doc >= %{texlive_version}
Provides: tex(fselch10.tfm)
Provides: tex(fselch11.tfm)
Provides: tex(fselch12.tfm)
Provides: tex(fselch13.tfm)
Provides: tex(fselch14.tfm)
Provides: tex(fselch16.tfm)
Provides: tex(fselch17.tfm)
Provides: tex(fselch20.tfm)
Provides: tex(fselch24.tfm)
Provides: tex(fselch32.tfm)
Provides: tex(fselch36.tfm)
Provides: tex(fselch6.tfm)
Provides: tex(fselch7.tfm)
Provides: tex(fselch8.tfm)
Provides: tex(fselch9.tfm)
Provides: tex(pkelch10.tfm)
Provides: tex(pkelch11.tfm)
Provides: tex(pkelch12.tfm)
Provides: tex(pkelch14.tfm)
Provides: tex(pkelch16.tfm)
Provides: tex(pkelch8.tfm)
Provides: tex(pkelch9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source11: bartel-chess-fonts.tar.xz
Source12: bartel-chess-fonts.doc.tar.xz
%description -n texlive-bartel-chess-fonts
The fonts are provided as MetaFont source.
date: 2010-11-29 07:56:06 +0000
%package -n texlive-bartel-chess-fonts-doc
Summary: Documentation for texlive-bartel-chess-fonts
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20619
Release: 0
%description -n texlive-bartel-chess-fonts-doc
This package includes the documentation for texlive-bartel-chess-fonts
%post -n texlive-bartel-chess-fonts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bartel-chess-fonts
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bartel-chess-fonts
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bartel-chess-fonts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/README
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/chess.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px150.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px17.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px20.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px21.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px23.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px25.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px29.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px31.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px33.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px41.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px45.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px49.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px53.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px57.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px63.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px700.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px71.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px72.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px79.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px9.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/scan.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/tt.mf
%{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf
%files -n texlive-bartel-chess-fonts
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-bishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-chbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-equi.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-geo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-king.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-knight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-pawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-queen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-rook.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch13.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch17.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch20.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch24.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch32.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch36.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch6.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch7.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkblackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkgeo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkking.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkknight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkpawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkqueen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkrook.mf
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm
/var/adm/update-scripts/texlive-bartel-chess-fonts-%{texlive_version}.%{texlive_noarch}.svn20619-%{release}-zypper
%package -n texlive-bashful
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn25597
Release: 0
Summary: Invoke bash commands from within LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bashful-doc >= %{texlive_version}
Provides: tex(bashful.sty)
Requires: tex(catchfile.sty)
Requires: tex(listings.sty)
Requires: tex(textcomp.sty)
Requires: tex(xcolor.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source13: bashful.tar.xz
Source14: bashful.doc.tar.xz
%description -n texlive-bashful
The package makes it possible to execute Unix bash shell
scripts from within LaTeX. The main application is in writing
computer-science texts, in which you want to make sure the
programs listed in the document are executed directly from the
input. The package may use other Unix shells than bash, but
does not work without modification in a Windows environment.
The package requires the -shell-escape flag when LaTeX is
processing your document.
date: 2011-06-17 12:38:58 +0000
%package -n texlive-bashful-doc
Summary: Documentation for texlive-bashful
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.92svn25597
Release: 0
%description -n texlive-bashful-doc
This package includes the documentation for texlive-bashful
%post -n texlive-bashful
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bashful
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bashful
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bashful-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bashful/Makefile
%{_texmfdistdir}/doc/latex/bashful/README
%{_texmfdistdir}/doc/latex/bashful/bashful.pdf
%{_texmfdistdir}/doc/latex/bashful/bashful.tex
%files -n texlive-bashful
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bashful/bashful.sty
/var/adm/update-scripts/texlive-bashful-%{texlive_version}.%{texlive_noarch}.0.0.92svn25597-%{release}-zypper
%package -n texlive-baskervald
Version: %{texlive_version}.%{texlive_noarch}.1.016svn19490
Release: 0
Summary: Baskervald ADF fonts collection with TeX/LaTeX support
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-baskervald-fonts >= %{texlive_version}
Recommends: texlive-baskervald-doc >= %{texlive_version}
Provides: tex(baskervald.sty)
Provides: tex(supp-ybv.enc)
Provides: tex(t1ybv.fd)
Provides: tex(t1ybvw.fd)
Provides: tex(ts1ybv.fd)
Provides: tex(ts1ybvw.fd)
Provides: tex(ybv.map)
Provides: tex(ybvb8c.tfm)
Provides: tex(ybvb8c.vf)
Provides: tex(ybvb8r.tfm)
Provides: tex(ybvb8s.tfm)
Provides: tex(ybvb8t.tfm)
Provides: tex(ybvb8t.vf)
Provides: tex(ybvbi8c.tfm)
Provides: tex(ybvbi8c.vf)
Provides: tex(ybvbi8r.tfm)
Provides: tex(ybvbi8s.tfm)
Provides: tex(ybvbi8t.tfm)
Provides: tex(ybvbi8t.vf)
Provides: tex(ybvbiw8t.tfm)
Provides: tex(ybvbiw8t.vf)
Provides: tex(ybvbw8t.tfm)
Provides: tex(ybvbw8t.vf)
Provides: tex(ybvh8c.tfm)
Provides: tex(ybvh8c.vf)
Provides: tex(ybvh8r.tfm)
Provides: tex(ybvh8s.tfm)
Provides: tex(ybvh8t.tfm)
Provides: tex(ybvh8t.vf)
Provides: tex(ybvho8c.tfm)
Provides: tex(ybvho8c.vf)
Provides: tex(ybvho8r.tfm)
Provides: tex(ybvho8s.tfm)
Provides: tex(ybvho8t.tfm)
Provides: tex(ybvho8t.vf)
Provides: tex(ybvhow8t.tfm)
Provides: tex(ybvhow8t.vf)
Provides: tex(ybvhw8t.tfm)
Provides: tex(ybvhw8t.vf)
Provides: tex(ybvr8c.tfm)
Provides: tex(ybvr8c.vf)
Provides: tex(ybvr8r.tfm)
Provides: tex(ybvr8s.tfm)
Provides: tex(ybvr8t.tfm)
Provides: tex(ybvr8t.vf)
Provides: tex(ybvri8c.tfm)
Provides: tex(ybvri8c.vf)
Provides: tex(ybvri8r.tfm)
Provides: tex(ybvri8s.tfm)
Provides: tex(ybvri8t.tfm)
Provides: tex(ybvri8t.vf)
Provides: tex(ybvriw8t.tfm)
Provides: tex(ybvriw8t.vf)
Provides: tex(ybvrw8t.tfm)
Provides: tex(ybvrw8t.vf)
Requires: tex(fontenc.sty)
Requires: tex(nfssext-cfr.sty)
Requires: tex(textcomp.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source15: baskervald.tar.xz
Source16: baskervald.doc.tar.xz
%description -n texlive-baskervald
Baskervald ADF is a serif family with lining figures designed
as a substitute for Baskerville. The family currently includes
upright and italic or oblique shapes in each of regular, bold
and heavy weights. All fonts include the slashed zero and
additional non-standard ligatures. The support package renames
them according to the Karl Berry fontname scheme and defines
two families. One of these primarily provides access to the
"standard" or default characters while the other supports
additional ligatures. The included package files provide access
to these features in LaTeX.
date: 2010-07-14 21:45:16 +0000
%package -n texlive-baskervald-doc
Summary: Documentation for texlive-baskervald
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.016svn19490
Release: 0
%description -n texlive-baskervald-doc
This package includes the documentation for texlive-baskervald
%package -n texlive-baskervald-fonts
Summary: Severed fonts for texlive-baskervald
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.016svn19490
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-baskervald-fonts
The separated fonts package for texlive-baskervald
%post -n texlive-baskervald
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+ybv.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ybv.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map ybv.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-baskervald
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+ybv.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-baskervald
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-baskervald-fonts
mkfontscale %{_datadir}/fonts/texlive-baskervald
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-baskervald
fc-cache %{_datadir}/fonts
%postun -n texlive-baskervald-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-baskervald-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/baskervald/COPYING
%{_texmfdistdir}/doc/fonts/baskervald/NOTICE.txt
%{_texmfdistdir}/doc/fonts/baskervald/README
%{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.pdf
%{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.tex
%{_texmfdistdir}/doc/fonts/baskervald/manifest.txt
%files -n texlive-baskervald
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvbi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvh8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvho8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/baskervald/supp-ybv.enc
%{_texmfdistdir}/fonts/map/dvips/baskervald/ybv.map
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvrw8t.vf
%{_texmfdistdir}/tex/latex/baskervald/baskervald.sty
%{_texmfdistdir}/tex/latex/baskervald/t1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/t1ybvw.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybvw.fd
%files -n texlive-baskervald-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-baskervald
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-baskervald.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervald/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervald/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervald/fonts.scale
%{_datadir}/fonts/texlive-baskervald/ybvb8a.pfb
%{_datadir}/fonts/texlive-baskervald/ybvbi8a.pfb
%{_datadir}/fonts/texlive-baskervald/ybvh8a.pfb
%{_datadir}/fonts/texlive-baskervald/ybvho8a.pfb
%{_datadir}/fonts/texlive-baskervald/ybvr8a.pfb
%{_datadir}/fonts/texlive-baskervald/ybvri8a.pfb
/var/adm/update-scripts/texlive-baskervald-%{texlive_version}.%{texlive_noarch}.1.016svn19490-%{release}-zypper
%package -n texlive-basque-book
Version: %{texlive_version}.%{texlive_noarch}.1.20svn27049
Release: 0
Summary: Class for book-type documents written in Basque
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-basque-book-doc >= %{texlive_version}
Provides: tex(basque-book.cls)
Requires: tex(basque-date.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source17: basque-book.tar.xz
Source18: basque-book.doc.tar.xz
%description -n texlive-basque-book
The class is derived from the LaTeX book class. The extensions
solve grammatical and numeration issues that occur when book-
type documents are written in Basque. The class is useful for
writing books, PhD and Master Theses, etc., in Basque.
date: 2012-07-09 11:17:27 +0000
%package -n texlive-basque-book-doc
Summary: Documentation for texlive-basque-book
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.20svn27049
Release: 0
%description -n texlive-basque-book-doc
This package includes the documentation for texlive-basque-book
%post -n texlive-basque-book
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-basque-book
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-basque-book
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-basque-book-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/basque-book/README
%{_texmfdistdir}/doc/latex/basque-book/basque-book.pdf
%files -n texlive-basque-book
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/basque-book/basque-book.cls
/var/adm/update-scripts/texlive-basque-book-%{texlive_version}.%{texlive_noarch}.1.20svn27049-%{release}-zypper
%package -n texlive-basque-date
Version: %{texlive_version}.%{texlive_noarch}.1.05svn26477
Release: 0
Summary: Print the date in Basque
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-basque-date-doc >= %{texlive_version}
Provides: tex(basque-date.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source19: basque-date.tar.xz
Source20: basque-date.doc.tar.xz
%description -n texlive-basque-date
The package provides two LaTeX commands to print the current
date in Basque according to the correct forms ruled by The
Basque Language Academy (Euskaltzaindia). The commands
automatically solve the complex declination issues of numbers
in Basque.
date: 2012-05-17 12:56:37 +0000
%package -n texlive-basque-date-doc
Summary: Documentation for texlive-basque-date
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.05svn26477
Release: 0
%description -n texlive-basque-date-doc
This package includes the documentation for texlive-basque-date
%post -n texlive-basque-date
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-basque-date
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-basque-date
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-basque-date-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/basque-date/README
%{_texmfdistdir}/doc/latex/basque-date/basque-date.pdf
%files -n texlive-basque-date
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/basque-date/basque-date.sty
/var/adm/update-scripts/texlive-basque-date-%{texlive_version}.%{texlive_noarch}.1.05svn26477-%{release}-zypper
%package -n texlive-bbcard
Version: %{texlive_version}.%{texlive_noarch}.svn19440
Release: 0
Summary: Bullshit bingo, calendar and baseball-score cards
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bbcard-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source21: bbcard.tar.xz
Source22: bbcard.doc.tar.xz
%description -n texlive-bbcard
Three jiffy packages for creating cards of various sorts with
MetaPost.
date: 2008-08-16 23:00:50 +0000
%package -n texlive-bbcard-doc
Summary: Documentation for texlive-bbcard
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn19440
Release: 0
%description -n texlive-bbcard-doc
This package includes the documentation for texlive-bbcard
%post -n texlive-bbcard
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bbcard
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bbcard
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bbcard-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/metapost/bbcard/README.TEXLIVE
%{_texmfdistdir}/doc/metapost/bbcard/README.bbcard
%{_texmfdistdir}/doc/metapost/bbcard/README.calendar
%{_texmfdistdir}/doc/metapost/bbcard/README.scorecard
%files -n texlive-bbcard
%defattr(-,root,root,755)
%{_texmfdistdir}/metapost/bbcard/bbcard.mp
%{_texmfdistdir}/metapost/bbcard/breakwidth.mp
%{_texmfdistdir}/metapost/bbcard/calendar.mp
%{_texmfdistdir}/metapost/bbcard/scorecard.mp
/var/adm/update-scripts/texlive-bbcard-%{texlive_version}.%{texlive_noarch}.svn19440-%{release}-zypper
%package -n texlive-bbding
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17186
Release: 0
Summary: A symbol (dingbat) font and LaTeX macros for its use
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bbding-doc >= %{texlive_version}
Provides: tex(Uding.fd)
Provides: tex(bbding.sty)
Provides: tex(bbding10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source23: bbding.tar.xz
Source24: bbding.doc.tar.xz
%description -n texlive-bbding
A symbol font (distributed as MetaFont source) that contains
many of the symbols of the Zapf dingbats set, together with an
NFSS interface for using the font. An Adobe Type 1 version of
the fonts is available in the niceframe fonts bundle.
date: 2010-02-15 11:02:42 +0000
%package -n texlive-bbding-doc
Summary: Documentation for texlive-bbding
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17186
Release: 0
%description -n texlive-bbding-doc
This package includes the documentation for texlive-bbding
%post -n texlive-bbding
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bbding
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bbding
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bbding-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bbding/README
%{_texmfdistdir}/doc/latex/bbding/bbding.pdf
%{_texmfdistdir}/doc/latex/bbding/bbding10.org
%files -n texlive-bbding
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bbding/bbding10.mf
%{_texmfdistdir}/fonts/tfm/public/bbding/bbding10.tfm
%{_texmfdistdir}/tex/latex/bbding/Uding.fd
%{_texmfdistdir}/tex/latex/bbding/bbding.sty
/var/adm/update-scripts/texlive-bbding-%{texlive_version}.%{texlive_noarch}.1.01svn17186-%{release}-zypper
%package -n texlive-bbm
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: "Blackboard-style" cm fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bbm-doc >= %{texlive_version}
Provides: tex(bbm10.tfm)
Provides: tex(bbm12.tfm)
Provides: tex(bbm17.tfm)
Provides: tex(bbm5.tfm)
Provides: tex(bbm6.tfm)
Provides: tex(bbm7.tfm)
Provides: tex(bbm8.tfm)
Provides: tex(bbm9.tfm)
Provides: tex(bbmb10.tfm)
Provides: tex(bbmbx10.tfm)
Provides: tex(bbmbx12.tfm)
Provides: tex(bbmbx5.tfm)
Provides: tex(bbmbx6.tfm)
Provides: tex(bbmbx7.tfm)
Provides: tex(bbmbx8.tfm)
Provides: tex(bbmbx9.tfm)
Provides: tex(bbmbxsl10.tfm)
Provides: tex(bbmdunh10.tfm)
Provides: tex(bbmfib8.tfm)
Provides: tex(bbmfxib8.tfm)
Provides: tex(bbmsl10.tfm)
Provides: tex(bbmsl12.tfm)
Provides: tex(bbmsl8.tfm)
Provides: tex(bbmsl9.tfm)
Provides: tex(bbmss10.tfm)
Provides: tex(bbmss12.tfm)
Provides: tex(bbmss17.tfm)
Provides: tex(bbmss8.tfm)
Provides: tex(bbmss9.tfm)
Provides: tex(bbmssbx10.tfm)
Provides: tex(bbmssdc10.tfm)
Provides: tex(bbmssi10.tfm)
Provides: tex(bbmssi12.tfm)
Provides: tex(bbmssi17.tfm)
Provides: tex(bbmssi8.tfm)
Provides: tex(bbmssi9.tfm)
Provides: tex(bbmssq8.tfm)
Provides: tex(bbmssqi8.tfm)
Provides: tex(bbmtt10.tfm)
Provides: tex(bbmtt12.tfm)
Provides: tex(bbmtt8.tfm)
Provides: tex(bbmtt9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source25: bbm.tar.xz
Source26: bbm.doc.tar.xz
%description -n texlive-bbm
Blackboard variants of Computer Modern fonts. The fonts are
distributed as MetaFont source (only); LaTeX support is
available with the bbm-macros package. The Sauter font package
has MetaFont parameter source files for building the fonts at
more sizes than you could reasonably imagine. A sample of these
fonts appears in the blackboard bold sampler.
date: 2009-11-19 14:03:53 +0000
%package -n texlive-bbm-doc
Summary: Documentation for texlive-bbm
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-bbm-doc
This package includes the documentation for texlive-bbm
%post -n texlive-bbm
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bbm
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bbm
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bbm-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bbm/README
%{_texmfdistdir}/doc/fonts/bbm/gfbatch.batch
%{_texmfdistdir}/doc/fonts/bbm/mfbatch.batch
%{_texmfdistdir}/doc/fonts/bbm/test.tex
%files -n texlive-bbm
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bbm/bbm10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmb10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmdunh10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfxib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbminch.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsltt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssdc10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssq8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssqi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmvtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbbase.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbord.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordl.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordsp.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordu.mf
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfxib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt9.tfm
/var/adm/update-scripts/texlive-bbm-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-bbm-macros
Version: %{texlive_version}.%{texlive_noarch}.svn17224
Release: 0
Summary: LaTeX support for "blackboard-style" cm fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bbm-macros-doc >= %{texlive_version}
Provides: tex(bbm.sty)
Provides: tex(ubbm.fd)
Provides: tex(ubbmss.fd)
Provides: tex(ubbmtt.fd)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source27: bbm-macros.tar.xz
Source28: bbm-macros.doc.tar.xz
%description -n texlive-bbm-macros
Provides LaTeX support for Blackboard variants of Computer
Modern fonts. Declares a font family bbm so you can in
principle write running text in blackboard bold, and lots of
math alphabets for using the fonts within maths.
date: 2010-02-15 22:28:51 +0000
%package -n texlive-bbm-macros-doc
Summary: Documentation for texlive-bbm-macros
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn17224
Release: 0
%description -n texlive-bbm-macros-doc
This package includes the documentation for texlive-bbm-macros
%post -n texlive-bbm-macros
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bbm-macros
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bbm-macros
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bbm-macros-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bbm-macros/README
%{_texmfdistdir}/doc/latex/bbm-macros/bbm.pdf
%files -n texlive-bbm-macros
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bbm-macros/bbm.sty
%{_texmfdistdir}/tex/latex/bbm-macros/ubbm.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmss.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmtt.fd
/var/adm/update-scripts/texlive-bbm-macros-%{texlive_version}.%{texlive_noarch}.svn17224-%{release}-zypper
%package -n texlive-bbold
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17187
Release: 0
Summary: Sans serif blackboard bold
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): texlive >= %{texlive_version}
Recommends: texlive-bbold-doc >= %{texlive_version}
Provides: tex(Ubbold.fd)
Provides: tex(bbold.sty)
Provides: tex(bbold10.tfm)
Provides: tex(bbold12.tfm)
Provides: tex(bbold17.tfm)
Provides: tex(bbold5.tfm)
Provides: tex(bbold6.tfm)
Provides: tex(bbold7.tfm)
Provides: tex(bbold8.tfm)
Provides: tex(bbold9.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source29: bbold.tar.xz
Source30: bbold.doc.tar.xz
Source31: bbold_bbold11.dif
%description -n texlive-bbold
A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.
date: 2010-02-15 22:28:51 +0000
%package -n texlive-bbold-doc
Summary: Documentation for texlive-bbold
License: BSD-3-Clause
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17187
Release: 0
%description -n texlive-bbold-doc
This package includes the documentation for texlive-bbold
%post -n texlive-bbold
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bbold
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bbold
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bbold-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bbold/INSTALL
%{_texmfdistdir}/doc/latex/bbold/README
%{_texmfdistdir}/doc/latex/bbold/bbold.pdf
%files -n texlive-bbold
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bbold/bbbase.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreekl.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreeku.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbligs.mf
%{_texmfdistdir}/fonts/source/public/bbold/bblower.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbnum.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold10.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold12.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold17.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold5.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold6.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold7.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold8.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold9.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbparams.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbpunc.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbupper.mf
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold9.tfm
%{_texmfdistdir}/tex/latex/bbold/Ubbold.fd
%{_texmfdistdir}/tex/latex/bbold/bbold.sty
%{_texmfdistdir}/fonts/source/public/bbold/bbold11.mf
/var/adm/update-scripts/texlive-bbold-%{texlive_version}.%{texlive_noarch}.1.01svn17187-%{release}-zypper
%package -n texlive-bbold-type1
Version: %{texlive_version}.%{texlive_noarch}.svn20524
Release: 0
Summary: An Adobe Type 1 format version of the bbold font
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-bbold-type1-fonts >= %{texlive_version}
Recommends: texlive-bbold-type1-doc >= %{texlive_version}
Provides: tex(bbold.map)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source32: bbold-type1.tar.xz
Source33: bbold-type1.doc.tar.xz
%description -n texlive-bbold-type1
The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.
date: 2010-11-21 17:48:27 +0000
%package -n texlive-bbold-type1-doc
Summary: Documentation for texlive-bbold-type1
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20524
Release: 0
%description -n texlive-bbold-type1-doc
This package includes the documentation for texlive-bbold-type1
%package -n texlive-bbold-type1-fonts
Summary: Severed fonts for texlive-bbold-type1
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20524
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-bbold-type1-fonts
The separated fonts package for texlive-bbold-type1
%post -n texlive-bbold-type1
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'MixedMap[[:blank:]]+bbold.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+bbold.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'MixedMap bbold.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-bbold-type1
if test $1 = 0; then
sed -ri 's/^(MixedMap[[:blank:]]+bbold.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-bbold-type1
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-bbold-type1-fonts
mkfontscale %{_datadir}/fonts/texlive-bbold-type1
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-bbold-type1
fc-cache %{_datadir}/fonts
%postun -n texlive-bbold-type1-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-bbold-type1-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bbold-type1/README
%{_texmfdistdir}/doc/fonts/bbold-type1/test.pdf
%{_texmfdistdir}/doc/fonts/bbold-type1/test.tex
%files -n texlive-bbold-type1
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold10.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold5.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold7.afm
%{_texmfdistdir}/fonts/map/dvips/bbold-type1/bbold.map
%verify(link) %{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold5.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold7.pfb
%files -n texlive-bbold-type1-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-bbold-type1
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-bbold-type1.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bbold-type1/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bbold-type1/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bbold-type1/fonts.scale
%{_datadir}/fonts/texlive-bbold-type1/bbold10.pfb
%{_datadir}/fonts/texlive-bbold-type1/bbold5.pfb
%{_datadir}/fonts/texlive-bbold-type1/bbold7.pfb
/var/adm/update-scripts/texlive-bbold-type1-%{texlive_version}.%{texlive_noarch}.svn20524-%{release}-zypper
%package -n texlive-bchart
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.2svn27496
Release: 0
Summary: Draw simple bar charts in LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bchart-doc >= %{texlive_version}
Provides: tex(bchart.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source34: bchart.tar.xz
Source35: bchart.doc.tar.xz
%description -n texlive-bchart
The package provides horizontal bar charts, drawn using TikZ on
a numeric X-axis. The focus of the package is simplicity and
aesthetics.
date: 2012-08-22 13:50:28 +0000
%package -n texlive-bchart-doc
Summary: Documentation for texlive-bchart
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.2svn27496
Release: 0
%description -n texlive-bchart-doc
This package includes the documentation for texlive-bchart
%post -n texlive-bchart
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bchart
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bchart
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bchart-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bchart/CHANGES.txt
%{_texmfdistdir}/doc/latex/bchart/LICENSE.txt
%{_texmfdistdir}/doc/latex/bchart/README
%{_texmfdistdir}/doc/latex/bchart/bchart.pdf
%{_texmfdistdir}/doc/latex/bchart/bchart.tex
%files -n texlive-bchart
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bchart/bchart.sty
/var/adm/update-scripts/texlive-bchart-%{texlive_version}.%{texlive_noarch}.0.0.1.2svn27496-%{release}-zypper
%package -n texlive-bclogo
Version: %{texlive_version}.%{texlive_noarch}.2.26svn23305
Release: 0
Summary: Creating colourful boxes with logos
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bclogo-doc >= %{texlive_version}
Provides: tex(bclogo.sty)
Requires: tex(graphicx.sty)
Requires: tex(ifpdf.sty)
Requires: tex(ifthen.sty)
Requires: tex(pst-coil.sty)
Requires: tex(pst-grad.sty)
Requires: tex(pstricks.sty)
Requires: tex(tikz.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source36: bclogo.tar.xz
Source37: bclogo.doc.tar.xz
%description -n texlive-bclogo
The package facilitates the creation of colorful boxes with a
title and logo. It may use either tikz or PSTricks as graphics
engine.
date: 2011-08-01 10:18:46 +0000
%package -n texlive-bclogo-doc
Summary: Documentation for texlive-bclogo
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.26svn23305
Release: 0
%description -n texlive-bclogo-doc
This package includes the documentation for texlive-bclogo
%post -n texlive-bclogo
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bclogo
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bclogo
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bclogo-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.doc
%{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.latex
%{_texmfdistdir}/doc/latex/bclogo/README.doc
%{_texmfdistdir}/doc/latex/bclogo/README.latex
%{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.pdf
%{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.tex
%{_texmfdistdir}/doc/latex/bclogo/brace.mps
%{_texmfdistdir}/doc/latex/bclogo/losanges.mps
%{_texmfdistdir}/doc/latex/bclogo/spir.mps
%files -n texlive-bclogo
%defattr(-,root,root,755)
%{_texmfdistdir}/metapost/bclogo/bc-attention.mp
%{_texmfdistdir}/metapost/bclogo/bc-aux-301.mp
%{_texmfdistdir}/metapost/bclogo/bc-bombe.mp
%{_texmfdistdir}/metapost/bclogo/bc-book.mp
%{_texmfdistdir}/metapost/bclogo/bc-calendrier.mp
%{_texmfdistdir}/metapost/bclogo/bc-cle.mp
%{_texmfdistdir}/metapost/bclogo/bc-clefa.mp
%{_texmfdistdir}/metapost/bclogo/bc-clesol.mp
%{_texmfdistdir}/metapost/bclogo/bc-coeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-crayon.mp
%{_texmfdistdir}/metapost/bclogo/bc-cube.mp
%{_texmfdistdir}/metapost/bclogo/bc-dallemagne.mp
%{_texmfdistdir}/metapost/bclogo/bc-danger.mp
%{_texmfdistdir}/metapost/bclogo/bc-dautriche.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbelgique.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbulgarie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dfrance.mp
%{_texmfdistdir}/metapost/bclogo/bc-ditalie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dluxembourg.mp
%{_texmfdistdir}/metapost/bclogo/bc-dodecaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-dpaysbas.mp
%{_texmfdistdir}/metapost/bclogo/bc-dz.mp
%{_texmfdistdir}/metapost/bclogo/bc-eclaircie.mp
%{_texmfdistdir}/metapost/bclogo/bc-etoile.mp
%{_texmfdistdir}/metapost/bclogo/bc-femme.mp
%{_texmfdistdir}/metapost/bclogo/bc-feujaune.mp
%{_texmfdistdir}/metapost/bclogo/bc-feurouge.mp
%{_texmfdistdir}/metapost/bclogo/bc-feutricolore.mp
%{_texmfdistdir}/metapost/bclogo/bc-feuvert.mp
%{_texmfdistdir}/metapost/bclogo/bc-fleur.mp
%{_texmfdistdir}/metapost/bclogo/bc-homme.mp
%{_texmfdistdir}/metapost/bclogo/bc-horloge.mp
%{_texmfdistdir}/metapost/bclogo/bc-icosaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-info.mp
%{_texmfdistdir}/metapost/bclogo/bc-inter.mp
%{_texmfdistdir}/metapost/bclogo/bc-interdit.mp
%{_texmfdistdir}/metapost/bclogo/bc-lampe.mp
%{_texmfdistdir}/metapost/bclogo/bc-loupe.mp
%{_texmfdistdir}/metapost/bclogo/bc-neige.mp
%{_texmfdistdir}/metapost/bclogo/bc-note.mp
%{_texmfdistdir}/metapost/bclogo/bc-nucleaire.mp
%{_texmfdistdir}/metapost/bclogo/bc-octaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-oeil.mp
%{_texmfdistdir}/metapost/bclogo/bc-orne.mp
%{_texmfdistdir}/metapost/bclogo/bc-ours.mp
%{_texmfdistdir}/metapost/bclogo/bc-outil.mp
%{_texmfdistdir}/metapost/bclogo/bc-peaceandlove.mp
%{_texmfdistdir}/metapost/bclogo/bc-pluie.mp
%{_texmfdistdir}/metapost/bclogo/bc-plume.mp
%{_texmfdistdir}/metapost/bclogo/bc-poisson.mp
%{_texmfdistdir}/metapost/bclogo/bc-recyclage.mp
%{_texmfdistdir}/metapost/bclogo/bc-rosevents.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-bonnehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-mauvaisehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-soleil.mp
%{_texmfdistdir}/metapost/bclogo/bc-stop.mp
%{_texmfdistdir}/metapost/bclogo/bc-takecare.mp
%{_texmfdistdir}/metapost/bclogo/bc-tetraedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-trefle.mp
%{_texmfdistdir}/metapost/bclogo/bc-trombone.mp
%{_texmfdistdir}/metapost/bclogo/bc-valetcoeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-velo.mp
%{_texmfdistdir}/metapost/bclogo/bc-yin.mp
%{_texmfdistdir}/metapost/bclogo/brace.mp
%{_texmfdistdir}/metapost/bclogo/losanges.mp
%{_texmfdistdir}/metapost/bclogo/spir.mp
%{_texmfdistdir}/tex/latex/bclogo/bc-attention.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-aux-301.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-bombe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-book.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-calendrier.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clefa.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clesol.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-coeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-crayon.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cube.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dallemagne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-danger.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dautriche.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbelgique.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbulgarie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dfrance.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ditalie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dluxembourg.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dodecaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dpaysbas.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dz.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-eclaircie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-etoile.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-femme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feujaune.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feurouge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feutricolore.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feuvert.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-fleur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-homme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-horloge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-icosaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-info.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-inter.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-interdit.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-lampe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-loupe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-neige.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-note.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-nucleaire.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-octaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-oeil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-orne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ours.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-outil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-peaceandlove.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-pluie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-plume.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-poisson.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-recyclage.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-rosevents.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-bonnehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-mauvaisehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-soleil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-stop.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-takecare.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-tetraedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trefle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trombone.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-valetcoeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-velo.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-yin.mps
%{_texmfdistdir}/tex/latex/bclogo/bclogo.sty
/var/adm/update-scripts/texlive-bclogo-%{texlive_version}.%{texlive_noarch}.2.26svn23305-%{release}-zypper
%package -n texlive-beamer
Version: %{texlive_version}.%{texlive_noarch}.3.26svn29349
Release: 0
Summary: A LaTeX class for producing presentations and slides
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-pgf >= %{texlive_version}
Requires: texlive-xcolor >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamer-doc >= %{texlive_version}
Provides: tex(beamer.cls)
Provides: tex(beamerarticle.sty)
Provides: tex(beamerbasearticle.sty)
Provides: tex(beamerbaseauxtemplates.sty)
Provides: tex(beamerbaseboxes.sty)
Provides: tex(beamerbasecolor.sty)
Provides: tex(beamerbasecompatibility.sty)
Provides: tex(beamerbasedecode.sty)
Provides: tex(beamerbaseexercise.sty)
Provides: tex(beamerbasefont.sty)
Provides: tex(beamerbaseframe.sty)
Provides: tex(beamerbaseframecomponents.sty)
Provides: tex(beamerbaseframesize.sty)
Provides: tex(beamerbaselocalstructure.sty)
Provides: tex(beamerbasemisc.sty)
Provides: tex(beamerbasemodes.sty)
Provides: tex(beamerbasenavigation.sty)
Provides: tex(beamerbasenotes.sty)
Provides: tex(beamerbaseoptions.sty)
Provides: tex(beamerbaseoverlay.sty)
Provides: tex(beamerbasercs.sty)
Provides: tex(beamerbaserequires.sty)
Provides: tex(beamerbasesection.sty)
Provides: tex(beamerbasetemplates.sty)
Provides: tex(beamerbasethemes.sty)
Provides: tex(beamerbasetheorems.sty)
Provides: tex(beamerbasetitle.sty)
Provides: tex(beamerbasetoc.sty)
Provides: tex(beamerbasetranslator.sty)
Provides: tex(beamerbasetwoscreens.sty)
Provides: tex(beamerbaseverbatim.sty)
Provides: tex(beamercolorthemealbatross.sty)
Provides: tex(beamercolorthemebeaver.sty)
Provides: tex(beamercolorthemebeetle.sty)
Provides: tex(beamercolorthemecrane.sty)
Provides: tex(beamercolorthemedefault.sty)
Provides: tex(beamercolorthemedolphin.sty)
Provides: tex(beamercolorthemedove.sty)
Provides: tex(beamercolorthemefly.sty)
Provides: tex(beamercolorthemelily.sty)
Provides: tex(beamercolorthememonarca.sty)
Provides: tex(beamercolorthemeorchid.sty)
Provides: tex(beamercolorthemerose.sty)
Provides: tex(beamercolorthemeseagull.sty)
Provides: tex(beamercolorthemeseahorse.sty)
Provides: tex(beamercolorthemesidebartab.sty)
Provides: tex(beamercolorthemespruce.sty)
Provides: tex(beamercolorthemestructure.sty)
Provides: tex(beamercolorthemewhale.sty)
Provides: tex(beamercolorthemewolverine.sty)
Provides: tex(beamerexample-foils.tex)
Provides: tex(beamerexample-prosper.tex)
Provides: tex(beamerexample-seminar.tex)
Provides: tex(beamerexample-texpower.tex)
Provides: tex(beamerfoils.sty)
Provides: tex(beamerfontthemedefault.sty)
Provides: tex(beamerfontthemeprofessionalfonts.sty)
Provides: tex(beamerfontthemeserif.sty)
Provides: tex(beamerfontthemestructurebold.sty)
Provides: tex(beamerfontthemestructureitalicserif.sty)
Provides: tex(beamerfontthemestructuresmallcapsserif.sty)
Provides: tex(beamericonarticle.tex)
Provides: tex(beamericonbook.tex)
Provides: tex(beamerinnerthemecircles.sty)
Provides: tex(beamerinnerthemedefault.sty)
Provides: tex(beamerinnerthemeinmargin.sty)
Provides: tex(beamerinnerthemerectangles.sty)
Provides: tex(beamerinnerthemerounded.sty)
Provides: tex(beamerouterthemedefault.sty)
Provides: tex(beamerouterthemeinfolines.sty)
Provides: tex(beamerouterthememiniframes.sty)
Provides: tex(beamerouterthemeshadow.sty)
Provides: tex(beamerouterthemesidebar.sty)
Provides: tex(beamerouterthemesmoothbars.sty)
Provides: tex(beamerouterthemesmoothtree.sty)
Provides: tex(beamerouterthemesplit.sty)
Provides: tex(beamerouterthemetree.sty)
Provides: tex(beamerprosper.sty)
Provides: tex(beamerseminar.sty)
Provides: tex(beamertexpower.sty)
Provides: tex(beamerthemeAnnArbor.sty)
Provides: tex(beamerthemeAntibes.sty)
Provides: tex(beamerthemeBergen.sty)
Provides: tex(beamerthemeBerkeley.sty)
Provides: tex(beamerthemeBerlin.sty)
Provides: tex(beamerthemeBoadilla.sty)
Provides: tex(beamerthemeCambridgeUS.sty)
Provides: tex(beamerthemeCopenhagen.sty)
Provides: tex(beamerthemeDarmstadt.sty)
Provides: tex(beamerthemeDresden.sty)
Provides: tex(beamerthemeEastLansing.sty)
Provides: tex(beamerthemeFrankfurt.sty)
Provides: tex(beamerthemeGoettingen.sty)
Provides: tex(beamerthemeHannover.sty)
Provides: tex(beamerthemeIlmenau.sty)
Provides: tex(beamerthemeJuanLesPins.sty)
Provides: tex(beamerthemeLuebeck.sty)
Provides: tex(beamerthemeMadrid.sty)
Provides: tex(beamerthemeMalmoe.sty)
Provides: tex(beamerthemeMarburg.sty)
Provides: tex(beamerthemeMontpellier.sty)
Provides: tex(beamerthemePaloAlto.sty)
Provides: tex(beamerthemePittsburgh.sty)
Provides: tex(beamerthemeRochester.sty)
Provides: tex(beamerthemeSingapore.sty)
Provides: tex(beamerthemeSzeged.sty)
Provides: tex(beamerthemeWarsaw.sty)
Provides: tex(beamerthemebars.sty)
Provides: tex(beamerthemeboxes.sty)
Provides: tex(beamerthemeclassic.sty)
Provides: tex(beamerthemecompatibility.sty)
Provides: tex(beamerthemedefault.sty)
Provides: tex(beamerthemelined.sty)
Provides: tex(beamerthemeplain.sty)
Provides: tex(beamerthemeshadow.sty)
Provides: tex(beamerthemesidebar.sty)
Provides: tex(beamerthemesplit.sty)
Provides: tex(beamerthemetree.sty)
Provides: tex(multimedia.sty)
Provides: tex(multimediasymbols.sty)
Provides: tex(translator-language-mappings.tex)
Provides: tex(translator.sty)
Provides: tex(xmpmulti.sty)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(amsthm.sty)
Requires: tex(enumerate.sty)
Requires: tex(hyperref.sty)
Requires: tex(ifpdf.sty)
Requires: tex(inputenc.sty)
Requires: tex(keyval.sty)
Requires: tex(pgf.sty)
Requires: tex(pgfcore.sty)
Requires: tex(ucs.sty)
Requires: tex(xcolor.sty)
Requires: tex(xxcolor.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source38: beamer.tar.xz
Source39: beamer.doc.tar.xz
%description -n texlive-beamer
The beamer LaTeX class can be used for producing slides. Its
functionality is similar to Prosper but does not need any
external programs and can directly produce a presentation using
pdflatex. Beamer uses pgf for pdf/ps independent graphics.
Frames are created using \frame{...}, and a frame can build
multiple slides through a simple notation for specifying
material for each slide within a frame. Beamer supports
bibliographies, appendicies and transitions. Short versions of
title, authors, institute can also be specified as optional
parameters. A \plainframe{} allows a picture, for example, to
fill the whole frame. Support figure and table environments,
transparency effects, a \transduration command, animation
commands, a pauses environment. Beamer also provides
compatibility with other packages like prosper. The package now
incorporates the functionality of the former translator
package, which is used for customising the package for use in
other language environments.
date: 2013-01-04 22:53:30 +0000
%package -n texlive-beamer-doc
Summary: Documentation for texlive-beamer
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.3.26svn29349
Release: 0
%description -n texlive-beamer-doc
This package includes the documentation for texlive-beamer
%post -n texlive-beamer
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamer
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamer
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamer-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamer/AUTHORS
%{_texmfdistdir}/doc/latex/beamer/ChangeLog
%{_texmfdistdir}/doc/latex/beamer/FILES
%{_texmfdistdir}/doc/latex/beamer/INSTALL
%{_texmfdistdir}/doc/latex/beamer/README
%{_texmfdistdir}/doc/latex/beamer/TODO
%{_texmfdistdir}/doc/latex/beamer/doc/Makefile
%{_texmfdistdir}/doc/latex/beamer/doc/beamercolorthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerfontthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerinnerthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerlogo.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerouterthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexamplebase.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-animations.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-color.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-compatibility.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-elements.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-emulation.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-fonts.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-frames.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-globalstructure.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-graphics.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-guidelines.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-installation.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-interaction.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-introduction.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-license.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-localstructure.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-macros.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-nonpresentation.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-notes.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-overlays.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-solutions.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-themes.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-translator.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-transparencies.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tricks.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tutorial.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-twoscreens.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerug-workflow.tex
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedove.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemefly.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemelily.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemerose.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemedefault.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemeserif.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemecircles.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemedefault.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerounded.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemedefault.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesplit.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemetree.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAntibes.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBergen.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerlin.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDresden.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeHannover.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMadrid.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMarburg.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeRochester.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSingapore.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSzeged.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeboxes.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemedefault.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.pdf
%{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.tex
%{_texmfdistdir}/doc/latex/beamer/doc/licenses/LICENSE
%{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex
%{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh
%{_texmfdistdir}/doc/latex/beamer/emacs/beamer.el
%{_texmfdistdir}/doc/latex/beamer/examples/Makefile
%{_texmfdistdir}/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex
%{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex
%{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-conference-talk.pdf
%{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-beamer-version.pdf
%{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf
%{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex
%{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex
%files -n texlive-beamer
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.pdf
%{_texmfdistdir}/tex/latex/beamer/beamer.cls
%{_texmfdistdir}/tex/latex/beamer/beamerarticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasearticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseauxtemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseboxes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecolor.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasedecode.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseexercise.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasefont.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframe.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframecomponents.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframesize.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaselocalstructure.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemisc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemodes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenavigation.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenotes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoptions.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoverlay.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasercs.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaserequires.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasesection.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasethemes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetheorems.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetitle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetoc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetranslator.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetwoscreens.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseverbatim.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerfoils.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerprosper.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerseminar.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamertexpower.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-foils.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimedia.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimediasymbols.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/xmpmulti.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemecrane.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedove.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemefly.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemelily.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthememonarca.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemerose.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemespruce.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemestructure.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewhale.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBergen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDresden.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeEastLansing.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeHannover.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeRochester.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeboxes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/translator-language-mappings.tex
%{_texmfdistdir}/tex/latex/beamer/translator/translator.sty
/var/adm/update-scripts/texlive-beamer-%{texlive_version}.%{texlive_noarch}.3.26svn29349-%{release}-zypper
%package -n texlive-beamer-FUBerlin
Version: %{texlive_version}.%{texlive_noarch}.0.0.02svn15878
Release: 0
Summary: Beamer, using the style of FU Berlin
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamer-FUBerlin-doc >= %{texlive_version}
Provides: tex(FUbeamer.cls)
Provides: tex(beamercolorthemeBerlinFU.sty)
Provides: tex(beamerfontthemeBerlinFU.sty)
Provides: tex(beamerouterthemeBerlinFU.sty)
Provides: tex(beamerthemeBerlinFU.sty)
Requires: tex(babel.sty)
Requires: tex(beamer.cls)
Requires: tex(fontenc.sty)
Requires: tex(graphicx.sty)
Requires: tex(helvet.sty)
Requires: tex(tabularx.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source40: beamer-FUBerlin.tar.xz
Source41: beamer-FUBerlin.doc.tar.xz
%description -n texlive-beamer-FUBerlin
The bundle provides a beamer-derived class and a theme style
file for the corporate design of the Free University in Berlin.
Users may use the class itself (FUbeamer) or use the theme in
the usual way with \usetheme{BerlinFU}. Examples of using both
the class and the theme are provided; the PDF is visually
identical, so the catalogue only lists one; the sources of the
examples do of course differ.
date: 2009-08-11 17:19:50 +0000
%package -n texlive-beamer-FUBerlin-doc
Summary: Documentation for texlive-beamer-FUBerlin
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.02svn15878
Release: 0
%description -n texlive-beamer-FUBerlin-doc
This package includes the documentation for texlive-beamer-FUBerlin
%post -n texlive-beamer-FUBerlin
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamer-FUBerlin
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamer-FUBerlin
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamer-FUBerlin-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/Changes
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/FULogo.png
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUbib.jpg
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUlogo.pdf
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/README
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.pdf
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.tex
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.pdf
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.tex
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/geo.jpg
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/silberlaube2.jpg
%files -n texlive-beamer-FUBerlin
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/FUbeamer.cls
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty
/var/adm/update-scripts/texlive-beamer-FUBerlin-%{texlive_version}.%{texlive_noarch}.0.0.02svn15878-%{release}-zypper
%package -n texlive-beamer-tut-pt
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: An introduction to the Beamer class, in Portuguese
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source42: beamer-tut-pt.doc.tar.xz
%description -n texlive-beamer-tut-pt
The beamer-tut-pt package
date: 2007-03-05 13:17:42 +0000
%post -n texlive-beamer-tut-pt
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamer-tut-pt
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamer-tut-pt
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamer-tut-pt
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamer-tut-pt/AnnArbor1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/AnnArbor2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/CambridgeUS1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/CambridgeUS2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/LEIAME
%{_texmfdistdir}/doc/latex/beamer-tut-pt/README
%{_texmfdistdir}/doc/latex/beamer-tut-pt/anim1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/anim2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/anim3.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/anim4.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/automato1.jpg
%{_texmfdistdir}/doc/latex/beamer-tut-pt/automato2.jpg
%{_texmfdistdir}/doc/latex/beamer-tut-pt/automato3.jpg
%{_texmfdistdir}/doc/latex/beamer-tut-pt/automato4.jpg
%{_texmfdistdir}/doc/latex/beamer-tut-pt/automato5.jpg
%{_texmfdistdir}/doc/latex/beamer-tut-pt/berkeley1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/berkeley2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/blocos.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/boadilla1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/boadilla2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/exemplo.tex
%{_texmfdistdir}/doc/latex/beamer-tut-pt/madrid1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/madrid2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/montpellier1.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/montpellier2.ps
%{_texmfdistdir}/doc/latex/beamer-tut-pt/tutorialbeamer.pdf
%{_texmfdistdir}/doc/latex/beamer-tut-pt/tutorialbeamer.tex
%{_texmfdistdir}/doc/latex/beamer-tut-pt/ufpellogo.jpg
/var/adm/update-scripts/texlive-beamer-tut-pt-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-beamer2thesis
Version: %{texlive_version}.%{texlive_noarch}.2.2svn27539
Release: 0
Summary: Thesis presentations using beamer
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamer2thesis-doc >= %{texlive_version}
Provides: tex(beamercolorthemetorinoth.sty)
Provides: tex(beamerfontthemetorinoth.sty)
Provides: tex(beamerinnerthemetorinoth.sty)
Provides: tex(beamerouterthemetorinoth.sty)
Provides: tex(beamerthemeTorinoTh.sty)
Requires: tex(babel.sty)
Requires: tex(fontspec.sty)
Requires: tex(ifxetex.sty)
Requires: tex(inputenc.sty)
Requires: tex(metalogo.sty)
Requires: tex(pifont.sty)
Requires: tex(polyglossia.sty)
Requires: tex(xkeyval.sty)
Requires: tex(xltxtra.sty)
Requires: tex(xunicode.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source43: beamer2thesis.tar.xz
Source44: beamer2thesis.doc.tar.xz
%description -n texlive-beamer2thesis
The package specifies a beamer theme for presenting a thesis.
date: 2012-08-27 08:11:59 +0000
%package -n texlive-beamer2thesis-doc
Summary: Documentation for texlive-beamer2thesis
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.2svn27539
Release: 0
%description -n texlive-beamer2thesis-doc
This package includes the documentation for texlive-beamer2thesis
%post -n texlive-beamer2thesis
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamer2thesis
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamer2thesis
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamer2thesis-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamer2thesis/README
%{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.pdf
%{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
%{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/content_end.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/content_end_ita.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/content_initial.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/content_initial_ita.tex
%{_texmfdistdir}/doc/latex/beamer2thesis/license
%files -n texlive-beamer2thesis
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamer2thesis/beamer2thesis.jpg
%{_texmfdistdir}/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/logopolito.jpg
/var/adm/update-scripts/texlive-beamer2thesis-%{texlive_version}.%{texlive_noarch}.2.2svn27539-%{release}-zypper
%package -n texlive-beameraudience
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn23427
Release: 0
Summary: Assembling beamer frames according to audience
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beameraudience-doc >= %{texlive_version}
Provides: tex(beameraudience.sty)
Requires: tex(cprotect.sty)
Requires: tex(ifthen.sty)
Requires: tex(kvoptions.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source45: beameraudience.tar.xz
Source46: beameraudience.doc.tar.xz
%description -n texlive-beameraudience
The Beamer Audience package provides macros to easily assemble
frames according to different audiences. It enables to pick up
the frames for a specific audience while leaving their order
according to a logical structure in the LaTeX source.
date: 2011-08-04 23:50:01 +0000
%package -n texlive-beameraudience-doc
Summary: Documentation for texlive-beameraudience
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn23427
Release: 0
%description -n texlive-beameraudience-doc
This package includes the documentation for texlive-beameraudience
%post -n texlive-beameraudience
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beameraudience
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beameraudience
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beameraudience-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beameraudience/README
%files -n texlive-beameraudience
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beameraudience/beameraudience.sty
/var/adm/update-scripts/texlive-beameraudience-%{texlive_version}.%{texlive_noarch}.0.0.1svn23427-%{release}-zypper
%package -n texlive-beamerposter
Version: %{texlive_version}.%{texlive_noarch}.1.07svn17066
Release: 0
Summary: Extend beamer and a0poster for custom sized posters
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamerposter-doc >= %{texlive_version}
Provides: tex(beamerposter.sty)
Requires: tex(fp.sty)
Requires: tex(type1cm.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source47: beamerposter.tar.xz
Source48: beamerposter.doc.tar.xz
%description -n texlive-beamerposter
The package enables the user to use beamer style operations on
a canvas of the sizes provided by a0poster; font scaling is
available (using packages such as type1cm if necessary). In
addition, the package allows the user to benefit from the nice
colour box handling and alignment provided by the beamer class
(for example, with rounded corners and shadows). Good looking
posters may be created very rapidly. Features include: -
scalable fonts using the fp and type1cm packages; - posters in
A-series sizes, and custom sizes like double A0 are possible; -
still applicable to custom beamer slides, e.g. 16:9 slides for
a wide-screen (i.e. 1.78 aspect ratio); - orientation may be
portrait or landscape; - a 'debug mode' is provided.
date: 2010-02-16 12:45:15 +0000
%package -n texlive-beamerposter-doc
Summary: Documentation for texlive-beamerposter
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.07svn17066
Release: 0
%description -n texlive-beamerposter-doc
This package includes the documentation for texlive-beamerposter
%post -n texlive-beamerposter
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamerposter
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamerposter
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamerposter-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamerposter/README
%{_texmfdistdir}/doc/latex/beamerposter/beamerposter.pdf
%{_texmfdistdir}/doc/latex/beamerposter/beamerposter.tex
%{_texmfdistdir}/doc/latex/beamerposter/example.tex
%files -n texlive-beamerposter
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamerposter/beamerposter.sty
/var/adm/update-scripts/texlive-beamerposter-%{texlive_version}.%{texlive_noarch}.1.07svn17066-%{release}-zypper
%package -n texlive-beamersubframe
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23510
Release: 0
Summary: Reorder frames in the PDF file
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamersubframe-doc >= %{texlive_version}
Provides: tex(beamersubframe.sty)
Requires: tex(verbatim.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source49: beamersubframe.tar.xz
Source50: beamersubframe.doc.tar.xz
%description -n texlive-beamersubframe
The package provides a method to reorder frames in the PDF file
without reordering the source. Its principal use is to embed or
append frames with details on some subject. The author
describes the package as "experimental".
date: 2011-08-11 08:23:40 +0000
%package -n texlive-beamersubframe-doc
Summary: Documentation for texlive-beamersubframe
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23510
Release: 0
%description -n texlive-beamersubframe-doc
This package includes the documentation for texlive-beamersubframe
%post -n texlive-beamersubframe
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamersubframe
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamersubframe
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamersubframe-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamersubframe/README
%{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.pdf
%{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.svg
%{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.pdf
%{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.svg
%{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe.pdf
%{_texmfdistdir}/doc/latex/beamersubframe/bsf-example.tex
%files -n texlive-beamersubframe
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamersubframe/beamersubframe.sty
/var/adm/update-scripts/texlive-beamersubframe-%{texlive_version}.%{texlive_noarch}.0.0.2svn23510-%{release}-zypper
%package -n texlive-beamertheme-upenn-bc
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29937
Release: 0
Summary: Beamer themies for Boston College and the University of Pennsylvania
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamertheme-upenn-bc-doc >= %{texlive_version}
Provides: tex(beamercolorthemegoeagles.sty)
Provides: tex(beamercolorthemepenn.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source51: beamertheme-upenn-bc.tar.xz
Source52: beamertheme-upenn-bc.doc.tar.xz
%description -n texlive-beamertheme-upenn-bc
Beamer themes in the colors of the - University of
Pennsylvania, USA, and - Boston College, USA. Both were tested
for the presentation theme 'Warsaw. Please note that these
color themes are neither official nor exact! The colours are
approximated from the universities' style guidelines and
websites, and slightly modified where necessary to generate an
appealing look. The universities neither endorse, nor provide
any support for, these color themes. I give no warranty for the
code.
date: 2013-04-14 14:59:43 +0000
%package -n texlive-beamertheme-upenn-bc-doc
Summary: Documentation for texlive-beamertheme-upenn-bc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29937
Release: 0
%description -n texlive-beamertheme-upenn-bc-doc
This package includes the documentation for texlive-beamertheme-upenn-bc
%post -n texlive-beamertheme-upenn-bc
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamertheme-upenn-bc
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamertheme-upenn-bc
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamertheme-upenn-bc-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/README
%{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.pdf
%{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.tex
%{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerPENNstyle.pdf
%files -n texlive-beamertheme-upenn-bc
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty
/var/adm/update-scripts/texlive-beamertheme-upenn-bc-%{texlive_version}.%{texlive_noarch}.1.0svn29937-%{release}-zypper
%package -n texlive-beamerthemejltree
Version: %{texlive_version}.%{texlive_noarch}.1.1svn21977
Release: 0
Summary: Contributed beamer theme
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Provides: tex(beamerthemeJLTree.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source53: beamerthemejltree.tar.xz
%description -n texlive-beamerthemejltree
A theme for beamer presentations.
date: 2010-07-13 17:58:19 +0000
%post -n texlive-beamerthemejltree
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamerthemejltree
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamerthemejltree
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamerthemejltree
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamerthemejltree/beamerthemeJLTree.sty
/var/adm/update-scripts/texlive-beamerthemejltree-%{texlive_version}.%{texlive_noarch}.1.1svn21977-%{release}-zypper
%package -n texlive-beamerthemenirma
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn20765
Release: 0
Summary: A Beamer theme for academic presentations
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beamerthemenirma-doc >= %{texlive_version}
Provides: tex(beamerthemenirma.sty)
Requires: tex(pgf.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source54: beamerthemenirma.tar.xz
Source55: beamerthemenirma.doc.tar.xz
%description -n texlive-beamerthemenirma
The package developed for academic purposes. The distribution
includes nothing more than style file needed for preparing
presentations.
date: 2010-12-16 00:15:22 +0000
%package -n texlive-beamerthemenirma-doc
Summary: Documentation for texlive-beamerthemenirma
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn20765
Release: 0
%description -n texlive-beamerthemenirma-doc
This package includes the documentation for texlive-beamerthemenirma
%post -n texlive-beamerthemenirma
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beamerthemenirma
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beamerthemenirma
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beamerthemenirma-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beamerthemenirma/README
%files -n texlive-beamerthemenirma
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beamerthemenirma/beamerthemenirma.sty
/var/adm/update-scripts/texlive-beamerthemenirma-%{texlive_version}.%{texlive_noarch}.0.0.1svn20765-%{release}-zypper
%package -n texlive-beebe
Version: %{texlive_version}.%{texlive_noarch}.svn30727
Release: 0
Summary: Package beebe
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source56: beebe.tar.xz
%description -n texlive-beebe
The beebe package
%post -n texlive-beebe
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beebe
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beebe
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beebe
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/beebe/gut.bib
%{_texmfdistdir}/bibtex/bib/beebe/komoedie.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook1.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook2.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook3.bib
%{_texmfdistdir}/bibtex/bib/beebe/texgraph.bib
%{_texmfdistdir}/bibtex/bib/beebe/texjourn.bib
%{_texmfdistdir}/bibtex/bib/beebe/texnique.bib
%{_texmfdistdir}/bibtex/bib/beebe/tugboat.bib
%{_texmfdistdir}/bibtex/bst/beebe/aaai-named.bst
%{_texmfdistdir}/bibtex/bst/beebe/abstract.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotate.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotation.bst
%{_texmfdistdir}/bibtex/bst/beebe/apa.bst
%{_texmfdistdir}/bibtex/bst/beebe/apalike2.bst
%{_texmfdistdir}/bibtex/bst/beebe/astron.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate1.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate2.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate3.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate4.bst
%{_texmfdistdir}/bibtex/bst/beebe/bbs.bst
%{_texmfdistdir}/bibtex/bst/beebe/bibtoref.bst
%{_texmfdistdir}/bibtex/bst/beebe/cbe.bst
%{_texmfdistdir}/bibtex/bst/beebe/chicagoa.bst
%{_texmfdistdir}/bibtex/bst/beebe/humanbio.bst
%{_texmfdistdir}/bibtex/bst/beebe/humannat.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-abbrv.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-alpha.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-plain.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-unsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/jas99.bst
%{_texmfdistdir}/bibtex/bst/beebe/jbact.bst
%{_texmfdistdir}/bibtex/bst/beebe/jmb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jtb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jthcarsu.bst
%{_texmfdistdir}/bibtex/bst/beebe/named.bst
%{_texmfdistdir}/bibtex/bst/beebe/namunsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/nar.bst
%{_texmfdistdir}/bibtex/bst/beebe/newapa.bst
%{_texmfdistdir}/bibtex/bst/beebe/phaip.bst
%{_texmfdistdir}/bibtex/bst/beebe/phapalik.bst
%{_texmfdistdir}/bibtex/bst/beebe/phcpc.bst
%{_texmfdistdir}/bibtex/bst/beebe/phiaea.bst
%{_texmfdistdir}/bibtex/bst/beebe/phjcp.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnflet.bst
%{_texmfdistdir}/bibtex/bst/beebe/phpf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phppcf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phreport.bst
%{_texmfdistdir}/bibtex/bst/beebe/phrmp.bst
%{_texmfdistdir}/bibtex/bst/beebe/plainyr.bst
%{_texmfdistdir}/bibtex/bst/beebe/refer.bst
%{_texmfdistdir}/bibtex/bst/beebe/xbtxbst.doc
/var/adm/update-scripts/texlive-beebe-%{texlive_version}.%{texlive_noarch}.svn30727-%{release}-zypper
%package -n texlive-begriff
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
Release: 0
Summary: Typeset Begriffschrift
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-begriff-doc >= %{texlive_version}
Provides: tex(begriff.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source57: begriff.tar.xz
Source58: begriff.doc.tar.xz
%description -n texlive-begriff
The package defines maths mode commands for typesetting Frege's
Begriffschrift.
date: 2007-01-29 22:57:18 +0000
%package -n texlive-begriff-doc
Summary: Documentation for texlive-begriff
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.6svn15878
Release: 0
%description -n texlive-begriff-doc
This package includes the documentation for texlive-begriff
%post -n texlive-begriff
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-begriff
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-begriff
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-begriff-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/begriff/COPYING
%{_texmfdistdir}/doc/latex/begriff/README
%{_texmfdistdir}/doc/latex/begriff/examples.pdf
%{_texmfdistdir}/doc/latex/begriff/examples.tex
%files -n texlive-begriff
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/begriff/begriff.sty
/var/adm/update-scripts/texlive-begriff-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{release}-zypper
%package -n texlive-belleek
Version: %{texlive_version}.%{texlive_noarch}.svn18651
Release: 0
Summary: Free replacement for basic MathTime fonts
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-belleek-fonts >= %{texlive_version}
Recommends: texlive-belleek-doc >= %{texlive_version}
Provides: tex(belleek.map)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source59: belleek.tar.xz
Source60: belleek.doc.tar.xz
%description -n texlive-belleek
This package replaces the original MathTime fonts, not
MathTime-Plus or MathTime Professional (the last being the only
currently available commercial bundle).
date: 2008-11-30 14:59:19 +0000
%package -n texlive-belleek-doc
Summary: Documentation for texlive-belleek
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn18651
Release: 0
%description -n texlive-belleek-doc
This package includes the documentation for texlive-belleek
%package -n texlive-belleek-fonts
Summary: Severed fonts for texlive-belleek
License: SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn18651
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-belleek-fonts
The separated fonts package for texlive-belleek
%post -n texlive-belleek
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+belleek.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+belleek.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map belleek.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-belleek
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+belleek.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-belleek
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-belleek-fonts
mkfontscale %{_datadir}/fonts/texlive-belleek
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-belleek
fc-cache %{_datadir}/fonts
%postun -n texlive-belleek-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-belleek-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/belleek/README
%files -n texlive-belleek
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/belleek/belleek.map
%verify(link) %{_texmfdistdir}/fonts/truetype/public/belleek/blex.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/belleek/blsy.ttf
%verify(link) %{_texmfdistdir}/fonts/truetype/public/belleek/rblmi.ttf
%verify(link) %{_texmfdistdir}/fonts/type1/public/belleek/blex.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/belleek/blsy.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/belleek/rblmi.pfb
%files -n texlive-belleek-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-belleek
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-belleek.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-belleek/fonts.scale
%{_datadir}/fonts/texlive-belleek/blex.ttf
%{_datadir}/fonts/texlive-belleek/blsy.ttf
%{_datadir}/fonts/texlive-belleek/rblmi.ttf
%{_datadir}/fonts/texlive-belleek/blex.pfb
%{_datadir}/fonts/texlive-belleek/blsy.pfb
%{_datadir}/fonts/texlive-belleek/rblmi.pfb
/var/adm/update-scripts/texlive-belleek-%{texlive_version}.%{texlive_noarch}.svn18651-%{release}-zypper
%package -n texlive-bengali
Version: %{texlive_version}.%{texlive_noarch}.svn20987
Release: 0
Summary: Support for the Bengali 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(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bengali-doc >= %{texlive_version}
Provides: tex(beng.sty)
Provides: tex(bnr10.tfm)
Provides: tex(bnsl10.tfm)
Provides: tex(ubn.fd)
Provides: tex(ubnx.fd)
Provides: tex(xbnr10.tfm)
Provides: tex(xbnsl10.tfm)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source61: bengali.tar.xz
Source62: bengali.doc.tar.xz
%description -n texlive-bengali
The package is based on Velthuis' transliteration scheme, with
extensions to deal with the Bengali letters that are not in
Devanagari. The package also supports Assamese.
date: 2011-01-08 00:32:58 +0000
%package -n texlive-bengali-doc
Summary: Documentation for texlive-bengali
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20987
Release: 0
%description -n texlive-bengali-doc
This package includes the documentation for texlive-bengali
%post -n texlive-bengali
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bengali
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bengali
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bengali-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bengali/README
%{_texmfdistdir}/doc/fonts/bengali/bengdoc.bn
%{_texmfdistdir}/doc/fonts/bengali/bengdoc.pdf
%{_texmfdistdir}/doc/fonts/bengali/example.bn
%{_texmfdistdir}/doc/fonts/bengali/example.pdf
%{_texmfdistdir}/doc/fonts/bengali/manifest.txt
%files -n texlive-bengali
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/source/public/bengali/bn.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnbanjon.mf
%{_texmfdistdir}/fonts/source/public/bengali/bndigit.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnjuk.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnkaar.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnlig.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnligtbl.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmacro.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmisc.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnpunct.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnswar.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsupp.mf
%{_texmfdistdir}/fonts/tfm/public/bengali/bnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/bnsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnsl10.tfm
%{_texmfdistdir}/tex/latex/bengali/beng.sty
%{_texmfdistdir}/tex/latex/bengali/ubn.fd
%{_texmfdistdir}/tex/latex/bengali/ubnx.fd
/var/adm/update-scripts/texlive-bengali-%{texlive_version}.%{texlive_noarch}.svn20987-%{release}-zypper
%package -n texlive-bera
Version: %{texlive_version}.%{texlive_noarch}.svn20031
Release: 0
Summary: Bera 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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-bera-fonts >= %{texlive_version}
Recommends: texlive-bera-doc >= %{texlive_version}
Provides: tex(bera.map)
Provides: tex(bera.sty)
Provides: tex(beramono.sty)
Provides: tex(berasans.sty)
Provides: tex(beraserif.sty)
Provides: tex(fveb8a.tfm)
Provides: tex(fveb8c.tfm)
Provides: tex(fveb8c.vf)
Provides: tex(fveb8r.tfm)
Provides: tex(fveb8t.tfm)
Provides: tex(fveb8t.vf)
Provides: tex(fvebo8c.tfm)
Provides: tex(fvebo8c.vf)
Provides: tex(fvebo8r.tfm)
Provides: tex(fvebo8t.tfm)
Provides: tex(fvebo8t.vf)
Provides: tex(fver8a.tfm)
Provides: tex(fver8c.tfm)
Provides: tex(fver8c.vf)
Provides: tex(fver8r.tfm)
Provides: tex(fver8t.tfm)
Provides: tex(fver8t.vf)
Provides: tex(fvero8c.tfm)
Provides: tex(fvero8c.vf)
Provides: tex(fvero8r.tfm)
Provides: tex(fvero8t.tfm)
Provides: tex(fvero8t.vf)
Provides: tex(fvmb8a.tfm)
Provides: tex(fvmb8c.tfm)
Provides: tex(fvmb8c.vf)
Provides: tex(fvmb8r.tfm)
Provides: tex(fvmb8t.tfm)
Provides: tex(fvmb8t.vf)
Provides: tex(fvmbo8a.tfm)
Provides: tex(fvmbo8c.tfm)
Provides: tex(fvmbo8c.vf)
Provides: tex(fvmbo8r.tfm)
Provides: tex(fvmbo8t.tfm)
Provides: tex(fvmbo8t.vf)
Provides: tex(fvmr8a.tfm)
Provides: tex(fvmr8c.tfm)
Provides: tex(fvmr8c.vf)
Provides: tex(fvmr8r.tfm)
Provides: tex(fvmr8t.tfm)
Provides: tex(fvmr8t.vf)
Provides: tex(fvmro8a.tfm)
Provides: tex(fvmro8c.tfm)
Provides: tex(fvmro8c.vf)
Provides: tex(fvmro8r.tfm)
Provides: tex(fvmro8t.tfm)
Provides: tex(fvmro8t.vf)
Provides: tex(fvsb8a.tfm)
Provides: tex(fvsb8c.tfm)
Provides: tex(fvsb8c.vf)
Provides: tex(fvsb8r.tfm)
Provides: tex(fvsb8t.tfm)
Provides: tex(fvsb8t.vf)
Provides: tex(fvsbo8a.tfm)
Provides: tex(fvsbo8c.tfm)
Provides: tex(fvsbo8c.vf)
Provides: tex(fvsbo8r.tfm)
Provides: tex(fvsbo8t.tfm)
Provides: tex(fvsbo8t.vf)
Provides: tex(fvsr8a.tfm)
Provides: tex(fvsr8c.tfm)
Provides: tex(fvsr8c.vf)
Provides: tex(fvsr8r.tfm)
Provides: tex(fvsr8t.tfm)
Provides: tex(fvsr8t.vf)
Provides: tex(fvsro8a.tfm)
Provides: tex(fvsro8c.tfm)
Provides: tex(fvsro8c.vf)
Provides: tex(fvsro8r.tfm)
Provides: tex(fvsro8t.tfm)
Provides: tex(fvsro8t.vf)
Provides: tex(t1fve.fd)
Provides: tex(t1fvm.fd)
Provides: tex(t1fvs.fd)
Provides: tex(ts1fve.fd)
Provides: tex(ts1fvm.fd)
Provides: tex(ts1fvs.fd)
Requires: tex(fontenc.sty)
Requires: tex(keyval.sty)
Requires: tex(textcomp.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source63: bera.tar.xz
Source64: bera.doc.tar.xz
%description -n texlive-bera
The package contains the Bera Type 1 fonts, and a zip archive
containing files to use the fonts with LaTeX. Bera is a set of
three font families: Bera Serif (a slab-serif Roman), Bera Sans
(a Frutiger descendant), and Bera Mono (monospaced/typewriter).
Support for use in LaTeX is also provided. The Bera family is a
repackaging, for use with TeX, of the Bitstream Vera family.
date: 2008-01-28 19:53:41 +0000
%package -n texlive-bera-doc
Summary: Documentation for texlive-bera
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20031
Release: 0
%description -n texlive-bera-doc
This package includes the documentation for texlive-bera
%package -n texlive-bera-fonts
Summary: Severed fonts for texlive-bera
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn20031
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-bera-fonts
The separated fonts package for texlive-bera
%post -n texlive-bera
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+bera.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+bera.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map bera.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-bera
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+bera.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-bera
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-bera-fonts
mkfontscale %{_datadir}/fonts/texlive-bera
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-bera
fc-cache %{_datadir}/fonts
%postun -n texlive-bera-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-bera-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bera/LICENSE
%{_texmfdistdir}/doc/fonts/bera/README
%{_texmfdistdir}/doc/fonts/bera/bera.pdf
%{_texmfdistdir}/doc/fonts/bera/bera.txt
%files -n texlive-bera
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/public/bera/fveb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fver8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmro8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsro8a.afm
%{_texmfdistdir}/fonts/map/dvips/bera/bera.map
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8t.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fveb8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fver8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvmb8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvmbo8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvmr8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvmro8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvsb8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvsbo8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvsr8a.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bera/fvsro8a.pfb
%{_texmfdistdir}/fonts/vf/public/bera/fveb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fveb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8t.vf
%{_texmfdistdir}/tex/latex/bera/bera.sty
%{_texmfdistdir}/tex/latex/bera/beramono.sty
%{_texmfdistdir}/tex/latex/bera/berasans.sty
%{_texmfdistdir}/tex/latex/bera/beraserif.sty
%{_texmfdistdir}/tex/latex/bera/t1fve.fd
%{_texmfdistdir}/tex/latex/bera/t1fvm.fd
%{_texmfdistdir}/tex/latex/bera/t1fvs.fd
%{_texmfdistdir}/tex/latex/bera/ts1fve.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvm.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvs.fd
%files -n texlive-bera-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-bera
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-bera.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bera/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bera/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bera/fonts.scale
%{_datadir}/fonts/texlive-bera/fveb8a.pfb
%{_datadir}/fonts/texlive-bera/fver8a.pfb
%{_datadir}/fonts/texlive-bera/fvmb8a.pfb
%{_datadir}/fonts/texlive-bera/fvmbo8a.pfb
%{_datadir}/fonts/texlive-bera/fvmr8a.pfb
%{_datadir}/fonts/texlive-bera/fvmro8a.pfb
%{_datadir}/fonts/texlive-bera/fvsb8a.pfb
%{_datadir}/fonts/texlive-bera/fvsbo8a.pfb
%{_datadir}/fonts/texlive-bera/fvsr8a.pfb
%{_datadir}/fonts/texlive-bera/fvsro8a.pfb
/var/adm/update-scripts/texlive-bera-%{texlive_version}.%{texlive_noarch}.svn20031-%{release}-zypper
%package -n texlive-berenisadf
Version: %{texlive_version}.%{texlive_noarch}.1.004svn29845
Release: 0
Summary: Berenis ADF fonts and TeX/LaTeX support
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-berenisadf-fonts >= %{texlive_version}
Recommends: texlive-berenisadf-doc >= %{texlive_version}
Provides: tex(berenis.sty)
Provides: tex(ly1ybd.fd)
Provides: tex(ly1ybd0.fd)
Provides: tex(ly1ybd1.fd)
Provides: tex(ly1ybd2.fd)
Provides: tex(ly1ybd2j.fd)
Provides: tex(ly1ybd2jw.fd)
Provides: tex(ly1ybd2w.fd)
Provides: tex(ly1ybdj.fd)
Provides: tex(ly1ybdjw.fd)
Provides: tex(ly1ybdw.fd)
Provides: tex(texnansi-ybd.enc)
Provides: tex(texnansi-ybd0.enc)
Provides: tex(texnansi-ybd1.enc)
Provides: tex(texnansi-ybd2.enc)
Provides: tex(texnansi-ybd2j.enc)
Provides: tex(texnansi-ybdj.enc)
Provides: tex(texnansx-ybd2jw.enc)
Provides: tex(texnansx-ybd2w.enc)
Provides: tex(texnansx-ybdjw.enc)
Provides: tex(texnansx-ybdw.enc)
Provides: tex(ybd.map)
Provides: tex(ybdb08y.tfm)
Provides: tex(ybdb0c8y.tfm)
Provides: tex(ybdb0ci8y.tfm)
Provides: tex(ybdb0i8y.tfm)
Provides: tex(ybdb18y.tfm)
Provides: tex(ybdb1c8y.tfm)
Provides: tex(ybdb1ci8y.tfm)
Provides: tex(ybdb1i8y.tfm)
Provides: tex(ybdb28y.tfm)
Provides: tex(ybdb2c8y.tfm)
Provides: tex(ybdb2ci8y.tfm)
Provides: tex(ybdb2cij8y.tfm)
Provides: tex(ybdb2cijw8y.tfm)
Provides: tex(ybdb2ciw8y.tfm)
Provides: tex(ybdb2cj8y.tfm)
Provides: tex(ybdb2cjw8y.tfm)
Provides: tex(ybdb2cw8y.tfm)
Provides: tex(ybdb2i8y.tfm)
Provides: tex(ybdb2ij8y.tfm)
Provides: tex(ybdb2ijw8y.tfm)
Provides: tex(ybdb2iw8y.tfm)
Provides: tex(ybdb2j8y.tfm)
Provides: tex(ybdb2jw8y.tfm)
Provides: tex(ybdb2w8y.tfm)
Provides: tex(ybdb8y.tfm)
Provides: tex(ybdbc8y.tfm)
Provides: tex(ybdbci8y.tfm)
Provides: tex(ybdbcij8y.tfm)
Provides: tex(ybdbcijw8y.tfm)
Provides: tex(ybdbciw8y.tfm)
Provides: tex(ybdbcj8y.tfm)
Provides: tex(ybdbcjw8y.tfm)
Provides: tex(ybdbcw8y.tfm)
Provides: tex(ybdbi8y.tfm)
Provides: tex(ybdbij8y.tfm)
Provides: tex(ybdbijw8y.tfm)
Provides: tex(ybdbiw8y.tfm)
Provides: tex(ybdbj8y.tfm)
Provides: tex(ybdbjw8y.tfm)
Provides: tex(ybdbw8y.tfm)
Provides: tex(ybdr08y.tfm)
Provides: tex(ybdr0c8y.tfm)
Provides: tex(ybdr0ci8y.tfm)
Provides: tex(ybdr0i8y.tfm)
Provides: tex(ybdr18y.tfm)
Provides: tex(ybdr1c8y.tfm)
Provides: tex(ybdr1ci8y.tfm)
Provides: tex(ybdr1i8y.tfm)
Provides: tex(ybdr28y.tfm)
Provides: tex(ybdr2c8y.tfm)
Provides: tex(ybdr2ci8y.tfm)
Provides: tex(ybdr2cij8y.tfm)
Provides: tex(ybdr2cijw8y.tfm)
Provides: tex(ybdr2ciw8y.tfm)
Provides: tex(ybdr2cj8y.tfm)
Provides: tex(ybdr2cjw8y.tfm)
Provides: tex(ybdr2cw8y.tfm)
Provides: tex(ybdr2i8y.tfm)
Provides: tex(ybdr2ij8y.tfm)
Provides: tex(ybdr2ijw8y.tfm)
Provides: tex(ybdr2iw8y.tfm)
Provides: tex(ybdr2j8y.tfm)
Provides: tex(ybdr2jw8y.tfm)
Provides: tex(ybdr2w8y.tfm)
Provides: tex(ybdr8y.tfm)
Provides: tex(ybdrc8y.tfm)
Provides: tex(ybdrci8y.tfm)
Provides: tex(ybdrcij8y.tfm)
Provides: tex(ybdrcijw8y.tfm)
Provides: tex(ybdrciw8y.tfm)
Provides: tex(ybdrcj8y.tfm)
Provides: tex(ybdrcjw8y.tfm)
Provides: tex(ybdrcw8y.tfm)
Provides: tex(ybdri8y.tfm)
Provides: tex(ybdrij8y.tfm)
Provides: tex(ybdrijw8y.tfm)
Provides: tex(ybdriw8y.tfm)
Provides: tex(ybdrj8y.tfm)
Provides: tex(ybdrjw8y.tfm)
Provides: tex(ybdrw8y.tfm)
Requires: tex(fontenc.sty)
Requires: tex(nfssext-cfr.sty)
Requires: tex(xkeyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source65: berenisadf.tar.xz
Source66: berenisadf.doc.tar.xz
%description -n texlive-berenisadf
The bundle provides the BerenisADF Pro font collection, in
OpenType and PostScript Type 1 formats, together with support
files to use the fonts in TeXnANSI (LY1) encoding.
date: 2012-11-30 14:48:00 +0000
%package -n texlive-berenisadf-doc
Summary: Documentation for texlive-berenisadf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.004svn29845
Release: 0
%description -n texlive-berenisadf-doc
This package includes the documentation for texlive-berenisadf
%package -n texlive-berenisadf-fonts
Summary: Severed fonts for texlive-berenisadf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.004svn29845
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-berenisadf-fonts
The separated fonts package for texlive-berenisadf
%post -n texlive-berenisadf
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+ybd.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+ybd.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map ybd.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-berenisadf
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+ybd.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-berenisadf
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-berenisadf-fonts
mkfontscale %{_datadir}/fonts/texlive-berenisadf
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-berenisadf
fc-cache %{_datadir}/fonts
%postun -n texlive-berenisadf-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-berenisadf-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/berenisadf/COPYING
%{_texmfdistdir}/doc/fonts/berenisadf/NOTICE.txt
%{_texmfdistdir}/doc/fonts/berenisadf/README
%{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.pdf
%{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.tex
%{_texmfdistdir}/doc/fonts/berenisadf/manifest.txt
%files -n texlive-berenisadf
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdb.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbi.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdr.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdri.afm
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd0.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd1.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2j.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybdj.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2jw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2w.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdjw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdw.enc
%{_texmfdistdir}/fonts/map/dvips/berenisadf/ybd.map
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbi8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbiw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdri8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdriw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrw8y.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdb.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbc.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbci.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbi.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdr.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrc.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrci.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdri.pfb
%{_texmfdistdir}/tex/latex/berenisadf/berenis.sty
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd0.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd1.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2j.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2jw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2w.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdj.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdjw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdw.fd
%files -n texlive-berenisadf-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-berenisadf
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-berenisadf.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-berenisadf/fonts.scale
%{_datadir}/fonts/texlive-berenisadf/ybdb.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdbc.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdbci.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdbi.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdr.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdrc.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdrci.pfb
%{_datadir}/fonts/texlive-berenisadf/ybdri.pfb
/var/adm/update-scripts/texlive-berenisadf-%{texlive_version}.%{texlive_noarch}.1.004svn29845-%{release}-zypper
%package -n texlive-betababel
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn15878
Release: 0
Summary: Insert ancient greek text coded in Beta Code
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-betababel-doc >= %{texlive_version}
Provides: tex(betababel.sty)
Requires: tex(babel.sty)
Requires: tex(teubner.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source67: betababel.tar.xz
Source68: betababel.doc.tar.xz
%description -n texlive-betababel
The betababel package extends the babel polutonikogreek option
to provide a simple way to insert ancient Greek texts with
diacritical characters into your document using the commonly
used Beta Code transliteration. You can directly insert Beta
Code texts -- as they can be found at the Perseus project, for
example -- without modification.
date: 2009-03-27 12:15:14 +0000
%package -n texlive-betababel-doc
Summary: Documentation for texlive-betababel
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.5svn15878
Release: 0
%description -n texlive-betababel-doc
This package includes the documentation for texlive-betababel
%post -n texlive-betababel
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-betababel
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-betababel
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-betababel-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/betababel/betatest.pdf
%{_texmfdistdir}/doc/latex/betababel/betatest.tex
%files -n texlive-betababel
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/betababel/betababel.sty
/var/adm/update-scripts/texlive-betababel-%{texlive_version}.%{texlive_noarch}.0.0.5svn15878-%{release}-zypper
%package -n texlive-beton
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Use Concrete fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-beton-doc >= %{texlive_version}
Provides: tex(beton.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source69: beton.tar.xz
Source70: beton.doc.tar.xz
%description -n texlive-beton
Typeset a LaTeX2e document with the Concrete fonts designed by
Don Knuth and used in his book "Concrete Mathematics".
date: 2009-09-24 13:05:48 +0000
%package -n texlive-beton-doc
Summary: Documentation for texlive-beton
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-beton-doc
This package includes the documentation for texlive-beton
%post -n texlive-beton
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-beton
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-beton
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-beton-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/beton/beton.pdf
%{_texmfdistdir}/doc/latex/beton/legal.txt
%files -n texlive-beton
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/beton/beton.sty
/var/adm/update-scripts/texlive-beton-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-bez123
Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn15878
Release: 0
Summary: Support for Bezier curves
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bez123-doc >= %{texlive_version}
Provides: tex(bez123.sty)
Provides: tex(multiply.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source71: bez123.tar.xz
Source72: bez123.doc.tar.xz
%description -n texlive-bez123
Provides additional facilities in a picture environment for
drawing linear, cubic, and rational quadratic Bezier curves
(standard LaTeX only offers non-rational quadratic splines).
Provides a package multiply that provides a command for
multiplication of a length without numerical overflow.
date: 2009-09-02 09:33:10 +0000
%package -n texlive-bez123-doc
Summary: Documentation for texlive-bez123
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1bsvn15878
Release: 0
%description -n texlive-bez123-doc
This package includes the documentation for texlive-bez123
%post -n texlive-bez123
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bez123
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bez123
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bez123-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bez123/README
%{_texmfdistdir}/doc/latex/bez123/bez123.pdf
%files -n texlive-bez123
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bez123/bez123.sty
%{_texmfdistdir}/tex/latex/bez123/multiply.sty
/var/adm/update-scripts/texlive-bez123-%{texlive_version}.%{texlive_noarch}.1.1bsvn15878-%{release}-zypper
%package -n texlive-bezos
Version: %{texlive_version}.%{texlive_noarch}.svn25507
Release: 0
Summary: Packages by Javier Bezos
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bezos-doc >= %{texlive_version}
Provides: tex(accents.sty)
Provides: tex(arabicfront.sty)
Provides: tex(babeltools.sty)
Provides: tex(checkend.sty)
Provides: tex(dotlessi.sty)
Provides: tex(esindex.sty)
Provides: tex(soulpos.sty)
Provides: tex(subdocs.sty)
Provides: tex(tensind.sty)
Requires: tex(keyval.sty)
Requires: tex(soulutf8.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source73: bezos.tar.xz
Source74: bezos.doc.tar.xz
%description -n texlive-bezos
A set of packages that provide: - tools for maths accents; - a
tool that changes page-numbering in frontmatter to arabic; -
tools for dealing with some annoyances in babel; - a tool for
making end-environment checking more meaningful; - tensorial
indexes; - support for multi-file documents; - tools for easy
entry of Spanish index entries; and - dotless i's and j's for
maths fonts.
date: 2010-10-14 18:46:53 +0000
%package -n texlive-bezos-doc
Summary: Documentation for texlive-bezos
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn25507
Release: 0
%description -n texlive-bezos-doc
This package includes the documentation for texlive-bezos
%post -n texlive-bezos
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bezos
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bezos
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bezos-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bezos/README
%{_texmfdistdir}/doc/latex/bezos/accents.pdf
%{_texmfdistdir}/doc/latex/bezos/accents.tex
%{_texmfdistdir}/doc/latex/bezos/babeltools.pdf
%{_texmfdistdir}/doc/latex/bezos/babeltools.tex
%{_texmfdistdir}/doc/latex/bezos/bezos.pdf
%{_texmfdistdir}/doc/latex/bezos/bezos.tex
%{_texmfdistdir}/doc/latex/bezos/esindex.pdf
%{_texmfdistdir}/doc/latex/bezos/esindex.tex
%{_texmfdistdir}/doc/latex/bezos/soulpos.pdf
%{_texmfdistdir}/doc/latex/bezos/soulpos.tex
%{_texmfdistdir}/doc/latex/bezos/tensind.pdf
%{_texmfdistdir}/doc/latex/bezos/tensind.tex
%files -n texlive-bezos
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bezos/accents.sty
%{_texmfdistdir}/tex/latex/bezos/arabicfront.sty
%{_texmfdistdir}/tex/latex/bezos/babeltools.sty
%{_texmfdistdir}/tex/latex/bezos/checkend.sty
%{_texmfdistdir}/tex/latex/bezos/dotlessi.sty
%{_texmfdistdir}/tex/latex/bezos/esindex.sty
%{_texmfdistdir}/tex/latex/bezos/soulpos.sty
%{_texmfdistdir}/tex/latex/bezos/subdocs.sty
%{_texmfdistdir}/tex/latex/bezos/tensind.sty
/var/adm/update-scripts/texlive-bezos-%{texlive_version}.%{texlive_noarch}.svn25507-%{release}-zypper
%package -n texlive-bgreek
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
Summary: Using Beccari's fonts in betacode for classical Greek
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bgreek-doc >= %{texlive_version}
Provides: tex(bcgcmr.fd)
Provides: tex(bcgenc.def)
Provides: tex(bcglmr.fd)
Provides: tex(bcqcmr.fd)
Provides: tex(bcqenc.def)
Provides: tex(bcqlmr.fd)
Provides: tex(bgfonts.tex)
Provides: tex(bgmc0500.tfm)
Provides: tex(bgmc0500.vf)
Provides: tex(bgmc0600.tfm)
Provides: tex(bgmc0600.vf)
Provides: tex(bgmc0700.tfm)
Provides: tex(bgmc0700.vf)
Provides: tex(bgmc0800.tfm)
Provides: tex(bgmc0800.vf)
Provides: tex(bgmc0900.tfm)
Provides: tex(bgmc0900.vf)
Provides: tex(bgmc1000.tfm)
Provides: tex(bgmc1000.vf)
Provides: tex(bgmc1095.tfm)
Provides: tex(bgmc1095.vf)
Provides: tex(bgmc1200.tfm)
Provides: tex(bgmc1200.vf)
Provides: tex(bgmc1440.tfm)
Provides: tex(bgmc1440.vf)
Provides: tex(bgmc1728.tfm)
Provides: tex(bgmc1728.vf)
Provides: tex(bgmc2074.tfm)
Provides: tex(bgmc2074.vf)
Provides: tex(bgmc2488.tfm)
Provides: tex(bgmc2488.vf)
Provides: tex(bgmn0500.tfm)
Provides: tex(bgmn0500.vf)
Provides: tex(bgmn0600.tfm)
Provides: tex(bgmn0600.vf)
Provides: tex(bgmn0700.tfm)
Provides: tex(bgmn0700.vf)
Provides: tex(bgmn0800.tfm)
Provides: tex(bgmn0800.vf)
Provides: tex(bgmn0900.tfm)
Provides: tex(bgmn0900.vf)
Provides: tex(bgmn1000.tfm)
Provides: tex(bgmn1000.vf)
Provides: tex(bgmn1095.tfm)
Provides: tex(bgmn1095.vf)
Provides: tex(bgmn1200.tfm)
Provides: tex(bgmn1200.vf)
Provides: tex(bgmn1440.tfm)
Provides: tex(bgmn1440.vf)
Provides: tex(bgmn1728.tfm)
Provides: tex(bgmn1728.vf)
Provides: tex(bgmn2074.tfm)
Provides: tex(bgmn2074.vf)
Provides: tex(bgmn2488.tfm)
Provides: tex(bgmn2488.vf)
Provides: tex(bgmo0500.tfm)
Provides: tex(bgmo0500.vf)
Provides: tex(bgmo0600.tfm)
Provides: tex(bgmo0600.vf)
Provides: tex(bgmo0700.tfm)
Provides: tex(bgmo0700.vf)
Provides: tex(bgmo0800.tfm)
Provides: tex(bgmo0800.vf)
Provides: tex(bgmo0900.tfm)
Provides: tex(bgmo0900.vf)
Provides: tex(bgmo1000.tfm)
Provides: tex(bgmo1000.vf)
Provides: tex(bgmo1095.tfm)
Provides: tex(bgmo1095.vf)
Provides: tex(bgmo1200.tfm)
Provides: tex(bgmo1200.vf)
Provides: tex(bgmo1440.tfm)
Provides: tex(bgmo1440.vf)
Provides: tex(bgmo1728.tfm)
Provides: tex(bgmo1728.vf)
Provides: tex(bgmo2074.tfm)
Provides: tex(bgmo2074.vf)
Provides: tex(bgmo2488.tfm)
Provides: tex(bgmo2488.vf)
Provides: tex(bgreek.ldf)
Provides: tex(bgreek.sty)
Provides: tex(bgxc0500.tfm)
Provides: tex(bgxc0500.vf)
Provides: tex(bgxc0600.tfm)
Provides: tex(bgxc0600.vf)
Provides: tex(bgxc0700.tfm)
Provides: tex(bgxc0700.vf)
Provides: tex(bgxc0800.tfm)
Provides: tex(bgxc0800.vf)
Provides: tex(bgxc0900.tfm)
Provides: tex(bgxc0900.vf)
Provides: tex(bgxc1000.tfm)
Provides: tex(bgxc1000.vf)
Provides: tex(bgxc1095.tfm)
Provides: tex(bgxc1095.vf)
Provides: tex(bgxc1200.tfm)
Provides: tex(bgxc1200.vf)
Provides: tex(bgxc1440.tfm)
Provides: tex(bgxc1440.vf)
Provides: tex(bgxc1728.tfm)
Provides: tex(bgxc1728.vf)
Provides: tex(bgxc2074.tfm)
Provides: tex(bgxc2074.vf)
Provides: tex(bgxc2488.tfm)
Provides: tex(bgxc2488.vf)
Provides: tex(bgxn0500.tfm)
Provides: tex(bgxn0500.vf)
Provides: tex(bgxn0600.tfm)
Provides: tex(bgxn0600.vf)
Provides: tex(bgxn0700.tfm)
Provides: tex(bgxn0700.vf)
Provides: tex(bgxn0800.tfm)
Provides: tex(bgxn0800.vf)
Provides: tex(bgxn0900.tfm)
Provides: tex(bgxn0900.vf)
Provides: tex(bgxn1000.tfm)
Provides: tex(bgxn1000.vf)
Provides: tex(bgxn1095.tfm)
Provides: tex(bgxn1095.vf)
Provides: tex(bgxn1200.tfm)
Provides: tex(bgxn1200.vf)
Provides: tex(bgxn1440.tfm)
Provides: tex(bgxn1440.vf)
Provides: tex(bgxn1728.tfm)
Provides: tex(bgxn1728.vf)
Provides: tex(bgxn2074.tfm)
Provides: tex(bgxn2074.vf)
Provides: tex(bgxn2488.tfm)
Provides: tex(bgxn2488.vf)
Provides: tex(bgxo0500.tfm)
Provides: tex(bgxo0500.vf)
Provides: tex(bgxo0600.tfm)
Provides: tex(bgxo0600.vf)
Provides: tex(bgxo0700.tfm)
Provides: tex(bgxo0700.vf)
Provides: tex(bgxo0800.tfm)
Provides: tex(bgxo0800.vf)
Provides: tex(bgxo0900.tfm)
Provides: tex(bgxo0900.vf)
Provides: tex(bgxo1000.tfm)
Provides: tex(bgxo1000.vf)
Provides: tex(bgxo1095.tfm)
Provides: tex(bgxo1095.vf)
Provides: tex(bgxo1200.tfm)
Provides: tex(bgxo1200.vf)
Provides: tex(bgxo1440.tfm)
Provides: tex(bgxo1440.vf)
Provides: tex(bgxo1728.tfm)
Provides: tex(bgxo1728.vf)
Provides: tex(bgxo2074.tfm)
Provides: tex(bgxo2074.vf)
Provides: tex(bgxo2488.tfm)
Provides: tex(bgxo2488.vf)
Provides: tex(bqmc0500.tfm)
Provides: tex(bqmc0500.vf)
Provides: tex(bqmc0600.tfm)
Provides: tex(bqmc0600.vf)
Provides: tex(bqmc0700.tfm)
Provides: tex(bqmc0700.vf)
Provides: tex(bqmc0800.tfm)
Provides: tex(bqmc0800.vf)
Provides: tex(bqmc0900.tfm)
Provides: tex(bqmc0900.vf)
Provides: tex(bqmc1000.tfm)
Provides: tex(bqmc1000.vf)
Provides: tex(bqmc1095.tfm)
Provides: tex(bqmc1095.vf)
Provides: tex(bqmc1200.tfm)
Provides: tex(bqmc1200.vf)
Provides: tex(bqmc1440.tfm)
Provides: tex(bqmc1440.vf)
Provides: tex(bqmc1728.tfm)
Provides: tex(bqmc1728.vf)
Provides: tex(bqmc2074.tfm)
Provides: tex(bqmc2074.vf)
Provides: tex(bqmc2488.tfm)
Provides: tex(bqmc2488.vf)
Provides: tex(bqmn0500.tfm)
Provides: tex(bqmn0500.vf)
Provides: tex(bqmn0600.tfm)
Provides: tex(bqmn0600.vf)
Provides: tex(bqmn0700.tfm)
Provides: tex(bqmn0700.vf)
Provides: tex(bqmn0800.tfm)
Provides: tex(bqmn0800.vf)
Provides: tex(bqmn0900.tfm)
Provides: tex(bqmn0900.vf)
Provides: tex(bqmn1000.tfm)
Provides: tex(bqmn1000.vf)
Provides: tex(bqmn1095.tfm)
Provides: tex(bqmn1095.vf)
Provides: tex(bqmn1200.tfm)
Provides: tex(bqmn1200.vf)
Provides: tex(bqmn1440.tfm)
Provides: tex(bqmn1440.vf)
Provides: tex(bqmn1728.tfm)
Provides: tex(bqmn1728.vf)
Provides: tex(bqmn2074.tfm)
Provides: tex(bqmn2074.vf)
Provides: tex(bqmn2488.tfm)
Provides: tex(bqmn2488.vf)
Provides: tex(bqmo0500.tfm)
Provides: tex(bqmo0500.vf)
Provides: tex(bqmo0600.tfm)
Provides: tex(bqmo0600.vf)
Provides: tex(bqmo0700.tfm)
Provides: tex(bqmo0700.vf)
Provides: tex(bqmo0800.tfm)
Provides: tex(bqmo0800.vf)
Provides: tex(bqmo0900.tfm)
Provides: tex(bqmo0900.vf)
Provides: tex(bqmo1000.tfm)
Provides: tex(bqmo1000.vf)
Provides: tex(bqmo1095.tfm)
Provides: tex(bqmo1095.vf)
Provides: tex(bqmo1200.tfm)
Provides: tex(bqmo1200.vf)
Provides: tex(bqmo1440.tfm)
Provides: tex(bqmo1440.vf)
Provides: tex(bqmo1728.tfm)
Provides: tex(bqmo1728.vf)
Provides: tex(bqmo2074.tfm)
Provides: tex(bqmo2074.vf)
Provides: tex(bqmo2488.tfm)
Provides: tex(bqmo2488.vf)
Provides: tex(bqxc0500.tfm)
Provides: tex(bqxc0500.vf)
Provides: tex(bqxc0600.tfm)
Provides: tex(bqxc0600.vf)
Provides: tex(bqxc0700.tfm)
Provides: tex(bqxc0700.vf)
Provides: tex(bqxc0800.tfm)
Provides: tex(bqxc0800.vf)
Provides: tex(bqxc0900.tfm)
Provides: tex(bqxc0900.vf)
Provides: tex(bqxc1000.tfm)
Provides: tex(bqxc1000.vf)
Provides: tex(bqxc1095.tfm)
Provides: tex(bqxc1095.vf)
Provides: tex(bqxc1200.tfm)
Provides: tex(bqxc1200.vf)
Provides: tex(bqxc1440.tfm)
Provides: tex(bqxc1440.vf)
Provides: tex(bqxc1728.tfm)
Provides: tex(bqxc1728.vf)
Provides: tex(bqxc2074.tfm)
Provides: tex(bqxc2074.vf)
Provides: tex(bqxc2488.tfm)
Provides: tex(bqxc2488.vf)
Provides: tex(bqxn0500.tfm)
Provides: tex(bqxn0500.vf)
Provides: tex(bqxn0600.tfm)
Provides: tex(bqxn0600.vf)
Provides: tex(bqxn0700.tfm)
Provides: tex(bqxn0700.vf)
Provides: tex(bqxn0800.tfm)
Provides: tex(bqxn0800.vf)
Provides: tex(bqxn0900.tfm)
Provides: tex(bqxn0900.vf)
Provides: tex(bqxn1000.tfm)
Provides: tex(bqxn1000.vf)
Provides: tex(bqxn1095.tfm)
Provides: tex(bqxn1095.vf)
Provides: tex(bqxn1200.tfm)
Provides: tex(bqxn1200.vf)
Provides: tex(bqxn1440.tfm)
Provides: tex(bqxn1440.vf)
Provides: tex(bqxn1728.tfm)
Provides: tex(bqxn1728.vf)
Provides: tex(bqxn2074.tfm)
Provides: tex(bqxn2074.vf)
Provides: tex(bqxn2488.tfm)
Provides: tex(bqxn2488.vf)
Provides: tex(bqxo0500.tfm)
Provides: tex(bqxo0500.vf)
Provides: tex(bqxo0600.tfm)
Provides: tex(bqxo0600.vf)
Provides: tex(bqxo0700.tfm)
Provides: tex(bqxo0700.vf)
Provides: tex(bqxo0800.tfm)
Provides: tex(bqxo0800.vf)
Provides: tex(bqxo0900.tfm)
Provides: tex(bqxo0900.vf)
Provides: tex(bqxo1000.tfm)
Provides: tex(bqxo1000.vf)
Provides: tex(bqxo1095.tfm)
Provides: tex(bqxo1095.vf)
Provides: tex(bqxo1200.tfm)
Provides: tex(bqxo1200.vf)
Provides: tex(bqxo1440.tfm)
Provides: tex(bqxo1440.vf)
Provides: tex(bqxo1728.tfm)
Provides: tex(bqxo1728.vf)
Provides: tex(bqxo2074.tfm)
Provides: tex(bqxo2074.vf)
Provides: tex(bqxo2488.tfm)
Provides: tex(bqxo2488.vf)
Provides: tex(ibygreek.ldf)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source75: bgreek.tar.xz
Source76: bgreek.doc.tar.xz
%description -n texlive-bgreek
This package implements a dialect of the Beta Code encoding
(TLG and Perseus Projects) for typesetting classical Greek
using Claudio Beccari's Greek Fonts. The package provides
virtual fonts, to reference Beccari's fonts in bgreek mode, and
support macros for use with LaTeX.
date: 2009-02-21 21:05:10 +0000
%package -n texlive-bgreek-doc
Summary: Documentation for texlive-bgreek
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn15878
Release: 0
%description -n texlive-bgreek-doc
This package includes the documentation for texlive-bgreek
%post -n texlive-bgreek
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bgreek
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bgreek
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bgreek-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bgreek/MANIFEST.TXT
%{_texmfdistdir}/doc/latex/bgreek/README
%{_texmfdistdir}/doc/latex/bgreek/bgman.pdf
%{_texmfdistdir}/doc/latex/bgreek/bgman.tex
%{_texmfdistdir}/doc/latex/bgreek/bgreek.etx
%{_texmfdistdir}/doc/latex/bgreek/cbgreek.etx
%{_texmfdistdir}/doc/latex/bgreek/qbgreek.etx
%files -n texlive-bgreek
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2488.tfm
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2488.vf
%{_texmfdistdir}/tex/latex/bgreek/bcgcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcgenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcglmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcqlmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bgfonts.tex
%{_texmfdistdir}/tex/latex/bgreek/bgreek.ldf
%{_texmfdistdir}/tex/latex/bgreek/bgreek.sty
%{_texmfdistdir}/tex/latex/bgreek/ibygreek.ldf
/var/adm/update-scripts/texlive-bgreek-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
%package -n texlive-bgteubner
Version: %{texlive_version}.%{texlive_noarch}.2.02svn25892
Release: 0
Summary: Class for producing books for the publisher "Teubner Verlag"
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bgteubner-doc >= %{texlive_version}
Provides: tex(bgteubner.cls)
Provides: tex(hhfixme.sty)
Provides: tex(hhsubfigure.sty)
Provides: tex(ptmxcomp.sty)
Requires: tex(amsfonts.sty)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(array.sty)
Requires: tex(babel.sty)
Requires: tex(babelbib.sty)
Requires: tex(booktabs.sty)
Requires: tex(color.sty)
Requires: tex(courier.sty)
Requires: tex(exscale.sty)
Requires: tex(fixltx2e.sty)
Requires: tex(fixmath.sty)
Requires: tex(fnbreak.sty)
Requires: tex(fontenc.sty)
Requires: tex(framed.sty)
Requires: tex(ginpenc.sty)
Requires: tex(graphicx.sty)
Requires: tex(helvet.sty)
Requires: tex(hfoldsty.sty)
Requires: tex(hhtensor.sty)
Requires: tex(ifpdf.sty)
Requires: tex(ifthen.sty)
Requires: tex(longtable.sty)
Requires: tex(makeidx.sty)
Requires: tex(mathcomp.sty)
Requires: tex(mathptmx.sty)
Requires: tex(mdwlist.sty)
Requires: tex(multicol.sty)
Requires: tex(numprint.sty)
Requires: tex(onlyamsmath.sty)
Requires: tex(paralist.sty)
Requires: tex(pdfcprot.sty)
Requires: tex(ragged2e.sty)
Requires: tex(relsize.sty)
Requires: tex(scrbook.cls)
Requires: tex(scrpage2.sty)
Requires: tex(setspace.sty)
Requires: tex(slantsc.sty)
Requires: tex(subfloat.sty)
Requires: tex(textcomp.sty)
Requires: tex(verbatim.sty)
Requires: tex(warning.sty)
Requires: tex(wasysym.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source77: bgteubner.tar.xz
Source78: bgteubner.doc.tar.xz
%description -n texlive-bgteubner
The bgteubner document class has been programmed by order of
the Teubner Verlag, Wiesbaden, Germany, to ensure that books of
this publisher have a unique layout. Unfortunately, most of the
documentation is only available in German. Since the document
class is intended to generate a unique layout, many things
(layout etc.) are fixed and cannot be altered by the user. If
you want to use the document class for another purpose than
publishing with the Teubner Verlag, this may arrise unwanted
restrictions (For instance, the document class provides only
two paper sizes: DIN A-5 and 17cm x 24cm; only two font
families are supported: Times and European Computer Modern).
date: 2012-04-08 12:50:51 +0000
%package -n texlive-bgteubner-doc
Summary: Documentation for texlive-bgteubner
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.02svn25892
Release: 0
Provides: locale(texlive-bgteubner-doc:de)
%description -n texlive-bgteubner-doc
This package includes the documentation for texlive-bgteubner
%post -n texlive-bgteubner
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bgteubner
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bgteubner
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bgteubner-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bgteubner/01b.png
%{_texmfdistdir}/doc/latex/bgteubner/02b.png
%{_texmfdistdir}/doc/latex/bgteubner/ChangeLog
%{_texmfdistdir}/doc/latex/bgteubner/LIESMICH
%{_texmfdistdir}/doc/latex/bgteubner/Makefile.hhsubfigure
%{_texmfdistdir}/doc/latex/bgteubner/Makefile.source
%{_texmfdistdir}/doc/latex/bgteubner/Makefile.src
%{_texmfdistdir}/doc/latex/bgteubner/README
%{_texmfdistdir}/doc/latex/bgteubner/README.hhsubfigure
%{_texmfdistdir}/doc/latex/bgteubner/ToDo
%{_texmfdistdir}/doc/latex/bgteubner/anhang.tex
%{_texmfdistdir}/doc/latex/bgteubner/befehlsreferenz.tex
%{_texmfdistdir}/doc/latex/bgteubner/beispiel1.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-cm.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-mathtime.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-times.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-cm.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-times.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner-with-hyperref.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bgteubner.tex
%{_texmfdistdir}/doc/latex/bgteubner/bgteucls.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bgteuversion.tex
%{_texmfdistdir}/doc/latex/bgteubner/bild4c.png
%{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_unten.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_unten.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_unten.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.eps
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.fig
%{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.pdf
%{_texmfdistdir}/doc/latex/bgteubner/bilder.tex
%{_texmfdistdir}/doc/latex/bgteubner/cdcover.tex
%{_texmfdistdir}/doc/latex/bgteubner/checkliste.tex
%{_texmfdistdir}/doc/latex/bgteubner/einleitung.tex
%{_texmfdistdir}/doc/latex/bgteubner/formelzeichen.tex
%{_texmfdistdir}/doc/latex/bgteubner/getversion.tex
%{_texmfdistdir}/doc/latex/bgteubner/globales.tex
%{_texmfdistdir}/doc/latex/bgteubner/hyphenation.tex
%{_texmfdistdir}/doc/latex/bgteubner/index.tex
%{_texmfdistdir}/doc/latex/bgteubner/installation.tex
%{_texmfdistdir}/doc/latex/bgteubner/kapitel2.tex
%{_texmfdistdir}/doc/latex/bgteubner/literatur.bib
%{_texmfdistdir}/doc/latex/bgteubner/literatur.tex
%{_texmfdistdir}/doc/latex/bgteubner/ltxdoc.cfg
%{_texmfdistdir}/doc/latex/bgteubner/manifest.txt
%{_texmfdistdir}/doc/latex/bgteubner/math-cm.info
%{_texmfdistdir}/doc/latex/bgteubner/math-cm.pdf
%{_texmfdistdir}/doc/latex/bgteubner/math-cm.tex
%{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.info
%{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.pdf
%{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.tex
%{_texmfdistdir}/doc/latex/bgteubner/math.info
%{_texmfdistdir}/doc/latex/bgteubner/math.pdf
%{_texmfdistdir}/doc/latex/bgteubner/math.tex
%{_texmfdistdir}/doc/latex/bgteubner/optionen-advanced.tex
%{_texmfdistdir}/doc/latex/bgteubner/testquick.exercise
%{_texmfdistdir}/doc/latex/bgteubner/testquick.info
%{_texmfdistdir}/doc/latex/bgteubner/testquick.tex
%{_texmfdistdir}/doc/latex/bgteubner/testtimes.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_aufruf.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_bilder.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_globales.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_textelemente.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_typographie.tex
%{_texmfdistdir}/doc/latex/bgteubner/tex_verzeichnisse.tex
%{_texmfdistdir}/doc/latex/bgteubner/textelemente.tex
%{_texmfdistdir}/doc/latex/bgteubner/times-ja2.png
%{_texmfdistdir}/doc/latex/bgteubner/times-nein2.png
%{_texmfdistdir}/doc/latex/bgteubner/umbruch1.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch1.tex
%{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.tex
%{_texmfdistdir}/doc/latex/bgteubner/umbruch2.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch2.tex
%{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.tex
%{_texmfdistdir}/doc/latex/bgteubner/umbruch3.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch3.tex
%{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.pdf
%{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.tex
%{_texmfdistdir}/doc/latex/bgteubner/usefiles.txt
%{_texmfdistdir}/doc/latex/bgteubner/verzeichnisse.tex
%{_texmfdistdir}/doc/latex/bgteubner/vorwort.tex
%files -n texlive-bgteubner
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln3.bst
%{_texmfdistdir}/makeindex/bgteubner/bgteubner.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglo.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglochar.ist
%{_texmfdistdir}/tex/latex/bgteubner/bgteubner.cls
%{_texmfdistdir}/tex/latex/bgteubner/hhfixme.sty
%{_texmfdistdir}/tex/latex/bgteubner/hhsubfigure.sty
%{_texmfdistdir}/tex/latex/bgteubner/ptmxcomp.sty
/var/adm/update-scripts/texlive-bgteubner-%{texlive_version}.%{texlive_noarch}.2.02svn25892-%{release}-zypper
%package -n texlive-bguq
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn27401
Release: 0
Summary: Improved quantifier stroke for Begriffsschrift 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(post): grep
Requires(post): sed
Requires(postun): sed
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Requires: texlive-bguq-fonts >= %{texlive_version}
Recommends: texlive-bguq-doc >= %{texlive_version}
Provides: tex(Ubguq04.fd)
Provides: tex(Ubguq05.fd)
Provides: tex(Ubguq06.fd)
Provides: tex(Ubguq07.fd)
Provides: tex(Ubguq08.fd)
Provides: tex(Ubguq09.fd)
Provides: tex(Ubguq10.fd)
Provides: tex(Ubguq11.fd)
Provides: tex(Ubguq12.fd)
Provides: tex(begriff-bguq.sty)
Provides: tex(bguq.cfg)
Provides: tex(bguq.map)
Provides: tex(bguq.sty)
Provides: tex(bguq10t04.tfm)
Provides: tex(bguq10t05.tfm)
Provides: tex(bguq10t06.tfm)
Provides: tex(bguq10t07.tfm)
Provides: tex(bguq10t08.tfm)
Provides: tex(bguq10t09.tfm)
Provides: tex(bguq10t10.tfm)
Provides: tex(bguq10t11.tfm)
Provides: tex(bguq10t12.tfm)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source79: bguq.tar.xz
Source80: bguq.doc.tar.xz
%description -n texlive-bguq
The font contains a single character: the Begriffsschrift
quantifier (in several sizes), as used to set the
Begriffsschrift (concept notation) of Frege. The font is not
intended for end users; instead it is expected that it will be
used by other packages which implement the Begriffsschrift. An
(unofficial) modified version of Josh Parsons' begriff is
included as an example of implementation.
date: 2012-08-14 13:05:39 +0000
%package -n texlive-bguq-doc
Summary: Documentation for texlive-bguq
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn27401
Release: 0
%description -n texlive-bguq-doc
This package includes the documentation for texlive-bguq
%package -n texlive-bguq-fonts
Summary: Severed fonts for texlive-bguq
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn27401
Release: 0
Requires(post): fontconfig
Requires(post): ghostscript-fonts-std
Requires(post): mkfontdir
Requires(post): mkfontscale
Requires(post): xorg-x11-fonts-core
Requires(postun): fontconfig
Requires(postun): ghostscript-fonts-std
Requires(postun): xorg-x11-fonts-core
%description -n texlive-bguq-fonts
The separated fonts package for texlive-bguq
%post -n texlive-bguq
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
if grep -qsE 'Map[[:blank:]]+bguq.map' %{_texmfconfdir}/web2c/updmap.cfg; then
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+bguq.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
echo 'Map bguq.map' >> %{_texmfconfdir}/web2c/updmap.cfg
fi
> /var/run/texlive/run-updmap
%postun -n texlive-bguq
if test $1 = 0; then
sed -ri 's/^(Map[[:blank:]]+bguq.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
%{_bindir}/mktexlsr 2> /dev/null || :
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
> /var/run/texlive/run-updmap
%posttrans -n texlive-bguq
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%post -n texlive-bguq-fonts
mkfontscale %{_datadir}/fonts/texlive-bguq
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-bguq
fc-cache %{_datadir}/fonts
%postun -n texlive-bguq-fonts
if test $1 = 0; then
fc-cache %{_datadir}/fonts
fi
%files -n texlive-bguq-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/bguq/INSTALL.txt
%{_texmfdistdir}/doc/fonts/bguq/Makefile
%{_texmfdistdir}/doc/fonts/bguq/README
%{_texmfdistdir}/doc/fonts/bguq/bguq-doc.pdf
%files -n texlive-bguq
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/map/dvips/bguq/bguq.map
%{_texmfdistdir}/fonts/source/public/bguq/bguq.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t04.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t05.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t06.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t07.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t08.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t09.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t11.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t12.mf
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t04.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t05.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t06.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t07.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t08.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t09.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t10.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t11.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t12.tfm
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t04.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t05.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t06.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t07.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t08.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t09.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t10.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t11.pfb
%verify(link) %{_texmfdistdir}/fonts/type1/public/bguq/bguq10t12.pfb
%{_texmfdistdir}/tex/latex/bguq/Ubguq04.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq05.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq06.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq07.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq08.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq09.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq10.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq11.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq12.fd
%{_texmfdistdir}/tex/latex/bguq/begriff-bguq.sty
%{_texmfdistdir}/tex/latex/bguq/bguq.cfg
%{_texmfdistdir}/tex/latex/bguq/bguq.sty
%files -n texlive-bguq-fonts
%defattr(-,root,root,755)
%dir %{_datadir}/fonts/texlive-bguq
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-bguq.conf
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bguq/encodings.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bguq/fonts.dir
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-bguq/fonts.scale
%{_datadir}/fonts/texlive-bguq/bguq10t04.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t05.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t06.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t07.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t08.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t09.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t10.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t11.pfb
%{_datadir}/fonts/texlive-bguq/bguq10t12.pfb
/var/adm/update-scripts/texlive-bguq-%{texlive_version}.%{texlive_noarch}.0.0.4svn27401-%{release}-zypper
%package -n texlive-bhcexam
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23304
Release: 0
Summary: A LaTeX document class specially designed for High School Math Teachers in China
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bhcexam-doc >= %{texlive_version}
Provides: tex(BHCexam.cfg)
Provides: tex(BHCexam.cls)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(bm.sty)
Requires: tex(ctex-caption-opts.def)
Requires: tex(ctex-caption.def)
Requires: tex(ctex-class-opts.def)
Requires: tex(ctex-class.def)
Requires: tex(ctex-common-opts.def)
Requires: tex(ctex-common.def)
Requires: tex(exam.cls)
Requires: tex(graphicx.sty)
Requires: tex(ifpdf.sty)
Requires: tex(ifxetex.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source81: bhcexam.tar.xz
Source82: bhcexam.doc.tar.xz
%description -n texlive-bhcexam
A LaTeX document class based on the exam class, which is
specially designed for High School Math Teachers in China.
date: 2011-07-31 13:37:23 +0000
%package -n texlive-bhcexam-doc
Summary: Documentation for texlive-bhcexam
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn23304
Release: 0
%description -n texlive-bhcexam-doc
This package includes the documentation for texlive-bhcexam
%post -n texlive-bhcexam
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bhcexam
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bhcexam
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bhcexam-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bhcexam/Makefile
%{_texmfdistdir}/doc/latex/bhcexam/README
%{_texmfdistdir}/doc/latex/bhcexam/test1.tex
%{_texmfdistdir}/doc/latex/bhcexam/test2.tex
%{_texmfdistdir}/doc/latex/bhcexam/test3.tex
%{_texmfdistdir}/doc/latex/bhcexam/test4.tex
%files -n texlive-bhcexam
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cfg
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cls
/var/adm/update-scripts/texlive-bhcexam-%{texlive_version}.%{texlive_noarch}.0.0.2svn23304-%{release}-zypper
%package -n texlive-bib-fr
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
Release: 0
Summary: French translation of classical BibTeX styles
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bib-fr-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source83: bib-fr.tar.xz
Source84: bib-fr.doc.tar.xz
%description -n texlive-bib-fr
These files are French translations of the classical BibTeX
style files. The translations can easily be modified by simply
redefining FUNCTIONs named fr.*, at the beginning (lines 50-
150) of each file.
date: 2009-11-09 13:03:25 +0000
%package -n texlive-bib-fr-doc
Summary: Documentation for texlive-bib-fr
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
Release: 0
%description -n texlive-bib-fr-doc
This package includes the documentation for texlive-bib-fr
%post -n texlive-bib-fr
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bib-fr
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bib-fr
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bib-fr-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex/bib-fr/CHANGELOG
%{_texmfdistdir}/doc/bibtex/bib-fr/README
%files -n texlive-bib-fr
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrv-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrvnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/alpha-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/apalike-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/ieeetr-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plain-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plainnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/siam-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrt-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrtnat-fr.bst
/var/adm/update-scripts/texlive-bib-fr-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper
%package -n texlive-bibarts
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: "Arts"-style bibliographical information
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibarts-doc >= %{texlive_version}
Provides: tex(bibarts.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source85: bibarts.tar.xz
Source86: bibarts.doc.tar.xz
%description -n texlive-bibarts
The bibarts package assists in making bibliographical lists in
the way that is common in the arts; it requires an auxiliary
program, for which source and a DOS executable are provided.
(Documentation is in German, though bibarts.sty does contain a
brief introduction in English, as a comment.)
date: 2006-12-29 12:11:21 +0000
%package -n texlive-bibarts-doc
Summary: Documentation for texlive-bibarts
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Provides: locale(texlive-bibarts-doc:de)
%description -n texlive-bibarts-doc
This package includes the documentation for texlive-bibarts
%post -n texlive-bibarts
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibarts
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibarts
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibarts-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibarts/bibarts.pdf
%{_texmfdistdir}/doc/latex/bibarts/bibarts.tex
%files -n texlive-bibarts
%defattr(-,root,root,755)
%{_texmfdistdir}/makeindex/bibarts/gbibarts.ist
%{_texmfdistdir}/tex/latex/bibarts/bibarts.sty
/var/adm/update-scripts/texlive-bibarts-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-biber
Version: %{texlive_version}.%{texlive_noarch}.1.6svn30591
Release: 0
Summary: A BibTeX replacement for users of biblatex
License: Artistic-2.0 and GPL-1.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-biber-bin >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source87: biber.doc.tar.xz
%description -n texlive-biber
Biber is a BibTeX replacement for users of biblatex. Biber
supports full UTF-8, can (re)-encode input and output, supports
highly configurable sorting, dynamic bibliography sets and many
other features. The CTAN distribution offers a compressed tar
archive of the sources, etc., together with "binary"
distributions for a variety of platforms. Note: on SourceForge
biber is formally named "biblatex-biber", to distinguish it
from an earlier (now apparently moribund) project called
"biber".
date: 2013-05-09 09:57:32 +0000
%post -n texlive-biber
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biber
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biber
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biber
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex/biber/biber.pdf
/var/adm/update-scripts/texlive-biber-%{texlive_version}.%{texlive_noarch}.1.6svn30591-%{release}-zypper
%package -n texlive-bibexport
Version: %{texlive_version}.%{texlive_noarch}.3.01svn29349
Release: 0
Summary: Extract a BibTeX file based on a .aux file
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-bibexport-bin >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibexport-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source88: bibexport.tar.xz
Source89: bibexport.doc.tar.xz
%description -n texlive-bibexport
A Bourne shell script that uses BibTeX to extract bibliography
entries that are \cite'd in a document. It can also expand a
BibTeX file, expanding the abbreviations (other than the built-
in ones like month names) and following the cross-references.
date: 2011-12-03 08:04:10 +0000
%package -n texlive-bibexport-doc
Summary: Documentation for texlive-bibexport
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.3.01svn29349
Release: 0
%description -n texlive-bibexport-doc
This package includes the documentation for texlive-bibexport
%post -n texlive-bibexport
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibexport
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibexport
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibexport-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex/bibexport/README
%{_texmfdistdir}/doc/bibtex/bibexport/bibexport.pdf
%files -n texlive-bibexport
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/bibexport/expcites.bst
%{_texmfdistdir}/bibtex/bst/bibexport/expkeys.bst
%{_texmfdistdir}/bibtex/bst/bibexport/export.bst
%{_texmfdistdir}/scripts/bibexport/bibexport.sh
/var/adm/update-scripts/texlive-bibexport-%{texlive_version}.%{texlive_noarch}.3.01svn29349-%{release}-zypper
%package -n texlive-bibhtml
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn16093
Release: 0
Summary: BibTeX support for HTML files
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibhtml-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source90: bibhtml.tar.xz
Source91: bibhtml.doc.tar.xz
%description -n texlive-bibhtml
Bibhtml consists of a Perl script and a set of BibTeX style
files, which together allow you to output a bibliography as a
collection of HTML files. The references in the text are linked
directly to the corresponding bibliography entry, and if a URL
is defined in the entry within the BibTeX database file, then
the generated bibliography entry is linked to this. The package
provides three different style files derived from each of the
standard plain.bst and alpha.bst, as well as two style files
derived from abbrv.bst and unsrt.bst (i.e., eight in total).
date: 2009-11-03 15:56:08 +0000
%package -n texlive-bibhtml-doc
Summary: Documentation for texlive-bibhtml
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.0.1svn16093
Release: 0
%description -n texlive-bibhtml-doc
This package includes the documentation for texlive-bibhtml
%post -n texlive-bibhtml
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibhtml
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibhtml
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibhtml-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex/bibhtml/LICENCE
%{_texmfdistdir}/doc/bibtex/bibhtml/README
%{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml
%{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt
%{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt
%{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml.html
%{_texmfdistdir}/doc/bibtex/bibhtml/bibrefs.bib
%{_texmfdistdir}/doc/bibtex/bibhtml/detex.sed
%{_texmfdistdir}/doc/bibtex/bibhtml/style.css
%files -n texlive-bibhtml
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bst/bibhtml/abbrvhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/unsrthtml.bst
/var/adm/update-scripts/texlive-bibhtml-%{texlive_version}.%{texlive_noarch}.2.0.1svn16093-%{release}-zypper
%package -n texlive-biblatex
Version: %{texlive_version}.%{texlive_noarch}.2.7asvn31234
Release: 0
Summary: Bibliographies in LaTeX using BibTeX for sorting only
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-doc >= %{texlive_version}
Provides: tex(UKenglish.lbx)
Provides: tex(USenglish.lbx)
Provides: tex(alphabetic-verb.bbx)
Provides: tex(alphabetic-verb.cbx)
Provides: tex(alphabetic.bbx)
Provides: tex(alphabetic.cbx)
Provides: tex(american.lbx)
Provides: tex(australian.lbx)
Provides: tex(austrian.lbx)
Provides: tex(authortitle-comp.bbx)
Provides: tex(authortitle-comp.cbx)
Provides: tex(authortitle-ibid.bbx)
Provides: tex(authortitle-ibid.cbx)
Provides: tex(authortitle-icomp.bbx)
Provides: tex(authortitle-icomp.cbx)
Provides: tex(authortitle-tcomp.bbx)
Provides: tex(authortitle-tcomp.cbx)
Provides: tex(authortitle-terse.bbx)
Provides: tex(authortitle-terse.cbx)
Provides: tex(authortitle-ticomp.bbx)
Provides: tex(authortitle-ticomp.cbx)
Provides: tex(authortitle.bbx)
Provides: tex(authortitle.cbx)
Provides: tex(authoryear-comp.bbx)
Provides: tex(authoryear-comp.cbx)
Provides: tex(authoryear-ibid.bbx)
Provides: tex(authoryear-ibid.cbx)
Provides: tex(authoryear-icomp.bbx)
Provides: tex(authoryear-icomp.cbx)
Provides: tex(authoryear.bbx)
Provides: tex(authoryear.cbx)
Provides: tex(biblatex.cfg)
Provides: tex(biblatex.def)
Provides: tex(biblatex.sty)
Provides: tex(biblatex1.sty)
Provides: tex(biblatex2.sty)
Provides: tex(blx-compat.def)
Provides: tex(blx-dm.def)
Provides: tex(blx-mcite.def)
Provides: tex(blx-natbib.def)
Provides: tex(brazil.lbx)
Provides: tex(brazilian.lbx)
Provides: tex(british.lbx)
Provides: tex(canadian.lbx)
Provides: tex(catalan.lbx)
Provides: tex(croatian.lbx)
Provides: tex(czech.lbx)
Provides: tex(danish.lbx)
Provides: tex(debug.bbx)
Provides: tex(debug.cbx)
Provides: tex(draft.bbx)
Provides: tex(draft.cbx)
Provides: tex(dutch.lbx)
Provides: tex(english.lbx)
Provides: tex(finnish.lbx)
Provides: tex(french.lbx)
Provides: tex(german.lbx)
Provides: tex(greek.lbx)
Provides: tex(icelandic.lbx)
Provides: tex(italian.lbx)
Provides: tex(naustrian.lbx)
Provides: tex(newzealand.lbx)
Provides: tex(ngerman.lbx)
Provides: tex(norsk.lbx)
Provides: tex(norwegian.lbx)
Provides: tex(numeric-comp.bbx)
Provides: tex(numeric-comp.cbx)
Provides: tex(numeric-verb.bbx)
Provides: tex(numeric-verb.cbx)
Provides: tex(numeric.bbx)
Provides: tex(numeric.cbx)
Provides: tex(nynorsk.lbx)
Provides: tex(polish.lbx)
Provides: tex(portuges.lbx)
Provides: tex(portuguese.lbx)
Provides: tex(reading.bbx)
Provides: tex(reading.cbx)
Provides: tex(russian.lbx)
Provides: tex(spanish.lbx)
Provides: tex(standard.bbx)
Provides: tex(swedish.lbx)
Provides: tex(verbose-ibid.bbx)
Provides: tex(verbose-ibid.cbx)
Provides: tex(verbose-inote.bbx)
Provides: tex(verbose-inote.cbx)
Provides: tex(verbose-note.bbx)
Provides: tex(verbose-note.cbx)
Provides: tex(verbose-trad1.bbx)
Provides: tex(verbose-trad1.cbx)
Provides: tex(verbose-trad2.bbx)
Provides: tex(verbose-trad2.cbx)
Provides: tex(verbose-trad3.bbx)
Provides: tex(verbose-trad3.cbx)
Provides: tex(verbose.bbx)
Provides: tex(verbose.cbx)
Requires: tex(etoolbox.sty)
Requires: tex(ifthen.sty)
Requires: tex(keyval.sty)
Requires: tex(kvoptions.sty)
Requires: tex(logreq.sty)
Requires: tex(url.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source92: biblatex.tar.xz
Source93: biblatex.doc.tar.xz
%description -n texlive-biblatex
Biblatex is a complete reimplementation of the bibliographic
facilities provided by LaTeX in conjunction with BibTeX. It
redesigns the way in which LaTeX interacts with BibTeX at a
fairly fundamental level. With biblatex, BibTeX is only used
(if it is used at all) to sort the bibliography and to generate
labels. Formatting of the bibliography is entirely controlled
by TeX macros (the BibTeX-based mechanism embeds some parts of
formatting in the BibTeX style file. Good working knowledge in
LaTeX should be sufficient to design new bibliography and
citation styles; nothing related to BibTeX's language is
needed. In fact, users need not remain bound to BibTeX for use
with biblatex: an alternative bibliography processor biblatex-
biber is available. Development of biblatex and biblatex-biber
is closely coupled; the present release of biblatex is designed
to work with biblatex-biber version 0.9.6. The package needs e-
TeX, and uses the author's etoolbox and logreq packages. For
users of biblatex-biber, version 0.9 is required (at least;
refer to the notes for the version of biblatex-biber that you
are using). Apart from the features unique to biblatex, the
package also incorporates core features of the following
packages: babelbib, bibtopic, bibunits, chapterbib, cite,
inlinebib, mcite and mciteplus, mlbib, multibib, splitbib.
Biblatex supports split bibliographies and multiple
bibliographies within one document, and separate lists of
bibliographic shorthands. Bibliographies may be subdivided into
parts (by chapter, by section, etc.) and/or segmented by topics
(by type, by keyword, etc.). Biblatex is fully localized and
can interface with the babel.
date: 2013-07-18 06:03:24 +0000
%package -n texlive-biblatex-doc
Summary: Documentation for texlive-biblatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.7asvn31234
Release: 0
Provides: locale(texlive-biblatex-doc:en;en)
%description -n texlive-biblatex-doc
This package includes the documentation for texlive-biblatex
%post -n texlive-biblatex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex/README
%{_texmfdistdir}/doc/latex/biblatex/RELEASE
%{_texmfdistdir}/doc/latex/biblatex/biblatex.pdf
%{_texmfdistdir}/doc/latex/biblatex/biblatex.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/03-localization-keys.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-single.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-single.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-multiple.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-multiple.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/22-indexing-subentry.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/22-indexing-subentry.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.pdf
%{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.tex
%{_texmfdistdir}/doc/latex/biblatex/examples/biblatex-examples.bib
%files -n texlive-biblatex
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/biblatex/biblatex/biblatex-examples.bib
%{_texmfdistdir}/bibtex/bst/biblatex/biblatex.bst
%{_texmfdistdir}/bibtex/csf/biblatex/latin1.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_se.csf
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-tcomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-terse.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ticomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/debug.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/draft.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/reading.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/standard.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-inote.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-note.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad1.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad2.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad3.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex/biblatex.cfg
%{_texmfdistdir}/tex/latex/biblatex/biblatex.def
%{_texmfdistdir}/tex/latex/biblatex/biblatex.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex1.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex2.sty
%{_texmfdistdir}/tex/latex/biblatex/blx-compat.def
%{_texmfdistdir}/tex/latex/biblatex/blx-dm.def
%{_texmfdistdir}/tex/latex/biblatex/blx-mcite.def
%{_texmfdistdir}/tex/latex/biblatex/blx-natbib.def
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-tcomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-terse.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ticomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/debug.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/draft.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/reading.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-inote.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-note.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad1.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad2.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad3.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose.cbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/UKenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/USenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/american.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/australian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/austrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazil.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazilian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/british.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/canadian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/catalan.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/croatian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/czech.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/danish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/dutch.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/english.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/finnish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/french.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/german.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/greek.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/icelandic.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/italian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/naustrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/newzealand.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/ngerman.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norwegian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/nynorsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/polish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuges.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuguese.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/russian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/spanish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/swedish.lbx
/var/adm/update-scripts/texlive-biblatex-%{texlive_version}.%{texlive_noarch}.2.7asvn31234-%{release}-zypper
%package -n texlive-biblatex-apa
Version: %{texlive_version}.%{texlive_noarch}.5.9svn30359
Release: 0
Summary: Biblatex citation and reference style for APA
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-apa-doc >= %{texlive_version}
Provides: tex(american-apa.lbx)
Provides: tex(apa.bbx)
Provides: tex(apa.cbx)
Provides: tex(austrian-apa.lbx)
Provides: tex(brazilian-apa.lbx)
Provides: tex(british-apa.lbx)
Provides: tex(dutch-apa.lbx)
Provides: tex(french-apa.lbx)
Provides: tex(german-apa.lbx)
Provides: tex(greek-apa.lbx)
Provides: tex(italian-apa.lbx)
Provides: tex(naustrian-apa.lbx)
Provides: tex(ngerman-apa.lbx)
Provides: tex(norsk-apa.lbx)
Provides: tex(norwegian-apa.lbx)
Provides: tex(nynorsk-apa.lbx)
Provides: tex(spanish-apa.lbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source94: biblatex-apa.tar.xz
Source95: biblatex-apa.doc.tar.xz
%description -n texlive-biblatex-apa
This is a fairly complete biblatex style (citations and
references) for APA (American Psychological Association)
publications. It implements and automates most of the
guidelines in the APA 6th edition style guide for citations and
references with a few (documented) exceptions (which are mainly
currently impossible to automate in principle for any BibTeX-
backed system). An example document is also given which
typesets every citation and reference example in the APA 6th
edition style guide. This version of the package requires use
of biblatex v2.0 and biber v1.0 (at least).
date: 2013-05-09 09:57:32 +0000
%package -n texlive-biblatex-apa-doc
Summary: Documentation for texlive-biblatex-apa
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.5.9svn30359
Release: 0
%description -n texlive-biblatex-apa-doc
This package includes the documentation for texlive-biblatex-apa
%post -n texlive-biblatex-apa
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-apa
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-apa
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-apa-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-apa/README
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.pdf
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.tex
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.pdf
%{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.tex
%files -n texlive-biblatex-apa
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-apa/american-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.bbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.cbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.dbx
%{_texmfdistdir}/tex/latex/biblatex-apa/austrian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/brazilian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/british-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/dutch-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/french-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/german-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/greek-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/italian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/naustrian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/ngerman-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/norsk-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/norwegian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/nynorsk-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/spanish-apa.lbx
/var/adm/update-scripts/texlive-biblatex-apa-%{texlive_version}.%{texlive_noarch}.5.9svn30359-%{release}-zypper
%package -n texlive-biblatex-bwl
Version: %{texlive_version}.%{texlive_noarch}.svn26556
Release: 0
Summary: Package biblatex-bwl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-bwl-doc >= %{texlive_version}
Provides: tex(bwl-FU.bbx)
Provides: tex(bwl-FU.cbx)
Requires: tex(authoryear.bbx)
Requires: tex(authoryear.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source96: biblatex-bwl.tar.xz
Source97: biblatex-bwl.doc.tar.xz
%description -n texlive-biblatex-bwl
The biblatex-bwl package
%package -n texlive-biblatex-bwl-doc
Summary: Documentation for texlive-biblatex-bwl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn26556
Release: 0
%description -n texlive-biblatex-bwl-doc
This package includes the documentation for texlive-biblatex-bwl
%post -n texlive-biblatex-bwl
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-bwl
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-bwl
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-bwl-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-bwl/Changes
%{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.bib
%{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
%{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.tex
%files -n texlive-biblatex-bwl
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.bbx
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.cbx
/var/adm/update-scripts/texlive-biblatex-bwl-%{texlive_version}.%{texlive_noarch}.svn26556-%{release}-zypper
%package -n texlive-biblatex-caspervector
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.8svn29794
Release: 0
Summary: A simple citation style for Chinese users
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-caspervector-doc >= %{texlive_version}
Provides: tex(biblatex-caspervector-gbk.def)
Provides: tex(biblatex-caspervector-utf8.def)
Provides: tex(caspervector.bbx)
Provides: tex(caspervector.cbx)
Requires: tex(numeric-comp.cbx)
Requires: tex(numeric.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source98: biblatex-caspervector.tar.xz
Source99: biblatex-caspervector.doc.tar.xz
%description -n texlive-biblatex-caspervector
The package provides a simple and easily extensible
biblography/citation style for Chinese LaTeX users, using
biblatex.
date: 2013-04-08 08:17:07 +0000
%package -n texlive-biblatex-caspervector-doc
Summary: Documentation for texlive-biblatex-caspervector
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.8svn29794
Release: 0
%description -n texlive-biblatex-caspervector-doc
This package includes the documentation for texlive-biblatex-caspervector
%post -n texlive-biblatex-caspervector
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-caspervector
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-caspervector
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-caspervector-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-caspervector/ChangeLog.txt
%{_texmfdistdir}/doc/latex/biblatex-caspervector/Makefile
%{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.bib
%{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.pdf
%{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.tex
%files -n texlive-biblatex-caspervector
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-utf8.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.bbx
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.cbx
/var/adm/update-scripts/texlive-biblatex-caspervector-%{texlive_version}.%{texlive_noarch}.0.0.1.8svn29794-%{release}-zypper
%package -n texlive-biblatex-chem
Version: %{texlive_version}.%{texlive_noarch}.1.1ksvn29089
Release: 0
Summary: A set of biblatex implementations of chemistry-related bibliography styles
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-chem-doc >= %{texlive_version}
Provides: tex(chem-acs.bbx)
Provides: tex(chem-acs.cbx)
Provides: tex(chem-angew.bbx)
Provides: tex(chem-angew.cbx)
Provides: tex(chem-biochem.bbx)
Provides: tex(chem-biochem.cbx)
Provides: tex(chem-rsc.bbx)
Provides: tex(chem-rsc.cbx)
Requires: tex(numeric-comp.bbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source100: biblatex-chem.tar.xz
Source101: biblatex-chem.doc.tar.xz
%description -n texlive-biblatex-chem
The bundle offers a set of styles to allow chemists to use
biblatex. The package has complete styles for: - all ACS
journals; - RSC journals using standard (Chem. Commun.) style;
and - Angewandte Chem. style, thus covering a wide range of
journals. A comprehensive set of examples of use is included.
date: 2013-02-11 22:55:50 +0000
%package -n texlive-biblatex-chem-doc
Summary: Documentation for texlive-biblatex-chem
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1ksvn29089
Release: 0
%description -n texlive-biblatex-chem-doc
This package includes the documentation for texlive-biblatex-chem
%post -n texlive-biblatex-chem
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-chem
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-chem
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-chem-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-chem/README
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.pdf
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.tex
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.pdf
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.tex
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.tex
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.tex
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.bib
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.pdf
%{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.tex
%files -n texlive-biblatex-chem
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.cbx
/var/adm/update-scripts/texlive-biblatex-chem-%{texlive_version}.%{texlive_noarch}.1.1ksvn29089-%{release}-zypper
%package -n texlive-biblatex-chicago
Version: %{texlive_version}.%{texlive_noarch}.0.0.9.9csvn29410
Release: 0
Summary: Chicago style files for biblatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-chicago-doc >= %{texlive_version}
Provides: tex(biblatex-chicago.sty)
Provides: tex(chicago-authordate-trad.bbx)
Provides: tex(chicago-authordate-trad.cbx)
Provides: tex(chicago-authordate.bbx)
Provides: tex(chicago-authordate.cbx)
Provides: tex(chicago-authordate15.bbx)
Provides: tex(chicago-authordate15.cbx)
Provides: tex(chicago-notes.bbx)
Provides: tex(chicago-notes.cbx)
Provides: tex(chicago-notes15.bbx)
Provides: tex(chicago-notes15.cbx)
Provides: tex(cms-american.lbx)
Provides: tex(cms-british.lbx)
Provides: tex(cms-finnish.lbx)
Provides: tex(cms-french.lbx)
Provides: tex(cms-german.lbx)
Provides: tex(cms-icelandic.lbx)
Provides: tex(cms-ngerman.lbx)
Provides: tex(cms-norsk.lbx)
Provides: tex(cms-norwegian.lbx)
Provides: tex(cms-nynorsk.lbx)
Requires: tex(biblatex.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source102: biblatex-chicago.tar.xz
Source103: biblatex-chicago.doc.tar.xz
%description -n texlive-biblatex-chicago
This is a biblatex style that implements the Chicago 'author-
date' and 'notes with bibliography' style specifications given
in the Chicago Manual of Style, 16th edition. The style
implements entry types for citing audio-visual materials. The
package was previously known as biblatex-chicago-notes-df.
date: 2013-03-16 09:45:28 +0000
%package -n texlive-biblatex-chicago-doc
Summary: Documentation for texlive-biblatex-chicago
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.9.9csvn29410
Release: 0
%description -n texlive-biblatex-chicago-doc
This package includes the documentation for texlive-biblatex-chicago
%post -n texlive-biblatex-chicago
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-chicago
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-chicago
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-chicago-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-chicago/README
%{_texmfdistdir}/doc/latex/biblatex-chicago/RELEASE
%{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-trad-sample.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms-trad-sample.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.pdf
%{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.tex
%{_texmfdistdir}/doc/latex/biblatex-chicago/dates-test.bib
%{_texmfdistdir}/doc/latex/biblatex-chicago/notes-test.bib
%files -n texlive-biblatex-chicago
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-chicago/biblatex-chicago.sty
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate-trad.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate-trad.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-american.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-british.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-finnish.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-french.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-german.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-icelandic.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-ngerman.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-norsk.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-norwegian.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-nynorsk.lbx
/var/adm/update-scripts/texlive-biblatex-chicago-%{texlive_version}.%{texlive_noarch}.0.0.9.9csvn29410-%{release}-zypper
%package -n texlive-biblatex-dw
Version: %{texlive_version}.%{texlive_noarch}.1.5svn27035
Release: 0
Summary: Humanities styles for biblatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-dw-doc >= %{texlive_version}
Provides: tex(authortitle-dw.bbx)
Provides: tex(authortitle-dw.cbx)
Provides: tex(english-dw.lbx)
Provides: tex(footnote-dw.bbx)
Provides: tex(footnote-dw.cbx)
Provides: tex(german-dw.lbx)
Provides: tex(standard-dw.bbx)
Provides: tex(standard-dw.cbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source104: biblatex-dw.tar.xz
Source105: biblatex-dw.doc.tar.xz
%description -n texlive-biblatex-dw
A small collection of styles for the biblatex package. It was
designed for citations in the humanities and offers some
features that are not provided by the standard biblatex styles.
The styles are dependent on biblatex (at least version 0.9b)
and cannot be used without it. Eine kleine Sammlung von Stilen
fur das Paket biblatex. Es ist auf geisteswissenschaftliche
Zitierweise zugeschnitten und bietet einige Funktionen, die von
den Standard-Stilen von biblatex nicht direkt bereitgestellt
werden. Biblatex-dw baut vollstandig auf biblatex auf und kann
nicht ohne biblatex (mindestens in der Version 0.9b) verwendet
werden.
date: 2012-06-28 16:57:40 +0000
%package -n texlive-biblatex-dw-doc
Summary: Documentation for texlive-biblatex-dw
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.5svn27035
Release: 0
Provides: locale(texlive-biblatex-dw-doc:de;en)
%description -n texlive-biblatex-dw-doc
This package includes the documentation for texlive-biblatex-dw
%post -n texlive-biblatex-dw
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-dw
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-dw
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-dw-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-dw/CHANGES
%{_texmfdistdir}/doc/latex/biblatex-dw/LIESMICH
%{_texmfdistdir}/doc/latex/biblatex-dw/README
%{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-print.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-screen.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-examples-dw.bib
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
%{_texmfdistdir}/doc/latex/biblatex-dw/examples/examples-dw.bib
%files -n texlive-biblatex-dw
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/standard-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/standard-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/english-dw.lbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/german-dw.lbx
/var/adm/update-scripts/texlive-biblatex-dw-%{texlive_version}.%{texlive_noarch}.1.5svn27035-%{release}-zypper
%package -n texlive-biblatex-fiwi
Version: %{texlive_version}.%{texlive_noarch}.1.2dsvn30448
Release: 0
Summary: Biblatex styles for use in German humanities
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-fiwi-doc >= %{texlive_version}
Provides: tex(fiwi-yearbeginning.bbx)
Provides: tex(fiwi.bbx)
Provides: tex(fiwi.cbx)
Provides: tex(fiwi2.bbx)
Provides: tex(fiwi2.cbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source106: biblatex-fiwi.tar.xz
Source107: biblatex-fiwi.doc.tar.xz
%description -n texlive-biblatex-fiwi
The package provides a collection of styles for biblatex
(version 1.7 is required, currently). It was designed for
citations in German Humanities, especially film studies, and
offers some features that are not provided by the standard
biblatex styles. The style is highly optimized for documents
written in German, and the main documentation is only available
in German.
date: 2013-05-13 18:00:44 +0000
%package -n texlive-biblatex-fiwi-doc
Summary: Documentation for texlive-biblatex-fiwi
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2dsvn30448
Release: 0
%description -n texlive-biblatex-fiwi-doc
This package includes the documentation for texlive-biblatex-fiwi
%post -n texlive-biblatex-fiwi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-fiwi
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-fiwi
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-fiwi-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-fiwi/README
%{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf
%{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.tex
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.pdf
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.pdf
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.tex
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options.pdf
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.pdf
%{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex
%{_texmfdistdir}/doc/latex/biblatex-fiwi/examples.bib
%files -n texlive-biblatex-fiwi
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi-yearbeginning.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.dbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.dbx
/var/adm/update-scripts/texlive-biblatex-fiwi-%{texlive_version}.%{texlive_noarch}.1.2dsvn30448-%{release}-zypper
%package -n texlive-biblatex-gost
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn29663
Release: 0
Summary: Biblatex support for GOST standard bibliographies
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-gost-doc >= %{texlive_version}
Provides: tex(biblatex-gost.def)
Provides: tex(gost-alphabetic-min.bbx)
Provides: tex(gost-alphabetic-min.cbx)
Provides: tex(gost-alphabetic.bbx)
Provides: tex(gost-alphabetic.cbx)
Provides: tex(gost-authoryear-min.bbx)
Provides: tex(gost-authoryear-min.cbx)
Provides: tex(gost-authoryear.bbx)
Provides: tex(gost-authoryear.cbx)
Provides: tex(gost-footnote-min.bbx)
Provides: tex(gost-footnote-min.cbx)
Provides: tex(gost-footnote.bbx)
Provides: tex(gost-footnote.cbx)
Provides: tex(gost-inline-min.bbx)
Provides: tex(gost-inline-min.cbx)
Provides: tex(gost-inline.bbx)
Provides: tex(gost-inline.cbx)
Provides: tex(gost-numeric-min.bbx)
Provides: tex(gost-numeric-min.cbx)
Provides: tex(gost-numeric.bbx)
Provides: tex(gost-numeric.cbx)
Provides: tex(gost-standard.bbx)
Provides: tex(russian-gost.lbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source108: biblatex-gost.tar.xz
Source109: biblatex-gost.doc.tar.xz
%description -n texlive-biblatex-gost
The package provides biblatex support for Russian bibliography
style GOST 7.0.5-2008
date: 2013-04-03 09:13:43 +0000
%package -n texlive-biblatex-gost-doc
Summary: Documentation for texlive-biblatex-gost
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn29663
Release: 0
%description -n texlive-biblatex-gost-doc
This package includes the documentation for texlive-biblatex-gost
%post -n texlive-biblatex-gost
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-gost
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-gost
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-gost-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-gost/README
%{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.bib
%{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.pdf
%{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.tex
%{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.pdf
%{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.tex
%{_texmfdistdir}/doc/latex/biblatex-gost/ltxdockit.cfg
%files -n texlive-biblatex-gost
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.def
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/russian-gost.lbx
/var/adm/update-scripts/texlive-biblatex-gost-%{texlive_version}.%{texlive_noarch}.0.0.8svn29663-%{release}-zypper
%package -n texlive-biblatex-historian
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn19787
Release: 0
Summary: A Biblatex style
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-historian-doc >= %{texlive_version}
Provides: tex(historian.bbx)
Provides: tex(historian.cbx)
Provides: tex(historian.lbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source110: biblatex-historian.tar.xz
Source111: biblatex-historian.doc.tar.xz
%description -n texlive-biblatex-historian
A biblatex style, based on the Turabian Manual (a version of
Chicago).
date: 2010-08-23 09:17:08 +0000
%package -n texlive-biblatex-historian-doc
Summary: Documentation for texlive-biblatex-historian
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn19787
Release: 0
%description -n texlive-biblatex-historian-doc
This package includes the documentation for texlive-biblatex-historian
%post -n texlive-biblatex-historian
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-historian
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-historian
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-historian-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-historian/README.txt
%{_texmfdistdir}/doc/latex/biblatex-historian/historian.bib
%{_texmfdistdir}/doc/latex/biblatex-historian/historian.pdf
%files -n texlive-biblatex-historian
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.bbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.cbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.lbx
/var/adm/update-scripts/texlive-biblatex-historian-%{texlive_version}.%{texlive_noarch}.0.0.4svn19787-%{release}-zypper
%package -n texlive-biblatex-ieee
Version: %{texlive_version}.%{texlive_noarch}.1.1hsvn29068
Release: 0
Summary: Ieee style files for biblatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-ieee-doc >= %{texlive_version}
Provides: tex(ieee-alphabetic.bbx)
Provides: tex(ieee-alphabetic.cbx)
Provides: tex(ieee.bbx)
Provides: tex(ieee.cbx)
Requires: tex(alphabetic.cbx)
Requires: tex(numeric-comp.bbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source112: biblatex-ieee.tar.xz
Source113: biblatex-ieee.doc.tar.xz
%description -n texlive-biblatex-ieee
This is a biblatex style that implements the bibliography style
of the IEEE for biblatex. The implementation follows standard
biblatex conventions, and can be used simply by loading
biblatex with the appropriate option:
\usepackage[style=ieee]{biblatex} A demonstration database is
provided to show how to format input for the style.
date: 2013-02-09 13:33:43 +0000
%package -n texlive-biblatex-ieee-doc
Summary: Documentation for texlive-biblatex-ieee
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1hsvn29068
Release: 0
%description -n texlive-biblatex-ieee-doc
This package includes the documentation for texlive-biblatex-ieee
%post -n texlive-biblatex-ieee
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-ieee
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-ieee
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-ieee-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-ieee/README
%{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf
%{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex
%{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.bib
%{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.pdf
%{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.tex
%files -n texlive-biblatex-ieee
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.cbx
/var/adm/update-scripts/texlive-biblatex-ieee-%{texlive_version}.%{texlive_noarch}.1.1hsvn29068-%{release}-zypper
%package -n texlive-biblatex-juradiss
Version: %{texlive_version}.%{texlive_noarch}.0.0.1fsvn29252
Release: 0
Summary: Biblatex stylefiles for German law thesis
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-juradiss-doc >= %{texlive_version}
Provides: tex(biblatex-juradiss.bbx)
Provides: tex(biblatex-juradiss.cbx)
Requires: tex(authortitle-dw.bbx)
Requires: tex(authortitle-dw.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source114: biblatex-juradiss.tar.xz
Source115: biblatex-juradiss.doc.tar.xz
%description -n texlive-biblatex-juradiss
The package provides a style for use in typesetting a German
law thesis with LaTeX. The style (using biblatex) is based on
biblatex-dw.
date: 2013-03-01 07:15:18 +0000
%package -n texlive-biblatex-juradiss-doc
Summary: Documentation for texlive-biblatex-juradiss
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1fsvn29252
Release: 0
%description -n texlive-biblatex-juradiss-doc
This package includes the documentation for texlive-biblatex-juradiss
%post -n texlive-biblatex-juradiss
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-juradiss
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-juradiss
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-juradiss-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-juradiss/README
%{_texmfdistdir}/doc/latex/biblatex-juradiss/biber.conf
%{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.pdf
%{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.tex
%files -n texlive-biblatex-juradiss
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.bbx
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.cbx
/var/adm/update-scripts/texlive-biblatex-juradiss-%{texlive_version}.%{texlive_noarch}.0.0.1fsvn29252-%{release}-zypper
%package -n texlive-biblatex-luh-ipw
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn25093
Release: 0
Summary: Biblatex styles for social sciences
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-luh-ipw-doc >= %{texlive_version}
Provides: tex(authoryear-luh-ipw.bbx)
Provides: tex(authoryear-luh-ipw.cbx)
Provides: tex(english-luh-ipw.lbx)
Provides: tex(german-luh-ipw.lbx)
Provides: tex(standard-luh-ipw.bbx)
Provides: tex(standard-luh-ipw.cbx)
Provides: tex(verbose-inote-luh-ipw.bbx)
Provides: tex(verbose-inote-luh-ipw.cbx)
Requires: tex(authoryear-icomp.bbx)
Requires: tex(authoryear-icomp.cbx)
Requires: tex(verbose-inote.bbx)
Requires: tex(verbose-inote.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source116: biblatex-luh-ipw.tar.xz
Source117: biblatex-luh-ipw.doc.tar.xz
%description -n texlive-biblatex-luh-ipw
The bundle is a small collection of styles for biblatex. It was
designed for citations in the Humanities, following the
guidelines of style of the institutes for the social sciences
of the Leibniz University Hannover/LUH (especially the
Institute of Political Science). The bundle depends on biblatex
(version 1.1 at least) and cannot be used without it.
date: 2012-01-10 16:14:00 +0000
%package -n texlive-biblatex-luh-ipw-doc
Summary: Documentation for texlive-biblatex-luh-ipw
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn25093
Release: 0
%description -n texlive-biblatex-luh-ipw-doc
This package includes the documentation for texlive-biblatex-luh-ipw
%post -n texlive-biblatex-luh-ipw
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-luh-ipw
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-luh-ipw
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-luh-ipw-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/README
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-preamble.tex
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-print.tex
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.pdf
%{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.tex
%files -n texlive-biblatex-luh-ipw
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
/var/adm/update-scripts/texlive-biblatex-luh-ipw-%{texlive_version}.%{texlive_noarch}.0.0.2svn25093-%{release}-zypper
%package -n texlive-biblatex-mla
Version: %{texlive_version}.%{texlive_noarch}.0.0.95svn30249
Release: 0
Summary: MLA style files for biblatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-mla-doc >= %{texlive_version}
Provides: tex(american-mla.lbx)
Provides: tex(english-mla.lbx)
Provides: tex(italian-mla.lbx)
Provides: tex(mla.bbx)
Provides: tex(mla.cbx)
Provides: tex(portuguese-mla.lbx)
Provides: tex(spanish-mla.lbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source118: biblatex-mla.tar.xz
Source119: biblatex-mla.doc.tar.xz
%description -n texlive-biblatex-mla
The package provides biblatex support for citations in the
format specified by the MLA handbook.
date: 2012-02-25 09:29:30 +0000
%package -n texlive-biblatex-mla-doc
Summary: Documentation for texlive-biblatex-mla
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.95svn30249
Release: 0
%description -n texlive-biblatex-mla-doc
This package includes the documentation for texlive-biblatex-mla
%post -n texlive-biblatex-mla
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-mla
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-mla
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-mla-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-mla/CHANGES
%{_texmfdistdir}/doc/latex/biblatex-mla/README
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.pdf
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.tex
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/citation-examples.pdf
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/citation-examples.tex
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/handbooksamples.bib
%{_texmfdistdir}/doc/latex/biblatex-mla/doc/samples.bib
%files -n texlive-biblatex-mla
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-mla/american-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/english-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/italian-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.bbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.cbx
%{_texmfdistdir}/tex/latex/biblatex-mla/portuguese-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/spanish-mla.lbx
/var/adm/update-scripts/texlive-biblatex-mla-%{texlive_version}.%{texlive_noarch}.0.0.95svn30249-%{release}-zypper
%package -n texlive-biblatex-musuos
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24097
Release: 0
Summary: A biblatex style for citations in musuos.cls
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-musuos-doc >= %{texlive_version}
Provides: tex(german-musuos.lbx)
Provides: tex(musuos.bbx)
Provides: tex(musuos.cbx)
Requires: tex(authortitle.bbx)
Requires: tex(verbose-ibid.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source120: biblatex-musuos.tar.xz
Source121: biblatex-musuos.doc.tar.xz
%description -n texlive-biblatex-musuos
The style is designed for use with the musuos class, but it
should be usable with other classes, too.
date: 2011-09-23 13:58:32 +0000
%package -n texlive-biblatex-musuos-doc
Summary: Documentation for texlive-biblatex-musuos
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24097
Release: 0
%description -n texlive-biblatex-musuos-doc
This package includes the documentation for texlive-biblatex-musuos
%post -n texlive-biblatex-musuos
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-musuos
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-musuos
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-musuos-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-musuos/README
%{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.pdf
%{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.tex
%{_texmfdistdir}/doc/latex/biblatex-musuos/musuos-bsp.bib
%files -n texlive-biblatex-musuos
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-musuos/german-musuos.lbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.bbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.cbx
/var/adm/update-scripts/texlive-biblatex-musuos-%{texlive_version}.%{texlive_noarch}.1.0svn24097-%{release}-zypper
%package -n texlive-biblatex-nature
Version: %{texlive_version}.%{texlive_noarch}.1.2esvn30595
Release: 0
Summary: Biblatex support for Nature
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-nature-doc >= %{texlive_version}
Provides: tex(nature.bbx)
Provides: tex(nature.cbx)
Requires: tex(numeric-comp.bbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source122: biblatex-nature.tar.xz
Source123: biblatex-nature.doc.tar.xz
%description -n texlive-biblatex-nature
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Nature.
date: 2013-05-20 15:36:30 +0000
%package -n texlive-biblatex-nature-doc
Summary: Documentation for texlive-biblatex-nature
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.2esvn30595
Release: 0
%description -n texlive-biblatex-nature-doc
This package includes the documentation for texlive-biblatex-nature
%post -n texlive-biblatex-nature
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-nature
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-nature
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-nature-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-nature/README
%{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.bib
%{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.pdf
%{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.tex
%files -n texlive-biblatex-nature
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.bbx
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.cbx
/var/adm/update-scripts/texlive-biblatex-nature-%{texlive_version}.%{texlive_noarch}.1.2esvn30595-%{release}-zypper
%package -n texlive-biblatex-nejm
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24011
Release: 0
Summary: Biblatex style for the New England Journal of Medicine (NEJM)
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-nejm-doc >= %{texlive_version}
Provides: tex(nejm.bbx)
Provides: tex(nejm.cbx)
Requires: tex(numeric-comp.cbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source124: biblatex-nejm.tar.xz
Source125: biblatex-nejm.doc.tar.xz
%description -n texlive-biblatex-nejm
This is a biblatex numeric style based on the design of the New
England Journal of Medicine (NEJM).
date: 2011-09-09 18:27:18 +0000
%package -n texlive-biblatex-nejm-doc
Summary: Documentation for texlive-biblatex-nejm
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24011
Release: 0
%description -n texlive-biblatex-nejm-doc
This package includes the documentation for texlive-biblatex-nejm
%post -n texlive-biblatex-nejm
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-nejm
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-nejm
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-nejm-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-nejm/README
%{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.pdf
%{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.tex
%files -n texlive-biblatex-nejm
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.bbx
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.cbx
/var/adm/update-scripts/texlive-biblatex-nejm-%{texlive_version}.%{texlive_noarch}.0.0.4svn24011-%{release}-zypper
%package -n texlive-biblatex-philosophy
Version: %{texlive_version}.%{texlive_noarch}.0.0.8esvn29893
Release: 0
Summary: Styles for using biblatex for work in philosophy
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-philosophy-doc >= %{texlive_version}
Provides: tex(english-philosophy.lbx)
Provides: tex(italian-philosophy.lbx)
Provides: tex(philosophy-classic.bbx)
Provides: tex(philosophy-classic.cbx)
Provides: tex(philosophy-modern.bbx)
Provides: tex(philosophy-modern.cbx)
Provides: tex(philosophy-standard.bbx)
Provides: tex(philosophy-verbose.bbx)
Provides: tex(philosophy-verbose.cbx)
Requires: tex(authortitle.bbx)
Requires: tex(authoryear-comp.cbx)
Requires: tex(authoryear.bbx)
Requires: tex(standard.bbx)
Requires: tex(verbose-trad2.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source126: biblatex-philosophy.tar.xz
Source127: biblatex-philosophy.doc.tar.xz
%description -n texlive-biblatex-philosophy
The packages offers two styles philosophy-classic and
philosophy-modern, that facilitate the production of produce
two different kinds of bibliography, based on the authoryear
style, with options and features to manage the information
about the translation of foreign texts or their reprints.
Though the package's default settings are based on the
conventions used in Italian publications, these styles can be
used with every language recognized by babel, possibly with
some simple redefinitions.
date: 2013-04-14 08:19:50 +0000
%package -n texlive-biblatex-philosophy-doc
Summary: Documentation for texlive-biblatex-philosophy
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.8esvn29893
Release: 0
%description -n texlive-biblatex-philosophy-doc
This package includes the documentation for texlive-biblatex-philosophy
%post -n texlive-biblatex-philosophy
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-philosophy
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-philosophy
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-philosophy-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-philosophy/README
%{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
%{_texmfdistdir}/doc/latex/biblatex-philosophy/philosophy-examples.bib
%{_texmfdistdir}/doc/latex/biblatex-philosophy/test-classic.tex
%{_texmfdistdir}/doc/latex/biblatex-philosophy/test-modern.tex
%{_texmfdistdir}/doc/latex/biblatex-philosophy/test-verbose.tex
%files -n texlive-biblatex-philosophy
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-philosophy/english-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/italian-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.cbx
/var/adm/update-scripts/texlive-biblatex-philosophy-%{texlive_version}.%{texlive_noarch}.0.0.8esvn29893-%{release}-zypper
%package -n texlive-biblatex-phys
Version: %{texlive_version}.%{texlive_noarch}.0.0.9esvn29139
Release: 0
Summary: A biblatex implementation of the AIP and APS bibliography style
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-phys-doc >= %{texlive_version}
Provides: tex(phys.bbx)
Provides: tex(phys.cbx)
Requires: tex(numeric-comp.bbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source128: biblatex-phys.tar.xz
Source129: biblatex-phys.doc.tar.xz
%description -n texlive-biblatex-phys
The biblatex-phys package provides an implementation of the
bibliography styles of both the AIP and the APS for biblatex.
This implementation follows standard biblatex conventions, and
can be used simply by loading biblatex with the appropriate
option: \usepackage[style=phys]{biblatex} A demonstration
database is provided to show how to format input for the style.
Style options are provided to cover the minor formatting
variations between the AIP and APS bibliography styles.
date: 2013-02-15 21:57:04 +0000
%package -n texlive-biblatex-phys-doc
Summary: Documentation for texlive-biblatex-phys
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.9esvn29139
Release: 0
%description -n texlive-biblatex-phys-doc
This package includes the documentation for texlive-biblatex-phys
%post -n texlive-biblatex-phys
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-phys
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-phys
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-phys-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-phys/README
%{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.bib
%{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.pdf
%{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.tex
%files -n texlive-biblatex-phys
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.bbx
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.cbx
/var/adm/update-scripts/texlive-biblatex-phys-%{texlive_version}.%{texlive_noarch}.0.0.9esvn29139-%{release}-zypper
%package -n texlive-biblatex-publist
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn30382
Release: 0
Summary: BibLaTeX bibliography support for publication lists
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-publist-doc >= %{texlive_version}
Provides: tex(publist.bbx)
Requires: tex(authoryear.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source130: biblatex-publist.tar.xz
Source131: biblatex-publist.doc.tar.xz
%description -n texlive-biblatex-publist
The package provides a BibLaTeX bibliography style file (*.bbx)
for publication lists. The style file draws on BibLaTeX's
authoryear style, but provides some extra features often
desired for publication lists, such as the omission of the
author's own name from author or editor data.
date: 2012-11-03 10:54:12 +0000
%package -n texlive-biblatex-publist-doc
Summary: Documentation for texlive-biblatex-publist
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn30382
Release: 0
%description -n texlive-biblatex-publist-doc
This package includes the documentation for texlive-biblatex-publist
%post -n texlive-biblatex-publist
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-publist
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-publist
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-publist-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-publist/README
%{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.pdf
%{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.tex
%files -n texlive-biblatex-publist
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-publist/publist.bbx
/var/adm/update-scripts/texlive-biblatex-publist-%{texlive_version}.%{texlive_noarch}.0.0.4svn30382-%{release}-zypper
%package -n texlive-biblatex-science
Version: %{texlive_version}.%{texlive_noarch}.1.1dsvn28970
Release: 0
Summary: Biblatex implementation of the Science bibliography style
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-science-doc >= %{texlive_version}
Provides: tex(science.bbx)
Provides: tex(science.cbx)
Requires: tex(numeric-comp.bbx)
Requires: tex(numeric-comp.cbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source132: biblatex-science.tar.xz
Source133: biblatex-science.doc.tar.xz
%description -n texlive-biblatex-science
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Science.
date: 2013-01-28 08:21:48 +0000
%package -n texlive-biblatex-science-doc
Summary: Documentation for texlive-biblatex-science
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1dsvn28970
Release: 0
%description -n texlive-biblatex-science-doc
This package includes the documentation for texlive-biblatex-science
%post -n texlive-biblatex-science
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-science
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-science
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-science-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-science/README
%{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.bib
%{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.pdf
%{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.tex
%files -n texlive-biblatex-science
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-science/science.bbx
%{_texmfdistdir}/tex/latex/biblatex-science/science.cbx
/var/adm/update-scripts/texlive-biblatex-science-%{texlive_version}.%{texlive_noarch}.1.1dsvn28970-%{release}-zypper
%package -n texlive-biblatex-swiss-legal
Version: %{texlive_version}.%{texlive_noarch}.1.0.1asvn29803
Release: 0
Summary: Bibliography and citation styles following Swiss legal practice
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-swiss-legal-doc >= %{texlive_version}
Provides: tex(biblatex-swiss-legal-base.bbx)
Provides: tex(biblatex-swiss-legal-base.cbx)
Provides: tex(biblatex-swiss-legal-bibliography.bbx)
Provides: tex(biblatex-swiss-legal-bibliography.cbx)
Provides: tex(biblatex-swiss-legal-fr.lbx)
Provides: tex(biblatex-swiss-legal-general.bbx)
Provides: tex(biblatex-swiss-legal-general.cbx)
Provides: tex(biblatex-swiss-legal-longarticle.bbx)
Provides: tex(biblatex-swiss-legal-longarticle.cbx)
Requires: tex(french.lbx)
Requires: tex(xstring.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source134: biblatex-swiss-legal.tar.xz
Source135: biblatex-swiss-legal.doc.tar.xz
%description -n texlive-biblatex-swiss-legal
The package provides biblatex bibliography and citation styles
for documents written in accordance with Swiss legal citation
standards. Currently, the package is only usable for French
documents; translations to German and Italian are under
development for future versions.
date: 2012-12-28 10:19:15 +0000
%package -n texlive-biblatex-swiss-legal-doc
Summary: Documentation for texlive-biblatex-swiss-legal
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0.1asvn29803
Release: 0
Provides: locale(texlive-biblatex-swiss-legal-doc:fr)
%description -n texlive-biblatex-swiss-legal-doc
This package includes the documentation for texlive-biblatex-swiss-legal
%post -n texlive-biblatex-swiss-legal
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-swiss-legal
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-swiss-legal
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-swiss-legal-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-swiss-legal/README
%{_texmfdistdir}/doc/latex/biblatex-swiss-legal/biblatex-swiss-legal.pdf
%{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.bib
%{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.tex
%files -n texlive-biblatex-swiss-legal
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-base.cbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-bibliography.cbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-fr.lbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.cbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-longarticle.cbx
/var/adm/update-scripts/texlive-biblatex-swiss-legal-%{texlive_version}.%{texlive_noarch}.1.0.1asvn29803-%{release}-zypper
%package -n texlive-biblatex-trad
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn27852
Release: 0
Summary: "Traditional" BibTeX styles with BibLaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblatex-trad-doc >= %{texlive_version}
Provides: tex(trad-abbrv.bbx)
Provides: tex(trad-abbrv.cbx)
Provides: tex(trad-alpha.bbx)
Provides: tex(trad-alpha.cbx)
Provides: tex(trad-plain.bbx)
Provides: tex(trad-plain.cbx)
Provides: tex(trad-standard.bbx)
Provides: tex(trad-standard.cbx)
Provides: tex(trad-unsrt.bbx)
Provides: tex(trad-unsrt.cbx)
Requires: tex(alphabetic.cbx)
Requires: tex(numeric.cbx)
Requires: tex(standard.bbx)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source136: biblatex-trad.tar.xz
Source137: biblatex-trad.doc.tar.xz
%description -n texlive-biblatex-trad
The bundle provides implementations of the "traditional" BibTeX
styles (plain, abbrev, unsrt and alpha) with BibLaTeX.
date: 2012-09-29 12:32:13 +0000
%package -n texlive-biblatex-trad-doc
Summary: Documentation for texlive-biblatex-trad
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn27852
Release: 0
%description -n texlive-biblatex-trad-doc
This package includes the documentation for texlive-biblatex-trad
%post -n texlive-biblatex-trad
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblatex-trad
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblatex-trad
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblatex-trad-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblatex-trad/README.txt
%{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.pdf
%{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.tex
%files -n texlive-biblatex-trad
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-alpha.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-plain.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-alpha.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-plain.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-standard.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx
/var/adm/update-scripts/texlive-biblatex-trad-%{texlive_version}.%{texlive_noarch}.0.0.2svn27852-%{release}-zypper
%package -n texlive-bibleref
Version: %{texlive_version}.%{texlive_noarch}.1.14svn21145
Release: 0
Summary: Format bible citations
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibleref-doc >= %{texlive_version}
Provides: tex(bibleref.sty)
Requires: tex(amsgen.sty)
Requires: tex(fmtcount.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source138: bibleref.tar.xz
Source139: bibleref.doc.tar.xz
%description -n texlive-bibleref
The bibleref package offers consistent formatting of references
to parts of the Christian bible, in a number of well-defined
formats.
date: 2011-01-19 22:57:38 +0000
%package -n texlive-bibleref-doc
Summary: Documentation for texlive-bibleref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.14svn21145
Release: 0
%description -n texlive-bibleref-doc
This package includes the documentation for texlive-bibleref
%post -n texlive-bibleref
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref/CHANGES
%{_texmfdistdir}/doc/latex/bibleref/README
%{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.css
%{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.html
%{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.tex
%{_texmfdistdir}/doc/latex/bibleref/bibleref.pdf
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.pdf
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.tex
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.pdf
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.tex
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.pdf
%{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.tex
%{_texmfdistdir}/doc/latex/bibleref/samples/sample.ist
%{_texmfdistdir}/doc/latex/bibleref/samples/sample.pdf
%{_texmfdistdir}/doc/latex/bibleref/samples/sample.tex
%files -n texlive-bibleref
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref/bibleref.sty
/var/adm/update-scripts/texlive-bibleref-%{texlive_version}.%{texlive_noarch}.1.14svn21145-%{release}-zypper
%package -n texlive-bibleref-french
Version: %{texlive_version}.%{texlive_noarch}.2.3.1svn27098
Release: 0
Summary: French translations for bibleref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibleref-french-doc >= %{texlive_version}
Provides: tex(bibleref-french.sty)
Requires: tex(bibleref.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source140: bibleref-french.tar.xz
Source141: bibleref-french.doc.tar.xz
%description -n texlive-bibleref-french
The package provides translations and alternative typesetting
conventions for use of bibleref in French.
date: 2012-07-14 14:43:20 +0000
%package -n texlive-bibleref-french-doc
Summary: Documentation for texlive-bibleref-french
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.3.1svn27098
Release: 0
Provides: locale(texlive-bibleref-french-doc:fr;en)
%description -n texlive-bibleref-french-doc
This package includes the documentation for texlive-bibleref-french
%post -n texlive-bibleref-french
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref-french
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref-french
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-french-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref-french/Lacroux-Bible.pdf
%{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.pdf
%{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.tex
%{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french.pdf
%{_texmfdistdir}/doc/latex/bibleref-french/inclus/bible.bib
%{_texmfdistdir}/doc/latex/bibleref-french/inclus/livres.tex
%{_texmfdistdir}/doc/latex/bibleref-french/inclus/styles.tex
%{_texmfdistdir}/doc/latex/bibleref-french/makefile
%{_texmfdistdir}/doc/latex/bibleref-french/test.tex
%files -n texlive-bibleref-french
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref-french/bibleref-french.sty
/var/adm/update-scripts/texlive-bibleref-french-%{texlive_version}.%{texlive_noarch}.2.3.1svn27098-%{release}-zypper
%package -n texlive-bibleref-german
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn21923
Release: 0
Summary: German adaptation of bibleref
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibleref-german-doc >= %{texlive_version}
Provides: tex(bibleref-german.sty)
Requires: tex(bibleref.sty)
Requires: tex(etoolbox.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source142: bibleref-german.tar.xz
Source143: bibleref-german.doc.tar.xz
%description -n texlive-bibleref-german
The package provides translations and various formats for the
use of bibleref in German documents. The German naming of the
bible books complies with the 'Loccumer Richtlinien' (Locum
guidelines). In addition, the Vulgate (Latin bible) is
supported.
date: 2011-04-02 17:46:11 +0000
%package -n texlive-bibleref-german-doc
Summary: Documentation for texlive-bibleref-german
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn21923
Release: 0
Provides: locale(texlive-bibleref-german-doc:de;en)
%description -n texlive-bibleref-german-doc
This package includes the documentation for texlive-bibleref-german
%post -n texlive-bibleref-german
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref-german
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref-german
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-german-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref-german/CHANGES
%{_texmfdistdir}/doc/latex/bibleref-german/LIESMICH
%{_texmfdistdir}/doc/latex/bibleref-german/README
%{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-preamble.tex
%{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-print.tex
%{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-screen.tex
%{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.pdf
%{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.tex
%{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.pdf
%{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.tex
%files -n texlive-bibleref-german
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref-german/bibleref-german.sty
/var/adm/update-scripts/texlive-bibleref-german-%{texlive_version}.%{texlive_noarch}.1.0asvn21923-%{release}-zypper
%package -n texlive-bibleref-lds
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25526
Release: 0
Summary: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibleref-lds-doc >= %{texlive_version}
Provides: tex(bibleref-lds.sty)
Requires: tex(bibleref-mouth.sty)
Requires: tex(hyperref.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source144: bibleref-lds.tar.xz
Source145: bibleref-lds.doc.tar.xz
%description -n texlive-bibleref-lds
The package extends the bibleref-mouth package to support
references to the scriptures of The Church of Jesus Christ of
Latter-day Saints (LDS). The package requires bibleref-mouth to
run, and its reference syntax is the same as that of the parent
package.
date: 2012-02-27 11:45:12 +0000
%package -n texlive-bibleref-lds-doc
Summary: Documentation for texlive-bibleref-lds
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25526
Release: 0
%description -n texlive-bibleref-lds-doc
This package includes the documentation for texlive-bibleref-lds
%post -n texlive-bibleref-lds
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref-lds
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref-lds
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-lds-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref-lds/README
%{_texmfdistdir}/doc/latex/bibleref-lds/bibleref-lds.pdf
%files -n texlive-bibleref-lds
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref-lds/bibleref-lds.sty
/var/adm/update-scripts/texlive-bibleref-lds-%{texlive_version}.%{texlive_noarch}.1.0svn25526-%{release}-zypper
%package -n texlive-bibleref-mouth
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25527
Release: 0
Summary: Consistent formatting of Bible 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): texlive >= %{texlive_version}
Recommends: texlive-bibleref-mouth-doc >= %{texlive_version}
Provides: tex(bibleref-mouth.sty)
Requires: tex(fmtcount.sty)
Requires: tex(hyperref.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source146: bibleref-mouth.tar.xz
Source147: bibleref-mouth.doc.tar.xz
%description -n texlive-bibleref-mouth
The package allows Bible references to be formatted in a
consistent way. It is similar to the bibleref package, except
that the formatting macros are all purely expandable -- that
is, they are all implemented in TeX's mouth. This means that
they can be used in any expandable context, such as an argument
to a \url command.
date: 2012-02-27 11:45:12 +0000
%package -n texlive-bibleref-mouth-doc
Summary: Documentation for texlive-bibleref-mouth
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25527
Release: 0
%description -n texlive-bibleref-mouth-doc
This package includes the documentation for texlive-bibleref-mouth
%post -n texlive-bibleref-mouth
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref-mouth
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref-mouth
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-mouth-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref-mouth/README
%{_texmfdistdir}/doc/latex/bibleref-mouth/bibleref-mouth.pdf
%files -n texlive-bibleref-mouth
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref-mouth/bibleref-mouth.sty
/var/adm/update-scripts/texlive-bibleref-mouth-%{texlive_version}.%{texlive_noarch}.1.0svn25527-%{release}-zypper
%package -n texlive-bibleref-parse
Version: %{texlive_version}.%{texlive_noarch}.1.1svn22054
Release: 0
Summary: Specify Bible passages in human-readable format
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibleref-parse-doc >= %{texlive_version}
Provides: tex(bibleref-parse.sty)
Requires: tex(bibleref.sty)
Requires: tex(etoolbox.sty)
Requires: tex(scrlfile.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source148: bibleref-parse.tar.xz
Source149: bibleref-parse.doc.tar.xz
%description -n texlive-bibleref-parse
The package parses Bible passages that are given in human
readable format. It accepts a wide variety of formats. This
allows for a simpler and more convenient interface to the
functionality of the bibleref package.
date: 2011-04-11 06:43:57 +0000
%package -n texlive-bibleref-parse-doc
Summary: Documentation for texlive-bibleref-parse
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1svn22054
Release: 0
%description -n texlive-bibleref-parse-doc
This package includes the documentation for texlive-bibleref-parse
%post -n texlive-bibleref-parse
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibleref-parse
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibleref-parse
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibleref-parse-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibleref-parse/README
%{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.pdf
%{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.tex
%files -n texlive-bibleref-parse
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibleref-parse/bibleref-parse.sty
/var/adm/update-scripts/texlive-bibleref-parse-%{texlive_version}.%{texlive_noarch}.1.1svn22054-%{release}-zypper
%package -n texlive-biblist
Version: %{texlive_version}.%{texlive_noarch}.svn17116
Release: 0
Summary: Print a BibTeX database
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biblist-doc >= %{texlive_version}
Provides: tex(biblist.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source150: biblist.tar.xz
Source151: biblist.doc.tar.xz
%description -n texlive-biblist
The package provides the means of listing an entire BibTeX
database, avoiding the potentially large (macro) impact
associated with \nocite{*}.
date: 2010-02-21 10:42:27 +0000
%package -n texlive-biblist-doc
Summary: Documentation for texlive-biblist
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn17116
Release: 0
%description -n texlive-biblist-doc
This package includes the documentation for texlive-biblist
%post -n texlive-biblist
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biblist
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biblist
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biblist-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biblist/README
%{_texmfdistdir}/doc/latex/biblist/biblist.bst-dist
%{_texmfdistdir}/doc/latex/biblist/biblist.gde
%{_texmfdistdir}/doc/latex/biblist/biblist.pdf
%{_texmfdistdir}/doc/latex/biblist/biblist.tex
%files -n texlive-biblist
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biblist/biblist.sty
/var/adm/update-scripts/texlive-biblist-%{texlive_version}.%{texlive_noarch}.svn17116-%{release}-zypper
%package -n texlive-bibtex
Version: %{texlive_version}.%{texlive_noarch}.0.0.99dsvn29764
Release: 0
Summary: Process bibliographies for LaTeX, etcetera
License: SUSE-TeX
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: texlive-kpathsea >= %{texlive_version}
Requires(pre): texlive-bibtex-bin >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibtex-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source152: bibtex.tar.xz
Source153: bibtex.doc.tar.xz
%description -n texlive-bibtex
BibTeX allows the user to store his citation data in generic
form, while printing citations in a document in the form
specified by a BibTeX style, to be specified in the document
itself (one often needs a LaTeX citation-style package, such as
natbib as well). BibTeX itself is an ASCII-only program; there
is, however, a version that copes with 8-bit character sets.
However, BibTeX's facilities rapidly run out as one moves away
from simple ASCII (for example, in the various national sorting
rules for languages expressed in different parts of ISO-8859 --
the "ISO Latin" series). For more flexibility, the user is
urged to consider using biber with biblatex to typeset its
output. In particular, it is best to avoid BibTeX in favour of
biblatex, if at all possible.
date: 2011-12-28 12:17:09 +0000
%package -n texlive-bibtex-doc
Summary: Documentation for texlive-bibtex
License: SUSE-TeX
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.99dsvn29764
Release: 0
%description -n texlive-bibtex-doc
This package includes the documentation for texlive-bibtex
%post -n texlive-bibtex
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibtex
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibtex
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibtex-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex/base/README
%{_texmfdistdir}/doc/bibtex/base/btxbst.doc
%{_texmfdistdir}/doc/bibtex/base/btxdoc.bib
%{_texmfdistdir}/doc/bibtex/base/btxdoc.pdf
%{_texmfdistdir}/doc/bibtex/base/btxdoc.tex
%{_texmfdistdir}/doc/bibtex/base/btxhak.pdf
%{_texmfdistdir}/doc/bibtex/base/btxhak.tex
%{_mandir}/man1/bibtex.1*
%{_texmfdistdir}/tex/generic/bibtex/apalike.sty
%{_texmfdistdir}/tex/generic/bibtex/apalike.tex
%files -n texlive-bibtex
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/bib/base/xampl.bib
%{_texmfdistdir}/bibtex/bst/base/abbrv.bst
%{_texmfdistdir}/bibtex/bst/base/acm.bst
%{_texmfdistdir}/bibtex/bst/base/alpha.bst
%{_texmfdistdir}/bibtex/bst/base/apalike.bst
%{_texmfdistdir}/bibtex/bst/base/ieeetr.bst
%{_texmfdistdir}/bibtex/bst/base/plain.bst
%{_texmfdistdir}/bibtex/bst/base/siam.bst
%{_texmfdistdir}/bibtex/bst/base/unsrt.bst
/var/adm/update-scripts/texlive-bibtex-%{texlive_version}.%{texlive_noarch}.0.0.99dsvn29764-%{release}-zypper
%package -n texlive-bibtex8
Version: %{texlive_version}.%{texlive_noarch}.3.71svn29725
Release: 0
Summary: A fully 8-bit adaptation of BibTeX 0.99
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-bibtex8-bin >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibtex8-doc >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source154: bibtex8.tar.xz
Source155: bibtex8.doc.tar.xz
%description -n texlive-bibtex8
An enhanced, portable C version of BibTeX. Enhanced by
conversion to "big" (32-bit) capacity, addition of run-time
selectable capacity and 8-bit support extensions. National
character set and sorting order are controlled by an external
configuration file. Various examples are included.
date: 2012-04-27 13:08:24 +0000
%package -n texlive-bibtex8-doc
Summary: Documentation for texlive-bibtex8
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.3.71svn29725
Release: 0
%description -n texlive-bibtex8-doc
This package includes the documentation for texlive-bibtex8
%post -n texlive-bibtex8
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibtex8
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibtex8
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibtex8-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtex8/00readme.txt
%{_texmfdistdir}/doc/bibtex8/HISTORY
%{_texmfdistdir}/doc/bibtex8/csfile.txt
%{_texmfdistdir}/doc/bibtex8/file_id.diz
%files -n texlive-bibtex8
%defattr(-,root,root,755)
%{_texmfdistdir}/bibtex/csf/base/88591lat.csf
%{_texmfdistdir}/bibtex/csf/base/88591sca.csf
%{_texmfdistdir}/bibtex/csf/base/README.TEXLIVE
%{_texmfdistdir}/bibtex/csf/base/ascii.csf
%{_texmfdistdir}/bibtex/csf/base/cp437lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850sca.csf
%{_texmfdistdir}/bibtex/csf/base/cp866rus.csf
%{_texmfdistdir}/bibtex/csf/base/csfile.txt
%{_texmfdistdir}/bibtex/csf/polish-csf/88592pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp1250pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp852pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/iso8859-7.csf
/var/adm/update-scripts/texlive-bibtex8-%{texlive_version}.%{texlive_noarch}.3.71svn29725-%{release}-zypper
%package -n texlive-bibtexu
Version: %{texlive_version}.%{texlive_noarch}.svn29743
Release: 0
Summary: Package bibtexu
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive-bibtexu-bin >= %{texlive_version}
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source156: bibtexu.doc.tar.xz
%description -n texlive-bibtexu
The bibtexu package
%post -n texlive-bibtexu
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibtexu
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibtexu
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibtexu
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/bibtexu/00readme.txt
%{_texmfdistdir}/doc/bibtexu/HISTORY
%{_texmfdistdir}/doc/bibtexu/csfile.txt
%{_texmfdistdir}/doc/bibtexu/file_id.diz
/var/adm/update-scripts/texlive-bibtexu-%{texlive_version}.%{texlive_noarch}.svn29743-%{release}-zypper
%package -n texlive-bibtopic
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release: 0
Summary: Include multiple bibliographies in a document
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibtopic-doc >= %{texlive_version}
Provides: tex(bibtopic.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source157: bibtopic.tar.xz
Source158: bibtopic.doc.tar.xz
%description -n texlive-bibtopic
The package allows the user to include several bibliographies
covering different 'topics' or bibliographic material into a
document (e.g., one bibliography for primary literature and one
for secondary literature). The package provides commands to
include either all references from a .bib file, only the
references actually cited or those not cited in your document.
The user has to construct a separate .bib file for each
bibliographic 'topic', each of which will be processed
separately by BibTeX. If you want to have bibliographies
specific to one part of a document, see the packages bibunits
or chapterbib.
date: 2006-10-16 22:49:54 +0000
%package -n texlive-bibtopic-doc
Summary: Documentation for texlive-bibtopic
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn15878
Release: 0
%description -n texlive-bibtopic-doc
This package includes the documentation for texlive-bibtopic
%post -n texlive-bibtopic
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibtopic
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibtopic
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibtopic-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibtopic/README
%{_texmfdistdir}/doc/latex/bibtopic/articles.bib
%{_texmfdistdir}/doc/latex/bibtopic/bibtopic.pdf
%{_texmfdistdir}/doc/latex/bibtopic/books.bib
%{_texmfdistdir}/doc/latex/bibtopic/sample.tex
%files -n texlive-bibtopic
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibtopic/bibtopic.sty
/var/adm/update-scripts/texlive-bibtopic-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
%package -n texlive-bibtopicprefix
Version: %{texlive_version}.%{texlive_noarch}.1.10svn15878
Release: 0
Summary: Prefix references to bibliographies produced by bibtopic
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibtopicprefix-doc >= %{texlive_version}
Provides: tex(bibtopicprefix.sty)
Requires: tex(bibtopic.sty)
Requires: tex(scrlfile.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source159: bibtopicprefix.tar.xz
Source160: bibtopicprefix.doc.tar.xz
%description -n texlive-bibtopicprefix
The package permits users to apply prefixes (fixed strings) to
references to entries in bibliographies produced by the
bibtopic package.
date: 2008-08-16 23:00:50 +0000
%package -n texlive-bibtopicprefix-doc
Summary: Documentation for texlive-bibtopicprefix
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.10svn15878
Release: 0
%description -n texlive-bibtopicprefix-doc
This package includes the documentation for texlive-bibtopicprefix
%post -n texlive-bibtopicprefix
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibtopicprefix
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibtopicprefix
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibtopicprefix-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibtopicprefix/README
%{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.pdf
%{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.xml
%files -n texlive-bibtopicprefix
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibtopicprefix/bibtopicprefix.sty
/var/adm/update-scripts/texlive-bibtopicprefix-%{texlive_version}.%{texlive_noarch}.1.10svn15878-%{release}-zypper
%package -n texlive-bibunits
Version: %{texlive_version}.%{texlive_noarch}.2.2svn15878
Release: 0
Summary: Multiple bibliographies in one document
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bibunits-doc >= %{texlive_version}
Provides: tex(bibunits.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source161: bibunits.tar.xz
Source162: bibunits.doc.tar.xz
%description -n texlive-bibunits
The package provide a mechanism to generate separate
bibliographies for different units (chapters, sections or
bibunit-environments) of a text. The package separates the
citations of each unit of text into a separate file to be
processed by BibTeX. The global bibliography section produced
by LaTeX may also appear in the document and citations can be
placed in both the local unit and the global bibliographies at
the same time. The package is compatible with koma-script and
with the babel French option frenchb.
date: 2009-09-27 07:44:19 +0000
%package -n texlive-bibunits-doc
Summary: Documentation for texlive-bibunits
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.2.2svn15878
Release: 0
%description -n texlive-bibunits-doc
This package includes the documentation for texlive-bibunits
%post -n texlive-bibunits
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bibunits
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bibunits
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bibunits-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bibunits/README
%{_texmfdistdir}/doc/latex/bibunits/bibtexall
%{_texmfdistdir}/doc/latex/bibunits/bibunits.pdf
%files -n texlive-bibunits
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bibunits/bibunits.sty
/var/adm/update-scripts/texlive-bibunits-%{texlive_version}.%{texlive_noarch}.2.2svn15878-%{release}-zypper
%package -n texlive-bidi
Version: %{texlive_version}.%{texlive_noarch}.13.5svn30783
Release: 0
Summary: Support for bidirectional typesetting in plain TeX and LaTeX
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bidi-doc >= %{texlive_version}
Provides: tex(amsart-xetex-bidi.def)
Provides: tex(amsbook-xetex-bidi.def)
Provides: tex(amsmath-xetex-bidi.def)
Provides: tex(amstext-xetex-bidi.def)
Provides: tex(amsthm-xetex-bidi.def)
Provides: tex(array-xetex-bidi.def)
Provides: tex(article-xetex-bidi.def)
Provides: tex(artikel1-xetex-bidi.def)
Provides: tex(artikel2-xetex-bidi.def)
Provides: tex(artikel3-xetex-bidi.def)
Provides: tex(arydshln-xetex-bidi.def)
Provides: tex(bidi-longtable.sty)
Provides: tex(bidi.sty)
Provides: tex(bidi.tex)
Provides: tex(bidi2in1.sty)
Provides: tex(bidicode.sty)
Provides: tex(bidiftnxtra.sty)
Provides: tex(bidimoderncv.cls)
Provides: tex(bidipoem.sty)
Provides: tex(bidipresentation.cls)
Provides: tex(biditools.sty)
Provides: tex(biditufte-book.cls)
Provides: tex(biditufte-handout.cls)
Provides: tex(bidituftefloat.sty)
Provides: tex(bidituftegeneralstructure.sty)
Provides: tex(bidituftehyperref.sty)
Provides: tex(bidituftesidenote.sty)
Provides: tex(bidituftetitle.sty)
Provides: tex(bidituftetoc.sty)
Provides: tex(boek-xetex-bidi.def)
Provides: tex(boek3-xetex-bidi.def)
Provides: tex(book-xetex-bidi.def)
Provides: tex(bookest-xetex-bidi.def)
Provides: tex(breqn-xetex-bidi.def)
Provides: tex(cals-xetex-bidi.def)
Provides: tex(caption-xetex-bidi.def)
Provides: tex(caption3-xetex-bidi.def)
Provides: tex(color-xetex-bidi.def)
Provides: tex(colortbl-xetex-bidi.def)
Provides: tex(combine-xetex-bidi.def)
Provides: tex(crop-xetex-bidi.def)
Provides: tex(cuted-xetex-bidi.def)
Provides: tex(cutwin-xetex-bidi.def)
Provides: tex(cvthemebidicasual.sty)
Provides: tex(cvthemebidiclassic.sty)
Provides: tex(dblfnote-xetex-bidi.def)
Provides: tex(draftwatermark-xetex-bidi.def)
Provides: tex(empheq-xetex-bidi.def)
Provides: tex(eso-pic-xetex-bidi.def)
Provides: tex(extarticle-xetex-bidi.def)
Provides: tex(extbook-xetex-bidi.def)
Provides: tex(extletter-xetex-bidi.def)
Provides: tex(extrafootnotefeatures.def)
Provides: tex(extreport-xetex-bidi.def)
Provides: tex(fancybox-xetex-bidi.def)
Provides: tex(fancyhdr-xetex-bidi.def)
Provides: tex(fix2col-xetex-bidi.def)
Provides: tex(fleqn-xetex-bidi.def)
Provides: tex(float-xetex-bidi.def)
Provides: tex(floatrow-xetex-bidi.def)
Provides: tex(flowfram-xetex-bidi.def)
Provides: tex(footnote-luatex-bidi.def)
Provides: tex(footnote-xetex-bidi.def)
Provides: tex(framed-xetex-bidi.def)
Provides: tex(ftnright-xetex-bidi.def)
Provides: tex(geometry-xetex-bidi.def)
Provides: tex(graphicx-xetex-bidi.def)
Provides: tex(hvfloat-xetex-bidi.def)
Provides: tex(hyperref-xetex-bidi.def)
Provides: tex(leqno-xetex-bidi.def)
Provides: tex(letter-xetex-bidi.def)
Provides: tex(lettrine-xetex-bidi.def)
Provides: tex(listings-xetex-bidi.def)
Provides: tex(loadingorder-bidi.def)
Provides: tex(longtable-xetex-bidi.def)
Provides: tex(luatex-bidi.def)
Provides: tex(mdframed-xetex-bidi.def)
Provides: tex(memoir-xetex-bidi.def)
Provides: tex(midfloat-xetex-bidi.def)
Provides: tex(minitoc-xetex-bidi.def)
Provides: tex(multicol-xetex-bidi.def)
Provides: tex(multienum-xetex-bidi.def)
Provides: tex(natbib-xetex-bidi.def)
Provides: tex(newfloat-xetex-bidi.def)
Provides: tex(ntheorem-hyper-xetex-bidi.def)
Provides: tex(ntheorem-xetex-bidi.def)
Provides: tex(pdfpages-xetex-bidi.def)
Provides: tex(pgf-xetex-bidi.def)
Provides: tex(picinpar-xetex-bidi.def)
Provides: tex(plain-luatex-bidi.def)
Provides: tex(plain-xetex-bidi.def)
Provides: tex(pstricks-xetex-bidi.def)
Provides: tex(quotchap-xetex-bidi.def)
Provides: tex(ragged2e-xetex-bidi.def)
Provides: tex(rapport1-xetex-bidi.def)
Provides: tex(rapport3-xetex-bidi.def)
Provides: tex(refrep-xetex-bidi.def)
Provides: tex(report-xetex-bidi.def)
Provides: tex(rotating-xetex-bidi.def)
Provides: tex(scrartcl-xetex-bidi.def)
Provides: tex(scrbook-xetex-bidi.def)
Provides: tex(scrlettr-xetex-bidi.def)
Provides: tex(scrreprt-xetex-bidi.def)
Provides: tex(sidecap-xetex-bidi.def)
Provides: tex(stabular-xetex-bidi.def)
Provides: tex(subfigure-xetex-bidi.def)
Provides: tex(tabls-xetex-bidi.def)
Provides: tex(tabulary-xetex-bidi.def)
Provides: tex(titlesec-xetex-bidi.def)
Provides: tex(titletoc-xetex-bidi.def)
Provides: tex(tocbibind-xetex-bidi.def)
Provides: tex(tocloft-xetex-bidi.def)
Provides: tex(tocstyle-xetex-bidi.def)
Provides: tex(wrapfig-xetex-bidi.def)
Provides: tex(xcolor-xetex-bidi.def)
Provides: tex(xetex-bidi.def)
Provides: tex(xltxtra-xetex-bidi.def)
Requires: tex(article.cls)
Requires: tex(auxhook.sty)
Requires: tex(bibentry.sty)
Requires: tex(book.cls)
Requires: tex(changepage.sty)
Requires: tex(chngpage.sty)
Requires: tex(color.sty)
Requires: tex(etoolbox.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(geometry.sty)
Requires: tex(graphicx.sty)
Requires: tex(hopatch.sty)
Requires: tex(hyperref.sty)
Requires: tex(iftex.sty)
Requires: tex(ifthen.sty)
Requires: tex(ltxcmds.sty)
Requires: tex(marvosym.sty)
Requires: tex(multicol.sty)
Requires: tex(natbib.sty)
Requires: tex(optparams.sty)
Requires: tex(paralist.sty)
Requires: tex(placeins.sty)
Requires: tex(ragged2e.sty)
Requires: tex(setspace.sty)
Requires: tex(showexpl.sty)
Requires: tex(titlesec.sty)
Requires: tex(titletoc.sty)
Requires: tex(url.sty)
Requires: tex(xcolor.sty)
Requires: tex(xifthen.sty)
Requires: tex(zref-abspage.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source163: bidi.tar.xz
Source164: bidi.doc.tar.xz
%description -n texlive-bidi
A convenient interface for typesetting bidirectional texts with
plain TeX and LaTeX. The package includes adaptations for use
with many other commonly-used packages.
date: 2013-05-28 17:52:13 +0000
%package -n texlive-bidi-doc
Summary: Documentation for texlive-bidi
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.13.5svn30783
Release: 0
%description -n texlive-bidi-doc
This package includes the documentation for texlive-bidi
%post -n texlive-bidi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bidi
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bidi
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bidi-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bidi/ChangeLog
%{_texmfdistdir}/doc/latex/bidi/README
%{_texmfdistdir}/doc/latex/bidi/bidi-logo.pdf
%{_texmfdistdir}/doc/latex/bidi/bidi-logo.tex
%{_texmfdistdir}/doc/latex/bidi/bidi.pdf
%{_texmfdistdir}/doc/latex/bidi/bidisample2e.tex
%{_texmfdistdir}/doc/latex/bidi/bidismall2e.tex
%{_texmfdistdir}/doc/latex/bidi/gull.jpg
%{_texmfdistdir}/doc/latex/bidi/picture.jpg
%{_texmfdistdir}/doc/latex/bidi/presentation-sample.tex
%{_texmfdistdir}/doc/latex/bidi/test-arydshln.tex
%{_texmfdistdir}/doc/latex/bidi/test-bidi.tex
%{_texmfdistdir}/doc/latex/bidi/test-brochure.tex
%{_texmfdistdir}/doc/latex/bidi/test-casualcv.tex
%{_texmfdistdir}/doc/latex/bidi/test-classiccv.tex
%{_texmfdistdir}/doc/latex/bidi/test-color.tex
%{_texmfdistdir}/doc/latex/bidi/test-supertabular.tex
%{_texmfdistdir}/doc/latex/bidi/test-tabular.tex
%{_texmfdistdir}/doc/latex/bidi/test-tabularx.tex
%{_texmfdistdir}/doc/latex/bidi/test-tabulary.tex
%{_texmfdistdir}/doc/latex/bidi/test1-colortbl.tex
%{_texmfdistdir}/doc/latex/bidi/test1-wrapfig.tex
%{_texmfdistdir}/doc/latex/bidi/test2-colortbl.tex
%{_texmfdistdir}/doc/latex/bidi/test2-wrapfig.tex
%{_texmfdistdir}/doc/latex/bidi/test3-wrapfig.tex
%files -n texlive-bidi
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bidi/amsart-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/amsbook-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/amsmath-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/amstext-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/amsthm-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/array-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/article-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/artikel1-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/artikel2-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/artikel3-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/arydshln-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/bibitem.pdf
%{_texmfdistdir}/tex/latex/bidi/bidi-longtable.sty
%{_texmfdistdir}/tex/latex/bidi/bidi.sty
%{_texmfdistdir}/tex/latex/bidi/bidi.tex
%{_texmfdistdir}/tex/latex/bidi/bidi2in1.sty
%{_texmfdistdir}/tex/latex/bidi/bidicode.sty
%{_texmfdistdir}/tex/latex/bidi/bidiftnxtra.sty
%{_texmfdistdir}/tex/latex/bidi/bidimoderncv.cls
%{_texmfdistdir}/tex/latex/bidi/bidipoem.sty
%{_texmfdistdir}/tex/latex/bidi/bidipresentation.cls
%{_texmfdistdir}/tex/latex/bidi/biditools.sty
%{_texmfdistdir}/tex/latex/bidi/biditufte-book.cls
%{_texmfdistdir}/tex/latex/bidi/biditufte-handout.cls
%{_texmfdistdir}/tex/latex/bidi/bidituftefloat.sty
%{_texmfdistdir}/tex/latex/bidi/bidituftegeneralstructure.sty
%{_texmfdistdir}/tex/latex/bidi/bidituftehyperref.sty
%{_texmfdistdir}/tex/latex/bidi/bidituftesidenote.sty
%{_texmfdistdir}/tex/latex/bidi/bidituftetitle.sty
%{_texmfdistdir}/tex/latex/bidi/bidituftetoc.sty
%{_texmfdistdir}/tex/latex/bidi/boek-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/boek3-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/book-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/bookest-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/breqn-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/cals-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/caption-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/caption3-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/color-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/colortbl-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/combine-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/crop-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/cuted-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/cutwin-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/cvthemebidicasual.sty
%{_texmfdistdir}/tex/latex/bidi/cvthemebidiclassic.sty
%{_texmfdistdir}/tex/latex/bidi/dblfnote-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/draftwatermark-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/empheq-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/eso-pic-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/extarticle-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/extbook-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/extletter-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/extrafootnotefeatures.def
%{_texmfdistdir}/tex/latex/bidi/extreport-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/fancybox-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/fancyhdr-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/fix2col-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/fleqn-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/float-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/floatrow-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/flowfram-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/footnote-luatex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/footnote-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/framed-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/ftnright-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/geometry-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/graphicx-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/hvfloat-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/hyperref-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/leqno-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/letter-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/lettrine-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/listings-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/loadingorder-bidi.def
%{_texmfdistdir}/tex/latex/bidi/longtable-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/luatex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/mdframed-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/memoir-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/midfloat-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/minitoc-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/multicol-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/multienum-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/natbib-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/newfloat-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/ntheorem-hyper-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/ntheorem-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/pdfpages-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/pgf-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/picinpar-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/plain-luatex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/plain-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/pstricks-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/quotchap-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/ragged2e-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/rapport1-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/rapport3-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/refrep-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/report-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/rotating-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/scrartcl-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/scrbook-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/scrlettr-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/scrreprt-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/sidecap-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/stabular-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/subfigure-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/tabls-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/tabulary-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/titlesec-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/titletoc-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/tocbibind-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/tocloft-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/tocstyle-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/wrapfig-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/xcolor-xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/xetex-bidi.def
%{_texmfdistdir}/tex/latex/bidi/xltxtra-xetex-bidi.def
/var/adm/update-scripts/texlive-bidi-%{texlive_version}.%{texlive_noarch}.13.5svn30783-%{release}-zypper
%package -n texlive-bigfoot
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Footnotes for critical editions
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bigfoot-doc >= %{texlive_version}
Provides: tex(bigfoot.sty)
Provides: tex(perpage.sty)
Provides: tex(suffix.sty)
Requires: tex(etex.sty)
Requires: tex(manyfoot.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source165: bigfoot.tar.xz
Source166: bigfoot.doc.tar.xz
%description -n texlive-bigfoot
The package aims to provide a 'one-stop' solution to
requirements for footnotes. It offers: - Multiple footnote
apparatus superior to that of the manyfoot; - Footnotes can be
formatted in separate paragraphs, or be run into a single
paragraph (this choice may be selected per footnote series); -
Things you might have expected (like \verb-like material in
footnotes, and colour selections over page breaks) now work.
Note that the majority of the bigfoot package's interface is
identical to that of manyfoot; users should seek information
from that package's documentation. The bigfoot bundle also
provides the perpage and suffix packages.
date: 2007-08-13 13:44:25 +0000
%package -n texlive-bigfoot-doc
Summary: Documentation for texlive-bigfoot
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-bigfoot-doc
This package includes the documentation for texlive-bigfoot
%post -n texlive-bigfoot
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bigfoot
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bigfoot
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bigfoot-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bigfoot/README
%{_texmfdistdir}/doc/latex/bigfoot/bigfoot.pdf
%{_texmfdistdir}/doc/latex/bigfoot/perpage.pdf
%{_texmfdistdir}/doc/latex/bigfoot/suffix.pdf
%files -n texlive-bigfoot
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bigfoot/bigfoot.sty
%{_texmfdistdir}/tex/latex/bigfoot/perpage.sty
%{_texmfdistdir}/tex/latex/bigfoot/suffix.sty
/var/adm/update-scripts/texlive-bigfoot-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-bigints
Version: %{texlive_version}.%{texlive_noarch}.svn29803
Release: 0
Summary: Writing big integrals
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bigints-doc >= %{texlive_version}
Provides: tex(bigints.sty)
Requires: tex(amsmath.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source167: bigints.tar.xz
Source168: bigints.doc.tar.xz
%description -n texlive-bigints
The package provides facilities for drawing big integral signs
when needed. An example would be when the integrand is a
matrix.
date: 2012-04-28 18:54:25 +0000
%package -n texlive-bigints-doc
Summary: Documentation for texlive-bigints
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn29803
Release: 0
%description -n texlive-bigints-doc
This package includes the documentation for texlive-bigints
%post -n texlive-bigints
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bigints
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bigints
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bigints-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bigints/Makefile
%{_texmfdistdir}/doc/latex/bigints/README
%{_texmfdistdir}/doc/latex/bigints/bigints.forlisting
%{_texmfdistdir}/doc/latex/bigints/bigints.pdf
%{_texmfdistdir}/doc/latex/bigints/bigints.tex
%{_texmfdistdir}/doc/latex/bigints/perso.ist
%files -n texlive-bigints
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bigints/bigints.sty
/var/adm/update-scripts/texlive-bigints-%{texlive_version}.%{texlive_noarch}.svn29803-%{release}-zypper
%package -n texlive-binomexp
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
Summary: Calculate Pascal's triangle
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-binomexp-doc >= %{texlive_version}
Provides: tex(binomexp.sty)
Requires: tex(calc.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source169: binomexp.tar.xz
Source170: binomexp.doc.tar.xz
%description -n texlive-binomexp
The package calculates and prints rows of Pascal's triangle. It
may be used: - simply to print successive rows of the triangle,
or - to print the rows inside an array or tabular.
date: 2007-03-05 13:17:42 +0000
%package -n texlive-binomexp-doc
Summary: Documentation for texlive-binomexp
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
Release: 0
%description -n texlive-binomexp-doc
This package includes the documentation for texlive-binomexp
%post -n texlive-binomexp
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-binomexp
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-binomexp
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-binomexp-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/binomexp/README
%{_texmfdistdir}/doc/latex/binomexp/binomexp.pdf
%files -n texlive-binomexp
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/binomexp/binomexp.sty
/var/adm/update-scripts/texlive-binomexp-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
%package -n texlive-biocon
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: Typesetting biological species names
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-biocon-doc >= %{texlive_version}
Provides: tex(biocon-old.sty)
Provides: tex(biocon.sty)
Requires: tex(ifthen.sty)
Requires: tex(keyval.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source171: biocon.tar.xz
Source172: biocon.doc.tar.xz
%description -n texlive-biocon
The biocon--biological conventions--package aids the
typesetting of some biological conventions. At the moment, it
makes a good job of typesetting species names (and ranks below
the species level). A distinction is made between the Plant,
Fungi, Animalia and Bacteria kingdoms. There are default
settings for the way species names are typeset, but they can be
customized. Different default styles are used in different
situations.
date: 2007-01-23 21:34:44 +0000
%package -n texlive-biocon-doc
Summary: Documentation for texlive-biocon
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-biocon-doc
This package includes the documentation for texlive-biocon
%post -n texlive-biocon
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-biocon
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-biocon
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-biocon-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/biocon/COPYING
%{_texmfdistdir}/doc/latex/biocon/INSTALL
%{_texmfdistdir}/doc/latex/biocon/README
%{_texmfdistdir}/doc/latex/biocon/biocon.nw
%{_texmfdistdir}/doc/latex/biocon/literature.bib
%{_texmfdistdir}/doc/latex/biocon/manual-old.pdf
%{_texmfdistdir}/doc/latex/biocon/manual-old.tex
%{_texmfdistdir}/doc/latex/biocon/manual.pdf
%{_texmfdistdir}/doc/latex/biocon/manual.tex
%{_texmfdistdir}/doc/latex/biocon/source.pdf
%{_texmfdistdir}/doc/latex/biocon/source.tex
%files -n texlive-biocon
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/biocon/biocon-old.sty
%{_texmfdistdir}/tex/latex/biocon/biocon.sty
/var/adm/update-scripts/texlive-biocon-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-bitelist
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn25779
Release: 0
Summary: Split list, in TeX's mouth
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bitelist-doc >= %{texlive_version}
Provides: tex(bitedemo.tex)
Provides: tex(bitelist.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source173: bitelist.tar.xz
Source174: bitelist.doc.tar.xz
%description -n texlive-bitelist
The package provides commands for "splitting" a token list at
the first occurrence of another (specified) token list. I.e.,
for given token lists s, t return b and the shortest a, such
that t = a s b. The package's mechanism differs from those of
packages providing similar features, in the following ways: -
the method uses TeX's mechanism of reading delimited macro
parameters; - the splitting macros work by pure expansion,
without assignments; - the operation is carried out in a single
macro call. A variant of the operation is provided, that
retains outer braces.
date: 2012-03-29 16:26:00 +0000
%package -n texlive-bitelist-doc
Summary: Documentation for texlive-bitelist
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn25779
Release: 0
%description -n texlive-bitelist-doc
This package includes the documentation for texlive-bitelist
%post -n texlive-bitelist
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bitelist
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bitelist
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bitelist-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/generic/bitelist/README
%{_texmfdistdir}/doc/generic/bitelist/bitelist.pdf
%files -n texlive-bitelist
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/generic/bitelist/bitedemo.tex
%{_texmfdistdir}/tex/generic/bitelist/bitelist.sty
/var/adm/update-scripts/texlive-bitelist-%{texlive_version}.%{texlive_noarch}.0.0.1svn25779-%{release}-zypper
%package -n texlive-bizcard
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
Summary: Typeset business cards
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-bizcard-doc >= %{texlive_version}
Provides: tex(bizcard.sty)
Requires: tex(geometry.sty)
Requires: tex(ifthen.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source175: bizcard.tar.xz
Source176: bizcard.doc.tar.xz
%description -n texlive-bizcard
This is an adaption for current LaTeX of a LaTeX 2.09 style by
Silvano Balemi. It produces cards at the normal US card size,
76.2mm x 50.8mm.
date: 2009-04-29 22:32:08 +0000
%package -n texlive-bizcard-doc
Summary: Documentation for texlive-bizcard
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.1svn15878
Release: 0
%description -n texlive-bizcard-doc
This package includes the documentation for texlive-bizcard
%post -n texlive-bizcard
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-bizcard
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-bizcard
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-bizcard-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/bizcard/bizcard.pdf
%{_texmfdistdir}/doc/latex/bizcard/bizex.pdf
%{_texmfdistdir}/doc/latex/bizcard/bizex.tex
%files -n texlive-bizcard
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/bizcard/bizcard.sty
/var/adm/update-scripts/texlive-bizcard-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
%package -n texlive-blacklettert1
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
Summary: T1-encoded versions of Haralambous old German fonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-blacklettert1-doc >= %{texlive_version}
Provides: tex(t1yfrak.fd)
Provides: tex(tfrak.tfm)
Provides: tex(tfrak.vf)
Provides: tex(tfrakls.tfm)
Provides: tex(tfrakls.vf)
Provides: tex(tgoth.tfm)
Provides: tex(tgoth.vf)
Provides: tex(tswab.tfm)
Provides: tex(tswab.vf)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source177: blacklettert1.tar.xz
Source178: blacklettert1.doc.tar.xz
%description -n texlive-blacklettert1
This package provides virtual fonts for T1-like variants of
Yannis Haralambous's old German fonts Gothic, Schwabacher and
Fraktur (which are also available in Adobe type 1 format). The
package includes LaTeX macros to embed the fonts into the LaTeX
font selection scheme.
date: 2008-04-19 20:58:44 +0000
%package -n texlive-blacklettert1-doc
Summary: Documentation for texlive-blacklettert1
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.svn15878
Release: 0
%description -n texlive-blacklettert1-doc
This package includes the documentation for texlive-blacklettert1
%post -n texlive-blacklettert1
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-blacklettert1
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-blacklettert1
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-blacklettert1-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/fonts/blacklettert1/COPYING
%{_texmfdistdir}/doc/fonts/blacklettert1/INSTALL
%{_texmfdistdir}/doc/fonts/blacklettert1/README
%{_texmfdistdir}/doc/fonts/blacklettert1/blacklettert1.pdf
%files -n texlive-blacklettert1
%defattr(-,root,root,755)
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrakls.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tgoth.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tswab.tfm
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrak.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrakls.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tgoth.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tswab.vf
%{_texmfdistdir}/tex/latex/blacklettert1/t1yfrak.fd
/var/adm/update-scripts/texlive-blacklettert1-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
%package -n texlive-blindtext
Version: %{texlive_version}.%{texlive_noarch}.1.9csvn25039
Release: 0
Summary: Producing 'blind' text for testing
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires(pre): texlive >= %{texlive_version}
Requires(post): coreutils
Requires(postun): coreutils
Requires(postun): texlive >= %{texlive_version}
Requires(posttrans): texlive >= %{texlive_version}
Recommends: texlive-blindtext-doc >= %{texlive_version}
Provides: tex(blindtext.sty)
Requires: tex(xspace.sty)
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
# from 20130620
Source179: blindtext.tar.xz
Source180: blindtext.doc.tar.xz
%description -n texlive-blindtext
The package provides the commands \blindtext and \Blindtext for
creating 'blind' text useful in testing new classes and
packages, and \blinddocument, \Blinddocument for creating an
entire random document with sections, lists, mathematics, etc.
The package supports three languages, english, (n)german and
latin; the latin option provides a short "lorem ipsum" (for a
fuller lorem ipsum text, see the lipsum package).
date: 2011-11-23 07:28:31 +0000
%package -n texlive-blindtext-doc
Summary: Documentation for texlive-blindtext
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Base
Version: %{texlive_version}.%{texlive_noarch}.1.9csvn25039
Release: 0
%description -n texlive-blindtext-doc
This package includes the documentation for texlive-blindtext
%post -n texlive-blindtext
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%postun -n texlive-blindtext
if test $1 = 0; then
%{_bindir}/mktexlsr 2> /dev/null || :
exit 0
fi
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr
> /var/run/texlive/run-update
%posttrans -n texlive-blindtext
test -f /var/run/texlive/run-update || exit 0
test -z "$ZYPP_IS_RUNNING" || exit 0
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
rm -f /var/run/texlive/run-update
%files -n texlive-blindtext-doc
%defattr(-,root,root,755)
%{_texmfdistdir}/doc/latex/blindtext/README
%{_texmfdistdir}/doc/latex/blindtext/blindtext.pdf
%files -n texlive-blindtext
%defattr(-,root,root,755)
%{_texmfdistdir}/tex/latex/blindtext/blindtext.sty
/var/adm/update-scripts/texlive-blindtext-%{texlive_version}.%{texlive_noarch}.1.9csvn25039-%{release}-zypper
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmfmaindir}
mkdir -p %{buildroot}%{_datadir}/texlive
mkdir -p %{buildroot}/var/adm/update-scripts
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-backnaur-%{texlive_version}.%{texlive_noarch}.0.0.60.dsvn28513-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/backnaur/backnaur.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/backnaur/backnaur.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bangtex-%{texlive_version}.%{texlive_noarch}.svn15878-%{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-barcodes-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/barcodes/install.bat
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/barcodes/barcodes.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/barcodes/barcodes.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bardiag-%{texlive_version}.%{texlive_noarch}.0.0.4asvn22013-%{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-barr-%{texlive_version}.%{texlive_noarch}.svn23579-%{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-bartel-chess-fonts-%{texlive_version}.%{texlive_noarch}.svn20619-%{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-bashful-%{texlive_version}.%{texlive_noarch}.0.0.92svn25597-%{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-baskervald-%{texlive_version}.%{texlive_noarch}.1.016svn19490-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/reglyph-ybv.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/supp-ybv.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/t1-baskervald-lig.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/t1-baskervald.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/ts1-baskervald.etx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/ybv-drv.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/baskervald/ybv-map.tex
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-baskervald
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/arkandis/baskervald/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-baskervald
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-baskervald/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-baskervald/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-baskervald/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-baskervald.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-baskervald -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-baskervald/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-basque-book-%{texlive_version}.%{texlive_noarch}.1.20svn27049-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/basque-book/basque-book.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/basque-book/basque-book.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-basque-date-%{texlive_version}.%{texlive_noarch}.1.05svn26477-%{release}-zypper
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/basque-date/basque-date.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/basque-date/basque-date.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbcard-%{texlive_version}.%{texlive_noarch}.svn19440-%{release}-zypper
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbding-%{texlive_version}.%{texlive_noarch}.1.01svn17186-%{release}-zypper
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbding/bbding.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbding/bbding.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbm-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbm-macros-%{texlive_version}.%{texlive_noarch}.svn17224-%{release}-zypper
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbm-macros/bbm.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbm-macros/bbm.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbm-macros/bbm.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbold-%{texlive_version}.%{texlive_noarch}.1.01svn17187-%{release}-zypper
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
pushd %{buildroot}%{_datadir}/texlive/
patch --reject-format=unified --quoting-style=literal -f -p0 -F0 -T < %{S:31}
popd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbold/bbold.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbold/bbold.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bbold/fonttabl.sty
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bbold-type1-%{texlive_version}.%{texlive_noarch}.svn20524-%{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
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-bbold-type1
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/bbold-type1/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-bbold-type1
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-bbold-type1/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-bbold-type1/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-bbold-type1/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-bbold-type1.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-bbold-type1 -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-bbold-type1/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bchart-%{texlive_version}.%{texlive_noarch}.0.0.1.2svn27496-%{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-bclogo-%{texlive_version}.%{texlive_noarch}.2.26svn23305-%{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-beamer-%{texlive_version}.%{texlive_noarch}.3.26svn29349-%{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-beamer-FUBerlin-%{texlive_version}.%{texlive_noarch}.0.0.02svn15878-%{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-beamer-tut-pt-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-beamer2thesis-%{texlive_version}.%{texlive_noarch}.2.2svn27539-%{release}-zypper
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-beameraudience-%{texlive_version}.%{texlive_noarch}.0.0.1svn23427-%{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-beamerposter-%{texlive_version}.%{texlive_noarch}.1.07svn17066-%{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-beamersubframe-%{texlive_version}.%{texlive_noarch}.0.0.2svn23510-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-beamertheme-upenn-bc-%{texlive_version}.%{texlive_noarch}.1.0svn29937-%{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-beamerthemejltree-%{texlive_version}.%{texlive_noarch}.1.1svn21977-%{release}-zypper
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-beamerthemenirma-%{texlive_version}.%{texlive_noarch}.0.0.1svn20765-%{release}-zypper
tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-beebe-%{texlive_version}.%{texlive_noarch}.svn30727-%{release}-zypper
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-begriff-%{texlive_version}.%{texlive_noarch}.1.6svn15878-%{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-belleek-%{texlive_version}.%{texlive_noarch}.svn18651-%{release}-zypper
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/belleek/my1mtt.fd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/belleek/my2mtt.fd
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/belleek/my3mtt.fd
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-belleek
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/belleek/*.{pf[ab],[ot]tf} \
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/belleek/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-belleek
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-belleek/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-belleek/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-belleek/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-belleek.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-belleek -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-belleek/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bengali-%{texlive_version}.%{texlive_noarch}.svn20987-%{release}-zypper
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bengali/beng.c
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bera-%{texlive_version}.%{texlive_noarch}.svn20031-%{release}-zypper
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-bera
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/bera/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-bera
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-bera/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-bera/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-bera/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-bera.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-bera -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-bera/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-berenisadf-%{texlive_version}.%{texlive_noarch}.1.004svn29845-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Bold.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-BoldItalic.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Italic.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Regular.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Bold.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-BoldItalic.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Italic.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Regular.otf
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/cfr.make.public
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/ff-ybd.pe
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/ybd-8y.nam
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/berenisadf/ybd.lig
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-berenisadf
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-berenisadf
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-berenisadf/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-berenisadf/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-berenisadf/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-berenisadf.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-berenisadf -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-berenisadf/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-betababel-%{texlive_version}.%{texlive_noarch}.0.0.5svn15878-%{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-beton-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/beton/beton.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/beton/beton.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bez123-%{texlive_version}.%{texlive_noarch}.1.1bsvn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bez123/bez123.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bez123/bez123.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bezos-%{texlive_version}.%{texlive_noarch}.svn25507-%{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-bgreek-%{texlive_version}.%{texlive_noarch}.0.0.3svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bgteubner-%{texlive_version}.%{texlive_noarch}.2.02svn25892-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bgteubner/bgteucls.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bgteubner/bgteucls.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bguq-%{texlive_version}.%{texlive_noarch}.0.0.4svn27401-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/bguq/bguq.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/bguq/bguq.ins
# Move font files
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-bguq
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/bguq/*.{pf[ab],[ot]tf}
do
test -e $font || continue
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-bguq
base=${font##*/}
ln -sf %{_datadir}/fonts/texlive-$name/${base} ${font}
done
> %{buildroot}%{_datadir}/fonts/texlive-bguq/encodings.dir
> %{buildroot}%{_datadir}/fonts/texlive-bguq/fonts.dir
> %{buildroot}%{_datadir}/fonts/texlive-bguq/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-bguq.conf)<<-'EOF'
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ************************************************ -->
<!-- Use this to disable the TeX fonts of the package -->
<!-- texlive-bguq -->
<!-- Be aware that the configurations in the files -->
<!-- 09-texlive*.conf will not be affected by this -->
<!-- ************************************************ -->
<fontconfig>
<rejectfont>
<glob>%{_datadir}/fonts/texlive-bguq/*</glob>
</rejectfont>
</fontconfig>
EOF
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bhcexam-%{texlive_version}.%{texlive_noarch}.0.0.2svn23304-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bhcexam/BHCexam.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bhcexam/BHCexam.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bib-fr-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{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-bibarts-%{texlive_version}.%{texlive_noarch}.svn15878-%{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
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/bibarts/gbib209.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/bibarts/gbib2e.bat
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/bibarts/gbibsort.exe
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibarts/gbibsort.c
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biber-%{texlive_version}.%{texlive_noarch}.1.6svn30591-%{release}-zypper
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibexport-%{texlive_version}.%{texlive_noarch}.3.01svn29349-%{release}-zypper
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive
rm -vf %{buildroot}%{_texmfdistdir}/source/bibtex/bibexport/bibexport.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/bibtex/bibexport/bibexport.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibhtml-%{texlive_version}.%{texlive_noarch}.2.0.1svn16093-%{release}-zypper
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-%{texlive_version}.%{texlive_noarch}.2.7asvn31234-%{release}-zypper
tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-apa-%{texlive_version}.%{texlive_noarch}.5.9svn30359-%{release}-zypper
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-bwl-%{texlive_version}.%{texlive_noarch}.svn26556-%{release}-zypper
tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-caspervector-%{texlive_version}.%{texlive_noarch}.0.0.1.8svn29794-%{release}-zypper
tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-chem-%{texlive_version}.%{texlive_noarch}.1.1ksvn29089-%{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-biblatex-chicago-%{texlive_version}.%{texlive_noarch}.0.0.9.9csvn29410-%{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-biblatex-dw-%{texlive_version}.%{texlive_noarch}.1.5svn27035-%{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-biblatex-fiwi-%{texlive_version}.%{texlive_noarch}.1.2dsvn30448-%{release}-zypper
tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-gost-%{texlive_version}.%{texlive_noarch}.0.0.8svn29663-%{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-biblatex-historian-%{texlive_version}.%{texlive_noarch}.0.0.4svn19787-%{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-biblatex-ieee-%{texlive_version}.%{texlive_noarch}.1.1hsvn29068-%{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-biblatex-juradiss-%{texlive_version}.%{texlive_noarch}.0.0.1fsvn29252-%{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-biblatex-luh-ipw-%{texlive_version}.%{texlive_noarch}.0.0.2svn25093-%{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-biblatex-mla-%{texlive_version}.%{texlive_noarch}.0.0.95svn30249-%{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-biblatex-musuos-%{texlive_version}.%{texlive_noarch}.1.0svn24097-%{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-biblatex-nature-%{texlive_version}.%{texlive_noarch}.1.2esvn30595-%{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
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-nejm-%{texlive_version}.%{texlive_noarch}.0.0.4svn24011-%{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-biblatex-philosophy-%{texlive_version}.%{texlive_noarch}.0.0.8esvn29893-%{release}-zypper
tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/biblatex-philosophy/biblatex-philosophy.bib
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/biblatex-philosophy/biblatex-philosophy.dtx
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biblatex-phys-%{texlive_version}.%{texlive_noarch}.0.0.9esvn29139-%{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-biblatex-publist-%{texlive_version}.%{texlive_noarch}.0.0.4svn30382-%{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-biblatex-science-%{texlive_version}.%{texlive_noarch}.1.1dsvn28970-%{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-biblatex-swiss-legal-%{texlive_version}.%{texlive_noarch}.1.0.1asvn29803-%{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-biblatex-trad-%{texlive_version}.%{texlive_noarch}.0.0.2svn27852-%{release}-zypper
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibleref-%{texlive_version}.%{texlive_noarch}.1.14svn21145-%{release}-zypper
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref/bibleref.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref/bibleref.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref/bibleref.perl
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibleref-french-%{texlive_version}.%{texlive_noarch}.2.3.1svn27098-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibleref-german-%{texlive_version}.%{texlive_noarch}.1.0asvn21923-%{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-bibleref-lds-%{texlive_version}.%{texlive_noarch}.1.0svn25526-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibleref-mouth-%{texlive_version}.%{texlive_noarch}.1.0svn25527-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibleref-parse-%{texlive_version}.%{texlive_noarch}.1.1svn22054-%{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-biblist-%{texlive_version}.%{texlive_noarch}.svn17116-%{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-bibtex-%{texlive_version}.%{texlive_noarch}.0.0.99dsvn29764-%{release}-zypper
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibtex8-%{texlive_version}.%{texlive_noarch}.3.71svn29725-%{release}-zypper
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibtexu-%{texlive_version}.%{texlive_noarch}.svn29743-%{release}-zypper
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibtopic-%{texlive_version}.%{texlive_noarch}.1.1asvn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibtopic/bibtopic.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibtopic/bibtopic.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibtopicprefix-%{texlive_version}.%{texlive_noarch}.1.10svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bibunits-%{texlive_version}.%{texlive_noarch}.2.2svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibunits/bibunits.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bibunits/bibunits.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bidi-%{texlive_version}.%{texlive_noarch}.13.5svn30783-%{release}-zypper
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bidi/bidi.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bidi/bidi.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bigfoot-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/bigfoot.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/bigfoot.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/bigfoot.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/perpage.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/perpage.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/suffix.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bigfoot/suffix.dtx
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bigints-%{texlive_version}.%{texlive_noarch}.svn29803-%{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-binomexp-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:169} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:170} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/binomexp/binomexp.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/binomexp/binomexp.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-biocon-%{texlive_version}.%{texlive_noarch}.svn15878-%{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-bitelist-%{texlive_version}.%{texlive_noarch}.0.0.1svn25779-%{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
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/bitelist/bitelist.tex
rm -vf %{buildroot}%{_texmfdistdir}/source/generic/bitelist/srcfiles.tex
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-bizcard-%{texlive_version}.%{texlive_noarch}.1.1svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bizcard/bizcard.drv
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bizcard/bizcard.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/bizcard/bizcard.ins
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-blacklettert1-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmbsy10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmbx10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmmi10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmmib10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmr10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmr7.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmsy10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/cmu10.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/ecbx1000.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/ecrm0700.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/ecrm1000.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/yfrak.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/ygoth.pl
rm -vf %{buildroot}%{_texmfdistdir}/source/fonts/blacklettert1/yswab.pl
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
%{buildroot}/var/adm/update-scripts/texlive-blindtext-%{texlive_version}.%{texlive_noarch}.1.9csvn25039-%{release}-zypper
tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext.ins
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_american.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_catalan.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_english.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_french.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_german.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_latin.dtx
rm -vf %{buildroot}%{_texmfdistdir}/source/latex/blindtext/blindtext_ngerman.dtx
# Remove this
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
rm -v %{buildroot}%{_datadir}/texlive/texmf
rm -v %{buildroot}%{_datadir}/texlive/texmf-dist
rm -vr %{buildroot}%{_datadir}/texlive
# Handle manual pages
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf
for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \
%{buildroot}%{_texmfdistdir}/doc/man/man?
do
test -d "$path" || continue
sec=${path##*/}
mkdir -p %{buildroot}%{_mandir}/${sec}
for page in ${path}/*.*
do
test -e "$page" || continue
mv -f $page %{buildroot}%{_mandir}/${sec}/
done
done
rm -rf %{buildroot}%{_texmfmaindir}/doc/man
rm -rf %{buildroot}%{_texmfdistdir}/doc/man
%changelog