OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-b?expand=0&rev=67
13586 lines
557 KiB
RPMSpec
13586 lines
557 KiB
RPMSpec
#
|
|
# spec file for package texlive-specs-b
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define texlive_version 2016
|
|
%define texlive_previous 2015
|
|
%define texlive_release 20160523
|
|
%define texlive_noarch 122
|
|
|
|
#!BuildIgnore: texlive
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
|
%if 0%{texlive_version} >= 2013
|
|
%define _texmfmaindir %{_texmfdistdir}
|
|
%define _texmfdirs %{_texmfdistdir}
|
|
%else
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
|
%endif
|
|
|
|
%define _texmfconfdir %{_sysconfdir}/texmf
|
|
%define _texmfvardir %{_varlib}/texmf
|
|
%define _texmfcache %{_localstatedir}/cache/texmf
|
|
%define _fontcache %{_texmfcache}/fonts
|
|
#
|
|
%define _x11bin %{_prefix}/bin
|
|
%define _x11lib %{_libdir}
|
|
%define _x11data %{_datadir}/X11
|
|
%define _x11inc %{_includedir}
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
|
|
Name: texlive-specs-b
|
|
Version: 2016
|
|
Release: 0
|
|
BuildRequires: ed
|
|
BuildRequires: texlive-filesystem
|
|
BuildRequires: xz
|
|
BuildArch: noarch
|
|
Summary: Meta package for b
|
|
License: BSD-3-Clause and GPL-2.0+ and LGPL-3.0+ and LPPL-1.0 and SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
|
|
Source0: texlive-specs-b-rpmlintrc
|
|
|
|
%description
|
|
Meta package to build tons of noarch texlive packages.
|
|
|
|
%package -n texlive-arrayjobx
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn18125
|
|
Release: 0
|
|
Summary: Array data structures for (La)TeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-arrayjobx-doc >= %{texlive_version}
|
|
Provides: tex(arrayjob.sty)
|
|
Provides: tex(arrayjobx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source1: arrayjobx.tar.xz
|
|
Source2: arrayjobx.doc.tar.xz
|
|
|
|
%description -n texlive-arrayjobx
|
|
This package provides array data structures in (La)TeX, in the
|
|
meaning of the classical procedural programming languages like
|
|
Fortran, Ada or C, and macros to manipulate them. Arrays can be
|
|
mono or bi-dimensional. This is useful for applications which
|
|
require high level programming techniques, like algorithmic
|
|
graphics programmed in the TeX language. The package supersedes
|
|
the arrayjob package.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-arrayjobx-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.04svn18125
|
|
Release: 0
|
|
Summary: Documentation for texlive-arrayjobx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-arrayjobx-doc
|
|
This package includes the documentation for texlive-arrayjobx
|
|
|
|
%post -n texlive-arrayjobx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-arrayjobx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-arrayjobx
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-arrayjobx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/arrayjobx/README
|
|
%{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.pdf
|
|
%{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.tex
|
|
%{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.pdf
|
|
%{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.tex
|
|
|
|
%files -n texlive-arrayjobx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjob.sty
|
|
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjobx.sty
|
|
/var/adm/update-scripts/texlive-arrayjobx-%{texlive_version}.%{texlive_noarch}.1.04svn18125-%{release}-zypper
|
|
|
|
%package -n texlive-arraysort
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn31576
|
|
Release: 0
|
|
Summary: Sort arrays (or portions of them)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-arraysort-doc >= %{texlive_version}
|
|
Provides: tex(arraysort.sty)
|
|
Requires: tex(arrayjobx.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(lcg.sty)
|
|
Requires: tex(macroswap.sty)
|
|
Requires: tex(pdftexcmds.sty)
|
|
Requires: tex(xargs.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source3: arraysort.tar.xz
|
|
Source4: arraysort.doc.tar.xz
|
|
|
|
%description -n texlive-arraysort
|
|
The package provides a mechanism for sorting arrays (or
|
|
portions of them); the arrays should have been created using
|
|
the arrayjobx package.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-arraysort-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn31576
|
|
Release: 0
|
|
Summary: Documentation for texlive-arraysort
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-arraysort-doc
|
|
This package includes the documentation for texlive-arraysort
|
|
|
|
%post -n texlive-arraysort
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-arraysort
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-arraysort
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-arraysort-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/arraysort/Makefile
|
|
%{_texmfdistdir}/doc/latex/arraysort/README
|
|
%{_texmfdistdir}/doc/latex/arraysort/arraysort.pdf
|
|
|
|
%files -n texlive-arraysort
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/arraysort/arraysort.sty
|
|
/var/adm/update-scripts/texlive-arraysort-%{texlive_version}.%{texlive_noarch}.1.0svn31576-%{release}-zypper
|
|
|
|
%package -n texlive-arsclassica
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.0.3svn25466
|
|
Release: 0
|
|
Summary: A different view of the ClassicThesis package
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-arsclassica-doc >= %{texlive_version}
|
|
Provides: tex(arsclassica.sty)
|
|
Requires: tex(caption.sty)
|
|
Requires: tex(classicthesis.sty)
|
|
Requires: tex(soul.sty)
|
|
Requires: tex(titlesec.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source5: arsclassica.tar.xz
|
|
Source6: arsclassica.doc.tar.xz
|
|
|
|
%description -n texlive-arsclassica
|
|
The package changes some typographical points of the
|
|
ClassicThesis style, by Andre Miede. It enables the user to
|
|
reproduce the look of the guide The art of writing with LaTeX
|
|
(the web page is in Italian).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-arsclassica-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.0.3svn25466
|
|
Release: 0
|
|
Summary: Documentation for texlive-arsclassica
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-arsclassica-doc:en)
|
|
|
|
%description -n texlive-arsclassica-doc
|
|
This package includes the documentation for texlive-arsclassica
|
|
|
|
%post -n texlive-arsclassica
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-arsclassica
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-arsclassica
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-arsclassica-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.pdf
|
|
%{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Bibliography.bib
|
|
%{_texmfdistdir}/doc/latex/arsclassica/CHANGES
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Chapters/Code.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Chapters/Fundamentals.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Contents.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Index.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titleback.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Graphics/Birds.jpg
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_1.jpg
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_2.jpg
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_3.jpg
|
|
%{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_4.jpg
|
|
%{_texmfdistdir}/doc/latex/arsclassica/README
|
|
%{_texmfdistdir}/doc/latex/arsclassica/arsclassica-settings.tex
|
|
|
|
%files -n texlive-arsclassica
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/arsclassica/classic.ist
|
|
%{_texmfdistdir}/tex/latex/arsclassica/arsclassica.sty
|
|
/var/adm/update-scripts/texlive-arsclassica-%{texlive_version}.%{texlive_noarch}.4.0.3svn25466-%{release}-zypper
|
|
|
|
%package -n texlive-articleingud
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn38741
|
|
Release: 0
|
|
Summary: LaTeX class for articles published in INGENIERIA review
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-articleingud-doc >= %{texlive_version}
|
|
Provides: tex(articleingud.cls)
|
|
Requires: tex(article.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source7: articleingud.tar.xz
|
|
Source8: articleingud.doc.tar.xz
|
|
|
|
%description -n texlive-articleingud
|
|
The class is for articles published in INGENIERIA review. It is
|
|
derived from the standard LaTeX class article.
|
|
|
|
date: 2015-10-30 16:08:07 +0000
|
|
|
|
|
|
%package -n texlive-articleingud-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn38741
|
|
Release: 0
|
|
Summary: Documentation for texlive-articleingud
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-articleingud-doc:es)
|
|
|
|
%description -n texlive-articleingud-doc
|
|
This package includes the documentation for texlive-articleingud
|
|
|
|
%post -n texlive-articleingud
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-articleingud
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-articleingud
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-articleingud-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/articleingud/README
|
|
%{_texmfdistdir}/doc/latex/articleingud/articleingud.pdf
|
|
%{_texmfdistdir}/doc/latex/articleingud/plantilla.tex
|
|
%{_texmfdistdir}/doc/latex/articleingud/template.tex
|
|
|
|
%files -n texlive-articleingud
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/articleingud/articleingud.cls
|
|
/var/adm/update-scripts/texlive-articleingud-%{texlive_version}.%{texlive_noarch}.0.0.3svn38741-%{release}-zypper
|
|
|
|
%package -n texlive-arydshln
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.73svn40847
|
|
Release: 0
|
|
Summary: Draw dash-lines in array/tabular
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-arydshln-doc >= %{texlive_version}
|
|
Provides: tex(arydshln.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source9: arydshln.tar.xz
|
|
Source10: arydshln.doc.tar.xz
|
|
|
|
%description -n texlive-arydshln
|
|
The package is to draw dash-lines in array/tabular
|
|
environments. Horizontal lines are drawn by \hdashline and
|
|
\cdashline while vertical ones can be specified as a part of
|
|
the preamble using ':'. The shape of dash-lines may be
|
|
controlled through style parameters or optional arguments. The
|
|
package is compatible with array, colortab, longtable, and
|
|
colortbl.
|
|
|
|
date: 2016-04-29 12:56:54 +0000
|
|
|
|
|
|
%package -n texlive-arydshln-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.73svn40847
|
|
Release: 0
|
|
Summary: Documentation for texlive-arydshln
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-arydshln-doc
|
|
This package includes the documentation for texlive-arydshln
|
|
|
|
%post -n texlive-arydshln
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-arydshln
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-arydshln
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-arydshln-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/arydshln/README
|
|
%{_texmfdistdir}/doc/latex/arydshln/arydshln-man.pdf
|
|
%{_texmfdistdir}/doc/latex/arydshln/arydshln-man.tex
|
|
%{_texmfdistdir}/doc/latex/arydshln/arydshln.pdf
|
|
|
|
%files -n texlive-arydshln
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/arydshln/arydshln.sty
|
|
/var/adm/update-scripts/texlive-arydshln-%{texlive_version}.%{texlive_noarch}.1.73svn40847-%{release}-zypper
|
|
|
|
%package -n texlive-asaetr
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn15878
|
|
Release: 0
|
|
Summary: Transactions of the ASAE
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-asaetr-doc >= %{texlive_version}
|
|
Provides: tex(asaesub.sty)
|
|
Provides: tex(asaetr.cls)
|
|
Provides: tex(asaetr.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source11: asaetr.tar.xz
|
|
Source12: asaetr.doc.tar.xz
|
|
|
|
%description -n texlive-asaetr
|
|
A class and BibTeX style for submissions to the Transactions of
|
|
the American Society of Agricultural Engineers. Also included
|
|
is the Metafont source of a slanted Computer Modern Caps and
|
|
Small Caps font.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-asaetr-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0asvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-asaetr
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-asaetr-doc
|
|
This package includes the documentation for texlive-asaetr
|
|
|
|
%post -n texlive-asaetr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asaetr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asaetr
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asaetr-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/asaetr/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/asaetr/asaetr.bib
|
|
%{_texmfdistdir}/doc/latex/asaetr/asaetr.pdf
|
|
%{_texmfdistdir}/doc/latex/asaetr/asaetr.tex
|
|
%{_texmfdistdir}/doc/latex/asaetr/cmcscsl10.mf
|
|
|
|
%files -n texlive-asaetr
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/asaetr/asaetr.bst
|
|
%{_texmfdistdir}/tex/latex/asaetr/asaesub.sty
|
|
%{_texmfdistdir}/tex/latex/asaetr/asaetr.cls
|
|
%{_texmfdistdir}/tex/latex/asaetr/asaetr.sty
|
|
/var/adm/update-scripts/texlive-asaetr-%{texlive_version}.%{texlive_noarch}.1.0asvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-asapsym
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn40201
|
|
Release: 0
|
|
Summary: Using the free ASAP Symbol font with LaTeX and Plain TeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-asapsym-fonts >= %{texlive_version}
|
|
Recommends: texlive-asapsym-doc >= %{texlive_version}
|
|
Provides: tex(asapsym-generic.tex)
|
|
Provides: tex(asapsym.code.tex)
|
|
Provides: tex(asapsym.sty)
|
|
Requires: tex(fontspec.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source13: asapsym.tar.xz
|
|
Source14: asapsym.doc.tar.xz
|
|
|
|
%description -n texlive-asapsym
|
|
The package provides macros (usable with LaTeX or Plain TeX)
|
|
for using the freely available ASAP Symbol font, which is also
|
|
included. The font is distributed in OpenType format, and makes
|
|
extensive use of OpenType features. Therefore, at this time,
|
|
only XeTeX and LuaTeX are supported. An error message is issued
|
|
if an OTF-capable engine is not detected.
|
|
|
|
date: 2016-03-30 04:22:42 +0000
|
|
|
|
|
|
%package -n texlive-asapsym-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn40201
|
|
Release: 0
|
|
Summary: Documentation for texlive-asapsym
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-asapsym-doc
|
|
This package includes the documentation for texlive-asapsym
|
|
|
|
|
|
%package -n texlive-asapsym-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn40201
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-asapsym
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-asapsym-fonts
|
|
The separated fonts package for texlive-asapsym
|
|
%post -n texlive-asapsym
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asapsym
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asapsym
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-asapsym-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-asapsym
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-asapsym
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-asapsym-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-asapsym-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/asapsym/README.md
|
|
%{_texmfdistdir}/doc/fonts/asapsym/asapsym.pdf
|
|
|
|
%files -n texlive-asapsym
|
|
%defattr(-,root,root,755)
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/omnibus-type/asapsym/Asap-Symbol.otf
|
|
%{_texmfdistdir}/tex/generic/asapsym/asapsym-generic.tex
|
|
%{_texmfdistdir}/tex/latex/asapsym/asapsym.sty
|
|
%{_texmfdistdir}/tex/plain/asapsym/asapsym.code.tex
|
|
|
|
%files -n texlive-asapsym-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-asapsym
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-asapsym.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-asapsym/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-asapsym/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-asapsym/fonts.scale
|
|
%{_datadir}/fonts/texlive-asapsym/Asap-Symbol.otf
|
|
/var/adm/update-scripts/texlive-asapsym-%{texlive_version}.%{texlive_noarch}.1.0svn40201-%{release}-zypper
|
|
|
|
%package -n texlive-ascelike
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3svn29129
|
|
Release: 0
|
|
Summary: Bibliography style for the ASCE
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ascelike-doc >= %{texlive_version}
|
|
Provides: tex(ascelike.cls)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source15: ascelike.tar.xz
|
|
Source16: ascelike.doc.tar.xz
|
|
|
|
%description -n texlive-ascelike
|
|
A document class and bibliographic style that prepares
|
|
documents in the style required by the American Society of
|
|
Civil Engineers (ASCE). These are unofficial files, not
|
|
sanctioned by that organization, and the files specifically
|
|
give this caveat. Also included is a short
|
|
documentation/example of how to use the class.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-ascelike-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3svn29129
|
|
Release: 0
|
|
Summary: Documentation for texlive-ascelike
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ascelike-doc
|
|
This package includes the documentation for texlive-ascelike
|
|
|
|
%post -n texlive-ascelike
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ascelike
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-ascelike
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-ascelike-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ascelike/README
|
|
%{_texmfdistdir}/doc/latex/ascelike/ascexmpl.bib
|
|
%{_texmfdistdir}/doc/latex/ascelike/ascexmpl.pdf
|
|
%{_texmfdistdir}/doc/latex/ascelike/ascexmpl.tex
|
|
|
|
%files -n texlive-ascelike
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/ascelike/ascelike.bst
|
|
%{_texmfdistdir}/tex/latex/ascelike/ascelike.cls
|
|
/var/adm/update-scripts/texlive-ascelike-%{texlive_version}.%{texlive_noarch}.2.3svn29129-%{release}-zypper
|
|
|
|
%package -n texlive-ascii-chart
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20536
|
|
Release: 0
|
|
Summary: An ASCII wall chart
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source17: ascii-chart.doc.tar.xz
|
|
|
|
%description -n texlive-ascii-chart
|
|
The document may be converted between Plain TeX and LaTeX
|
|
(2.09) by a simple editing action.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
%post -n texlive-ascii-chart
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ascii-chart
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-ascii-chart
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-ascii-chart
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/ascii-chart/ascii.pdf
|
|
%{_texmfdistdir}/doc/support/ascii-chart/ascii.tex
|
|
/var/adm/update-scripts/texlive-ascii-chart-%{texlive_version}.%{texlive_noarch}.svn20536-%{release}-zypper
|
|
|
|
%package -n texlive-ascii-font
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn29989
|
|
Release: 0
|
|
Summary: Use the ASCII "font" in LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Obsoletes: texlive-ascii <= 2012
|
|
Provides: texlive-ascii = %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-ascii-font-fonts >= %{texlive_version}
|
|
Recommends: texlive-ascii-font-doc >= %{texlive_version}
|
|
Provides: tex(ASCII.tfm)
|
|
Provides: tex(ascii.map)
|
|
Provides: tex(ascii.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source18: ascii-font.tar.xz
|
|
Source19: ascii-font.doc.tar.xz
|
|
|
|
%description -n texlive-ascii-font
|
|
The package provides glyph and font access commands so that
|
|
LaTeX users can use the ASCII glyphs in their documents. The
|
|
ASCII font is encoded according to the IBM PC Code Page 437 C0
|
|
Graphics. This package replaces any early LaTeX 2.09 package
|
|
and "font" by R. Ramasubramanian and R.W.D. Nickalls.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-ascii-font-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn29989
|
|
Release: 0
|
|
Summary: Documentation for texlive-ascii-font
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ascii-font-doc
|
|
This package includes the documentation for texlive-ascii-font
|
|
|
|
|
|
%package -n texlive-ascii-font-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn29989
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-ascii-font
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-ascii-font-fonts
|
|
The separated fonts package for texlive-ascii-font
|
|
%post -n texlive-ascii-font
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap ascii.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-ascii-font
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap ascii.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-ascii-font
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-ascii-font-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-ascii-font
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-ascii-font
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-ascii-font-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-ascii-font-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/ascii-font/README.TEXLIVE
|
|
|
|
%files -n texlive-ascii-font
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/ascii-font/ascii.map
|
|
%{_texmfdistdir}/fonts/tfm/public/ascii-font/ASCII.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/ascii-font/ASCII.pfb
|
|
%{_texmfdistdir}/tex/latex/ascii-font/ascii.sty
|
|
|
|
%files -n texlive-ascii-font-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-ascii-font
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-ascii-font.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ascii-font/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ascii-font/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-ascii-font/fonts.scale
|
|
%{_datadir}/fonts/texlive-ascii-font/ASCII.pfb
|
|
/var/adm/update-scripts/texlive-ascii-font-%{texlive_version}.%{texlive_noarch}.2.0svn29989-%{release}-zypper
|
|
|
|
%package -n texlive-asciilist
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn41158
|
|
Release: 0
|
|
Summary: Environments AsciiList and AsciiDocList for prototyping nested lists in LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-asciilist-doc >= %{texlive_version}
|
|
Provides: tex(asciilist.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(trimspaces.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source20: asciilist.tar.xz
|
|
Source21: asciilist.doc.tar.xz
|
|
|
|
%description -n texlive-asciilist
|
|
The asciilist provides the environments AsciiList and
|
|
AsciiDocList, which enable quickly typesetting nested lists in
|
|
LaTeX without having to type individual item macros or
|
|
opening/closing list environments. The package provides
|
|
auxiliary functionality for loading such lists from files and
|
|
provides macros for configuring the use of the list
|
|
environments and the appearance of the typeset results.
|
|
|
|
date: 2016-05-15 12:09:28 +0000
|
|
|
|
|
|
%package -n texlive-asciilist-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn41158
|
|
Release: 0
|
|
Summary: Documentation for texlive-asciilist
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-asciilist-doc
|
|
This package includes the documentation for texlive-asciilist
|
|
|
|
%post -n texlive-asciilist
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asciilist
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asciilist
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asciilist-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/asciilist/AsciiDocList.example
|
|
%{_texmfdistdir}/doc/latex/asciilist/AsciiList.example
|
|
%{_texmfdistdir}/doc/latex/asciilist/README.md
|
|
%{_texmfdistdir}/doc/latex/asciilist/asciilist.pdf
|
|
|
|
%files -n texlive-asciilist
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/asciilist/asciilist.sty
|
|
/var/adm/update-scripts/texlive-asciilist-%{texlive_version}.%{texlive_noarch}.2.2svn41158-%{release}-zypper
|
|
|
|
%package -n texlive-askmaps
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn32320
|
|
Release: 0
|
|
Summary: Typeset American style Karnaugh maps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-askmaps-doc >= %{texlive_version}
|
|
Provides: tex(askmaps.sty)
|
|
Requires: tex(pict2e.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source22: askmaps.tar.xz
|
|
Source23: askmaps.doc.tar.xz
|
|
|
|
%description -n texlive-askmaps
|
|
The package provides 2, 3, 4 and 5 variable Karnaugh maps, in
|
|
the style used in numerous textbooks on digital design. The
|
|
package draws K-maps where the most significant input variables
|
|
are placed on top of the columns and the least significant
|
|
variables are placed left of the rows.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-askmaps-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn32320
|
|
Release: 0
|
|
Summary: Documentation for texlive-askmaps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-askmaps-doc
|
|
This package includes the documentation for texlive-askmaps
|
|
|
|
%post -n texlive-askmaps
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-askmaps
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-askmaps
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-askmaps-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/askmaps/README
|
|
%{_texmfdistdir}/doc/latex/askmaps/askmaps.pdf
|
|
%{_texmfdistdir}/doc/latex/askmaps/askmaps.tex
|
|
|
|
%files -n texlive-askmaps
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/askmaps/askmaps.sty
|
|
/var/adm/update-scripts/texlive-askmaps-%{texlive_version}.%{texlive_noarch}.0.0.1svn32320-%{release}-zypper
|
|
|
|
%package -n texlive-aspectratio
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn25243
|
|
Release: 0
|
|
Summary: Capital A and capital R ligature for Aspect Ratio
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-aspectratio-fonts >= %{texlive_version}
|
|
Recommends: texlive-aspectratio-doc >= %{texlive_version}
|
|
Provides: tex(amarbi.tfm)
|
|
Provides: tex(amarri.tfm)
|
|
Provides: tex(aparbi.tfm)
|
|
Provides: tex(aparri.tfm)
|
|
Provides: tex(ar.sty)
|
|
Provides: tex(ar10.tfm)
|
|
Provides: tex(ar12.tfm)
|
|
Provides: tex(ar5.tfm)
|
|
Provides: tex(ar6.tfm)
|
|
Provides: tex(ar7.tfm)
|
|
Provides: tex(ar8.tfm)
|
|
Provides: tex(ar9.tfm)
|
|
Provides: tex(arb10.tfm)
|
|
Provides: tex(arb12.tfm)
|
|
Provides: tex(arb5.tfm)
|
|
Provides: tex(arb6.tfm)
|
|
Provides: tex(arb7.tfm)
|
|
Provides: tex(arb8.tfm)
|
|
Provides: tex(arb9.tfm)
|
|
Provides: tex(arssbi10.tfm)
|
|
Provides: tex(arssi10.tfm)
|
|
Provides: tex(artti10.tfm)
|
|
Provides: tex(aspectratio.map)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source24: aspectratio.tar.xz
|
|
Source25: aspectratio.doc.tar.xz
|
|
|
|
%description -n texlive-aspectratio
|
|
The package provides fonts (both as Adobe Type 1 format, and as
|
|
Metafont source) for the 'AR' symbol (for Aspect Ratio) used by
|
|
aeronautical scientists and engineers. Note that the package
|
|
supersedes the package ar
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-aspectratio-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn25243
|
|
Release: 0
|
|
Summary: Documentation for texlive-aspectratio
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-aspectratio-doc
|
|
This package includes the documentation for texlive-aspectratio
|
|
|
|
|
|
%package -n texlive-aspectratio-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn25243
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-aspectratio
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-aspectratio-fonts
|
|
The separated fonts package for texlive-aspectratio
|
|
%post -n texlive-aspectratio
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap aspectratio.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-aspectratio
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap aspectratio.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-aspectratio
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-aspectratio-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-aspectratio
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-aspectratio
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-aspectratio-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-aspectratio-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/aspectratio/ar.pdf
|
|
%{_texmfdistdir}/doc/latex/aspectratio/ar.tex
|
|
|
|
%files -n texlive-aspectratio
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/aspectratio/aspectratio.map
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar10.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar12.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar6.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar7.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar8.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/ar9.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb10.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb12.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb5.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb6.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb7.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb8.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arb9.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arssbi10.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/arssi10.mf
|
|
%{_texmfdistdir}/fonts/source/public/aspectratio/artti10.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparbi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparri.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar12.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb12.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb5.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb6.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb7.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb9.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssbi10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssi10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aspectratio/artti10.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/amarbi.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/amarri.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar10.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar12.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar5.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar6.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar7.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/ar9.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb10.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb12.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb5.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb6.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb7.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arb9.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arssbi10.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/arssi10.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aspectratio/artti10.pfb
|
|
%{_texmfdistdir}/tex/latex/aspectratio/ar.sty
|
|
|
|
%files -n texlive-aspectratio-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-aspectratio
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-aspectratio.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aspectratio/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aspectratio/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aspectratio/fonts.scale
|
|
%{_datadir}/fonts/texlive-aspectratio/amarbi.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/amarri.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar10.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar12.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar5.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar6.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar7.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar8.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/ar9.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb10.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb12.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb5.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb6.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb7.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb8.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arb9.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arssbi10.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/arssi10.pfb
|
|
%{_datadir}/fonts/texlive-aspectratio/artti10.pfb
|
|
/var/adm/update-scripts/texlive-aspectratio-%{texlive_version}.%{texlive_noarch}.2.0svn25243-%{release}-zypper
|
|
|
|
%package -n texlive-assignment
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20431
|
|
Release: 0
|
|
Summary: A class file for typesetting homework and lab assignments
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-assignment-doc >= %{texlive_version}
|
|
Provides: tex(assignment.cls)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source26: assignment.tar.xz
|
|
Source27: assignment.doc.tar.xz
|
|
|
|
%description -n texlive-assignment
|
|
A class file for typesetting homework and lab assignments.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-assignment-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20431
|
|
Release: 0
|
|
Summary: Documentation for texlive-assignment
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-assignment-doc
|
|
This package includes the documentation for texlive-assignment
|
|
|
|
%post -n texlive-assignment
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-assignment
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-assignment
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-assignment-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/assignment/Changelog
|
|
%{_texmfdistdir}/doc/latex/assignment/LICENSE
|
|
%{_texmfdistdir}/doc/latex/assignment/README
|
|
%{_texmfdistdir}/doc/latex/assignment/assignment.pdf
|
|
%{_texmfdistdir}/doc/latex/assignment/assignment.tex
|
|
|
|
%files -n texlive-assignment
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/assignment/assignment.cls
|
|
/var/adm/update-scripts/texlive-assignment-%{texlive_version}.%{texlive_noarch}.svn20431-%{release}-zypper
|
|
|
|
%package -n texlive-assoccnt
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn38497
|
|
Release: 0
|
|
Summary: Associate counters, making them step when a master steps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-assoccnt-doc >= %{texlive_version}
|
|
Provides: tex(assoccnt.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xstring.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source28: assoccnt.tar.xz
|
|
Source29: assoccnt.doc.tar.xz
|
|
|
|
%description -n texlive-assoccnt
|
|
The package provides the means of declaring a set of counters
|
|
to be stepped, each time some 'master' counter is stepped.
|
|
|
|
date: 2015-11-07 08:28:08 +0000
|
|
|
|
|
|
%package -n texlive-assoccnt-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn38497
|
|
Release: 0
|
|
Summary: Documentation for texlive-assoccnt
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-assoccnt-doc
|
|
This package includes the documentation for texlive-assoccnt
|
|
|
|
%post -n texlive-assoccnt
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-assoccnt
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-assoccnt
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-assoccnt-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/assoccnt/README
|
|
%{_texmfdistdir}/doc/latex/assoccnt/assoccnt_doc.pdf
|
|
%{_texmfdistdir}/doc/latex/assoccnt/assoccnt_doc.tex
|
|
%{_texmfdistdir}/doc/latex/assoccnt/assoccnt_example.pdf
|
|
%{_texmfdistdir}/doc/latex/assoccnt/assoccnt_example.tex
|
|
|
|
%files -n texlive-assoccnt
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/assoccnt/assoccnt.sty
|
|
/var/adm/update-scripts/texlive-assoccnt-%{texlive_version}.%{texlive_noarch}.0.0.8svn38497-%{release}-zypper
|
|
|
|
%package -n texlive-astro
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.20svn15878
|
|
Release: 0
|
|
Summary: Astronomical (planetary) symbols
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-astro-doc >= %{texlive_version}
|
|
Provides: tex(astrosym.tfm)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source30: astro.tar.xz
|
|
Source31: astro.doc.tar.xz
|
|
|
|
%description -n texlive-astro
|
|
Astrosym is a font containing astronomical symbols, including
|
|
those used for the planets, four planetoids, the phases of the
|
|
moon, the signs of the zodiac, and some additional symbols. The
|
|
font is distributed as Metafont source.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-astro-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.20svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-astro
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-astro-doc
|
|
This package includes the documentation for texlive-astro
|
|
|
|
%post -n texlive-astro
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-astro
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-astro
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-astro-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/astro/astrosym.tex
|
|
%{_texmfdistdir}/doc/fonts/astro/astrosym.txt
|
|
|
|
%files -n texlive-astro
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cal
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cmn
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mac
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mf
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.uni
|
|
%{_texmfdistdir}/fonts/source/public/astro/astrosym.xtr
|
|
%{_texmfdistdir}/fonts/tfm/public/astro/astrosym.tfm
|
|
/var/adm/update-scripts/texlive-astro-%{texlive_version}.%{texlive_noarch}.2.20svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-asyfig
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1csvn17512
|
|
Release: 0
|
|
Summary: Commands for using Asymptote figures
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-asyfig-doc >= %{texlive_version}
|
|
Provides: tex(asyalign.sty)
|
|
Provides: tex(asyfig.sty)
|
|
Provides: tex(asyprocess.sty)
|
|
Requires: tex(catchfile.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifmtarg.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifplatform.sty)
|
|
Requires: tex(preview.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source32: asyfig.tar.xz
|
|
Source33: asyfig.doc.tar.xz
|
|
|
|
%description -n texlive-asyfig
|
|
The package provides a means of reading Asymptote figures from
|
|
separate files, rather than within the document, as is standard
|
|
in the asymptote package, which is provided as part of the
|
|
Asymptote bundle. The asymptote way can prove cumbersome in a
|
|
large document; the present package allows the user to process
|
|
one picture at a time, in simple test documents, and then to
|
|
migrate (with no fuss) to their use in the target document.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-asyfig-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1csvn17512
|
|
Release: 0
|
|
Summary: Documentation for texlive-asyfig
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-asyfig-doc
|
|
This package includes the documentation for texlive-asyfig
|
|
|
|
%post -n texlive-asyfig
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asyfig
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asyfig
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asyfig-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/asyfig/README
|
|
%{_texmfdistdir}/doc/latex/asyfig/asyfig.pdf
|
|
%{_texmfdistdir}/doc/latex/asyfig/example/frf.asy
|
|
%{_texmfdistdir}/doc/latex/asyfig/example/test-asyfig.tex
|
|
|
|
%files -n texlive-asyfig
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/asyfig/asyalign.sty
|
|
%{_texmfdistdir}/tex/latex/asyfig/asyfig.sty
|
|
%{_texmfdistdir}/tex/latex/asyfig/asyprocess.sty
|
|
/var/adm/update-scripts/texlive-asyfig-%{texlive_version}.%{texlive_noarch}.0.0.1csvn17512-%{release}-zypper
|
|
|
|
%package -n texlive-asymptote
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.38svn41076
|
|
Release: 0
|
|
Summary: 2D and 3D TeX-Aware Vector Graphics Language
|
|
License: LGPL-3.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-asymptote-bin >= %{texlive_version}
|
|
#!BuildIgnore: texlive-asymptote-bin
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-asymptote-doc >= %{texlive_version}
|
|
Requires: python-tk
|
|
Requires: texlive-media9 >= %{texlive_version}
|
|
Requires: texlive-movie15 >= %{texlive_version}
|
|
Provides: tex(asycolors.sty)
|
|
Provides: tex(asymptote.sty)
|
|
Provides: tex(colo-asy.tex)
|
|
Provides: tex(ocg.sty)
|
|
Requires: tex(catchfile.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source34: asymptote.tar.xz
|
|
Source35: asymptote.doc.tar.xz
|
|
|
|
%description -n texlive-asymptote
|
|
Asymptote is a powerful descriptive vector graphics language
|
|
for technical drawing, inspired by MetaPost but with an
|
|
improved C++-like syntax. Asymptote provides for figures of the
|
|
same high-quality level of typesetting that LaTeX does for
|
|
scientific text.
|
|
|
|
date: 2016-05-12 13:02:52 +0000
|
|
|
|
|
|
%package -n texlive-asymptote-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.38svn41076
|
|
Release: 0
|
|
Summary: Documentation for texlive-asymptote
|
|
License: LGPL-3.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(preun): %install_info_prereq
|
|
Requires(post): %install_info_prereq
|
|
|
|
%description -n texlive-asymptote-doc
|
|
This package includes the documentation for texlive-asymptote
|
|
|
|
%post -n texlive-asymptote
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asymptote
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asymptote
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%preun -n texlive-asymptote-doc
|
|
if test $1 = 0; then
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/asy-faq.info
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/asymptote.info
|
|
fi
|
|
|
|
%post -n texlive-asymptote-doc
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/asy-faq.info
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/asymptote.info
|
|
%files -n texlive-asymptote-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/asymptote/CAD.pdf
|
|
%{_texmfdistdir}/doc/asymptote/TeXShopAndAsymptote.pdf
|
|
%{_texmfdistdir}/doc/asymptote/asy-latex.pdf
|
|
%{_texmfdistdir}/doc/asymptote/asyRefCard.pdf
|
|
%{_texmfdistdir}/doc/asymptote/asymptote.pdf
|
|
%{_texmfdistdir}/doc/asymptote/examples/100d.views
|
|
%{_texmfdistdir}/doc/asymptote/examples/1overx.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/BezierPatch.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/BezierSurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/BezierTriangle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Bode.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/CAD1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/CDlabel.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Coons.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/GaussianSurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Gouraud.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Gouraudcontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/HermiteSpline.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Hobbycontrol.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Hobbydir.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Klein.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/NURBScurve.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/NURBSsphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/NURBSsurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Pythagoras.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/PythagoreanTree.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/RiemannSphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/RiemannSurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/RiemannSurfaceRoot.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/Sierpinski.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/SierpinskiGasket.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/SierpinskiSponge.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/advection.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/alignbox.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/alignedaxis.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/cube.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/earthmoon.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/embeddedmovie.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/embeddedu3d.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/externalmovie.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/glmovie.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/heatequation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/inlinemovie.tex
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/inlinemovie3.tex
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/pdfmovie.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/slidemovies.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/sphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/torusanimation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/wavepacket.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/animations/wheel.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/annotation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/arrows3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/axis3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/bars3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/basealign.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/bezier.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/bezier2.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/beziercurve.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/bigdiagonal.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/billboard.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/binarytreetest.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/brokenaxis.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/buildcycle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cardioid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cards.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/centroidfg.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cheese.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/circles.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/circumcircle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/clockarray.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/coag.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/colons.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/colorplanes.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/colors.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/condor.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cones.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/conicurv.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/contextfonts.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/controlsystem.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cos2theta.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cos3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cosaddition.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cpkcolors.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cube.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/curvedlabel.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/curvedlabel3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cyclohexane.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cylinder.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/cylinderskeleton.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/datagraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/delu.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/diagonal.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/diatom.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/diatom.csv
|
|
%{_texmfdistdir}/doc/asymptote/examples/dimension.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/dots.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/dragon.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/eetomumu.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/electromagnetic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/elevation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/elliptic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/epix.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/equilateral.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/equilchord.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/errorbars.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/exp.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/exp3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/externalprc.tex
|
|
%{_texmfdistdir}/doc/asymptote/examples/extrudedcontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fano.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fequlogo.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fermi.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/filegraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/filegraph.dat
|
|
%{_texmfdistdir}/doc/asymptote/examples/filesurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/filesurface.dat
|
|
%{_texmfdistdir}/doc/asymptote/examples/fillcontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fin.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fjortoft.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/floatingdisk.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/floor.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/flow.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/flowchartdemo.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/fractaltree.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/functionshading.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/galleon.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/gamma.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/gamma3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/generalaxis.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/generalaxis3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/genusthree.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/genustwo.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/graphmarkers.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/grid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/grid3xyz.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/hatch.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/helix.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/hierarchy.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/histogram.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/hyperboloid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/hyperboloidsilhouette.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/icon.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/image.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/imagecontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/imagehistogram.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/impact.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/integraltest.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/interpolate1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/intro.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/irregularcontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/join.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/join3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/jump.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/knots.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/label3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/label3ribbon.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/label3solid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/label3zoom.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/labelbox.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/labelsquare.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/laserlattice.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/latexusage.tex
|
|
%{_texmfdistdir}/doc/asymptote/examples/latticeshading.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/layers.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/leastsquares.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/leastsquares.dat
|
|
%{_texmfdistdir}/doc/asymptote/examples/legend.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lever.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/limit.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lineargraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lineargraph0.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lines.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/linetype.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lmfit1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/log.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/log2graph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/logdown.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/loggraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/loggrid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/logimage.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/logo.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/logo3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/logticks.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lowint.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/lowupint.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/magnetic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/makepen.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/markers1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/markers2.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/markregular.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/mergeExample.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/mexicanhat.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/monthaxis.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/mosaic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/mosquito.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/multicontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/near_earth.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/odetest.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/onecontour.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/oneoverx.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/orthocenter.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/p-orbital.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/parametricelevation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/parametricgraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/parametricsurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/partialsurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/partitionExample.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/pathintersectsurface.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/pdb.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/penfunctionimage.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/penimage.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/phase.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/piicon.eps
|
|
%{_texmfdistdir}/doc/asymptote/examples/pipeintersection.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/pipes.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/pixel.pdf
|
|
%{_texmfdistdir}/doc/asymptote/examples/planeproject.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/planes.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/polararea.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/polarcircle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/polardatagraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/poster.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/progrid.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/projectelevation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/projectrevolution.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/pseudosphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/quartercircle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/quilt.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/rainbow.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/randompath3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/refs.bib
|
|
%{_texmfdistdir}/doc/asymptote/examples/ring.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/roll.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/roundpath.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sacone.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sacone3D.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sacylinder.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sacylinder3D.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/saddle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/scaledgraph.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/secondaryaxis.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/secondaryaxis.csv
|
|
%{_texmfdistdir}/doc/asymptote/examples/shade.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/shadedtiling.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/shadestroke.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/shellmethod.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/shellsqrtx01.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sin1x.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sin3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sinc.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sinxlex.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/slidedemo.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/slopefield1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/smoothelevation.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/soccerball.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spectrum.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spheresilhouette.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sphereskeleton.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sphericalharmonic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spiral.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spiral3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spline.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/splitpatch.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spring.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spring0.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/spring2.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sqrtx01.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/sqrtx01y1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/square.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/star.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/stereoscopic.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/stroke3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/strokepath.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/strokeshade.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/subpictures.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/superpath.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/tanh.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/teapot.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/tensor.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/tetra.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/textpath.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/thermodynamics.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/threeviews.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/tile.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/torus.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/transparency.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/treetest.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/trefoilknot.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/triads.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/triangle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/triangles.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/triangulate.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/triceratops.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/trumpet.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/truncatedIcosahedron.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/tvgen.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/twistedtubes.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/unitcircle.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/unitcircle3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/unitoctant.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/upint.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/vectorfield.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/vectorfield3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/vectorfieldsphere.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/venn.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/venn3.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/vertexshading.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/washer.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/washermethod.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/wedge.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/westnile.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/westnile.csv
|
|
%{_texmfdistdir}/doc/asymptote/examples/workcone.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/worksheet.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/worldmap.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/xsin1x.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/xstitch.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/xxsq01.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/xxsq01x-1.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/xxsq01y.asy
|
|
%{_texmfdistdir}/doc/asymptote/examples/yingyang.asy
|
|
%{_infodir}/asy-faq.info*
|
|
%{_infodir}/asymptote.info*
|
|
%{_mandir}/man1/asy.1*
|
|
%{_mandir}/man1/xasy.1*
|
|
|
|
%files -n texlive-asymptote
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/asymptote/CAD.asy
|
|
%{_texmfdistdir}/asymptote/GUI/CubicBezier.py
|
|
%{_texmfdistdir}/asymptote/GUI/UndoRedoStack.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasy.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasy2asy.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyActions.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyBezierEditor.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyCodeEditor.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyColorPicker.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyFile.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyGUIIcons.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyMainWin.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyOptions.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyOptionsDialog.py
|
|
%{_texmfdistdir}/asymptote/GUI/xasyVersion.py
|
|
%{_texmfdistdir}/asymptote/animate.asy
|
|
%{_texmfdistdir}/asymptote/animation.asy
|
|
%{_texmfdistdir}/asymptote/annotate.asy
|
|
%{_texmfdistdir}/asymptote/asy-init.el
|
|
%{_texmfdistdir}/asymptote/asy-kate.sh
|
|
%{_texmfdistdir}/asymptote/asy-keywords.el
|
|
%{_texmfdistdir}/asymptote/asy-mode.el
|
|
%{_texmfdistdir}/asymptote/asy.vim
|
|
%{_texmfdistdir}/asymptote/asy_filetype.vim
|
|
%{_texmfdistdir}/asymptote/asymptote.py
|
|
%{_texmfdistdir}/asymptote/babel.asy
|
|
%{_texmfdistdir}/asymptote/bezulate.asy
|
|
%{_texmfdistdir}/asymptote/binarytree.asy
|
|
%{_texmfdistdir}/asymptote/bsp.asy
|
|
%{_texmfdistdir}/asymptote/contour.asy
|
|
%{_texmfdistdir}/asymptote/contour3.asy
|
|
%{_texmfdistdir}/asymptote/drawtree.asy
|
|
%{_texmfdistdir}/asymptote/embed.asy
|
|
%{_texmfdistdir}/asymptote/external.asy
|
|
%{_texmfdistdir}/asymptote/feynman.asy
|
|
%{_texmfdistdir}/asymptote/flowchart.asy
|
|
%{_texmfdistdir}/asymptote/fontsize.asy
|
|
%{_texmfdistdir}/asymptote/geometry.asy
|
|
%{_texmfdistdir}/asymptote/graph.asy
|
|
%{_texmfdistdir}/asymptote/graph3.asy
|
|
%{_texmfdistdir}/asymptote/graph_settings.asy
|
|
%{_texmfdistdir}/asymptote/graph_splinetype.asy
|
|
%{_texmfdistdir}/asymptote/grid3.asy
|
|
%{_texmfdistdir}/asymptote/interpolate.asy
|
|
%{_texmfdistdir}/asymptote/labelpath.asy
|
|
%{_texmfdistdir}/asymptote/labelpath3.asy
|
|
%{_texmfdistdir}/asymptote/latin1.asy
|
|
%{_texmfdistdir}/asymptote/lmfit.asy
|
|
%{_texmfdistdir}/asymptote/markers.asy
|
|
%{_texmfdistdir}/asymptote/math.asy
|
|
%{_texmfdistdir}/asymptote/metapost.asy
|
|
%{_texmfdistdir}/asymptote/nopapersize.ps
|
|
%{_texmfdistdir}/asymptote/obj.asy
|
|
%{_texmfdistdir}/asymptote/ode.asy
|
|
%{_texmfdistdir}/asymptote/palette.asy
|
|
%{_texmfdistdir}/asymptote/patterns.asy
|
|
%{_texmfdistdir}/asymptote/plain.asy
|
|
%{_texmfdistdir}/asymptote/plain_Label.asy
|
|
%{_texmfdistdir}/asymptote/plain_arcs.asy
|
|
%{_texmfdistdir}/asymptote/plain_arrows.asy
|
|
%{_texmfdistdir}/asymptote/plain_bounds.asy
|
|
%{_texmfdistdir}/asymptote/plain_boxes.asy
|
|
%{_texmfdistdir}/asymptote/plain_constants.asy
|
|
%{_texmfdistdir}/asymptote/plain_debugger.asy
|
|
%{_texmfdistdir}/asymptote/plain_filldraw.asy
|
|
%{_texmfdistdir}/asymptote/plain_margins.asy
|
|
%{_texmfdistdir}/asymptote/plain_markers.asy
|
|
%{_texmfdistdir}/asymptote/plain_paths.asy
|
|
%{_texmfdistdir}/asymptote/plain_pens.asy
|
|
%{_texmfdistdir}/asymptote/plain_picture.asy
|
|
%{_texmfdistdir}/asymptote/plain_prethree.asy
|
|
%{_texmfdistdir}/asymptote/plain_scaling.asy
|
|
%{_texmfdistdir}/asymptote/plain_shipout.asy
|
|
%{_texmfdistdir}/asymptote/plain_strings.asy
|
|
%{_texmfdistdir}/asymptote/plain_xasy.asy
|
|
%{_texmfdistdir}/asymptote/pstoedit.asy
|
|
%{_texmfdistdir}/asymptote/reload.js
|
|
%{_texmfdistdir}/asymptote/roundedpath.asy
|
|
%{_texmfdistdir}/asymptote/simplex.asy
|
|
%{_texmfdistdir}/asymptote/size10.asy
|
|
%{_texmfdistdir}/asymptote/size11.asy
|
|
%{_texmfdistdir}/asymptote/slide.asy
|
|
%{_texmfdistdir}/asymptote/slopefield.asy
|
|
%{_texmfdistdir}/asymptote/smoothcontour3.asy
|
|
%{_texmfdistdir}/asymptote/solids.asy
|
|
%{_texmfdistdir}/asymptote/stats.asy
|
|
%{_texmfdistdir}/asymptote/syzygy.asy
|
|
%{_texmfdistdir}/asymptote/texcolors.asy
|
|
%{_texmfdistdir}/asymptote/three.asy
|
|
%{_texmfdistdir}/asymptote/three_arrows.asy
|
|
%{_texmfdistdir}/asymptote/three_light.asy
|
|
%{_texmfdistdir}/asymptote/three_margins.asy
|
|
%{_texmfdistdir}/asymptote/three_surface.asy
|
|
%{_texmfdistdir}/asymptote/three_tube.asy
|
|
%{_texmfdistdir}/asymptote/tree.asy
|
|
%{_texmfdistdir}/asymptote/trembling.asy
|
|
%{_texmfdistdir}/asymptote/tube.asy
|
|
%{_texmfdistdir}/asymptote/unicode.asy
|
|
%{_texmfdistdir}/asymptote/version.asy
|
|
%{_texmfdistdir}/asymptote/x11colors.asy
|
|
%{_texmfdistdir}/tex/context/third/asymptote/colo-asy.tex
|
|
%{_texmfdistdir}/tex/latex/asymptote/asycolors.sty
|
|
%{_texmfdistdir}/tex/latex/asymptote/asymptote.sty
|
|
%{_texmfdistdir}/tex/latex/asymptote/latexmkrc
|
|
%{_texmfdistdir}/tex/latex/asymptote/ocg.sty
|
|
/var/adm/update-scripts/texlive-asymptote-%{texlive_version}.%{texlive_noarch}.2.38svn41076-%{release}-zypper
|
|
|
|
%package -n texlive-asymptote-by-example-zh-cn
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Asymptote by example
|
|
License: LGPL-3.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source36: asymptote-by-example-zh-cn.doc.tar.xz
|
|
|
|
%description -n texlive-asymptote-by-example-zh-cn
|
|
This is a tutorial written in Simplified Chinese.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
%post -n texlive-asymptote-by-example-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asymptote-by-example-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asymptote-by-example-zh-cn
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asymptote-by-example-zh-cn
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/README
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/asy.bib
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/asymptote.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/asysyntex.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/cleantmp
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/CJKmove.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/area.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/hanoi.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/hyper.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/movie15.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/recplot.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/stars.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/tiling.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/figure-src/xiantu.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/gpl-3.0.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/main.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/makepdf
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/myfonts.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/tiling.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/tiling.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/xiantu-ancient.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/xiantu.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/xiantu.tex
|
|
/var/adm/update-scripts/texlive-asymptote-by-example-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-asymptote-faq-zh-cn
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Asymptote FAQ (Chinese translation)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source37: asymptote-faq-zh-cn.doc.tar.xz
|
|
|
|
%description -n texlive-asymptote-faq-zh-cn
|
|
This is a Chinese translation of the Asymptote FAQ
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
%post -n texlive-asymptote-faq-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asymptote-faq-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asymptote-faq-zh-cn
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asymptote-faq-zh-cn
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/README
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/asy-faq.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-1.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-1.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-2.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-2.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-7.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-7.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-8.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-8.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-9.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/4-9.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-2.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-2.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-4.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/5-4.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-1.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-1.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-12.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-12.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-14.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-14.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-15.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-15.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-19.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-19.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-2.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-2.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-3.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-3.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-4.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-4.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-5.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-5.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-6.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-6.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-9.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/6-9.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-4.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-4.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-faq-zh-cn/src/preamble_newnew.tex
|
|
/var/adm/update-scripts/texlive-asymptote-faq-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-asymptote-manual-zh-cn
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A Chinese translation of the asymptote manual
|
|
License: LGPL-3.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source38: asymptote-manual-zh-cn.doc.tar.xz
|
|
|
|
%description -n texlive-asymptote-manual-zh-cn
|
|
This is an (incomplete, simplified) Chinese translation of the
|
|
Asymptote manual.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
%post -n texlive-asymptote-manual-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asymptote-manual-zh-cn
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asymptote-manual-zh-cn
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asymptote-manual-zh-cn
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/README
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/CDlabel.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/Coons.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/Gouraud.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/Pythagoras.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/adobefonts.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/asycolors.sty
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/asysyntex.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/axialshade.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/bezier2.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/beziercurve.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/bigsquare.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/cleantmp
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/clippath.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/colons.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/colors.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/cube.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/diagonal.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/dots.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/fzfonts.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/hatch.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/join.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/labelalign.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/labelsquare.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/latticeshading.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/linecap.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/linejoin.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/linetype.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/logo.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/main.tex
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/makepdf
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/makepen.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/mexicanhat.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/quartercircle.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/shadedtiling.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/shadestroke.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/square.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/subpictures.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/superpath.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/tile.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/transparency.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/windingnumber.asy
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/winfonts.tex
|
|
/var/adm/update-scripts/texlive-asymptote-manual-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-asypictureb
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn33490
|
|
Release: 0
|
|
Summary: User-friendly integration of Asymptote into LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-asypictureb-doc >= %{texlive_version}
|
|
Provides: tex(asypictureB.sty)
|
|
Requires: tex(fancyvrb.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifplatform.sty)
|
|
Requires: tex(pgfkeys.sty)
|
|
Requires: tex(verbatimcopy.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source39: asypictureb.tar.xz
|
|
Source40: asypictureb.doc.tar.xz
|
|
|
|
%description -n texlive-asypictureb
|
|
The package is an unofficial alternative to the package
|
|
provided with the Asymptote distribution, for including
|
|
pictures within a LaTeX source file. While it does not
|
|
duplicate all the features of the official package, this
|
|
package is more user-friendly in several ways. Most notably,
|
|
Asymptote errors are repackaged as LaTeX errors, making
|
|
debugging less of a pain. It also has a more robust mechanism
|
|
for identifying unchanged pictures that need not be recompiled.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-asypictureb-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn33490
|
|
Release: 0
|
|
Summary: Documentation for texlive-asypictureb
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-asypictureb-doc
|
|
This package includes the documentation for texlive-asypictureb
|
|
|
|
%post -n texlive-asypictureb
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-asypictureb
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-asypictureb
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-asypictureb-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/asypictureb/README
|
|
%{_texmfdistdir}/doc/latex/asypictureb/asypictureB.pdf
|
|
|
|
%files -n texlive-asypictureb
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/asypictureb/asypictureB.sty
|
|
/var/adm/update-scripts/texlive-asypictureb-%{texlive_version}.%{texlive_noarch}.0.0.3svn33490-%{release}-zypper
|
|
|
|
%package -n texlive-attachfile
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.8svn38830
|
|
Release: 0
|
|
Summary: Attach arbitrary files to a PDF document
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-attachfile-doc >= %{texlive_version}
|
|
Provides: tex(attachfile.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source41: attachfile.tar.xz
|
|
Source42: attachfile.doc.tar.xz
|
|
|
|
%description -n texlive-attachfile
|
|
Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can
|
|
contain file attachments -- arbitrary files that a reader can
|
|
extract, just like attachments to an e-mail message. The
|
|
attachfile package brings this functionality to pdfLaTeX and
|
|
provides some additional features not available in Acrobat,
|
|
such as the ability to use arbitrary LaTeX code for the file
|
|
icon -- including things like \includegraphics, tabular, and
|
|
mathematics. Settings can be made either globally or on a per-
|
|
attachment basis. Attachfile makes it easy to attach files and
|
|
customize their appearance in the enclosing document. The
|
|
package supports the Created, Modified, and Size keys in the
|
|
EmbeddedFile's Params dictionary.
|
|
|
|
date: 2015-11-12 04:44:34 +0000
|
|
|
|
|
|
%package -n texlive-attachfile-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.8svn38830
|
|
Release: 0
|
|
Summary: Documentation for texlive-attachfile
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-attachfile-doc
|
|
This package includes the documentation for texlive-attachfile
|
|
|
|
%post -n texlive-attachfile
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-attachfile
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-attachfile
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-attachfile-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/attachfile/README
|
|
%{_texmfdistdir}/doc/latex/attachfile/attachfile.pdf
|
|
|
|
%files -n texlive-attachfile
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/attachfile/attachfile.sty
|
|
/var/adm/update-scripts/texlive-attachfile-%{texlive_version}.%{texlive_noarch}.1.8svn38830-%{release}-zypper
|
|
|
|
%package -n texlive-augie
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18948
|
|
Release: 0
|
|
Summary: Calligraphic font for typesetting handwriting
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-augie-fonts >= %{texlive_version}
|
|
Recommends: texlive-augie-doc >= %{texlive_version}
|
|
Provides: tex(augie.map)
|
|
Provides: tex(augie7t.tfm)
|
|
Provides: tex(augie7t.vf)
|
|
Provides: tex(augie8c.tfm)
|
|
Provides: tex(augie8c.vf)
|
|
Provides: tex(augie8r.tfm)
|
|
Provides: tex(augie8t.tfm)
|
|
Provides: tex(augie8t.vf)
|
|
Provides: tex(augie___.tfm)
|
|
Provides: tex(ot1augie.fd)
|
|
Provides: tex(t1augie.fd)
|
|
Provides: tex(ts1augie.fd)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source43: augie.tar.xz
|
|
Source44: augie.doc.tar.xz
|
|
|
|
%description -n texlive-augie
|
|
A calligraphic font for simulating American-style informal
|
|
handwriting. The font is distributed in Adobe Type 1 format.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-augie-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18948
|
|
Release: 0
|
|
Summary: Documentation for texlive-augie
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-augie-doc
|
|
This package includes the documentation for texlive-augie
|
|
|
|
|
|
%package -n texlive-augie-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18948
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-augie
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-augie-fonts
|
|
The separated fonts package for texlive-augie
|
|
%post -n texlive-augie
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap augie.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-augie
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap augie.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-augie
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-augie-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-augie
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-augie
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-augie-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-augie-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/augie/README.augie
|
|
%{_texmfdistdir}/doc/latex/augie/augie.txt
|
|
%{_texmfdistdir}/doc/latex/augie/other/Augie___.pfm
|
|
%{_texmfdistdir}/doc/latex/augie/other/augie___.inf
|
|
%{_texmfdistdir}/doc/latex/augie/vtex/augie.ali
|
|
|
|
%files -n texlive-augie
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/augie/augie___.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/augie/augie.map
|
|
%{_texmfdistdir}/fonts/tfm/public/augie/augie7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/augie/augie8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/augie/augie8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/augie/augie8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/augie/augie___.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/augie/augie___.pfb
|
|
%{_texmfdistdir}/fonts/vf/public/augie/augie7t.vf
|
|
%{_texmfdistdir}/fonts/vf/public/augie/augie8c.vf
|
|
%{_texmfdistdir}/fonts/vf/public/augie/augie8t.vf
|
|
%{_texmfdistdir}/tex/latex/augie/ot1augie.fd
|
|
%{_texmfdistdir}/tex/latex/augie/t1augie.fd
|
|
%{_texmfdistdir}/tex/latex/augie/ts1augie.fd
|
|
|
|
%files -n texlive-augie-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-augie
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-augie.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-augie/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-augie/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-augie/fonts.scale
|
|
%{_datadir}/fonts/texlive-augie/augie___.pfb
|
|
/var/adm/update-scripts/texlive-augie-%{texlive_version}.%{texlive_noarch}.svn18948-%{release}-zypper
|
|
|
|
%package -n texlive-auncial-new
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Artificial Uncial font and LaTeX support macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-auncial-new-fonts >= %{texlive_version}
|
|
Recommends: texlive-auncial-new-doc >= %{texlive_version}
|
|
Provides: tex(allauncl.sty)
|
|
Provides: tex(auncial.map)
|
|
Provides: tex(auncial.sty)
|
|
Provides: tex(auncl10.tfm)
|
|
Provides: tex(aunclb10.tfm)
|
|
Provides: tex(b1auncl.fd)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source45: auncial-new.tar.xz
|
|
Source46: auncial-new.doc.tar.xz
|
|
|
|
%description -n texlive-auncial-new
|
|
The auncial-new bundle provides packages and fonts for a script
|
|
based on the Artificial Uncial manuscript book-hand used
|
|
between the 6th & 10th century AD. The script consists of
|
|
minuscules and digits, with some appropriate period punctuation
|
|
marks. Both normal and bold versions are provided, and the font
|
|
is distributed in Adobe Type 1 format. This is an experimental
|
|
new version of the auncial bundle, which is one of a series of
|
|
bookhand fonts. The font follows the B1 encoding developed for
|
|
bookhands. Access to the encoding is essential. The encoding
|
|
mainly follows the standard T1 encoding.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-auncial-new-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-auncial-new
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-auncial-new-doc
|
|
This package includes the documentation for texlive-auncial-new
|
|
|
|
|
|
%package -n texlive-auncial-new-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0svn15878
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-auncial-new
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-auncial-new-fonts
|
|
The separated fonts package for texlive-auncial-new
|
|
%post -n texlive-auncial-new
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap auncial.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-auncial-new
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap auncial.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-auncial-new
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-auncial-new-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-auncial-new
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-auncial-new
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-auncial-new-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-auncial-new-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/auncial-new/README
|
|
%{_texmfdistdir}/doc/fonts/auncial-new/auncial.pdf
|
|
%{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.pdf
|
|
%{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.tex
|
|
|
|
%files -n texlive-auncial-new
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/auncial-new/auncl10.afm
|
|
%{_texmfdistdir}/fonts/afm/public/auncial-new/aunclb10.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/auncial-new/auncial.map
|
|
%{_texmfdistdir}/fonts/tfm/public/auncial-new/auncl10.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/auncial-new/aunclb10.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/auncial-new/auncl10.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/auncial-new/aunclb10.pfb
|
|
%{_texmfdistdir}/tex/latex/auncial-new/allauncl.sty
|
|
%{_texmfdistdir}/tex/latex/auncial-new/auncial.sty
|
|
%{_texmfdistdir}/tex/latex/auncial-new/b1auncl.fd
|
|
|
|
%files -n texlive-auncial-new-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-auncial-new
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-auncial-new.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-auncial-new/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-auncial-new/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-auncial-new/fonts.scale
|
|
%{_datadir}/fonts/texlive-auncial-new/auncl10.pfb
|
|
%{_datadir}/fonts/texlive-auncial-new/aunclb10.pfb
|
|
/var/adm/update-scripts/texlive-auncial-new-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-aurical
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
|
|
Release: 0
|
|
Summary: Calligraphic fonts for use with LaTeX in T1 encoding
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-aurical-fonts >= %{texlive_version}
|
|
Recommends: texlive-aurical-doc >= %{texlive_version}
|
|
Provides: tex(AmiciLogo.tfm)
|
|
Provides: tex(AmiciLogoBold.tfm)
|
|
Provides: tex(AmiciLogoBoldRslant.tfm)
|
|
Provides: tex(AmiciLogoBoldSlant.tfm)
|
|
Provides: tex(AmiciLogoRslant.tfm)
|
|
Provides: tex(AmiciLogoSlant.tfm)
|
|
Provides: tex(AuriocusKalligraphicus.tfm)
|
|
Provides: tex(AuriocusKalligraphicusBold.tfm)
|
|
Provides: tex(AuriocusKalligraphicusBoldRslant.tfm)
|
|
Provides: tex(AuriocusKalligraphicusBoldSlant.tfm)
|
|
Provides: tex(AuriocusKalligraphicusRslant.tfm)
|
|
Provides: tex(AuriocusKalligraphicusSlant.tfm)
|
|
Provides: tex(JanaSkrivana.tfm)
|
|
Provides: tex(JanaSkrivanaBold.tfm)
|
|
Provides: tex(JanaSkrivanaBoldRslant.tfm)
|
|
Provides: tex(JanaSkrivanaBoldSlant.tfm)
|
|
Provides: tex(JanaSkrivanaRslant.tfm)
|
|
Provides: tex(JanaSkrivanaSlant.tfm)
|
|
Provides: tex(LukasSvatba.tfm)
|
|
Provides: tex(LukasSvatbaBold.tfm)
|
|
Provides: tex(LukasSvatbaBoldRslant.tfm)
|
|
Provides: tex(LukasSvatbaBoldSlant.tfm)
|
|
Provides: tex(LukasSvatbaRslant.tfm)
|
|
Provides: tex(LukasSvatbaSlant.tfm)
|
|
Provides: tex(T1AmiciLogo.fd)
|
|
Provides: tex(T1AuriocusKalligraphicus.fd)
|
|
Provides: tex(T1JanaSkrivana.fd)
|
|
Provides: tex(T1LukasSvatba.fd)
|
|
Provides: tex(aurical.map)
|
|
Provides: tex(aurical.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source47: aurical.tar.xz
|
|
Source48: aurical.doc.tar.xz
|
|
|
|
%description -n texlive-aurical
|
|
The package that implements a set (AuriocusKalligraphicus) of
|
|
three calligraphic fonts derived from the author's handwriting
|
|
in Adobe Type 1 Format, T1 encoding for use with LaTeX:
|
|
Auriocus Kalligraphicus; Lukas Svatba; and Jana Skrivana. Each
|
|
font features oldstyle digits and (machine-generated) boldface
|
|
and slanted versions. A variant of Lukas Svatba offers a 'long
|
|
s'.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-aurical-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-aurical
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-aurical-doc
|
|
This package includes the documentation for texlive-aurical
|
|
|
|
|
|
%package -n texlive-aurical-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn15878
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-aurical
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-aurical-fonts
|
|
The separated fonts package for texlive-aurical
|
|
%post -n texlive-aurical
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap aurical.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-aurical
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap aurical.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-aurical
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-aurical-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-aurical
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-aurical
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-aurical-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-aurical-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/aurical/aurical.pdf
|
|
%{_texmfdistdir}/doc/latex/aurical/aurical.tex
|
|
|
|
%files -n texlive-aurical
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogo.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicus.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivana.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatba.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBold.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaRslant.afm
|
|
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaSlant.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/aurical/aurical.map
|
|
%{_texmfdistdir}/fonts/source/public/aurical/aurical_source.zip
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogo.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBold.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivana.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatba.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBold.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogo.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivana.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatba.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaRslant.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaSlant.pfb
|
|
%{_texmfdistdir}/tex/latex/aurical/T1AmiciLogo.fd
|
|
%{_texmfdistdir}/tex/latex/aurical/T1AuriocusKalligraphicus.fd
|
|
%{_texmfdistdir}/tex/latex/aurical/T1JanaSkrivana.fd
|
|
%{_texmfdistdir}/tex/latex/aurical/T1LukasSvatba.fd
|
|
%{_texmfdistdir}/tex/latex/aurical/aurical.sty
|
|
|
|
%files -n texlive-aurical-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-aurical
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-aurical.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aurical/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aurical/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-aurical/fonts.scale
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogo.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogoBold.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogoBoldRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogoBoldSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogoRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AmiciLogoSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicus.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicusBold.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicusBoldRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicusBoldSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicusRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/AuriocusKalligraphicusSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivana.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivanaBold.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivanaBoldRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivanaBoldSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivanaRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/JanaSkrivanaSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatba.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatbaBold.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatbaBoldRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatbaBoldSlant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatbaRslant.pfb
|
|
%{_datadir}/fonts/texlive-aurical/LukasSvatbaSlant.pfb
|
|
/var/adm/update-scripts/texlive-aurical-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-authoraftertitle
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn24863
|
|
Release: 0
|
|
Summary: Make author, etc., available after \maketitle
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-authoraftertitle-doc >= %{texlive_version}
|
|
Provides: tex(authoraftertitle.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source49: authoraftertitle.tar.xz
|
|
Source50: authoraftertitle.doc.tar.xz
|
|
|
|
%description -n texlive-authoraftertitle
|
|
This jiffy package makes the author, title and date of the
|
|
package available to the user (as \MyAuthor, etc) after the
|
|
\maketitle command has been executed.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-authoraftertitle-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn24863
|
|
Release: 0
|
|
Summary: Documentation for texlive-authoraftertitle
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-authoraftertitle-doc
|
|
This package includes the documentation for texlive-authoraftertitle
|
|
|
|
%post -n texlive-authoraftertitle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-authoraftertitle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-authoraftertitle
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-authoraftertitle-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.pdf
|
|
%{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.tex
|
|
|
|
%files -n texlive-authoraftertitle
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/authoraftertitle/authoraftertitle.sty
|
|
/var/adm/update-scripts/texlive-authoraftertitle-%{texlive_version}.%{texlive_noarch}.0.0.9svn24863-%{release}-zypper
|
|
|
|
%package -n texlive-authorindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn26313
|
|
Release: 0
|
|
Summary: Index citations by author names
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-authorindex-bin >= %{texlive_version}
|
|
#!BuildIgnore: texlive-authorindex-bin
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-authorindex-doc >= %{texlive_version}
|
|
Requires: perl(Getopt::Std)
|
|
#!BuildIgnore: perl(Getopt::Std)
|
|
Requires: perl(strict)
|
|
#!BuildIgnore: perl(strict)
|
|
Requires: perl(warnings)
|
|
#!BuildIgnore: perl(warnings)
|
|
Provides: tex(authorindex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source51: authorindex.tar.xz
|
|
Source52: authorindex.doc.tar.xz
|
|
|
|
%description -n texlive-authorindex
|
|
This package allows the user to create an index of all authors
|
|
cited in a LaTeX document. Each author entry in the index
|
|
contains the pages where these citations occur. Alternatively,
|
|
the package can list the labels of the citations that appear in
|
|
the references rather than the text pages. The package relies
|
|
on BibTeX being used to handle citations. Additionally, it
|
|
requires Perl (version 5 or higher).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-authorindex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn26313
|
|
Release: 0
|
|
Summary: Documentation for texlive-authorindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-authorindex-doc
|
|
This package includes the documentation for texlive-authorindex
|
|
|
|
%post -n texlive-authorindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-authorindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-authorindex
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-authorindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/authorindex/COPYING
|
|
%{_texmfdistdir}/doc/latex/authorindex/NEWS
|
|
%{_texmfdistdir}/doc/latex/authorindex/README
|
|
%{_texmfdistdir}/doc/latex/authorindex/authorindex.pdf
|
|
%{_texmfdistdir}/doc/latex/authorindex/authorindex.tex
|
|
|
|
%files -n texlive-authorindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/authorindex/authorindex
|
|
%{_texmfdistdir}/tex/latex/authorindex/authorindex.sty
|
|
/var/adm/update-scripts/texlive-authorindex-%{texlive_version}.%{texlive_noarch}.svn26313-%{release}-zypper
|
|
|
|
%package -n texlive-auto-pst-pdf
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn23723
|
|
Release: 0
|
|
Summary: Wrapper for pst-pdf (with some psfrag features)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-auto-pst-pdf-doc >= %{texlive_version}
|
|
Provides: tex(auto-pst-pdf.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifplatform.sty)
|
|
Requires: tex(pst-pdf.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source53: auto-pst-pdf.tar.xz
|
|
Source54: auto-pst-pdf.doc.tar.xz
|
|
|
|
%description -n texlive-auto-pst-pdf
|
|
The package uses --shell-escape to execute pst-pdf when
|
|
necessary. This makes it especially easy to integrate into the
|
|
workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.
|
|
Wrappers are provided for various psfrag-related features so
|
|
that Matlab figures via laprint, Mathematica figures via
|
|
MathPSfrag, and regular psfrag figures can all be input
|
|
consistently and easily.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-auto-pst-pdf-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn23723
|
|
Release: 0
|
|
Summary: Documentation for texlive-auto-pst-pdf
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-auto-pst-pdf-doc:de;en)
|
|
|
|
%description -n texlive-auto-pst-pdf-doc
|
|
This package includes the documentation for texlive-auto-pst-pdf
|
|
|
|
%post -n texlive-auto-pst-pdf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-auto-pst-pdf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-auto-pst-pdf
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-auto-pst-pdf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/README
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.tex
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/example-psfrag.tex
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/example.eps
|
|
%{_texmfdistdir}/doc/latex/auto-pst-pdf/example.tex
|
|
|
|
%files -n texlive-auto-pst-pdf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/auto-pst-pdf/auto-pst-pdf.sty
|
|
/var/adm/update-scripts/texlive-auto-pst-pdf-%{texlive_version}.%{texlive_noarch}.0.0.6svn23723-%{release}-zypper
|
|
|
|
%package -n texlive-autoarea
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3asvn15878
|
|
Release: 0
|
|
Summary: Automatic computation of bounding boxes with PiCTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-autoarea-doc >= %{texlive_version}
|
|
Provides: tex(autoarea.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source55: autoarea.tar.xz
|
|
Source56: autoarea.doc.tar.xz
|
|
|
|
%description -n texlive-autoarea
|
|
This package makes PiCTeX recognize lines and arcs in
|
|
determining the "bounding box" of a picture. (PiCTeX so far
|
|
accounted for put commands only). The "bounding box" is
|
|
essential for proper placement of a picture between running
|
|
text and margins and for keeping the running text away.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-autoarea-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3asvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-autoarea
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-autoarea-doc
|
|
This package includes the documentation for texlive-autoarea
|
|
|
|
%post -n texlive-autoarea
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-autoarea
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-autoarea
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-autoarea-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/autoarea/ANNOUNCE.txt
|
|
%{_texmfdistdir}/doc/latex/autoarea/README.aa
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/README.autodemo
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.log
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.pdf
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.tex
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.log
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.pdf
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.tex
|
|
%{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo.tex
|
|
|
|
%files -n texlive-autoarea
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/autoarea/autoarea.sty
|
|
/var/adm/update-scripts/texlive-autoarea-%{texlive_version}.%{texlive_noarch}.0.0.3asvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-automata
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn19717
|
|
Release: 0
|
|
Summary: Finite state machines, graphs and trees in MetaPost
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-automata-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source57: automata.tar.xz
|
|
Source58: automata.doc.tar.xz
|
|
|
|
%description -n texlive-automata
|
|
The package offers a collection of macros for MetaPost to make
|
|
easier to draw finite-state machines, automata, labelled
|
|
graphs, etc. The user defines nodes, which may be isolated or
|
|
arranged into matrices or trees; edges connect pairs of nodes
|
|
through arbitrary paths. Parameters, that specify the shapes of
|
|
nodes and the styles of edges, may be adjusted.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-automata-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn19717
|
|
Release: 0
|
|
Summary: Documentation for texlive-automata
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-automata-doc
|
|
This package includes the documentation for texlive-automata
|
|
|
|
%post -n texlive-automata
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-automata
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-automata
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-automata-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/metapost/automata/README
|
|
%{_texmfdistdir}/doc/metapost/automata/example.mp
|
|
%{_texmfdistdir}/doc/metapost/automata/example.pdf
|
|
%{_texmfdistdir}/doc/metapost/automata/example.tex
|
|
|
|
%files -n texlive-automata
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metapost/automata/automata.mp
|
|
/var/adm/update-scripts/texlive-automata-%{texlive_version}.%{texlive_noarch}.0.0.3svn19717-%{release}-zypper
|
|
|
|
%package -n texlive-autonum
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3.11svn36084
|
|
Release: 0
|
|
Summary: Automatic equation references
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-autonum-doc >= %{texlive_version}
|
|
Provides: tex(autonum.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(etextools.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(letltxmacro.sty)
|
|
Requires: tex(textpos.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source59: autonum.tar.xz
|
|
Source60: autonum.doc.tar.xz
|
|
|
|
%description -n texlive-autonum
|
|
The package arranges that equation numbers are applied only to
|
|
those equations that are referenced. This operation is similar
|
|
to the showonlyrefs option of the package mathtools.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-autonum-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3.11svn36084
|
|
Release: 0
|
|
Summary: Documentation for texlive-autonum
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-autonum-doc
|
|
This package includes the documentation for texlive-autonum
|
|
|
|
%post -n texlive-autonum
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-autonum
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-autonum
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-autonum-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/autonum/README
|
|
%{_texmfdistdir}/doc/latex/autonum/autonum.pdf
|
|
%{_texmfdistdir}/doc/latex/autonum/test-autonum.pdf
|
|
%{_texmfdistdir}/doc/latex/autonum/test-autonum.tex
|
|
%{_texmfdistdir}/doc/latex/autonum/test-freeze.tex
|
|
|
|
%files -n texlive-autonum
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/autonum/autonum.sty
|
|
/var/adm/update-scripts/texlive-autonum-%{texlive_version}.%{texlive_noarch}.0.0.3.11svn36084-%{release}-zypper
|
|
|
|
%package -n texlive-autopdf
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn32377
|
|
Release: 0
|
|
Summary: Conversion of graphics to pdfLaTeX-compatible formats
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-autopdf-doc >= %{texlive_version}
|
|
Provides: tex(autopdf.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifplatform.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source61: autopdf.tar.xz
|
|
Source62: autopdf.doc.tar.xz
|
|
|
|
%description -n texlive-autopdf
|
|
The package facilitates the on-the-fly conversion of various
|
|
graphics formats to formats supported by pdfLaTeX (e.g. PDF).
|
|
It uses a range of external programs, and therefore requires
|
|
that the LaTeX run starts with write18 enabled.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-autopdf-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn32377
|
|
Release: 0
|
|
Summary: Documentation for texlive-autopdf
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-autopdf-doc
|
|
This package includes the documentation for texlive-autopdf
|
|
|
|
%post -n texlive-autopdf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-autopdf
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-autopdf
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-autopdf-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/autopdf/README.txt
|
|
%{_texmfdistdir}/doc/latex/autopdf/autopdf.pdf
|
|
|
|
%files -n texlive-autopdf
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/autopdf/autopdf.sty
|
|
/var/adm/update-scripts/texlive-autopdf-%{texlive_version}.%{texlive_noarch}.1.1svn32377-%{release}-zypper
|
|
|
|
%package -n texlive-autosp
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn40768
|
|
Release: 0
|
|
Summary: A Preprocessor that generates note-spacing commands for MusiXTeX scores
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-autosp-bin >= %{texlive_version}
|
|
#!BuildIgnore: texlive-autosp-bin
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source63: autosp.doc.tar.xz
|
|
|
|
%description -n texlive-autosp
|
|
This program simplifies the creation of MusiXTeX scores by
|
|
converting (non-standard) commands of the form \anotes ... \en
|
|
into one or more conventional note-spacing commands, as
|
|
determined by the note values themselves, with \sk spacing
|
|
commands inserted as necessary. The coding for an entire
|
|
measure can be entered one part at a time, without concern for
|
|
note-spacing changes within the part or spacing requirements of
|
|
other parts. For example, \anotes\qa J\qa K&\ca l\qa m\ca n\en
|
|
generates \Notes\qa J\sk\qa K\sk&\ca l\qa m\sk\ca n\en .
|
|
|
|
date: 2016-02-09 07:10:42 +0000
|
|
|
|
%post -n texlive-autosp
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-autosp
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-autosp
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-autosp
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/autosp/README
|
|
%{_texmfdistdir}/doc/generic/autosp/autosp.pdf
|
|
%{_texmfdistdir}/doc/generic/autosp/barsant2.aspc
|
|
%{_texmfdistdir}/doc/generic/autosp/barsant2.pdf
|
|
%{_texmfdistdir}/doc/generic/autosp/geminiani.aspc
|
|
%{_texmfdistdir}/doc/generic/autosp/geminiani.pdf
|
|
%{_texmfdistdir}/doc/generic/autosp/kinder2.aspc
|
|
%{_texmfdistdir}/doc/generic/autosp/kinder2.pdf
|
|
%{_texmfdistdir}/doc/generic/autosp/quod2.aspc
|
|
%{_texmfdistdir}/doc/generic/autosp/quod2.pdf
|
|
%{_texmfdistdir}/doc/generic/autosp/rebar.pdf
|
|
%{_mandir}/man1/autosp.1*
|
|
/var/adm/update-scripts/texlive-autosp-%{texlive_version}.%{texlive_noarch}.svn40768-%{release}-zypper
|
|
|
|
%package -n texlive-avantgar
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn31835
|
|
Release: 0
|
|
Summary: URW "Base 35" font pack for LaTeX
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-avantgar-fonts >= %{texlive_version}
|
|
Provides: tex(8ruag.fd)
|
|
Provides: tex(omluag.fd)
|
|
Provides: tex(omsuag.fd)
|
|
Provides: tex(ot1uag.fd)
|
|
Provides: tex(pagd.tfm)
|
|
Provides: tex(pagd.vf)
|
|
Provides: tex(pagd7t.tfm)
|
|
Provides: tex(pagd7t.vf)
|
|
Provides: tex(pagd8c.tfm)
|
|
Provides: tex(pagd8c.vf)
|
|
Provides: tex(pagd8r.tfm)
|
|
Provides: tex(pagd8t.tfm)
|
|
Provides: tex(pagd8t.vf)
|
|
Provides: tex(pagdc.tfm)
|
|
Provides: tex(pagdc.vf)
|
|
Provides: tex(pagdc7t.tfm)
|
|
Provides: tex(pagdc7t.vf)
|
|
Provides: tex(pagdc8t.tfm)
|
|
Provides: tex(pagdc8t.vf)
|
|
Provides: tex(pagdo.tfm)
|
|
Provides: tex(pagdo.vf)
|
|
Provides: tex(pagdo7t.tfm)
|
|
Provides: tex(pagdo7t.vf)
|
|
Provides: tex(pagdo8c.tfm)
|
|
Provides: tex(pagdo8c.vf)
|
|
Provides: tex(pagdo8r.tfm)
|
|
Provides: tex(pagdo8t.tfm)
|
|
Provides: tex(pagdo8t.vf)
|
|
Provides: tex(pagk.tfm)
|
|
Provides: tex(pagk.vf)
|
|
Provides: tex(pagk7t.tfm)
|
|
Provides: tex(pagk7t.vf)
|
|
Provides: tex(pagk8c.tfm)
|
|
Provides: tex(pagk8c.vf)
|
|
Provides: tex(pagk8r.tfm)
|
|
Provides: tex(pagk8t.tfm)
|
|
Provides: tex(pagk8t.vf)
|
|
Provides: tex(pagkc.tfm)
|
|
Provides: tex(pagkc.vf)
|
|
Provides: tex(pagkc7t.tfm)
|
|
Provides: tex(pagkc7t.vf)
|
|
Provides: tex(pagkc8t.tfm)
|
|
Provides: tex(pagkc8t.vf)
|
|
Provides: tex(pagko.tfm)
|
|
Provides: tex(pagko.vf)
|
|
Provides: tex(pagko7t.tfm)
|
|
Provides: tex(pagko7t.vf)
|
|
Provides: tex(pagko8c.tfm)
|
|
Provides: tex(pagko8c.vf)
|
|
Provides: tex(pagko8r.tfm)
|
|
Provides: tex(pagko8t.tfm)
|
|
Provides: tex(pagko8t.vf)
|
|
Provides: tex(t1uag.fd)
|
|
Provides: tex(ts1uag.fd)
|
|
Provides: tex(uag.map)
|
|
Provides: tex(uagb7t.tfm)
|
|
Provides: tex(uagb7t.vf)
|
|
Provides: tex(uagb8c.tfm)
|
|
Provides: tex(uagb8c.vf)
|
|
Provides: tex(uagb8r.tfm)
|
|
Provides: tex(uagb8t.tfm)
|
|
Provides: tex(uagb8t.vf)
|
|
Provides: tex(uagbc7t.tfm)
|
|
Provides: tex(uagbc7t.vf)
|
|
Provides: tex(uagbc8t.tfm)
|
|
Provides: tex(uagbc8t.vf)
|
|
Provides: tex(uagbi7t.tfm)
|
|
Provides: tex(uagbi7t.vf)
|
|
Provides: tex(uagbi8c.tfm)
|
|
Provides: tex(uagbi8c.vf)
|
|
Provides: tex(uagbi8r.tfm)
|
|
Provides: tex(uagbi8t.tfm)
|
|
Provides: tex(uagbi8t.vf)
|
|
Provides: tex(uagbo7t.tfm)
|
|
Provides: tex(uagbo7t.vf)
|
|
Provides: tex(uagbo8c.tfm)
|
|
Provides: tex(uagbo8c.vf)
|
|
Provides: tex(uagbo8r.tfm)
|
|
Provides: tex(uagbo8t.tfm)
|
|
Provides: tex(uagbo8t.vf)
|
|
Provides: tex(uagd7t.tfm)
|
|
Provides: tex(uagd7t.vf)
|
|
Provides: tex(uagd8c.tfm)
|
|
Provides: tex(uagd8c.vf)
|
|
Provides: tex(uagd8r.tfm)
|
|
Provides: tex(uagd8t.tfm)
|
|
Provides: tex(uagd8t.vf)
|
|
Provides: tex(uagdc7t.tfm)
|
|
Provides: tex(uagdc7t.vf)
|
|
Provides: tex(uagdc8t.tfm)
|
|
Provides: tex(uagdc8t.vf)
|
|
Provides: tex(uagdo7t.tfm)
|
|
Provides: tex(uagdo7t.vf)
|
|
Provides: tex(uagdo8c.tfm)
|
|
Provides: tex(uagdo8c.vf)
|
|
Provides: tex(uagdo8r.tfm)
|
|
Provides: tex(uagdo8t.tfm)
|
|
Provides: tex(uagdo8t.vf)
|
|
Provides: tex(uagk7t.tfm)
|
|
Provides: tex(uagk7t.vf)
|
|
Provides: tex(uagk8c.tfm)
|
|
Provides: tex(uagk8c.vf)
|
|
Provides: tex(uagk8r.tfm)
|
|
Provides: tex(uagk8t.tfm)
|
|
Provides: tex(uagk8t.vf)
|
|
Provides: tex(uagkc7t.tfm)
|
|
Provides: tex(uagkc7t.vf)
|
|
Provides: tex(uagkc8t.tfm)
|
|
Provides: tex(uagkc8t.vf)
|
|
Provides: tex(uagko7t.tfm)
|
|
Provides: tex(uagko7t.vf)
|
|
Provides: tex(uagko8c.tfm)
|
|
Provides: tex(uagko8c.vf)
|
|
Provides: tex(uagko8r.tfm)
|
|
Provides: tex(uagko8t.tfm)
|
|
Provides: tex(uagko8t.vf)
|
|
Provides: tex(uagr7t.tfm)
|
|
Provides: tex(uagr7t.vf)
|
|
Provides: tex(uagr8c.tfm)
|
|
Provides: tex(uagr8c.vf)
|
|
Provides: tex(uagr8r.tfm)
|
|
Provides: tex(uagr8t.tfm)
|
|
Provides: tex(uagr8t.vf)
|
|
Provides: tex(uagrc7t.tfm)
|
|
Provides: tex(uagrc7t.vf)
|
|
Provides: tex(uagrc8t.tfm)
|
|
Provides: tex(uagrc8t.vf)
|
|
Provides: tex(uagri7t.tfm)
|
|
Provides: tex(uagri7t.vf)
|
|
Provides: tex(uagri8c.tfm)
|
|
Provides: tex(uagri8c.vf)
|
|
Provides: tex(uagri8r.tfm)
|
|
Provides: tex(uagri8t.tfm)
|
|
Provides: tex(uagri8t.vf)
|
|
Provides: tex(uagro7t.tfm)
|
|
Provides: tex(uagro7t.vf)
|
|
Provides: tex(uagro8c.tfm)
|
|
Provides: tex(uagro8c.vf)
|
|
Provides: tex(uagro8r.tfm)
|
|
Provides: tex(uagro8t.tfm)
|
|
Provides: tex(uagro8t.vf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source64: avantgar.tar.xz
|
|
|
|
%description -n texlive-avantgar
|
|
A set of fonts for use as "drop-in" replacements for Adobe's
|
|
basic set, comprising: Century Schoolbook (substituting for
|
|
Adobe's New Century Schoolbook); Dingbats (substituting for
|
|
Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's
|
|
Courier); Nimbus Roman No9 L (substituting for Adobe's Times);
|
|
Nimbus Sans L (substituting for Adobe's Helvetica); Standard
|
|
Symbols L (substituting for Adobe's Symbol); URW Bookman; URW
|
|
Chancery L Medium Italic (substituting for Adobe's Zapf
|
|
Chancery); URW Gothic L Book (substituting for Adobe's Avant
|
|
Garde); and URW Palladio L (substituting for Adobe's Palatino).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-avantgar-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn31835
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-avantgar
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-avantgar-fonts
|
|
The separated fonts package for texlive-avantgar
|
|
%post -n texlive-avantgar
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap uag.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-avantgar
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap uag.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-avantgar
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-avantgar-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-avantgar
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-avantgar
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-avantgar-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-avantgar
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/dvips/avantgar/config.uag
|
|
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagd8a.afm
|
|
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagdo8a.afm
|
|
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagk8a.afm
|
|
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagko8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagb8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagbi8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagd8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagdo8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagk8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagko8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagr8a.afm
|
|
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagri8a.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/avantgar/uag.map
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro7t.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8c.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8r.tfm
|
|
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8t.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfb
|
|
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfm
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8c.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8c.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8c.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko7t.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8c.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro7t.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8c.vf
|
|
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8t.vf
|
|
%{_texmfdistdir}/tex/latex/avantgar/8ruag.fd
|
|
%{_texmfdistdir}/tex/latex/avantgar/omluag.fd
|
|
%{_texmfdistdir}/tex/latex/avantgar/omsuag.fd
|
|
%{_texmfdistdir}/tex/latex/avantgar/ot1uag.fd
|
|
%{_texmfdistdir}/tex/latex/avantgar/t1uag.fd
|
|
%{_texmfdistdir}/tex/latex/avantgar/ts1uag.fd
|
|
|
|
%files -n texlive-avantgar-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-avantgar
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-avantgar.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-avantgar/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-avantgar/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-avantgar/fonts.scale
|
|
%{_datadir}/fonts/texlive-avantgar/uagd8a.pfb
|
|
%{_datadir}/fonts/texlive-avantgar/uagdo8a.pfb
|
|
%{_datadir}/fonts/texlive-avantgar/uagk8a.pfb
|
|
%{_datadir}/fonts/texlive-avantgar/uagko8a.pfb
|
|
/var/adm/update-scripts/texlive-avantgar-%{texlive_version}.%{texlive_noarch}.svn31835-%{release}-zypper
|
|
|
|
%package -n texlive-avremu
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn35373
|
|
Release: 0
|
|
Summary: An 8-Bit Microcontroller Simulator written in LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-avremu-doc >= %{texlive_version}
|
|
Provides: tex(avr.binary.tex)
|
|
Provides: tex(avr.bitops.tex)
|
|
Provides: tex(avr.draw.tex)
|
|
Provides: tex(avr.instr.tex)
|
|
Provides: tex(avr.io.tex)
|
|
Provides: tex(avr.memory.tex)
|
|
Provides: tex(avr.numbers.tex)
|
|
Provides: tex(avr.testsuite.tex)
|
|
Provides: tex(avremu.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
Requires: tex(tabularx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source65: avremu.tar.xz
|
|
Source66: avremu.doc.tar.xz
|
|
|
|
%description -n texlive-avremu
|
|
A fully working package to simulate a Microprocessor in pure
|
|
LaTeX. The simulator is able to calculate complex pictures,
|
|
like Mandelbrot sets.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-avremu-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn35373
|
|
Release: 0
|
|
Summary: Documentation for texlive-avremu
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-avremu-doc
|
|
This package includes the documentation for texlive-avremu
|
|
|
|
%post -n texlive-avremu
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-avremu
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-avremu
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-avremu-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/avremu/README
|
|
%{_texmfdistdir}/doc/latex/avremu/avremu.pdf
|
|
|
|
%files -n texlive-avremu
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.binary.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.bitops.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.draw.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.instr.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.io.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.memory.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.numbers.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avr.testsuite.tex
|
|
%{_texmfdistdir}/tex/latex/avremu/avremu.sty
|
|
/var/adm/update-scripts/texlive-avremu-%{texlive_version}.%{texlive_noarch}.0.0.1svn35373-%{release}-zypper
|
|
|
|
%package -n texlive-b1encoding
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn21271
|
|
Release: 0
|
|
Summary: LaTeX encoding tools for Bookhands fonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-b1encoding-doc >= %{texlive_version}
|
|
Provides: tex(TeXB1.enc)
|
|
Provides: tex(b1cmr.fd)
|
|
Provides: tex(b1enc.def)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source67: b1encoding.tar.xz
|
|
Source68: b1encoding.doc.tar.xz
|
|
|
|
%description -n texlive-b1encoding
|
|
The package characterises and defines the author's B1 encoding
|
|
for use with LaTeX when typesetting things using his Bookhands
|
|
fonts.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-b1encoding-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn21271
|
|
Release: 0
|
|
Summary: Documentation for texlive-b1encoding
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-b1encoding-doc
|
|
This package includes the documentation for texlive-b1encoding
|
|
|
|
%post -n texlive-b1encoding
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-b1encoding
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-b1encoding
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-b1encoding-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/b1encoding/README
|
|
%{_texmfdistdir}/doc/latex/b1encoding/b1encoding.pdf
|
|
|
|
%files -n texlive-b1encoding
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/b1encoding/TeXB1.enc
|
|
%{_texmfdistdir}/tex/latex/b1encoding/b1cmr.fd
|
|
%{_texmfdistdir}/tex/latex/b1encoding/b1enc.def
|
|
/var/adm/update-scripts/texlive-b1encoding-%{texlive_version}.%{texlive_noarch}.1.0svn21271-%{release}-zypper
|
|
|
|
%package -n texlive-babel
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.9rsvn40706
|
|
Release: 0
|
|
Summary: Multilingual support for Plain TeX or LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-doc >= %{texlive_version}
|
|
Provides: tex(UKenglish.sty)
|
|
Provides: tex(USenglish.sty)
|
|
Provides: tex(afrikaans.sty)
|
|
Provides: tex(albanian.sty)
|
|
Provides: tex(american.sty)
|
|
Provides: tex(austrian.sty)
|
|
Provides: tex(babel.def)
|
|
Provides: tex(babel.sty)
|
|
Provides: tex(bahasa.sty)
|
|
Provides: tex(bahasam.sty)
|
|
Provides: tex(basque.sty)
|
|
Provides: tex(blplain.tex)
|
|
Provides: tex(bplain.tex)
|
|
Provides: tex(breton.sty)
|
|
Provides: tex(british.sty)
|
|
Provides: tex(bulgarian.sty)
|
|
Provides: tex(catalan.sty)
|
|
Provides: tex(croatian.sty)
|
|
Provides: tex(czech.sty)
|
|
Provides: tex(danish.sty)
|
|
Provides: tex(dutch.sty)
|
|
Provides: tex(english.sty)
|
|
Provides: tex(esperanto.sty)
|
|
Provides: tex(estonian.sty)
|
|
Provides: tex(finnish.sty)
|
|
Provides: tex(francais.sty)
|
|
Provides: tex(galician.sty)
|
|
Provides: tex(germanb.sty)
|
|
Provides: tex(greek.sty)
|
|
Provides: tex(hebrew.sty)
|
|
Provides: tex(hyphen.cfg)
|
|
Provides: tex(icelandic.sty)
|
|
Provides: tex(interlingua.sty)
|
|
Provides: tex(irish.sty)
|
|
Provides: tex(italian.sty)
|
|
Provides: tex(latin.sty)
|
|
Provides: tex(lsorbian.sty)
|
|
Provides: tex(luababel.def)
|
|
Provides: tex(magyar.sty)
|
|
Provides: tex(naustrian.sty)
|
|
Provides: tex(ngermanb.sty)
|
|
Provides: tex(nil.ldf)
|
|
Provides: tex(norsk.sty)
|
|
Provides: tex(plain.def)
|
|
Provides: tex(polish.sty)
|
|
Provides: tex(portuges.sty)
|
|
Provides: tex(romanian.sty)
|
|
Provides: tex(russianb.sty)
|
|
Provides: tex(samin.sty)
|
|
Provides: tex(scottish.sty)
|
|
Provides: tex(serbian.sty)
|
|
Provides: tex(slovak.sty)
|
|
Provides: tex(slovene.sty)
|
|
Provides: tex(spanish.sty)
|
|
Provides: tex(swedish.sty)
|
|
Provides: tex(switch.def)
|
|
Provides: tex(turkish.sty)
|
|
Provides: tex(ukraineb.sty)
|
|
Provides: tex(usorbian.sty)
|
|
Provides: tex(welsh.sty)
|
|
Provides: tex(xebabel.def)
|
|
Requires: tex(rlbabel.def)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source69: babel.tar.xz
|
|
Source70: babel.doc.tar.xz
|
|
|
|
%description -n texlive-babel
|
|
The package manages culturally-determined typographical (and
|
|
other) rules, and hyphenation patterns for a wide range of
|
|
languages. A document may select a single language to be
|
|
supported, or it may select several, in which case the document
|
|
may switch from one language to another in a variety of ways.
|
|
Babel uses contributed configuration files that provide the
|
|
detail of what has to be done for each language. Users of XeTeX
|
|
are advised to use polyglossia rather than Babel.
|
|
|
|
date: 2016-04-23 17:07:15 +0000
|
|
|
|
|
|
%package -n texlive-babel-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.9rsvn40706
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-doc
|
|
This package includes the documentation for texlive-babel
|
|
|
|
%post -n texlive-babel
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/babel/CONTRIB
|
|
%{_texmfdistdir}/doc/latex/babel/FIXES39
|
|
%{_texmfdistdir}/doc/latex/babel/README
|
|
%{_texmfdistdir}/doc/latex/babel/babel.pdf
|
|
|
|
%files -n texlive-babel
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/babel/bbglo.ist
|
|
%{_texmfdistdir}/makeindex/babel/bbind.ist
|
|
%{_texmfdistdir}/tex/generic/babel/UKenglish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/USenglish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/afrikaans.sty
|
|
%{_texmfdistdir}/tex/generic/babel/albanian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/american.sty
|
|
%{_texmfdistdir}/tex/generic/babel/austrian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/babel.def
|
|
%{_texmfdistdir}/tex/generic/babel/babel.sty
|
|
%{_texmfdistdir}/tex/generic/babel/bahasa.sty
|
|
%{_texmfdistdir}/tex/generic/babel/bahasam.sty
|
|
%{_texmfdistdir}/tex/generic/babel/basque.sty
|
|
%{_texmfdistdir}/tex/generic/babel/blplain.tex
|
|
%{_texmfdistdir}/tex/generic/babel/bplain.tex
|
|
%{_texmfdistdir}/tex/generic/babel/breton.sty
|
|
%{_texmfdistdir}/tex/generic/babel/british.sty
|
|
%{_texmfdistdir}/tex/generic/babel/bulgarian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/catalan.sty
|
|
%{_texmfdistdir}/tex/generic/babel/croatian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/czech.sty
|
|
%{_texmfdistdir}/tex/generic/babel/danish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/dutch.sty
|
|
%{_texmfdistdir}/tex/generic/babel/english.sty
|
|
%{_texmfdistdir}/tex/generic/babel/esperanto.sty
|
|
%{_texmfdistdir}/tex/generic/babel/estonian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/finnish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/francais.sty
|
|
%{_texmfdistdir}/tex/generic/babel/galician.sty
|
|
%{_texmfdistdir}/tex/generic/babel/germanb.sty
|
|
%{_texmfdistdir}/tex/generic/babel/greek.sty
|
|
%{_texmfdistdir}/tex/generic/babel/hebrew.sty
|
|
%{_texmfdistdir}/tex/generic/babel/hyphen.cfg
|
|
%{_texmfdistdir}/tex/generic/babel/icelandic.sty
|
|
%{_texmfdistdir}/tex/generic/babel/interlingua.sty
|
|
%{_texmfdistdir}/tex/generic/babel/irish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/italian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/latin.sty
|
|
%{_texmfdistdir}/tex/generic/babel/lsorbian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/luababel.def
|
|
%{_texmfdistdir}/tex/generic/babel/magyar.sty
|
|
%{_texmfdistdir}/tex/generic/babel/naustrian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/ngermanb.sty
|
|
%{_texmfdistdir}/tex/generic/babel/nil.ldf
|
|
%{_texmfdistdir}/tex/generic/babel/norsk.sty
|
|
%{_texmfdistdir}/tex/generic/babel/plain.def
|
|
%{_texmfdistdir}/tex/generic/babel/polish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/portuges.sty
|
|
%{_texmfdistdir}/tex/generic/babel/romanian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/russianb.sty
|
|
%{_texmfdistdir}/tex/generic/babel/samin.sty
|
|
%{_texmfdistdir}/tex/generic/babel/scottish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/serbian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/slovak.sty
|
|
%{_texmfdistdir}/tex/generic/babel/slovene.sty
|
|
%{_texmfdistdir}/tex/generic/babel/spanish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/swedish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/switch.def
|
|
%{_texmfdistdir}/tex/generic/babel/turkish.sty
|
|
%{_texmfdistdir}/tex/generic/babel/ukraineb.sty
|
|
%{_texmfdistdir}/tex/generic/babel/usorbian.sty
|
|
%{_texmfdistdir}/tex/generic/babel/welsh.sty
|
|
%{_texmfdistdir}/tex/generic/babel/xebabel.def
|
|
/var/adm/update-scripts/texlive-babel-%{texlive_version}.%{texlive_noarch}.3.9rsvn40706-%{release}-zypper
|
|
|
|
%package -n texlive-babel-albanian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn30254
|
|
Release: 0
|
|
Summary: Support for Albanian within babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-albanian-doc >= %{texlive_version}
|
|
Provides: tex(albanian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source71: babel-albanian.tar.xz
|
|
Source72: babel-albanian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-albanian
|
|
The package provides support for typesetting Albanian (as part
|
|
of the babel system).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-albanian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn30254
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-albanian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-albanian-doc
|
|
This package includes the documentation for texlive-babel-albanian
|
|
|
|
%post -n texlive-babel-albanian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-albanian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-albanian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-albanian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-albanian/albanian.pdf
|
|
|
|
%files -n texlive-babel-albanian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-albanian/albanian.ldf
|
|
/var/adm/update-scripts/texlive-babel-albanian-%{texlive_version}.%{texlive_noarch}.1.0csvn30254-%{release}-zypper
|
|
|
|
%package -n texlive-babel-bahasa
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0lsvn30255
|
|
Release: 0
|
|
Summary: Support for Bahasa within babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-bahasa-doc >= %{texlive_version}
|
|
Provides: tex(bahasai.ldf)
|
|
Provides: tex(bahasam.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source73: babel-bahasa.tar.xz
|
|
Source74: babel-bahasa.doc.tar.xz
|
|
|
|
%description -n texlive-babel-bahasa
|
|
The bundle provides two sets of language typesetting support,
|
|
for Bahasa Indonesia and Bahasa Malaysia.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-bahasa-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0lsvn30255
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-bahasa
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-bahasa-doc
|
|
This package includes the documentation for texlive-babel-bahasa
|
|
|
|
%post -n texlive-babel-bahasa
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-bahasa
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-bahasa
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-bahasa-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-bahasa/bahasa.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-bahasa/bahasam.pdf
|
|
|
|
%files -n texlive-babel-bahasa
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasai.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasam.ldf
|
|
/var/adm/update-scripts/texlive-babel-bahasa-%{texlive_version}.%{texlive_noarch}.1.0lsvn30255-%{release}-zypper
|
|
|
|
%package -n texlive-babel-basque
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0fsvn30256
|
|
Release: 0
|
|
Summary: Babel contributed support for 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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-basque-doc >= %{texlive_version}
|
|
Provides: tex(basque.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source75: babel-basque.tar.xz
|
|
Source76: babel-basque.doc.tar.xz
|
|
|
|
%description -n texlive-babel-basque
|
|
The package establishes Basque conventions in a document.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-basque-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0fsvn30256
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-basque
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-basque-doc
|
|
This package includes the documentation for texlive-babel-basque
|
|
|
|
%post -n texlive-babel-basque
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-basque
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-basque
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-basque-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-basque/basque.pdf
|
|
|
|
%files -n texlive-babel-basque
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-basque/basque.ldf
|
|
/var/adm/update-scripts/texlive-babel-basque-%{texlive_version}.%{texlive_noarch}.1.0fsvn30256-%{release}-zypper
|
|
|
|
%package -n texlive-babel-belarusian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3hsvn40636
|
|
Release: 0
|
|
Summary: Babel support for Belarusian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-belarusian-doc >= %{texlive_version}
|
|
Provides: tex(belarusianb.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source77: babel-belarusian.tar.xz
|
|
Source78: babel-belarusian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-belarusian
|
|
The package provides support for use of Babel in documents
|
|
written in Belarusian.
|
|
|
|
date: 2016-04-20 08:44:25 +0000
|
|
|
|
|
|
%package -n texlive-babel-belarusian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3hsvn40636
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-belarusian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-belarusian-doc
|
|
This package includes the documentation for texlive-babel-belarusian
|
|
|
|
%post -n texlive-babel-belarusian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-belarusian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-belarusian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-belarusian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-belarusian/README
|
|
%{_texmfdistdir}/doc/generic/babel-belarusian/belarusianb.pdf
|
|
|
|
%files -n texlive-babel-belarusian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-belarusian/belarusianb.ldf
|
|
/var/adm/update-scripts/texlive-babel-belarusian-%{texlive_version}.%{texlive_noarch}.1.3hsvn40636-%{release}-zypper
|
|
|
|
%package -n texlive-babel-bosnian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn38174
|
|
Release: 0
|
|
Summary: Babel contrib support for Bosnian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-bosnian-doc >= %{texlive_version}
|
|
Provides: tex(bosnian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source79: babel-bosnian.tar.xz
|
|
Source80: babel-bosnian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-bosnian
|
|
The package provides a language definition file that enables
|
|
support of Bosnian with babel.
|
|
|
|
date: 2015-08-20 22:26:56 +0000
|
|
|
|
|
|
%package -n texlive-babel-bosnian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn38174
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-bosnian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-bosnian-doc
|
|
This package includes the documentation for texlive-babel-bosnian
|
|
|
|
%post -n texlive-babel-bosnian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-bosnian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-bosnian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-bosnian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-bosnian/README
|
|
%{_texmfdistdir}/doc/generic/babel-bosnian/bosnian.pdf
|
|
|
|
%files -n texlive-babel-bosnian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-bosnian/bosnian.ldf
|
|
/var/adm/update-scripts/texlive-babel-bosnian-%{texlive_version}.%{texlive_noarch}.1.1svn38174-%{release}-zypper
|
|
|
|
%package -n texlive-babel-breton
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn30257
|
|
Release: 0
|
|
Summary: Babel contributed support for Breton
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-breton-doc >= %{texlive_version}
|
|
Provides: tex(breton.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source81: babel-breton.tar.xz
|
|
Source82: babel-breton.doc.tar.xz
|
|
|
|
%description -n texlive-babel-breton
|
|
Breton (being, principally, a spoken language) does not have
|
|
typographic rules of its own; this package provides an
|
|
"appropriate" selection of French and British typographic
|
|
rules.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-breton-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn30257
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-breton
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-breton-doc
|
|
This package includes the documentation for texlive-babel-breton
|
|
|
|
%post -n texlive-babel-breton
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-breton
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-breton
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-breton-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-breton/breton.pdf
|
|
|
|
%files -n texlive-babel-breton
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-breton/breton.ldf
|
|
/var/adm/update-scripts/texlive-babel-breton-%{texlive_version}.%{texlive_noarch}.1.0hsvn30257-%{release}-zypper
|
|
|
|
%package -n texlive-babel-bulgarian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2gsvn31902
|
|
Release: 0
|
|
Summary: Babel contributed support for Bulgarian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-bulgarian-doc >= %{texlive_version}
|
|
Provides: tex(bulgarian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source83: babel-bulgarian.tar.xz
|
|
Source84: babel-bulgarian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-bulgarian
|
|
The package provides support for documents in Bulgarian (or
|
|
simply containing some Bulgarian text).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-bulgarian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2gsvn31902
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-bulgarian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-bulgarian-doc
|
|
This package includes the documentation for texlive-babel-bulgarian
|
|
|
|
%post -n texlive-babel-bulgarian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-bulgarian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-bulgarian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-bulgarian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-bulgarian/README
|
|
%{_texmfdistdir}/doc/generic/babel-bulgarian/bulgarian.pdf
|
|
|
|
%files -n texlive-babel-bulgarian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-bulgarian/bulgarian.ldf
|
|
/var/adm/update-scripts/texlive-babel-bulgarian-%{texlive_version}.%{texlive_noarch}.1.2gsvn31902-%{release}-zypper
|
|
|
|
%package -n texlive-babel-catalan
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2psvn30259
|
|
Release: 0
|
|
Summary: Babel contributed support for Catalan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-catalan-doc >= %{texlive_version}
|
|
Provides: tex(catalan.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source85: babel-catalan.tar.xz
|
|
Source86: babel-catalan.doc.tar.xz
|
|
|
|
%description -n texlive-babel-catalan
|
|
The package establishes Catalan conventions in a document (or a
|
|
subset of the conventions, if Catalan is not the main language
|
|
of the document).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-catalan-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2psvn30259
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-catalan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-catalan-doc
|
|
This package includes the documentation for texlive-babel-catalan
|
|
|
|
%post -n texlive-babel-catalan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-catalan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-catalan
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-catalan-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-catalan/catalan.pdf
|
|
|
|
%files -n texlive-babel-catalan
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-catalan/catalan.ldf
|
|
/var/adm/update-scripts/texlive-babel-catalan-%{texlive_version}.%{texlive_noarch}.2.2psvn30259-%{release}-zypper
|
|
|
|
%package -n texlive-babel-croatian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3lsvn35198
|
|
Release: 0
|
|
Summary: Babel contributed support for Croatian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-croatian-doc >= %{texlive_version}
|
|
Provides: tex(croatian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source87: babel-croatian.tar.xz
|
|
Source88: babel-croatian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-croatian
|
|
The package establishes Croatian conventions in a document (or
|
|
a subset of the conventions, if Croatian is not the main
|
|
language of the document).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-croatian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3lsvn35198
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-croatian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-croatian-doc
|
|
This package includes the documentation for texlive-babel-croatian
|
|
|
|
%post -n texlive-babel-croatian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-croatian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-croatian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-croatian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-croatian/croatian.pdf
|
|
|
|
%files -n texlive-babel-croatian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-croatian/croatian.ldf
|
|
/var/adm/update-scripts/texlive-babel-croatian-%{texlive_version}.%{texlive_noarch}.1.3lsvn35198-%{release}-zypper
|
|
|
|
%package -n texlive-babel-czech
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1asvn30261
|
|
Release: 0
|
|
Summary: Babel support for Czech
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-czech-doc >= %{texlive_version}
|
|
Provides: tex(czech.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source89: babel-czech.tar.xz
|
|
Source90: babel-czech.doc.tar.xz
|
|
|
|
%description -n texlive-babel-czech
|
|
The package provides the language definition file for support
|
|
of Czech in babel. Some shortcuts are defined, as well as
|
|
translations to Czech of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-czech-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1asvn30261
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-czech
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-czech-doc
|
|
This package includes the documentation for texlive-babel-czech
|
|
|
|
%post -n texlive-babel-czech
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-czech
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-czech
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-czech-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-czech/czech.pdf
|
|
|
|
%files -n texlive-babel-czech
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-czech/czech.ldf
|
|
/var/adm/update-scripts/texlive-babel-czech-%{texlive_version}.%{texlive_noarch}.3.1asvn30261-%{release}-zypper
|
|
|
|
%package -n texlive-babel-danish
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3rsvn30262
|
|
Release: 0
|
|
Summary: Babel contributed support for Danish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-danish-doc >= %{texlive_version}
|
|
Provides: tex(danish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source91: babel-danish.tar.xz
|
|
Source92: babel-danish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-danish
|
|
The package provides a language definition, file for use with
|
|
babel, which establishes Danish conventions in a document (or a
|
|
subset of the conventions, if Danish is not the main language
|
|
of the document).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-danish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3rsvn30262
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-danish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-danish-doc
|
|
This package includes the documentation for texlive-babel-danish
|
|
|
|
%post -n texlive-babel-danish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-danish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-danish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-danish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-danish/danish.pdf
|
|
|
|
%files -n texlive-babel-danish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-danish/danish.ldf
|
|
/var/adm/update-scripts/texlive-babel-danish-%{texlive_version}.%{texlive_noarch}.1.3rsvn30262-%{release}-zypper
|
|
|
|
%package -n texlive-babel-dutch
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.8isvn30263
|
|
Release: 0
|
|
Summary: Babel contributed support for Dutch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-dutch-doc >= %{texlive_version}
|
|
Provides: tex(dutch.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source93: babel-dutch.tar.xz
|
|
Source94: babel-dutch.doc.tar.xz
|
|
|
|
%description -n texlive-babel-dutch
|
|
The package provides a language definition, file for use with
|
|
babel, which establishes Dutch conventions in a document (or a
|
|
subset of the conventions, if Dutch is not the main language of
|
|
the document).
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-dutch-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.8isvn30263
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-dutch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-dutch-doc
|
|
This package includes the documentation for texlive-babel-dutch
|
|
|
|
%post -n texlive-babel-dutch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-dutch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-dutch
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-dutch-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-dutch/dutch.pdf
|
|
|
|
%files -n texlive-babel-dutch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-dutch/dutch.ldf
|
|
/var/adm/update-scripts/texlive-babel-dutch-%{texlive_version}.%{texlive_noarch}.3.8isvn30263-%{release}-zypper
|
|
|
|
%package -n texlive-babel-english
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.3psvn30264
|
|
Release: 0
|
|
Summary: Babel support for English
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-english-doc >= %{texlive_version}
|
|
Provides: tex(english.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source95: babel-english.tar.xz
|
|
Source96: babel-english.doc.tar.xz
|
|
|
|
%description -n texlive-babel-english
|
|
The package provides the language definition file for support
|
|
of English in babel. Care is taken to select british
|
|
hyphenation patterns for British English and Australian text,
|
|
and default ('american') patterns for Canadian and USA text.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-english-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.3psvn30264
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-english
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-english-doc
|
|
This package includes the documentation for texlive-babel-english
|
|
|
|
%post -n texlive-babel-english
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-english
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-english
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-english-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-english/english.pdf
|
|
|
|
%files -n texlive-babel-english
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-english/english.ldf
|
|
/var/adm/update-scripts/texlive-babel-english-%{texlive_version}.%{texlive_noarch}.3.3psvn30264-%{release}-zypper
|
|
|
|
%package -n texlive-babel-esperanto
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4tsvn30265
|
|
Release: 0
|
|
Summary: Babel support for Esperanto
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-esperanto-doc >= %{texlive_version}
|
|
Provides: tex(esperanto.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source97: babel-esperanto.tar.xz
|
|
Source98: babel-esperanto.doc.tar.xz
|
|
|
|
%description -n texlive-babel-esperanto
|
|
The package provides the language definition file for support
|
|
of Esperanto in babel. Some shortcuts are defined, as well as
|
|
translations to Esperanto of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-esperanto-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4tsvn30265
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-esperanto
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-esperanto-doc
|
|
This package includes the documentation for texlive-babel-esperanto
|
|
|
|
%post -n texlive-babel-esperanto
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-esperanto
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-esperanto
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-esperanto-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-esperanto/esperanto.pdf
|
|
|
|
%files -n texlive-babel-esperanto
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-esperanto/esperanto.ldf
|
|
/var/adm/update-scripts/texlive-babel-esperanto-%{texlive_version}.%{texlive_noarch}.1.4tsvn30265-%{release}-zypper
|
|
|
|
%package -n texlive-babel-estonian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn38064
|
|
Release: 0
|
|
Summary: Babel support for Estonian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-estonian-doc >= %{texlive_version}
|
|
Provides: tex(estonian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source99: babel-estonian.tar.xz
|
|
Source100: babel-estonian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-estonian
|
|
The package provides the language definition file for support
|
|
of Estonian in babel. Some shortcuts are defined, as well as
|
|
translations to Estonian of standard "LaTeX names".
|
|
|
|
date: 2016-01-09 15:44:09 +0000
|
|
|
|
|
|
%package -n texlive-babel-estonian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn38064
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-estonian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-estonian-doc
|
|
This package includes the documentation for texlive-babel-estonian
|
|
|
|
%post -n texlive-babel-estonian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-estonian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-estonian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-estonian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-estonian/README.txt
|
|
%{_texmfdistdir}/doc/generic/babel-estonian/estonian.pdf
|
|
|
|
%files -n texlive-babel-estonian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-estonian/estonian.ldf
|
|
/var/adm/update-scripts/texlive-babel-estonian-%{texlive_version}.%{texlive_noarch}.1.1asvn38064-%{release}-zypper
|
|
|
|
%package -n texlive-babel-finnish
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30267
|
|
Release: 0
|
|
Summary: Package babel-finnish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-finnish-doc >= %{texlive_version}
|
|
Provides: tex(finnish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source101: babel-finnish.tar.xz
|
|
Source102: babel-finnish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-finnish
|
|
The babel-finnish package
|
|
|
|
%package -n texlive-babel-finnish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30267
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-finnish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-finnish-doc
|
|
This package includes the documentation for texlive-babel-finnish
|
|
|
|
%post -n texlive-babel-finnish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-finnish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-finnish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-finnish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-finnish/finnish.pdf
|
|
|
|
%files -n texlive-babel-finnish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-finnish/finnish.ldf
|
|
/var/adm/update-scripts/texlive-babel-finnish-%{texlive_version}.%{texlive_noarch}.svn30267-%{release}-zypper
|
|
|
|
%package -n texlive-babel-french
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.2csvn41244
|
|
Release: 0
|
|
Summary: Babel contributed support for French
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-french-doc >= %{texlive_version}
|
|
Provides: tex(frenchb.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source103: babel-french.tar.xz
|
|
Source104: babel-french.doc.tar.xz
|
|
|
|
%description -n texlive-babel-french
|
|
The package, formerly known as frenchb, establishes French
|
|
conventions in a document (or a subset of the conventions, if
|
|
French is not the main language of the document).
|
|
|
|
date: 2016-05-19 04:13:53 +0000
|
|
|
|
|
|
%package -n texlive-babel-french-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.2csvn41244
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-french
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-french-doc
|
|
This package includes the documentation for texlive-babel-french
|
|
|
|
%post -n texlive-babel-french
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-french
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-french
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-french-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-french/README
|
|
%{_texmfdistdir}/doc/generic/babel-french/frenchb.pdf
|
|
|
|
%files -n texlive-babel-french
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-french/frenchb.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-french/frenchb.lua
|
|
/var/adm/update-scripts/texlive-babel-french-%{texlive_version}.%{texlive_noarch}.3.2csvn41244-%{release}-zypper
|
|
|
|
%package -n texlive-babel-friulan
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn39861
|
|
Release: 0
|
|
Summary: Babel/Polyglossia support for Friulan(Furlan)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-friulan-doc >= %{texlive_version}
|
|
Provides: tex(friulan.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source105: babel-friulan.tar.xz
|
|
Source106: babel-friulan.doc.tar.xz
|
|
|
|
%description -n texlive-babel-friulan
|
|
The package provides a language description file that enables
|
|
support of Friulan either with babel or with polyglossia.
|
|
|
|
date: 2016-03-02 04:17:44 +0000
|
|
|
|
|
|
%package -n texlive-babel-friulan-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn39861
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-friulan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-friulan-doc
|
|
This package includes the documentation for texlive-babel-friulan
|
|
|
|
%post -n texlive-babel-friulan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-friulan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-friulan
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-friulan-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-friulan/README.txt
|
|
%{_texmfdistdir}/doc/generic/babel-friulan/friulan.pdf
|
|
|
|
%files -n texlive-babel-friulan
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-friulan/friulan.ldf
|
|
/var/adm/update-scripts/texlive-babel-friulan-%{texlive_version}.%{texlive_noarch}.1.3svn39861-%{release}-zypper
|
|
|
|
%package -n texlive-babel-galician
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30270
|
|
Release: 0
|
|
Summary: Package babel-galician
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-galician-doc >= %{texlive_version}
|
|
Provides: tex(galician.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source107: babel-galician.tar.xz
|
|
Source108: babel-galician.doc.tar.xz
|
|
|
|
%description -n texlive-babel-galician
|
|
The babel-galician package
|
|
|
|
%package -n texlive-babel-galician-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30270
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-galician
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-galician-doc
|
|
This package includes the documentation for texlive-babel-galician
|
|
|
|
%post -n texlive-babel-galician
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-galician
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-galician
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-galician-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-galician/galician.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-galician/glbst.tex
|
|
%{_texmfdistdir}/doc/generic/babel-galician/glromidx.tex
|
|
|
|
%files -n texlive-babel-galician
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-galician/galician.ldf
|
|
/var/adm/update-scripts/texlive-babel-galician-%{texlive_version}.%{texlive_noarch}.svn30270-%{release}-zypper
|
|
|
|
%package -n texlive-babel-georgian
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn33527
|
|
Release: 0
|
|
Summary: Babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-georgian-doc >= %{texlive_version}
|
|
Provides: tex(georgian.ldf)
|
|
Provides: tex(georgian.sty)
|
|
Provides: tex(georgiancaps.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source109: babel-georgian.tar.xz
|
|
Source110: babel-georgian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-georgian
|
|
The package provides support for use of Babel in documents
|
|
written in Georgian. The package is adapted for use both under
|
|
'traditional' TeX engines, and under XeTeX and LuaTeX.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-georgian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn33527
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-georgian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-georgian-doc
|
|
This package includes the documentation for texlive-babel-georgian
|
|
|
|
%post -n texlive-babel-georgian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-georgian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-georgian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-georgian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-georgian/readme
|
|
|
|
%files -n texlive-babel-georgian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.sty
|
|
%{_texmfdistdir}/tex/generic/babel-georgian/georgiancaps.tex
|
|
/var/adm/update-scripts/texlive-babel-georgian-%{texlive_version}.%{texlive_noarch}.2.1svn33527-%{release}-zypper
|
|
|
|
%package -n texlive-babel-german
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.7bsvn35349
|
|
Release: 0
|
|
Summary: Babel support for documents written in German
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-german-doc >= %{texlive_version}
|
|
Provides: tex(austrian.ldf)
|
|
Provides: tex(german.ldf)
|
|
Provides: tex(germanb.ldf)
|
|
Provides: tex(naustrian.ldf)
|
|
Provides: tex(ngerman.ldf)
|
|
Provides: tex(ngermanb.ldf)
|
|
Provides: tex(nswissgerman.ldf)
|
|
Provides: tex(swissgerman.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source111: babel-german.tar.xz
|
|
Source112: babel-german.doc.tar.xz
|
|
|
|
%description -n texlive-babel-german
|
|
The package defines LaTeX support, within the Babel package, of
|
|
German (including its Austrian dialect), in both 'old' and
|
|
'new' orthographies.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-german-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.7bsvn35349
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-german
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-german-doc
|
|
This package includes the documentation for texlive-babel-german
|
|
|
|
%post -n texlive-babel-german
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-german
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-german
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-german-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-german/README
|
|
%{_texmfdistdir}/doc/generic/babel-german/germanb.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-german/ngermanb.pdf
|
|
|
|
%files -n texlive-babel-german
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-german/austrian.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/german.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/germanb.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/naustrian.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/ngerman.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/ngermanb.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/nswissgerman.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-german/swissgerman.ldf
|
|
/var/adm/update-scripts/texlive-babel-german-%{texlive_version}.%{texlive_noarch}.2.7bsvn35349-%{release}-zypper
|
|
|
|
%package -n texlive-babel-greek
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.9fsvn40613
|
|
Release: 0
|
|
Summary: Babel support for documents written in 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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-greek-doc >= %{texlive_version}
|
|
Provides: tex(athnum.sty)
|
|
Provides: tex(greek.ldf)
|
|
Provides: tex(grmath.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source113: babel-greek.tar.xz
|
|
Source114: babel-greek.doc.tar.xz
|
|
|
|
%description -n texlive-babel-greek
|
|
The file provides modes for monotonic (single-diacritic) and
|
|
polytonic (multiple-diacritic) modes of writing. Provision is
|
|
made for Greek function names in mathematics, and for classical-
|
|
era symbols.
|
|
|
|
date: 2016-02-05 06:20:04 +0000
|
|
|
|
|
|
%package -n texlive-babel-greek-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.9fsvn40613
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-greek
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-greek-doc
|
|
This package includes the documentation for texlive-babel-greek
|
|
|
|
%post -n texlive-babel-greek
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-greek
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-greek
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-greek-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-greek/README
|
|
%{_texmfdistdir}/doc/generic/babel-greek/README.html
|
|
%{_texmfdistdir}/doc/generic/babel-greek/athnum.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/babel-greek.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/grmath.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-greek.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-greek.tex
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.tex
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.tex
|
|
%{_texmfdistdir}/doc/generic/babel-greek/usage.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-greek/usage.tex
|
|
|
|
%files -n texlive-babel-greek
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-greek/athnum.sty
|
|
%{_texmfdistdir}/tex/generic/babel-greek/greek.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-greek/grmath.sty
|
|
/var/adm/update-scripts/texlive-babel-greek-%{texlive_version}.%{texlive_noarch}.1.9fsvn40613-%{release}-zypper
|
|
|
|
%package -n texlive-babel-hebrew
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3hsvn30273
|
|
Release: 0
|
|
Summary: Babel support for Hebrew
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-hebrew-doc >= %{texlive_version}
|
|
Provides: tex(8859-8.def)
|
|
Provides: tex(cp1255.def)
|
|
Provides: tex(cp862.def)
|
|
Provides: tex(he8OmegaHebrew.fd)
|
|
Provides: tex(he8aharoni.fd)
|
|
Provides: tex(he8cmr.fd)
|
|
Provides: tex(he8cmss.fd)
|
|
Provides: tex(he8cmtt.fd)
|
|
Provides: tex(he8david.fd)
|
|
Provides: tex(he8drugulin.fd)
|
|
Provides: tex(he8enc.def)
|
|
Provides: tex(he8frankruehl.fd)
|
|
Provides: tex(he8miriam.fd)
|
|
Provides: tex(he8nachlieli.fd)
|
|
Provides: tex(he8yad.fd)
|
|
Provides: tex(hebcal.sty)
|
|
Provides: tex(hebfont.sty)
|
|
Provides: tex(hebrew.ldf)
|
|
Provides: tex(hebrew_newcode.sty)
|
|
Provides: tex(hebrew_oldcode.sty)
|
|
Provides: tex(hebrew_p.sty)
|
|
Provides: tex(lheclas.fd)
|
|
Provides: tex(lhecmr.fd)
|
|
Provides: tex(lhecmss.fd)
|
|
Provides: tex(lhecmtt.fd)
|
|
Provides: tex(lhecrml.fd)
|
|
Provides: tex(lheenc.def)
|
|
Provides: tex(lhefr.fd)
|
|
Provides: tex(lheredis.fd)
|
|
Provides: tex(lheshold.fd)
|
|
Provides: tex(lheshscr.fd)
|
|
Provides: tex(lheshstk.fd)
|
|
Provides: tex(rlbabel.def)
|
|
Provides: tex(si960.def)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(inputenc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source115: babel-hebrew.tar.xz
|
|
Source116: babel-hebrew.doc.tar.xz
|
|
|
|
%description -n texlive-babel-hebrew
|
|
The package provides the language definition file for support
|
|
of Hebrew in babel. Macros to control the use of text direction
|
|
control of TeX--XeT and e-TeX are provided (and may be used
|
|
elsewhere). Some shortcuts are defined, as well as translations
|
|
to Hebrew of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-hebrew-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3hsvn30273
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-hebrew
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-hebrew-doc
|
|
This package includes the documentation for texlive-babel-hebrew
|
|
|
|
%post -n texlive-babel-hebrew
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-hebrew
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-hebrew
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-hebrew-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-hebrew/00readme.heb
|
|
%{_texmfdistdir}/doc/generic/babel-hebrew/heb209.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-hebrew/hebinp.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-hebrew/hebrew.pdf
|
|
|
|
%files -n texlive-babel-hebrew
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/8859-8.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/cp1255.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/cp862.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8OmegaHebrew.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8aharoni.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmr.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmss.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmtt.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8david.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8drugulin.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8enc.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8frankruehl.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8miriam.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8nachlieli.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/he8yad.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebcal.sty
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebfont.sty
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_newcode.sty
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_oldcode.sty
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_p.sty
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheclas.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmr.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmss.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmtt.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecrml.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheenc.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lhefr.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheredis.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshold.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshscr.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshstk.fd
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/rlbabel.def
|
|
%{_texmfdistdir}/tex/generic/babel-hebrew/si960.def
|
|
/var/adm/update-scripts/texlive-babel-hebrew-%{texlive_version}.%{texlive_noarch}.2.3hsvn30273-%{release}-zypper
|
|
|
|
%package -n texlive-babel-hungarian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5csvn38945
|
|
Release: 0
|
|
Summary: Babel support for Hungarian (Magyar)
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-hungarian-doc >= %{texlive_version}
|
|
Provides: tex(magyar.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source117: babel-hungarian.tar.xz
|
|
Source118: babel-hungarian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-hungarian
|
|
The package provides a language definition file that enables
|
|
support of Magyar (Hungarian) with babel.
|
|
|
|
date: 2015-11-25 21:07:45 +0000
|
|
|
|
|
|
%package -n texlive-babel-hungarian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5csvn38945
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-hungarian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-hungarian-doc
|
|
This package includes the documentation for texlive-babel-hungarian
|
|
|
|
%post -n texlive-babel-hungarian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-hungarian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-hungarian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-hungarian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-hungarian/README
|
|
|
|
%files -n texlive-babel-hungarian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-hungarian/magyar.ldf
|
|
/var/adm/update-scripts/texlive-babel-hungarian-%{texlive_version}.%{texlive_noarch}.1.5csvn38945-%{release}-zypper
|
|
|
|
%package -n texlive-babel-icelandic
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2bsvn39387
|
|
Release: 0
|
|
Summary: Babel support for Icelandic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-icelandic-doc >= %{texlive_version}
|
|
Provides: tex(icelandic.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source119: babel-icelandic.tar.xz
|
|
Source120: babel-icelandic.doc.tar.xz
|
|
|
|
%description -n texlive-babel-icelandic
|
|
The package provides the language definition file for support
|
|
of Icelandic in babel. Some shortcuts are defined, as well as
|
|
translations to Icelandic of standard "LaTeX names".
|
|
|
|
date: 2016-01-14 18:51:09 +0000
|
|
|
|
|
|
%package -n texlive-babel-icelandic-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2bsvn39387
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-icelandic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-icelandic-doc
|
|
This package includes the documentation for texlive-babel-icelandic
|
|
|
|
%post -n texlive-babel-icelandic
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-icelandic
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-icelandic
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-icelandic-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-icelandic/README.md
|
|
%{_texmfdistdir}/doc/generic/babel-icelandic/icelandic.pdf
|
|
|
|
%files -n texlive-babel-icelandic
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-icelandic/icelandic.ldf
|
|
/var/adm/update-scripts/texlive-babel-icelandic-%{texlive_version}.%{texlive_noarch}.1.2bsvn39387-%{release}-zypper
|
|
|
|
%package -n texlive-babel-interlingua
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn30276
|
|
Release: 0
|
|
Summary: Babel support for Interlingua
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-interlingua-doc >= %{texlive_version}
|
|
Provides: tex(interlingua.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source121: babel-interlingua.tar.xz
|
|
Source122: babel-interlingua.doc.tar.xz
|
|
|
|
%description -n texlive-babel-interlingua
|
|
The package provides the language definition file for support
|
|
of Interlingua in babel. Translations to Interlingua of
|
|
standard "LaTeX names" (no shortcuts are provided). Interlingua
|
|
itself is an auxiliary language, built from the common
|
|
vocabulary of Spanish/Portuguese, English, Italian and French,
|
|
with some normalisation of spelling.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-interlingua-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.6svn30276
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-interlingua
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-interlingua-doc
|
|
This package includes the documentation for texlive-babel-interlingua
|
|
|
|
%post -n texlive-babel-interlingua
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-interlingua
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-interlingua
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-interlingua-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-interlingua/interlingua.pdf
|
|
|
|
%files -n texlive-babel-interlingua
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-interlingua/interlingua.ldf
|
|
/var/adm/update-scripts/texlive-babel-interlingua-%{texlive_version}.%{texlive_noarch}.1.6svn30276-%{release}-zypper
|
|
|
|
%package -n texlive-babel-irish
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn30277
|
|
Release: 0
|
|
Summary: Babel support for Irish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-irish-doc >= %{texlive_version}
|
|
Provides: tex(irish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source123: babel-irish.tar.xz
|
|
Source124: babel-irish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-irish
|
|
The package provides the language definition file for support
|
|
of Irish Gaelic in babel. The principal content is translations
|
|
to Irish of standard "LaTeX names". (No shortcuts are defined.)
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-irish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0hsvn30277
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-irish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-irish-doc
|
|
This package includes the documentation for texlive-babel-irish
|
|
|
|
%post -n texlive-babel-irish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-irish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-irish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-irish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-irish/irish.pdf
|
|
|
|
%files -n texlive-babel-irish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-irish/irish.ldf
|
|
/var/adm/update-scripts/texlive-babel-irish-%{texlive_version}.%{texlive_noarch}.1.0hsvn30277-%{release}-zypper
|
|
|
|
%package -n texlive-babel-italian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3nsvn36645
|
|
Release: 0
|
|
Summary: Babel support for Italian text
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-italian-doc >= %{texlive_version}
|
|
Provides: tex(italian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source125: babel-italian.tar.xz
|
|
Source126: babel-italian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-italian
|
|
The package provides language definitions for use in babel.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-italian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3nsvn36645
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-italian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-italian-doc
|
|
This package includes the documentation for texlive-babel-italian
|
|
|
|
%post -n texlive-babel-italian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-italian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-italian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-italian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-italian/italian.pdf
|
|
|
|
%files -n texlive-babel-italian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-italian/italian.ldf
|
|
/var/adm/update-scripts/texlive-babel-italian-%{texlive_version}.%{texlive_noarch}.1.3nsvn36645-%{release}-zypper
|
|
|
|
%package -n texlive-babel-kurmanji
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn30279
|
|
Release: 0
|
|
Summary: Babel support for Kurmanji
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-kurmanji-doc >= %{texlive_version}
|
|
Provides: tex(kurmanji.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source127: babel-kurmanji.tar.xz
|
|
Source128: babel-kurmanji.doc.tar.xz
|
|
|
|
%description -n texlive-babel-kurmanji
|
|
The package provides the language definition file for support
|
|
of Kurmanji in babel. Kurmanji belongs to the family of Kurdish
|
|
languages. Some shortcuts are defined, as well as translations
|
|
to Kurmanji of standard "LaTeX names". Note that the package is
|
|
dealing with 'Northern' Kurdish, written using a Latin-based
|
|
alphabet. The arabxetex package offers support for Kurdish
|
|
written in Arabic script.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-kurmanji-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn30279
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-kurmanji
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-kurmanji-doc
|
|
This package includes the documentation for texlive-babel-kurmanji
|
|
|
|
%post -n texlive-babel-kurmanji
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-kurmanji
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-kurmanji
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-kurmanji-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-kurmanji/kurmanji.pdf
|
|
|
|
%files -n texlive-babel-kurmanji
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-kurmanji/kurmanji.ldf
|
|
/var/adm/update-scripts/texlive-babel-kurmanji-%{texlive_version}.%{texlive_noarch}.1.1svn30279-%{release}-zypper
|
|
|
|
%package -n texlive-babel-latin
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.5svn38173
|
|
Release: 0
|
|
Summary: Babel support for Latin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-latin-doc >= %{texlive_version}
|
|
Provides: tex(latin.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source129: babel-latin.tar.xz
|
|
Source130: babel-latin.doc.tar.xz
|
|
|
|
%description -n texlive-babel-latin
|
|
The package provides the language definition file for support
|
|
of Latin in babel. Translations to Latin (in both modern and
|
|
medieval spelling) of standard "LaTeX names", and some
|
|
shortcuts, are provided. Apart from the modern vs. medieval
|
|
setting, a further switch permits addition of prosodic marks.
|
|
|
|
date: 2015-08-21 09:47:02 +0000
|
|
|
|
|
|
%package -n texlive-babel-latin-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.5svn38173
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-latin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-latin-doc
|
|
This package includes the documentation for texlive-babel-latin
|
|
|
|
%post -n texlive-babel-latin
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-latin
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-latin
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-latin-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-latin/latin.pdf
|
|
|
|
%files -n texlive-babel-latin
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-latin/latin.ldf
|
|
/var/adm/update-scripts/texlive-babel-latin-%{texlive_version}.%{texlive_noarch}.3.5svn38173-%{release}-zypper
|
|
|
|
%package -n texlive-babel-latvian
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0asvn34377
|
|
Release: 0
|
|
Summary: Babel support for Latvian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-latvian-doc >= %{texlive_version}
|
|
Provides: tex(latvian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source131: babel-latvian.tar.xz
|
|
Source132: babel-latvian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-latvian
|
|
The package provides the language definition file for support
|
|
of Latvian in babel.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-latvian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0asvn34377
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-latvian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-latvian-doc
|
|
This package includes the documentation for texlive-babel-latvian
|
|
|
|
%post -n texlive-babel-latvian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-latvian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-latvian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-latvian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-latvian/README
|
|
%{_texmfdistdir}/doc/generic/babel-latvian/latvian.pdf
|
|
|
|
%files -n texlive-babel-latvian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-latvian/latvian.ldf
|
|
/var/adm/update-scripts/texlive-babel-latvian-%{texlive_version}.%{texlive_noarch}.2.0asvn34377-%{release}-zypper
|
|
|
|
%package -n texlive-babel-macedonian
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn39587
|
|
Release: 0
|
|
Summary: Babel module to support Macedonian Cyrillic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-macedonian-doc >= %{texlive_version}
|
|
Provides: tex(macedonian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source133: babel-macedonian.tar.xz
|
|
Source134: babel-macedonian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-macedonian
|
|
The package provides support for Macedonian documents written
|
|
in Cyrillic, in babel.
|
|
|
|
date: 2016-02-05 16:30:25 +0000
|
|
|
|
|
|
%package -n texlive-babel-macedonian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn39587
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-macedonian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-macedonian-doc
|
|
This package includes the documentation for texlive-babel-macedonian
|
|
|
|
%post -n texlive-babel-macedonian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-macedonian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-macedonian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-macedonian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-macedonian/README.md
|
|
%{_texmfdistdir}/doc/generic/babel-macedonian/macedonian.pdf
|
|
|
|
%files -n texlive-babel-macedonian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-macedonian/macedonian.ldf
|
|
/var/adm/update-scripts/texlive-babel-macedonian-%{texlive_version}.%{texlive_noarch}.svn39587-%{release}-zypper
|
|
|
|
%package -n texlive-babel-norsk
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0isvn30281
|
|
Release: 0
|
|
Summary: Babel support for Norwegian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-norsk-doc >= %{texlive_version}
|
|
Provides: tex(norsk.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source135: babel-norsk.tar.xz
|
|
Source136: babel-norsk.doc.tar.xz
|
|
|
|
%description -n texlive-babel-norsk
|
|
The package provides the language definition file for support
|
|
of Norwegian in babel. Some shortcuts are defined, as well as
|
|
translations to Norsk of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-norsk-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0isvn30281
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-norsk
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-norsk-doc
|
|
This package includes the documentation for texlive-babel-norsk
|
|
|
|
%post -n texlive-babel-norsk
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-norsk
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-norsk
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-norsk-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-norsk/norsk.pdf
|
|
|
|
%files -n texlive-babel-norsk
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-norsk/norsk.ldf
|
|
/var/adm/update-scripts/texlive-babel-norsk-%{texlive_version}.%{texlive_noarch}.2.0isvn30281-%{release}-zypper
|
|
|
|
%package -n texlive-babel-occitan
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn39608
|
|
Release: 0
|
|
Summary: Babel support for Occitan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-occitan-doc >= %{texlive_version}
|
|
Provides: tex(occitan.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source137: babel-occitan.tar.xz
|
|
Source138: babel-occitan.doc.tar.xz
|
|
|
|
%description -n texlive-babel-occitan
|
|
Occitan language description file with usage instructions.
|
|
|
|
date: 2016-02-09 05:58:22 +0000
|
|
|
|
|
|
%package -n texlive-babel-occitan-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn39608
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-occitan
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-occitan-doc
|
|
This package includes the documentation for texlive-babel-occitan
|
|
|
|
%post -n texlive-babel-occitan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-occitan
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-occitan
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-occitan-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-occitan/README
|
|
%{_texmfdistdir}/doc/generic/babel-occitan/occitan.pdf
|
|
|
|
%files -n texlive-babel-occitan
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-occitan/occitan.ldf
|
|
/var/adm/update-scripts/texlive-babel-occitan-%{texlive_version}.%{texlive_noarch}.0.0.2svn39608-%{release}-zypper
|
|
|
|
%package -n texlive-babel-piedmontese
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30282
|
|
Release: 0
|
|
Summary: Babel support for Piedmontese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-piedmontese-doc >= %{texlive_version}
|
|
Provides: tex(piedmontese.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source139: babel-piedmontese.tar.xz
|
|
Source140: babel-piedmontese.doc.tar.xz
|
|
|
|
%description -n texlive-babel-piedmontese
|
|
The package provides the language definition file for support
|
|
of Piedmontese in babel. Some shortcuts are defined, as well as
|
|
translations to Piedmontese of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-piedmontese-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30282
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-piedmontese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-piedmontese-doc
|
|
This package includes the documentation for texlive-babel-piedmontese
|
|
|
|
%post -n texlive-babel-piedmontese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-piedmontese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-piedmontese
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-piedmontese-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-piedmontese/piedmontese.pdf
|
|
|
|
%files -n texlive-babel-piedmontese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-piedmontese/piedmontese.ldf
|
|
/var/adm/update-scripts/texlive-babel-piedmontese-%{texlive_version}.%{texlive_noarch}.1.0svn30282-%{release}-zypper
|
|
|
|
%package -n texlive-babel-polish
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn30283
|
|
Release: 0
|
|
Summary: Babel support for Polish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-polish-doc >= %{texlive_version}
|
|
Provides: tex(polish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source141: babel-polish.tar.xz
|
|
Source142: babel-polish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-polish
|
|
The package provides the language definition file for support
|
|
of Polish in babel. Some shortcuts are defined, as well as
|
|
translations to Polish of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-polish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn30283
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-polish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-polish-doc
|
|
This package includes the documentation for texlive-babel-polish
|
|
|
|
%post -n texlive-babel-polish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-polish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-polish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-polish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-polish/polish.pdf
|
|
|
|
%files -n texlive-babel-polish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-polish/polish.ldf
|
|
/var/adm/update-scripts/texlive-babel-polish-%{texlive_version}.%{texlive_noarch}.1.2lsvn30283-%{release}-zypper
|
|
|
|
%package -n texlive-babel-portuges
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2qsvn30284
|
|
Release: 0
|
|
Summary: Babel support for Portuges
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-portuges-doc >= %{texlive_version}
|
|
Provides: tex(portuges.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source143: babel-portuges.tar.xz
|
|
Source144: babel-portuges.doc.tar.xz
|
|
|
|
%description -n texlive-babel-portuges
|
|
The package provides the language definition file for support
|
|
of Portuguese and Brazilian Portuguese in babel. Some shortcuts
|
|
are defined, as well as translations to Portuguese of standard
|
|
"LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-portuges-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2qsvn30284
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-portuges
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-portuges-doc
|
|
This package includes the documentation for texlive-babel-portuges
|
|
|
|
%post -n texlive-babel-portuges
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-portuges
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-portuges
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-portuges-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-portuges/portuges.pdf
|
|
|
|
%files -n texlive-babel-portuges
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-portuges/portuges.ldf
|
|
/var/adm/update-scripts/texlive-babel-portuges-%{texlive_version}.%{texlive_noarch}.1.2qsvn30284-%{release}-zypper
|
|
|
|
%package -n texlive-babel-romanian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn30285
|
|
Release: 0
|
|
Summary: Babel support for Romanian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-romanian-doc >= %{texlive_version}
|
|
Provides: tex(romanian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source145: babel-romanian.tar.xz
|
|
Source146: babel-romanian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-romanian
|
|
The package provides the language definition file for support
|
|
of Romanian in babel. Translations to Romanian of standard
|
|
"LaTeX names" are provided.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-romanian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2lsvn30285
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-romanian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-romanian-doc
|
|
This package includes the documentation for texlive-babel-romanian
|
|
|
|
%post -n texlive-babel-romanian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-romanian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-romanian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-romanian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-romanian/romanian.pdf
|
|
|
|
%files -n texlive-babel-romanian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-romanian/romanian.ldf
|
|
/var/adm/update-scripts/texlive-babel-romanian-%{texlive_version}.%{texlive_noarch}.1.2lsvn30285-%{release}-zypper
|
|
|
|
%package -n texlive-babel-romansh
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30286
|
|
Release: 0
|
|
Summary: Babel/Polyglossia support for the Romansh 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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-romansh-doc >= %{texlive_version}
|
|
Provides: tex(romansh.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source147: babel-romansh.tar.xz
|
|
Source148: babel-romansh.doc.tar.xz
|
|
|
|
%description -n texlive-babel-romansh
|
|
The package provides a language description file that enables
|
|
support of Romansh either with babel or with polyglossia.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-romansh-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30286
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-romansh
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-romansh-doc
|
|
This package includes the documentation for texlive-babel-romansh
|
|
|
|
%post -n texlive-babel-romansh
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-romansh
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-romansh
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-romansh-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-romansh/romansh.pdf
|
|
|
|
%files -n texlive-babel-romansh
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-romansh/romansh.ldf
|
|
/var/adm/update-scripts/texlive-babel-romansh-%{texlive_version}.%{texlive_noarch}.svn30286-%{release}-zypper
|
|
|
|
%package -n texlive-babel-russian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3hsvn39784
|
|
Release: 0
|
|
Summary: Russian language module for Babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-russian-doc >= %{texlive_version}
|
|
Provides: tex(russianb.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source149: babel-russian.tar.xz
|
|
Source150: babel-russian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-russian
|
|
The package provides support for use of Babel in documents
|
|
written in Russian (in both "traditional" and modern forms).
|
|
The support is adapted for use both under 'traditional' TeX
|
|
engines, and under XeTeX and LuaTeX.
|
|
|
|
date: 2016-02-19 04:53:21 +0000
|
|
|
|
|
|
%package -n texlive-babel-russian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3hsvn39784
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-russian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-russian-doc
|
|
This package includes the documentation for texlive-babel-russian
|
|
|
|
%post -n texlive-babel-russian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-russian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-russian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-russian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-russian/README
|
|
%{_texmfdistdir}/doc/generic/babel-russian/russianb.pdf
|
|
|
|
%files -n texlive-babel-russian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-russian/russianb.ldf
|
|
/var/adm/update-scripts/texlive-babel-russian-%{texlive_version}.%{texlive_noarch}.1.3hsvn39784-%{release}-zypper
|
|
|
|
%package -n texlive-babel-samin
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn30288
|
|
Release: 0
|
|
Summary: Babel support for Samin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-samin-doc >= %{texlive_version}
|
|
Provides: tex(samin.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source151: babel-samin.tar.xz
|
|
Source152: babel-samin.doc.tar.xz
|
|
|
|
%description -n texlive-babel-samin
|
|
The package provides the language definition file for support
|
|
of North Sami in babel. (Several Sami dialects/languages are
|
|
spoken in Finland, Norway, Sweden and on the Kola Peninsula of
|
|
Russia). Not all use the same alphabet, and no attempt is made
|
|
to support any other than North Sami here. Some shortcuts are
|
|
defined, as well as translations to Norsk of standard "LaTeX
|
|
names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-samin-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn30288
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-samin
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-samin-doc
|
|
This package includes the documentation for texlive-babel-samin
|
|
|
|
%post -n texlive-babel-samin
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-samin
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-samin
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-samin-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-samin/samin.pdf
|
|
|
|
%files -n texlive-babel-samin
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-samin/samin.ldf
|
|
/var/adm/update-scripts/texlive-babel-samin-%{texlive_version}.%{texlive_noarch}.1.0csvn30288-%{release}-zypper
|
|
|
|
%package -n texlive-babel-scottish
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0gsvn30289
|
|
Release: 0
|
|
Summary: Babel support for Scottish Gaelic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-scottish-doc >= %{texlive_version}
|
|
Provides: tex(scottish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source153: babel-scottish.tar.xz
|
|
Source154: babel-scottish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-scottish
|
|
The package provides the language definition file for support
|
|
of Gaidhlig (Scottish Gaelic) in babel. Some shortcuts are
|
|
defined, as well as translations of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-scottish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0gsvn30289
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-scottish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-scottish-doc
|
|
This package includes the documentation for texlive-babel-scottish
|
|
|
|
%post -n texlive-babel-scottish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-scottish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-scottish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-scottish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-scottish/scottish.pdf
|
|
|
|
%files -n texlive-babel-scottish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-scottish/scottish.ldf
|
|
/var/adm/update-scripts/texlive-babel-scottish-%{texlive_version}.%{texlive_noarch}.1.0gsvn30289-%{release}-zypper
|
|
|
|
%package -n texlive-babel-serbian
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30290
|
|
Release: 0
|
|
Summary: Package babel-serbian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-serbian-doc >= %{texlive_version}
|
|
Provides: tex(serbian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source155: babel-serbian.tar.xz
|
|
Source156: babel-serbian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-serbian
|
|
The babel-serbian package
|
|
|
|
%package -n texlive-babel-serbian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30290
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-serbian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-serbian-doc
|
|
This package includes the documentation for texlive-babel-serbian
|
|
|
|
%post -n texlive-babel-serbian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-serbian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-serbian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-serbian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-serbian/serbian.pdf
|
|
|
|
%files -n texlive-babel-serbian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-serbian/serbian.ldf
|
|
/var/adm/update-scripts/texlive-babel-serbian-%{texlive_version}.%{texlive_noarch}.svn30290-%{release}-zypper
|
|
|
|
%package -n texlive-babel-serbianc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30348
|
|
Release: 0
|
|
Summary: Babel module to support Serbian Cyrillic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-serbianc-doc >= %{texlive_version}
|
|
Provides: tex(serbianc.ldf)
|
|
Provides: tex(serbianc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source157: babel-serbianc.tar.xz
|
|
Source158: babel-serbianc.doc.tar.xz
|
|
|
|
%description -n texlive-babel-serbianc
|
|
The package provides support for Serbian documents written in
|
|
Cyrillic, in babel.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-serbianc-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2svn30348
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-serbianc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-serbianc-doc
|
|
This package includes the documentation for texlive-babel-serbianc
|
|
|
|
%post -n texlive-babel-serbianc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-serbianc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-serbianc
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-serbianc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/COPYING
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/ChangeLog
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/Copyright
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/INSTALL
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/README
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/README.Files
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/README.serbianc
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/sample.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/sample.tex
|
|
%{_texmfdistdir}/doc/generic/babel-serbianc/serbianc.patch
|
|
|
|
%files -n texlive-babel-serbianc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.sty
|
|
/var/adm/update-scripts/texlive-babel-serbianc-%{texlive_version}.%{texlive_noarch}.2.2svn30348-%{release}-zypper
|
|
|
|
%package -n texlive-babel-slovak
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1asvn30292
|
|
Release: 0
|
|
Summary: Babel support for typesetting Slovak
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-slovak-doc >= %{texlive_version}
|
|
Provides: tex(slovak.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source159: babel-slovak.tar.xz
|
|
Source160: babel-slovak.doc.tar.xz
|
|
|
|
%description -n texlive-babel-slovak
|
|
The package provides the language definition file for support
|
|
of Slovak in babel, including Slovak variants of LaTeX built-in-
|
|
names. Shortcuts are also defined.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-slovak-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1asvn30292
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-slovak
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-slovak-doc
|
|
This package includes the documentation for texlive-babel-slovak
|
|
|
|
%post -n texlive-babel-slovak
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-slovak
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-slovak
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-slovak-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-slovak/slovak.pdf
|
|
|
|
%files -n texlive-babel-slovak
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-slovak/slovak.ldf
|
|
/var/adm/update-scripts/texlive-babel-slovak-%{texlive_version}.%{texlive_noarch}.3.1asvn30292-%{release}-zypper
|
|
|
|
%package -n texlive-babel-slovenian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2isvn30351
|
|
Release: 0
|
|
Summary: Babel support for typesetting Slovenian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-slovenian-doc >= %{texlive_version}
|
|
Provides: tex(slovene.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source161: babel-slovenian.tar.xz
|
|
Source162: babel-slovenian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-slovenian
|
|
The package provides the language definition file for support
|
|
of Slovenian in babel. Several shortcuts are defined, as well
|
|
as translations to Slovenian of standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-slovenian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2isvn30351
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-slovenian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-slovenian-doc
|
|
This package includes the documentation for texlive-babel-slovenian
|
|
|
|
%post -n texlive-babel-slovenian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-slovenian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-slovenian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-slovenian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-slovenian/slovene.pdf
|
|
|
|
%files -n texlive-babel-slovenian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-slovenian/slovene.ldf
|
|
/var/adm/update-scripts/texlive-babel-slovenian-%{texlive_version}.%{texlive_noarch}.1.2isvn30351-%{release}-zypper
|
|
|
|
%package -n texlive-babel-sorbian
|
|
Version: %{texlive_version}.%{texlive_noarch}.lower_sorbian_1.0g._upper_1.0ksvn30294
|
|
Release: 0
|
|
Summary: Babel support for Upper and Lower Sorbian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-sorbian-doc >= %{texlive_version}
|
|
Provides: tex(lsorbian.ldf)
|
|
Provides: tex(usorbian.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source163: babel-sorbian.tar.xz
|
|
Source164: babel-sorbian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-sorbian
|
|
The package provides language definitions file for support of
|
|
both Upper and Lower Sorbian, in babel. Some shortcuts are
|
|
defined, as well as translations to the relevant language of
|
|
standard "LaTeX names".
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-sorbian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.lower_sorbian_1.0g._upper_1.0ksvn30294
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-sorbian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-sorbian-doc
|
|
This package includes the documentation for texlive-babel-sorbian
|
|
|
|
%post -n texlive-babel-sorbian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-sorbian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-sorbian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-sorbian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-sorbian/lsorbian.pdf
|
|
%{_texmfdistdir}/doc/generic/babel-sorbian/usorbian.pdf
|
|
|
|
%files -n texlive-babel-sorbian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-sorbian/lsorbian.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-sorbian/usorbian.ldf
|
|
/var/adm/update-scripts/texlive-babel-sorbian-%{texlive_version}.%{texlive_noarch}.lower_sorbian_1.0g._upper_1.0ksvn30294-%{release}-zypper
|
|
|
|
%package -n texlive-babel-spanglish
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37629
|
|
Release: 0
|
|
Summary: Simplified Spanish support for Babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-spanglish-doc >= %{texlive_version}
|
|
Provides: tex(spanglish.ldf)
|
|
Provides: tex(spanglish.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source165: babel-spanglish.tar.xz
|
|
Source166: babel-spanglish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-spanglish
|
|
The package provides very simplified (or ultra sloppy) support
|
|
for Spanish in Babel, mostly as a fallback in case spanish.ldf
|
|
fails for some reason. The package provides basic support for
|
|
Spanish hyphenation, captions, date, frenchspacing,
|
|
indentfirst, symbolic footnotes, enumerations, small caps roman
|
|
numerals, and a handful of shorthands and Spanish mathematical
|
|
operators. No options or attributes for customization are
|
|
provided.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-spanglish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.3svn37629
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-spanglish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-spanglish-doc
|
|
This package includes the documentation for texlive-babel-spanglish
|
|
|
|
%post -n texlive-babel-spanglish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-spanglish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-spanglish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-spanglish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-spanglish/README
|
|
|
|
%files -n texlive-babel-spanglish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-spanglish/spanglish.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-spanglish/spanglish.sty
|
|
/var/adm/update-scripts/texlive-babel-spanglish-%{texlive_version}.%{texlive_noarch}.0.0.3svn37629-%{release}-zypper
|
|
|
|
%package -n texlive-babel-spanish
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.0psvn39920
|
|
Release: 0
|
|
Summary: Babel support for Spanish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-spanish-doc >= %{texlive_version}
|
|
Provides: tex(romanidx.sty)
|
|
Provides: tex(spanish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source167: babel-spanish.tar.xz
|
|
Source168: babel-spanish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-spanish
|
|
This bundle provides the means to typeset Spanish text, with
|
|
the support provided by the LaTeX standard package babel. Note
|
|
that separate support is provided for those who wish to typeset
|
|
Spanish as written in Mexico.
|
|
|
|
date: 2016-03-02 18:32:26 +0000
|
|
|
|
|
|
%package -n texlive-babel-spanish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.0psvn39920
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-spanish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-babel-spanish-doc:es)
|
|
|
|
%description -n texlive-babel-spanish-doc
|
|
This package includes the documentation for texlive-babel-spanish
|
|
|
|
%post -n texlive-babel-spanish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-spanish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-spanish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-spanish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-spanish/README.md
|
|
%{_texmfdistdir}/doc/generic/babel-spanish/spanish.pdf
|
|
|
|
%files -n texlive-babel-spanish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-spanish/romanidx.sty
|
|
%{_texmfdistdir}/tex/generic/babel-spanish/spanish.ldf
|
|
/var/adm/update-scripts/texlive-babel-spanish-%{texlive_version}.%{texlive_noarch}.5.0psvn39920-%{release}-zypper
|
|
|
|
%package -n texlive-babel-swedish
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3dsvn30296
|
|
Release: 0
|
|
Summary: Babel support for typesetting Swedish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-swedish-doc >= %{texlive_version}
|
|
Provides: tex(swedish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source169: babel-swedish.tar.xz
|
|
Source170: babel-swedish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-swedish
|
|
The package provides the language definition file for Swedish.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-swedish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.3dsvn30296
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-swedish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-swedish-doc
|
|
This package includes the documentation for texlive-babel-swedish
|
|
|
|
%post -n texlive-babel-swedish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-swedish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-swedish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-swedish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-swedish/swedish.pdf
|
|
|
|
%files -n texlive-babel-swedish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-swedish/swedish.ldf
|
|
/var/adm/update-scripts/texlive-babel-swedish-%{texlive_version}.%{texlive_noarch}.2.3dsvn30296-%{release}-zypper
|
|
|
|
%package -n texlive-babel-thai
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.0svn30564
|
|
Release: 0
|
|
Summary: Support for Thai within babel
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-thai-doc >= %{texlive_version}
|
|
Provides: tex(lthenc.def)
|
|
Provides: tex(thai.ldf)
|
|
Provides: tex(tis620.def)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source171: babel-thai.tar.xz
|
|
Source172: babel-thai.doc.tar.xz
|
|
|
|
%description -n texlive-babel-thai
|
|
The package provides support for typesetting Thai text. within
|
|
the babel system.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-thai-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.0svn30564
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-thai
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-thai-doc
|
|
This package includes the documentation for texlive-babel-thai
|
|
|
|
%post -n texlive-babel-thai
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-thai
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-thai
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-thai-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-thai/thai.pdf
|
|
|
|
%files -n texlive-babel-thai
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-thai/lthenc.def
|
|
%{_texmfdistdir}/tex/generic/babel-thai/thai.ldf
|
|
%{_texmfdistdir}/tex/generic/babel-thai/tis620.def
|
|
/var/adm/update-scripts/texlive-babel-thai-%{texlive_version}.%{texlive_noarch}.1.0.0svn30564-%{release}-zypper
|
|
|
|
%package -n texlive-babel-turkish
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3bsvn33284
|
|
Release: 0
|
|
Summary: Babel support for Turkish documents
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-turkish-doc >= %{texlive_version}
|
|
Provides: tex(turkish.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source173: babel-turkish.tar.xz
|
|
Source174: babel-turkish.doc.tar.xz
|
|
|
|
%description -n texlive-babel-turkish
|
|
The package provides support, within babel, of the Turkish
|
|
language.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-turkish-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3bsvn33284
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-turkish
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-turkish-doc
|
|
This package includes the documentation for texlive-babel-turkish
|
|
|
|
%post -n texlive-babel-turkish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-turkish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-turkish
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-turkish-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-turkish/README
|
|
%{_texmfdistdir}/doc/generic/babel-turkish/turkish.pdf
|
|
|
|
%files -n texlive-babel-turkish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-turkish/turkish.ldf
|
|
/var/adm/update-scripts/texlive-babel-turkish-%{texlive_version}.%{texlive_noarch}.1.3bsvn33284-%{release}-zypper
|
|
|
|
%package -n texlive-babel-ukrainian
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1lsvn40730
|
|
Release: 0
|
|
Summary: Babel support for Ukrainian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-ukrainian-doc >= %{texlive_version}
|
|
Provides: tex(ukraineb.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source175: babel-ukrainian.tar.xz
|
|
Source176: babel-ukrainian.doc.tar.xz
|
|
|
|
%description -n texlive-babel-ukrainian
|
|
The package supports babel typesetting in the context of babel.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babel-ukrainian-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1lsvn40730
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-ukrainian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-ukrainian-doc
|
|
This package includes the documentation for texlive-babel-ukrainian
|
|
|
|
%post -n texlive-babel-ukrainian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-ukrainian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-ukrainian
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-ukrainian-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-ukrainian/ukraineb.pdf
|
|
|
|
%files -n texlive-babel-ukrainian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-ukrainian/ukraineb.ldf
|
|
/var/adm/update-scripts/texlive-babel-ukrainian-%{texlive_version}.%{texlive_noarch}.1.1lsvn40730-%{release}-zypper
|
|
|
|
%package -n texlive-babel-vietnamese
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn39246
|
|
Release: 0
|
|
Summary: Babel support for typesetting Vietnamese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-vietnamese-doc >= %{texlive_version}
|
|
Provides: tex(vietnamese.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source177: babel-vietnamese.tar.xz
|
|
Source178: babel-vietnamese.doc.tar.xz
|
|
|
|
%description -n texlive-babel-vietnamese
|
|
The package provides the language definition file for support
|
|
of Vietnamese in babel.
|
|
|
|
date: 2015-12-31 11:55:28 +0000
|
|
|
|
|
|
%package -n texlive-babel-vietnamese-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.4svn39246
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-vietnamese
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-vietnamese-doc
|
|
This package includes the documentation for texlive-babel-vietnamese
|
|
|
|
%post -n texlive-babel-vietnamese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-vietnamese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-vietnamese
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-vietnamese-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-vietnamese/README
|
|
%{_texmfdistdir}/doc/generic/babel-vietnamese/uvnenc.tex
|
|
%{_texmfdistdir}/doc/generic/babel-vietnamese/vietnamese.pdf
|
|
|
|
%files -n texlive-babel-vietnamese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-vietnamese/vietnamese.ldf
|
|
/var/adm/update-scripts/texlive-babel-vietnamese-%{texlive_version}.%{texlive_noarch}.1.4svn39246-%{release}-zypper
|
|
|
|
%package -n texlive-babel-welsh
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn38372
|
|
Release: 0
|
|
Summary: Babel support for Welsh
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babel-welsh-doc >= %{texlive_version}
|
|
Provides: tex(welsh.ldf)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source179: babel-welsh.tar.xz
|
|
Source180: babel-welsh.doc.tar.xz
|
|
|
|
%description -n texlive-babel-welsh
|
|
The package provides the language definition file for Welsh.
|
|
(Mostly Welsh-language versions of the standard names in a
|
|
LaTeX file.)
|
|
|
|
date: 2015-09-04 18:16:13 +0000
|
|
|
|
|
|
%package -n texlive-babel-welsh-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1asvn38372
|
|
Release: 0
|
|
Summary: Documentation for texlive-babel-welsh
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babel-welsh-doc
|
|
This package includes the documentation for texlive-babel-welsh
|
|
|
|
%post -n texlive-babel-welsh
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babel-welsh
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babel-welsh
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babel-welsh-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/babel-welsh/README
|
|
%{_texmfdistdir}/doc/generic/babel-welsh/welsh.pdf
|
|
|
|
%files -n texlive-babel-welsh
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/babel-welsh/welsh.ldf
|
|
/var/adm/update-scripts/texlive-babel-welsh-%{texlive_version}.%{texlive_noarch}.1.1asvn38372-%{release}-zypper
|
|
|
|
%package -n texlive-babelbib
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.31svn25245
|
|
Release: 0
|
|
Summary: Multilingual 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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-babelbib-doc >= %{texlive_version}
|
|
Provides: tex(babelbib.sty)
|
|
Requires: tex(babel.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source181: babelbib.tar.xz
|
|
Source182: babelbib.doc.tar.xz
|
|
|
|
%description -n texlive-babelbib
|
|
This package enables to generate multilingual bibliographies in
|
|
cooperation with babel. Two approaches are possible: Each
|
|
citation may be written in another language, or the whole
|
|
bibliography can be typeset in a language chosen by the user.
|
|
In addition, the package supports commands to change the
|
|
typography of the bibliographies.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-babelbib-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.31svn25245
|
|
Release: 0
|
|
Summary: Documentation for texlive-babelbib
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-babelbib-doc
|
|
This package includes the documentation for texlive-babelbib
|
|
|
|
%post -n texlive-babelbib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-babelbib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-babelbib
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-babelbib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/ChangeLog
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/Makefile
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/README
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/babelbib.dtx
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/babelbib.ins
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/babelbib.pdf
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.bib
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.tex
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/getversion.tex
|
|
%{_texmfdistdir}/doc/bibtex/babelbib/tugboat-babelbib.pdf
|
|
|
|
%files -n texlive-babelbib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babamspl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babplain.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-fl.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-lf.bst
|
|
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt.bst
|
|
%{_texmfdistdir}/tex/latex/babelbib/afrikaans.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/babelbib.sty
|
|
%{_texmfdistdir}/tex/latex/babelbib/bahasa.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/catalan.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/croatian.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/czech.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/danish.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/dutch.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/english.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/esperanto.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/finnish.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/french.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/galician.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/german.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/greek.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/italian.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/norsk.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/portuguese.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/romanian.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/russian.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/serbian.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/spanish.bdf
|
|
%{_texmfdistdir}/tex/latex/babelbib/swedish.bdf
|
|
/var/adm/update-scripts/texlive-babelbib-%{texlive_version}.%{texlive_noarch}.1.31svn25245-%{release}-zypper
|
|
|
|
%package -n texlive-background
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn33100
|
|
Release: 0
|
|
Summary: Placement of background material on pages of a document
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-background-doc >= %{texlive_version}
|
|
Provides: tex(background.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source183: background.tar.xz
|
|
Source184: background.doc.tar.xz
|
|
|
|
%description -n texlive-background
|
|
The package offers the placement of background material on the
|
|
pages of a document. The user can control many aspects
|
|
(contents, position, color, opacity) of the background material
|
|
that will be displayed; all placement and attribute settings
|
|
are controlled by setting key values. The package makes use of
|
|
the everypage package, and uses pgf/tikz for attribute control.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-background-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn33100
|
|
Release: 0
|
|
Summary: Documentation for texlive-background
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-background-doc
|
|
This package includes the documentation for texlive-background
|
|
|
|
%post -n texlive-background
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-background
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-background
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-background-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/background/README
|
|
%{_texmfdistdir}/doc/latex/background/background.pdf
|
|
|
|
%files -n texlive-background
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/background/background.sty
|
|
/var/adm/update-scripts/texlive-background-%{texlive_version}.%{texlive_noarch}.2.1svn33100-%{release}-zypper
|
|
|
|
%package -n texlive-backnaur
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28513
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source185: backnaur.tar.xz
|
|
Source186: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-backnaur-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn28513
|
|
Release: 0
|
|
Summary: Documentation for texlive-backnaur
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-backnaur
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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}.1.1svn28513-%{release}-zypper
|
|
|
|
%package -n texlive-bagpipe
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.02svn34393
|
|
Release: 0
|
|
Summary: Support for typesetting bagpipe music
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-bagpipe-doc >= %{texlive_version}
|
|
Provides: tex(bagpipe.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source187: bagpipe.tar.xz
|
|
Source188: bagpipe.doc.tar.xz
|
|
|
|
%description -n texlive-bagpipe
|
|
Typesetting bagpipe music in MusixTeX is needlessly tedious.
|
|
This package provides specialized and re-defined macros to
|
|
simplify this task.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bagpipe-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.02svn34393
|
|
Release: 0
|
|
Summary: Documentation for texlive-bagpipe
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-bagpipe-doc
|
|
This package includes the documentation for texlive-bagpipe
|
|
|
|
%post -n texlive-bagpipe
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-bagpipe
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bagpipe
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-bagpipe-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/bagpipe/BlackDonald.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/BlackDonald.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Bonnets.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Bonnets.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Green.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Green.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/GreenTwo.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/GreenTwo.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/README
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Washer.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/Washer.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/bagdoc.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/bagdoc.tex
|
|
%{_texmfdistdir}/doc/generic/bagpipe/quickref.pdf
|
|
%{_texmfdistdir}/doc/generic/bagpipe/quickref.tex
|
|
|
|
%files -n texlive-bagpipe
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/bagpipe/bagpipe.ini
|
|
%{_texmfdistdir}/tex/generic/bagpipe/bagpipe.tex
|
|
%{_texmfdistdir}/tex/generic/bagpipe/bagpipex.ini
|
|
/var/adm/update-scripts/texlive-bagpipe-%{texlive_version}.%{texlive_noarch}.3.02svn34393-%{release}-zypper
|
|
|
|
%package -n texlive-bangorcsthesis
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5.0svn39451
|
|
Release: 0
|
|
Summary: Typeset a thesis at Bangor University
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-bangorcsthesis-doc >= %{texlive_version}
|
|
Provides: tex(bangorcsthesis.cls)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(berasans.sty)
|
|
Requires: tex(cleveref.sty)
|
|
Requires: tex(csquotes.sty)
|
|
Requires: tex(draftwatermark.sty)
|
|
Requires: tex(enumitem.sty)
|
|
Requires: tex(fancyhdr.sty)
|
|
Requires: tex(fifo-stack.sty)
|
|
Requires: tex(fixltx2e.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(forloop.sty)
|
|
Requires: tex(framed.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(indentfirst.sty)
|
|
Requires: tex(inputenc.sty)
|
|
Requires: tex(isodate.sty)
|
|
Requires: tex(microtype.sty)
|
|
Requires: tex(parskip.sty)
|
|
Requires: tex(report.cls)
|
|
Requires: tex(setspace.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(titlesec.sty)
|
|
Requires: tex(tocloft.sty)
|
|
Requires: tex(totalcount.sty)
|
|
Requires: tex(url.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source189: bangorcsthesis.tar.xz
|
|
Source190: bangorcsthesis.doc.tar.xz
|
|
|
|
%description -n texlive-bangorcsthesis
|
|
The class typesets thesis/dissertation documents for all levels
|
|
(i.e., both undergraduate and graduate students may use the
|
|
class). It also provides macros designed to optimise the
|
|
process of producing a thesis.
|
|
|
|
date: 2016-01-21 06:08:46 +0000
|
|
|
|
|
|
%package -n texlive-bangorcsthesis-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5.0svn39451
|
|
Release: 0
|
|
Summary: Documentation for texlive-bangorcsthesis
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-bangorcsthesis-doc
|
|
This package includes the documentation for texlive-bangorcsthesis
|
|
|
|
%post -n texlive-bangorcsthesis
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-bangorcsthesis
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bangorcsthesis
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-bangorcsthesis-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/bangorcsthesis/README
|
|
%{_texmfdistdir}/doc/latex/bangorcsthesis/bangorcsthesis.pdf
|
|
|
|
%files -n texlive-bangorcsthesis
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/bangorcsthesis/bangorcsthesis.cls
|
|
/var/adm/update-scripts/texlive-bangorcsthesis-%{texlive_version}.%{texlive_noarch}.1.5.0svn39451-%{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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source191: bangtex.tar.xz
|
|
Source192: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bangtex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-bangtex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bangtex
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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-bankstatement
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9.2svn38857
|
|
Release: 0
|
|
Summary: A LaTeX class for bank statements based on csv data
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-bankstatement-doc >= %{texlive_version}
|
|
Provides: tex(bankstatement.cls)
|
|
Provides: tex(csv-camt.def)
|
|
Provides: tex(csv-mt940.def)
|
|
Provides: tex(csv-standard-bank-na.def)
|
|
Provides: tex(stmenglish.def)
|
|
Provides: tex(stmgerman.def)
|
|
Provides: tex(stmnamibian.def)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(booktabs.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(datatool.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(longtable.sty)
|
|
Requires: tex(siunitx.sty)
|
|
Requires: tex(tabularx.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xkvltxp.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source193: bankstatement.tar.xz
|
|
Source194: bankstatement.doc.tar.xz
|
|
|
|
%description -n texlive-bankstatement
|
|
More and more banks allow their customers to download posting
|
|
records in various formats. By using the bankstatement class,
|
|
you can create bank statements, as long as a csv format is
|
|
available. At the moment, the csv-mt940 and csv-camt formats --
|
|
used by many german Sparkassen -- are supported. You can quite
|
|
easily add support for other csv formats. Simply define the
|
|
order of the keys in the csv data file and how to use them. The
|
|
terminology in this class -- such as BIC (Business Identifier
|
|
Code) or IBAN (International Bank Account Number) -- is based
|
|
on usage in the SEPA (Single Euro Payments Area). The user may
|
|
adjust the terminology to suit local needs.
|
|
|
|
date: 2015-11-14 17:56:54 +0000
|
|
|
|
|
|
%package -n texlive-bankstatement-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9.2svn38857
|
|
Release: 0
|
|
Summary: Documentation for texlive-bankstatement
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-bankstatement-doc
|
|
This package includes the documentation for texlive-bankstatement
|
|
|
|
%post -n texlive-bankstatement
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-bankstatement
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bankstatement
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-bankstatement-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/bankstatement/201412.csv
|
|
%{_texmfdistdir}/doc/latex/bankstatement/README.md
|
|
%{_texmfdistdir}/doc/latex/bankstatement/bankstatement-example.pdf
|
|
%{_texmfdistdir}/doc/latex/bankstatement/bankstatement-example.tex
|
|
%{_texmfdistdir}/doc/latex/bankstatement/bankstatement.dtx
|
|
%{_texmfdistdir}/doc/latex/bankstatement/bankstatement.pdf
|
|
%{_texmfdistdir}/doc/latex/bankstatement/makefile
|
|
%{_texmfdistdir}/doc/latex/bankstatement/stmlogo.jpg
|
|
|
|
%files -n texlive-bankstatement
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/bankstatement/bankstatement.cls
|
|
%{_texmfdistdir}/tex/latex/bankstatement/csv-camt.def
|
|
%{_texmfdistdir}/tex/latex/bankstatement/csv-mt940.def
|
|
%{_texmfdistdir}/tex/latex/bankstatement/csv-standard-bank-na.def
|
|
%{_texmfdistdir}/tex/latex/bankstatement/stmenglish.def
|
|
%{_texmfdistdir}/tex/latex/bankstatement/stmgerman.def
|
|
%{_texmfdistdir}/tex/latex/bankstatement/stmnamibian.def
|
|
/var/adm/update-scripts/texlive-bankstatement-%{texlive_version}.%{texlive_noarch}.0.0.9.2svn38857-%{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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source195: barcodes.tar.xz
|
|
Source196: barcodes.doc.tar.xz
|
|
|
|
%description -n texlive-barcodes
|
|
The package deals with EAN barcodes; Metafont sources for fonts
|
|
are provided, and a set of examples; for some codes, a small
|
|
Perl script is needed.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-barcodes-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-barcodes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-barcodes
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source197: bardiag.tar.xz
|
|
Source198: 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: 2015-08-03 06:55:55 +0000
|
|
|
|
|
|
%package -n texlive-bardiag-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4asvn22013
|
|
Release: 0
|
|
Summary: Documentation for texlive-bardiag
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bardiag
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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}.svn38479
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source199: barr.tar.xz
|
|
Source200: 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: 2015-09-30 04:04:59 +0000
|
|
|
|
|
|
%package -n texlive-barr-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn38479
|
|
Release: 0
|
|
Summary: Documentation for texlive-barr
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-barr
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-barr-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/barr/README
|
|
%{_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}.svn38479-%{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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source201: bartel-chess-fonts.tar.xz
|
|
Source202: bartel-chess-fonts.doc.tar.xz
|
|
|
|
%description -n texlive-bartel-chess-fonts
|
|
The fonts are provided as Metafont source.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bartel-chess-fonts-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn20619
|
|
Release: 0
|
|
Summary: Documentation for texlive-bartel-chess-fonts
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bartel-chess-fonts
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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.93svn25597
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source203: bashful.tar.xz
|
|
Source204: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bashful-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.93svn25597
|
|
Release: 0
|
|
Summary: Documentation for texlive-bashful
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bashful
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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.93svn25597-%{release}-zypper
|
|
|
|
%package -n texlive-basicarith
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn35460
|
|
Release: 0
|
|
Summary: Macros for typesetting basic arithmetic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-basicarith-doc >= %{texlive_version}
|
|
Provides: tex(basicarith.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source205: basicarith.tar.xz
|
|
Source206: basicarith.doc.tar.xz
|
|
|
|
%description -n texlive-basicarith
|
|
The package provides macros for typesetting basic arithmetic,
|
|
in the style typically found in textbooks. It focuses on the
|
|
American style of performing these algorithms. It is written
|
|
mostly in low-level TeX, with the goal that it should run in
|
|
either plain TeX or LaTeX, but there are two constructions that
|
|
currently prevent this. It is highly configurable, with macros
|
|
and lengths described in the documentation.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-basicarith-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn35460
|
|
Release: 0
|
|
Summary: Documentation for texlive-basicarith
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-basicarith-doc
|
|
This package includes the documentation for texlive-basicarith
|
|
|
|
%post -n texlive-basicarith
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-basicarith
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-basicarith
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-basicarith-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/basicarith/CHANGES
|
|
%{_texmfdistdir}/doc/latex/basicarith/README
|
|
%{_texmfdistdir}/doc/latex/basicarith/basicarith.pdf
|
|
%{_texmfdistdir}/doc/latex/basicarith/lppl.txt
|
|
|
|
%files -n texlive-basicarith
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/basicarith/basicarith.sty
|
|
/var/adm/update-scripts/texlive-basicarith-%{texlive_version}.%{texlive_noarch}.1.1svn35460-%{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): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-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 20160523
|
|
Source207: baskervald.tar.xz
|
|
Source208: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-baskervald-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.016svn19490
|
|
Release: 0
|
|
Summary: Documentation for texlive-baskervald
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-baskervald-doc
|
|
This package includes the documentation for texlive-baskervald
|
|
|
|
|
|
%package -n texlive-baskervald-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.016svn19490
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-baskervald
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-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
|
|
echo 'addMap ybv.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-baskervald
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap ybv.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-baskervald
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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-baskervaldx
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.07svn36734
|
|
Release: 0
|
|
Summary: Extension and modification of BaskervaldADF with LaTeX support
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-baskervaldx-fonts >= %{texlive_version}
|
|
Recommends: texlive-baskervaldx-doc >= %{texlive_version}
|
|
Provides: tex(Baskervaldx-Bol-lf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-lf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-lf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-osf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Bol-osf.tfm)
|
|
Provides: tex(Baskervaldx-Bol-sup-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-sup-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-sup-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-sup-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-sup-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-sup-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tlf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-t1.vf)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Bol-tosf-ts1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-alph.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-lf-ts1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-osf-ts1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-sup-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-sup-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-sup-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-sup-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-sup-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-sup-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tlf-ts1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-t1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-t1.vf)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-BolIta-tosf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Ita-alph.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-lf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-lf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-osf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-osf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Ita-sup-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-sup-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-sup-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-sup-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-sup-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-sup-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tlf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-t1.vf)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Ita-tosf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-lf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-lf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-osf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-osf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Reg-sup-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-sup-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-sup-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-sup-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-sup-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-sup-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tlf-ts1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-sc-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-ly1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-ly1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-ly1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-swash-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-t1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-t1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-t1.vf)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ts1--base.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ts1.tfm)
|
|
Provides: tex(Baskervaldx-Reg-tosf-ts1.vf)
|
|
Provides: tex(Baskervaldx-osf.tfm)
|
|
Provides: tex(Baskervaldx.sty)
|
|
Provides: tex(LY1Baskervaldx-LF.fd)
|
|
Provides: tex(LY1Baskervaldx-OsF.fd)
|
|
Provides: tex(LY1Baskervaldx-Sup.fd)
|
|
Provides: tex(LY1Baskervaldx-TLF.fd)
|
|
Provides: tex(LY1Baskervaldx-TOsF.fd)
|
|
Provides: tex(T1Baskervaldx-LF.fd)
|
|
Provides: tex(T1Baskervaldx-OsF.fd)
|
|
Provides: tex(T1Baskervaldx-Sup.fd)
|
|
Provides: tex(T1Baskervaldx-TLF.fd)
|
|
Provides: tex(T1Baskervaldx-TOsF.fd)
|
|
Provides: tex(TS1Baskervaldx-LF.fd)
|
|
Provides: tex(TS1Baskervaldx-OsF.fd)
|
|
Provides: tex(TS1Baskervaldx-TLF.fd)
|
|
Provides: tex(TS1Baskervaldx-TOsF.fd)
|
|
Provides: tex(baskervaldx.map)
|
|
Provides: tex(bvalph.enc)
|
|
Provides: tex(bvtabosf.enc)
|
|
Provides: tex(zbv_2bp5ef.enc)
|
|
Provides: tex(zbv_2n2qka.enc)
|
|
Provides: tex(zbv_2sm4i7.enc)
|
|
Provides: tex(zbv_3lvabu.enc)
|
|
Provides: tex(zbv_3omoui.enc)
|
|
Provides: tex(zbv_4f5bev.enc)
|
|
Provides: tex(zbv_4kmser.enc)
|
|
Provides: tex(zbv_4ksy5y.enc)
|
|
Provides: tex(zbv_537kn6.enc)
|
|
Provides: tex(zbv_5zt4ml.enc)
|
|
Provides: tex(zbv_67xtiz.enc)
|
|
Provides: tex(zbv_6mioll.enc)
|
|
Provides: tex(zbv_6rdtju.enc)
|
|
Provides: tex(zbv_6rwo65.enc)
|
|
Provides: tex(zbv_6tdhgo.enc)
|
|
Provides: tex(zbv_7453eo.enc)
|
|
Provides: tex(zbv_7nnme4.enc)
|
|
Provides: tex(zbv_7qmldf.enc)
|
|
Provides: tex(zbv_awcfcx.enc)
|
|
Provides: tex(zbv_bgypte.enc)
|
|
Provides: tex(zbv_bs5d7e.enc)
|
|
Provides: tex(zbv_caye23.enc)
|
|
Provides: tex(zbv_cgzxx6.enc)
|
|
Provides: tex(zbv_ck4t6h.enc)
|
|
Provides: tex(zbv_coqtyh.enc)
|
|
Provides: tex(zbv_e3qxqg.enc)
|
|
Provides: tex(zbv_ea64ih.enc)
|
|
Provides: tex(zbv_gar3zb.enc)
|
|
Provides: tex(zbv_gjwmpg.enc)
|
|
Provides: tex(zbv_go57dj.enc)
|
|
Provides: tex(zbv_gsgxts.enc)
|
|
Provides: tex(zbv_h4nqsn.enc)
|
|
Provides: tex(zbv_hg6ru4.enc)
|
|
Provides: tex(zbv_hkyy53.enc)
|
|
Provides: tex(zbv_igsfta.enc)
|
|
Provides: tex(zbv_ik76ei.enc)
|
|
Provides: tex(zbv_ilkd46.enc)
|
|
Provides: tex(zbv_jd6ty7.enc)
|
|
Provides: tex(zbv_jmvj36.enc)
|
|
Provides: tex(zbv_jwmruw.enc)
|
|
Provides: tex(zbv_k3ascw.enc)
|
|
Provides: tex(zbv_k6hbcl.enc)
|
|
Provides: tex(zbv_krjs6b.enc)
|
|
Provides: tex(zbv_l7sulo.enc)
|
|
Provides: tex(zbv_lewyuf.enc)
|
|
Provides: tex(zbv_mvsyl4.enc)
|
|
Provides: tex(zbv_n3xo7h.enc)
|
|
Provides: tex(zbv_n57xi2.enc)
|
|
Provides: tex(zbv_nak3zo.enc)
|
|
Provides: tex(zbv_ne5zxs.enc)
|
|
Provides: tex(zbv_nq5ldf.enc)
|
|
Provides: tex(zbv_oue4qy.enc)
|
|
Provides: tex(zbv_riybhr.enc)
|
|
Provides: tex(zbv_rtdlfq.enc)
|
|
Provides: tex(zbv_rzwiio.enc)
|
|
Provides: tex(zbv_shb4ap.enc)
|
|
Provides: tex(zbv_uhxou6.enc)
|
|
Provides: tex(zbv_untte3.enc)
|
|
Provides: tex(zbv_upsxpb.enc)
|
|
Provides: tex(zbv_wvrs5w.enc)
|
|
Provides: tex(zbv_wy43ep.enc)
|
|
Provides: tex(zbv_xbckbj.enc)
|
|
Provides: tex(zbv_xjuza2.enc)
|
|
Provides: tex(zbv_xsxsev.enc)
|
|
Provides: tex(zbv_xyk42r.enc)
|
|
Provides: tex(zbv_ymibyh.enc)
|
|
Provides: tex(zbvbmi.tfm)
|
|
Provides: tex(zbvbmi.vf)
|
|
Provides: tex(zbvmi.tfm)
|
|
Provides: tex(zbvmi.vf)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source209: baskervaldx.tar.xz
|
|
Source210: baskervaldx.doc.tar.xz
|
|
|
|
%description -n texlive-baskervaldx
|
|
Extends and modifies the BaskervaldADF font (a Baskerville
|
|
substitute) with more accented glyphs, with small caps and
|
|
oldstyle figures in all shapes. Includes OpenType and
|
|
PostScript fonts, as well as LaTeX support files.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-baskervaldx-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.07svn36734
|
|
Release: 0
|
|
Summary: Documentation for texlive-baskervaldx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-baskervaldx-doc
|
|
This package includes the documentation for texlive-baskervaldx
|
|
|
|
|
|
%package -n texlive-baskervaldx-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.07svn36734
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-baskervaldx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-baskervaldx-fonts
|
|
The separated fonts package for texlive-baskervaldx
|
|
%post -n texlive-baskervaldx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
echo 'addMap baskervaldx.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-baskervaldx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMap baskervaldx.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-baskervaldx
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%post -n texlive-baskervaldx-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-baskervaldx
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-baskervaldx
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-baskervaldx-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-baskervaldx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/COPYING
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/NOTICE.txt
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/README
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/baskervaldx-doc.pdf
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/baskervaldx-doc.tex
|
|
%{_texmfdistdir}/doc/fonts/baskervaldx/baskervaldxmatheg-crop.pdf
|
|
|
|
%files -n texlive-baskervaldx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/baskervaldx/Baskervaldx-Bol.afm
|
|
%{_texmfdistdir}/fonts/afm/public/baskervaldx/Baskervaldx-BolIta.afm
|
|
%{_texmfdistdir}/fonts/afm/public/baskervaldx/Baskervaldx-Ita.afm
|
|
%{_texmfdistdir}/fonts/afm/public/baskervaldx/Baskervaldx-Reg.afm
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/bvalph.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/bvtabosf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_2bp5ef.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_2n2qka.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_2sm4i7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_3lvabu.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_3omoui.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_4f5bev.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_4kmser.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_4ksy5y.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_537kn6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_5zt4ml.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_67xtiz.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_6mioll.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_6rdtju.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_6rwo65.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_6tdhgo.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_7453eo.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_7nnme4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_7qmldf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_awcfcx.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_bgypte.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_bs5d7e.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_caye23.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_cgzxx6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ck4t6h.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_coqtyh.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_e3qxqg.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ea64ih.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_gar3zb.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_gjwmpg.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_go57dj.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_gsgxts.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_h4nqsn.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_hg6ru4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_hkyy53.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_igsfta.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ik76ei.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ilkd46.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_jd6ty7.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_jmvj36.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_jwmruw.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_k3ascw.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_k6hbcl.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_krjs6b.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_l7sulo.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_lewyuf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_mvsyl4.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_n3xo7h.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_n57xi2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_nak3zo.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ne5zxs.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_nq5ldf.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_oue4qy.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_riybhr.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_rtdlfq.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_rzwiio.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_shb4ap.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_uhxou6.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_untte3.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_upsxpb.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_wvrs5w.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_wy43ep.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_xbckbj.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_xjuza2.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_xsxsev.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_xyk42r.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/baskervaldx/zbv_ymibyh.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/baskervaldx/baskervaldx.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/baskervaldx/Baskervaldx-Bol.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/baskervaldx/Baskervaldx-BolIta.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/baskervaldx/Baskervaldx-Ita.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/baskervaldx/Baskervaldx-Reg.otf
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-osf.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Bol-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-alph.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-BolIta-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-alph.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Ita-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-osf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-sup-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-sup-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-sup-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-sup-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tlf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-sc-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-sc-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-sc-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-sc-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-swash-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-swash-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-swash-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-swash-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-Reg-tosf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/Baskervaldx-osf.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/zbvbmi.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/baskervaldx/zbvmi.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/baskervaldx/Baskervaldx-Bol.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/baskervaldx/Baskervaldx-BolIta.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/baskervaldx/Baskervaldx-Ita.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/baskervaldx/Baskervaldx-Reg.pfb
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Bol-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-BolIta-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Ita-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-osf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-sup-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-sup-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tlf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-sc-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-sc-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-swash-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-swash-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/Baskervaldx-Reg-tosf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/zbvbmi.vf
|
|
%{_texmfdistdir}/fonts/vf/public/baskervaldx/zbvmi.vf
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/Baskervaldx.sty
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/LY1Baskervaldx-LF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/LY1Baskervaldx-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/LY1Baskervaldx-Sup.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/LY1Baskervaldx-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/LY1Baskervaldx-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/T1Baskervaldx-LF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/T1Baskervaldx-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/T1Baskervaldx-Sup.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/T1Baskervaldx-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/T1Baskervaldx-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/TS1Baskervaldx-LF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/TS1Baskervaldx-OsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/TS1Baskervaldx-TLF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/TS1Baskervaldx-TOsF.fd
|
|
%{_texmfdistdir}/tex/latex/baskervaldx/baskervaldx.fontspec
|
|
|
|
%files -n texlive-baskervaldx-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-baskervaldx
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-baskervaldx.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervaldx/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervaldx/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-baskervaldx/fonts.scale
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Bol.otf
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-BolIta.otf
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Ita.otf
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Reg.otf
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Bol.pfb
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-BolIta.pfb
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Ita.pfb
|
|
%{_datadir}/fonts/texlive-baskervaldx/Baskervaldx-Reg.pfb
|
|
/var/adm/update-scripts/texlive-baskervaldx-%{texlive_version}.%{texlive_noarch}.1.07svn36734-%{release}-zypper
|
|
|
|
%package -n texlive-basque-book
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.20svn32924
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source211: basque-book.tar.xz
|
|
Source212: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-basque-book-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.20svn32924
|
|
Release: 0
|
|
Summary: Documentation for texlive-basque-book
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-basque-book-doc:en;eu)
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-basque-book
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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
|
|
%{_texmfdistdir}/doc/latex/basque-book/basque-book_EUS.pdf
|
|
%{_texmfdistdir}/doc/latex/basque-book/basque-book_EUS.tex
|
|
|
|
%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.20svn32924-%{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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source213: basque-date.tar.xz
|
|
Source214: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-basque-date-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.05svn26477
|
|
Release: 0
|
|
Summary: Documentation for texlive-basque-date
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-basque-date
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-bbcard-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source215: bbcard.tar.xz
|
|
Source216: bbcard.doc.tar.xz
|
|
|
|
%description -n texlive-bbcard
|
|
Three jiffy packages for creating cards of various sorts with
|
|
MetaPost.
|
|
|
|
date: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbcard-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn19440
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbcard
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbcard
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source217: bbding.tar.xz
|
|
Source218: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbding-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17186
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbding
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbding
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source219: bbm.tar.xz
|
|
Source220: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbm-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbm
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbm
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source221: bbm-macros.tar.xz
|
|
Source222: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbm-macros-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17224
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbm-macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbm-macros
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source223: bbold.tar.xz
|
|
Source224: bbold.doc.tar.xz
|
|
Source225: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbold-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.01svn17187
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbold
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbold
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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}.svn33143
|
|
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): findutils
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(post): texlive >= %{texlive_version}
|
|
Requires(post): tex(updmap.cfg)
|
|
#!BuildIgnore: tex(updmap.cfg)
|
|
Requires(postun): findutils
|
|
Requires(postun): grep
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(postun): tex(updmap.cfg)
|
|
Requires(posttrans): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-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 20160523
|
|
Source226: bbold-type1.tar.xz
|
|
Source227: 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; the macros provided with the original Metafont
|
|
version of the font serve for the scaleable version, too. 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bbold-type1-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33143
|
|
Release: 0
|
|
Summary: Documentation for texlive-bbold-type1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-bbold-type1-doc
|
|
This package includes the documentation for texlive-bbold-type1
|
|
|
|
|
|
%package -n texlive-bbold-type1-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33143
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-bbold-type1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-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
|
|
echo 'addMixedMap bbold.map' >> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-bbold-type1
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
echo 'deleteMixedMap bbold.map' >> /var/run/texlive/run-updmap
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bbold-type1
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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}.svn33143-%{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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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 20160523
|
|
Source228: bchart.tar.xz
|
|
Source229: 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: 2015-08-03 03:43:12 +0000
|
|
|
|
|
|
%package -n texlive-bchart-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.2svn27496
|
|
Release: 0
|
|
Summary: Documentation for texlive-bchart
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bchart
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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}.3.1svn39364
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-bclogo-doc >= %{texlive_version}
|
|
Provides: tex(bclogo.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(mdframed.sty)
|
|
Requires: tex(pst-blur.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 20160523
|
|
Source230: bclogo.tar.xz
|
|
Source231: 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: 2016-01-12 04:49:00 +0000
|
|
|
|
|
|
%package -n texlive-bclogo-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.1svn39364
|
|
Release: 0
|
|
Summary: Documentation for texlive-bclogo
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-bclogo-doc:fr;en)
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-bclogo
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-bclogo-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI
|
|
%{_texmfdistdir}/doc/latex/bclogo/README
|
|
%{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.pdf
|
|
%{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.tex
|
|
%{_texmfdistdir}/doc/latex/bclogo/bclogo.pdf
|
|
%{_texmfdistdir}/doc/latex/bclogo/brace.mps
|
|
%{_texmfdistdir}/doc/latex/bclogo/fond.pdf
|
|
%{_texmfdistdir}/doc/latex/bclogo/index.xml
|
|
%{_texmfdistdir}/doc/latex/bclogo/losanges.mps
|
|
%{_texmfdistdir}/doc/latex/bclogo/spir.mps
|
|
%{_texmfdistdir}/doc/latex/bclogo/syracuse-crop.pdf
|
|
%{_texmfdistdir}/doc/latex/bclogo/syracuse.pdf
|
|
%{_texmfdistdir}/doc/latex/bclogo/syracuse.tex
|
|
|
|
%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}.3.1svn39364-%{release}-zypper
|
|
|
|
%package -n texlive-beamer
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.36svn36461
|
|
Release: 0
|
|
Summary: A LaTeX class for producing presentations and slides
|
|
License: LPPL-1.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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
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(atbegshi.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 20160523
|
|
Source232: beamer.tar.xz
|
|
Source233: 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: 2015-08-09 08:51:45 +0000
|
|
|
|
|
|
%package -n texlive-beamer-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.36svn36461
|
|
Release: 0
|
|
Summary: Documentation for texlive-beamer
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-beamer
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/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/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.pdf
|
|
%{_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-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-Catalan.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-Catalan.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-Catalan.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-Portuguese.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-Catalan.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-Italian.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-Portuguese.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-Catalan.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-Portuguese.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-Catalan.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.36svn36461-%{release}-zypper
|
|
|
|
%package -n texlive-beamer-FUBerlin
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.02bsvn38159
|
|
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): findutils
|
|
Requires(posttrans): grep
|
|
Requires(posttrans): sed
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20160523
|
|
Source234: 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: 2015-08-19 18:38:31 +0000
|
|
|
|
%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
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if test $1 = 0; then
|
|
exit 0
|
|
fi
|
|
|
|
%posttrans -n texlive-beamer-FUBerlin
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
test -d /var/run/texlive || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
|
|
%files -n texlive-beamer-FUBerlin
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/Changes
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/README
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/doc/README.doc
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/doc/exampleClass.pdf
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/doc/exampleClass.tex
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/doc/exampleTheme.pdf
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/doc/exampleTheme.tex
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/tex/latex/FUbeamer.cls
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/tex/latex/beamercolorthemeBerlinFU.sty
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/tex/latex/beamerfontthemeBerlinFU.sty
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/tex/latex/beamerouterthemeBerlinFU.sty
|
|
%{_texmfdistdir}/doc/latex/beamer-FUBerlin/tex/latex/beamerthemeBerlinFU.sty
|
|
/var/adm/update-scripts/texlive-beamer-FUBerlin-%{texlive_version}.%{texlive_noarch}.0.0.02bsvn38159-%{release}-zypper
|
|
|
|
%prep
|
|
%setup -q -c -T
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
|
mkdir -p %{buildroot}%{_texmfmaindir}/tlpkg/tlpostcode
|
|
mkdir -p %{buildroot}%{_datadir}/texlive/tlpkg
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf
|
|
ln -sf ../../../share/texmf/tlpkg/tlpostcode \
|
|
%{buildroot}%{_datadir}/texlive/tlpkg/tlpostcode
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-arrayjobx-%{texlive_version}.%{texlive_noarch}.1.04svn18125-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:2} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-arraysort-%{texlive_version}.%{texlive_noarch}.1.0svn31576-%{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-arsclassica-%{texlive_version}.%{texlive_noarch}.4.0.3svn25466-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:5} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:6} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-articleingud-%{texlive_version}.%{texlive_noarch}.0.0.3svn38741-%{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-arydshln-%{texlive_version}.%{texlive_noarch}.1.73svn40847-%{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-asaetr-%{texlive_version}.%{texlive_noarch}.1.0asvn15878-%{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-asapsym-%{texlive_version}.%{texlive_noarch}.1.0svn40201-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-asapsym
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/omnibus-type/asapsym/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-asapsym
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-asapsym/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-asapsym/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-asapsym/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-asapsym/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-asapsym.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-asapsym -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-asapsym/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ascelike-%{texlive_version}.%{texlive_noarch}.2.3svn29129-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:15} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:16} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ascii-chart-%{texlive_version}.%{texlive_noarch}.svn20536-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ascii-font-%{texlive_version}.%{texlive_noarch}.2.0svn29989-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-ascii-font
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/ascii-font/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-ascii-font
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-ascii-font/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ascii-font/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ascii-font/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-ascii-font/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-ascii-font.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-ascii-font -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-ascii-font/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asciilist-%{texlive_version}.%{texlive_noarch}.2.2svn41158-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-askmaps-%{texlive_version}.%{texlive_noarch}.0.0.1svn32320-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-aspectratio-%{texlive_version}.%{texlive_noarch}.2.0svn25243-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-aspectratio
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/aspectratio/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-aspectratio
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-aspectratio/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aspectratio/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aspectratio/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aspectratio/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-aspectratio.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-aspectratio -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-aspectratio/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-assignment-%{texlive_version}.%{texlive_noarch}.svn20431-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-assoccnt-%{texlive_version}.%{texlive_noarch}.0.0.8svn38497-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-astro-%{texlive_version}.%{texlive_noarch}.2.20svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asyfig-%{texlive_version}.%{texlive_noarch}.0.0.1csvn17512-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asymptote-%{texlive_version}.%{texlive_noarch}.2.38svn41076-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive
|
|
# Make possible scripts usable if any
|
|
for scr in %{_texmfdistdir}/asymptote/asy-kate.sh
|
|
do
|
|
test -e %{buildroot}/$scr || continue
|
|
chmod 0755 %{buildroot}/$scr
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asymptote-by-example-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/CLEAN.bat
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/MAKEPDF.bat
|
|
# Make possible scripts usable if any
|
|
for scr in %{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/cleantmp \
|
|
%{_texmfdistdir}/doc/support/asymptote-by-example-zh-cn/src/makepdf
|
|
do
|
|
test -e %{buildroot}/$scr || continue
|
|
chmod 0755 %{buildroot}/$scr
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asymptote-faq-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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-asymptote-manual-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/CLEAN.bat
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
|
|
# Make possible scripts usable if any
|
|
for scr in %{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/cleantmp \
|
|
%{_texmfdistdir}/doc/support/asymptote-manual-zh-cn/src/makepdf
|
|
do
|
|
test -e %{buildroot}/$scr || continue
|
|
chmod 0755 %{buildroot}/$scr
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-asypictureb-%{texlive_version}.%{texlive_noarch}.0.0.3svn33490-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:40} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-attachfile-%{texlive_version}.%{texlive_noarch}.1.8svn38830-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-augie-%{texlive_version}.%{texlive_noarch}.svn18948-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-augie
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/augie/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-augie
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-augie/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-augie/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-augie/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-augie/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-augie.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-augie -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-augie/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-auncial-new-%{texlive_version}.%{texlive_noarch}.2.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-auncial-new
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/auncial-new/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-auncial-new
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-auncial-new/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-auncial-new/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-auncial-new/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-auncial-new/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-auncial-new.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-auncial-new -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-auncial-new/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-aurical-%{texlive_version}.%{texlive_noarch}.1.5svn15878-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-aurical
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/aurical/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-aurical
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-aurical/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aurical/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aurical/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-aurical/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-aurical.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-aurical -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-aurical/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-authoraftertitle-%{texlive_version}.%{texlive_noarch}.0.0.9svn24863-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-authorindex-%{texlive_version}.%{texlive_noarch}.svn26313-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-auto-pst-pdf-%{texlive_version}.%{texlive_noarch}.0.0.6svn23723-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:54} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-autoarea-%{texlive_version}.%{texlive_noarch}.0.0.3asvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-automata-%{texlive_version}.%{texlive_noarch}.0.0.3svn19717-%{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-autonum-%{texlive_version}.%{texlive_noarch}.0.0.3.11svn36084-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-autopdf-%{texlive_version}.%{texlive_noarch}.1.1svn32377-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-autosp-%{texlive_version}.%{texlive_noarch}.svn40768-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-avantgar-%{texlive_version}.%{texlive_noarch}.svn31835-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-avantgar
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/urw/avantgar/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-avantgar
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-avantgar/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-avantgar/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-avantgar/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-avantgar/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-avantgar.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-avantgar -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-avantgar/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-avremu-%{texlive_version}.%{texlive_noarch}.0.0.1svn35373-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-b1encoding-%{texlive_version}.%{texlive_noarch}.1.0svn21271-%{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-babel-%{texlive_version}.%{texlive_noarch}.3.9rsvn40706-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-albanian-%{texlive_version}.%{texlive_noarch}.1.0csvn30254-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-bahasa-%{texlive_version}.%{texlive_noarch}.1.0lsvn30255-%{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-babel-basque-%{texlive_version}.%{texlive_noarch}.1.0fsvn30256-%{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-babel-belarusian-%{texlive_version}.%{texlive_noarch}.1.3hsvn40636-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:78} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-bosnian-%{texlive_version}.%{texlive_noarch}.1.1svn38174-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:79} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:80} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-breton-%{texlive_version}.%{texlive_noarch}.1.0hsvn30257-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:81} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:82} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-bulgarian-%{texlive_version}.%{texlive_noarch}.1.2gsvn31902-%{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-babel-catalan-%{texlive_version}.%{texlive_noarch}.2.2psvn30259-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:85} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:86} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-croatian-%{texlive_version}.%{texlive_noarch}.1.3lsvn35198-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:87} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:88} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-czech-%{texlive_version}.%{texlive_noarch}.3.1asvn30261-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-danish-%{texlive_version}.%{texlive_noarch}.1.3rsvn30262-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:91} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:92} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-dutch-%{texlive_version}.%{texlive_noarch}.3.8isvn30263-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:93} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:94} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-english-%{texlive_version}.%{texlive_noarch}.3.3psvn30264-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:95} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:96} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-esperanto-%{texlive_version}.%{texlive_noarch}.1.4tsvn30265-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:97} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:98} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-estonian-%{texlive_version}.%{texlive_noarch}.1.1asvn38064-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:99} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:100} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-finnish-%{texlive_version}.%{texlive_noarch}.svn30267-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-french-%{texlive_version}.%{texlive_noarch}.3.2csvn41244-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-friulan-%{texlive_version}.%{texlive_noarch}.1.3svn39861-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-galician-%{texlive_version}.%{texlive_noarch}.svn30270-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-georgian-%{texlive_version}.%{texlive_noarch}.2.1svn33527-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-german-%{texlive_version}.%{texlive_noarch}.2.7bsvn35349-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-greek-%{texlive_version}.%{texlive_noarch}.1.9fsvn40613-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-hebrew-%{texlive_version}.%{texlive_noarch}.2.3hsvn30273-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-hungarian-%{texlive_version}.%{texlive_noarch}.1.5csvn38945-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-icelandic-%{texlive_version}.%{texlive_noarch}.1.2bsvn39387-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:120} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-interlingua-%{texlive_version}.%{texlive_noarch}.1.6svn30276-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:121} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:122} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-irish-%{texlive_version}.%{texlive_noarch}.1.0hsvn30277-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:123} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:124} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-italian-%{texlive_version}.%{texlive_noarch}.1.3nsvn36645-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:125} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:126} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-kurmanji-%{texlive_version}.%{texlive_noarch}.1.1svn30279-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:127} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-latin-%{texlive_version}.%{texlive_noarch}.3.5svn38173-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:130} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-latvian-%{texlive_version}.%{texlive_noarch}.2.0asvn34377-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-macedonian-%{texlive_version}.%{texlive_noarch}.svn39587-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-norsk-%{texlive_version}.%{texlive_noarch}.2.0isvn30281-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-occitan-%{texlive_version}.%{texlive_noarch}.0.0.2svn39608-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-piedmontese-%{texlive_version}.%{texlive_noarch}.1.0svn30282-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-polish-%{texlive_version}.%{texlive_noarch}.1.2lsvn30283-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-portuges-%{texlive_version}.%{texlive_noarch}.1.2qsvn30284-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-romanian-%{texlive_version}.%{texlive_noarch}.1.2lsvn30285-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-romansh-%{texlive_version}.%{texlive_noarch}.svn30286-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-russian-%{texlive_version}.%{texlive_noarch}.1.3hsvn39784-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-samin-%{texlive_version}.%{texlive_noarch}.1.0csvn30288-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-scottish-%{texlive_version}.%{texlive_noarch}.1.0gsvn30289-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-serbian-%{texlive_version}.%{texlive_noarch}.svn30290-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-serbianc-%{texlive_version}.%{texlive_noarch}.2.2svn30348-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-slovak-%{texlive_version}.%{texlive_noarch}.3.1asvn30292-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-slovenian-%{texlive_version}.%{texlive_noarch}.1.2isvn30351-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-sorbian-%{texlive_version}.%{texlive_noarch}.lower_sorbian_1.0g._upper_1.0ksvn30294-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-spanglish-%{texlive_version}.%{texlive_noarch}.0.0.3svn37629-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-spanish-%{texlive_version}.%{texlive_noarch}.5.0psvn39920-%{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-babel-swedish-%{texlive_version}.%{texlive_noarch}.2.3dsvn30296-%{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
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-thai-%{texlive_version}.%{texlive_noarch}.1.0.0svn30564-%{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-babel-turkish-%{texlive_version}.%{texlive_noarch}.1.3bsvn33284-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:173} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:174} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-ukrainian-%{texlive_version}.%{texlive_noarch}.1.1lsvn40730-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-vietnamese-%{texlive_version}.%{texlive_noarch}.1.4svn39246-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:177} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:178} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babel-welsh-%{texlive_version}.%{texlive_noarch}.1.1asvn38372-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:179} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:180} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-babelbib-%{texlive_version}.%{texlive_noarch}.1.31svn25245-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:181} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:182} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-background-%{texlive_version}.%{texlive_noarch}.2.1svn33100-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:183} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:184} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-backnaur-%{texlive_version}.%{texlive_noarch}.1.1svn28513-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:185} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:186} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bagpipe-%{texlive_version}.%{texlive_noarch}.3.02svn34393-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:187} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:188} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bangorcsthesis-%{texlive_version}.%{texlive_noarch}.1.5.0svn39451-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:189} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:190} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bangtex-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:191} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:192} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bankstatement-%{texlive_version}.%{texlive_noarch}.0.0.9.2svn38857-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:193} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:194} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
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:195} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:196} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/latex/barcodes/install.bat
|
|
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:197} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:198} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-barr-%{texlive_version}.%{texlive_noarch}.svn38479-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:199} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:200} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bartel-chess-fonts-%{texlive_version}.%{texlive_noarch}.svn20619-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:201} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:202} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bashful-%{texlive_version}.%{texlive_noarch}.0.0.93svn25597-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:203} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:204} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-basicarith-%{texlive_version}.%{texlive_noarch}.1.1svn35460-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:205} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:206} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-baskervald-%{texlive_version}.%{texlive_noarch}.1.016svn19490-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:207} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:208} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# 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-baskervald/${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-baskervaldx-%{texlive_version}.%{texlive_noarch}.1.07svn36734-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:209} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:210} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-baskervaldx
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/baskervaldx/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/baskervaldx/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-baskervaldx
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-baskervaldx/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-baskervaldx/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-baskervaldx/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-baskervaldx/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-baskervaldx.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-baskervaldx -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-baskervaldx/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-basque-book-%{texlive_version}.%{texlive_noarch}.1.20svn32924-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:211} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:212} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-basque-date-%{texlive_version}.%{texlive_noarch}.1.05svn26477-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:213} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:214} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bbcard-%{texlive_version}.%{texlive_noarch}.svn19440-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:215} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:216} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bbding-%{texlive_version}.%{texlive_noarch}.1.01svn17186-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:217} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:218} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bbm-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:219} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:220} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bbm-macros-%{texlive_version}.%{texlive_noarch}.svn17224-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:221} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:222} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
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:223} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:224} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
pushd %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:225}
|
|
popd
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bbold-type1-%{texlive_version}.%{texlive_noarch}.svn33143-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:226} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:227} -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-bbold-type1/${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:228} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:229} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-bclogo-%{texlive_version}.%{texlive_noarch}.3.1svn39364-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:230} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:231} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-beamer-%{texlive_version}.%{texlive_noarch}.3.36svn36461-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:232} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:233} -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.02bsvn38159-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:234} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Remove this
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vr %{buildroot}%{_datadir}/texlive
|
|
# Handle manual pages
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf
|
|
for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \
|
|
%{buildroot}%{_texmfdistdir}/doc/man/man?
|
|
do
|
|
test -d "$path" || continue
|
|
sec=${path##*/}
|
|
mkdir -p %{buildroot}%{_mandir}/${sec}
|
|
for page in ${path}/*.*
|
|
do
|
|
test -e "$page" || continue
|
|
mv -f $page %{buildroot}%{_mandir}/${sec}/
|
|
done
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/man
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/man
|
|
# Handle info documents
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/info/dir
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/info/dir
|
|
mkdir -p %{buildroot}%{_infodir}
|
|
for inf in %{buildroot}%{_texmfmaindir}/doc/info/*.info \
|
|
%{buildroot}%{_texmfdistdir}/doc/info/*.info
|
|
do
|
|
test -e "$inf" || continue
|
|
mv -f $inf %{buildroot}%{_infodir}/
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/info
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/info
|
|
find %{buildroot}%{_texmfmaindir}/ %{buildroot}%{_texmfdistdir}/ \
|
|
-type f -a -perm /g+w,o+w | xargs --no-run-if-empty chmod g-w,o-w
|
|
|
|
%changelog
|