OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-n?expand=0&rev=45
9504 lines
373 KiB
RPMSpec
9504 lines
373 KiB
RPMSpec
#
|
|
# spec file for package texlive-specs-n
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
|
|
|
%define _texmfconfdir %{_sysconfdir}/texmf
|
|
%define _texmfvardir %{_varlib}/texmf
|
|
%define _texmfcache %{_localstatedir}/cache/texmf
|
|
%define _fontcache %{_texmfcache}/fonts
|
|
#
|
|
%define _x11bin %{_prefix}/bin
|
|
%define _x11lib %{_libdir}
|
|
%define _x11data %{_datadir}/X11
|
|
%define _x11inc %{_includedir}
|
|
%define _appdefdir %{_x11data}/app-defaults
|
|
|
|
%define texlive_version 2014
|
|
%define texlive_previous 2013
|
|
%define texlive_release 20140525
|
|
%define texlive_noarch 98
|
|
|
|
Name: texlive-specs-n
|
|
Version: 2014
|
|
Release: 0
|
|
BuildRequires: ed
|
|
BuildRequires: texlive-filesystem
|
|
BuildRequires: xz
|
|
BuildArch: noarch
|
|
Summary: Meta package for n
|
|
License: GFDL-1.2 and GPL-2.0+ and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
|
|
Source0: texlive-specs-n-rpmlintrc
|
|
|
|
%description
|
|
Meta package to build tons of noarch texlive packages.
|
|
|
|
%package -n texlive-lm-math
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
|
|
Release: 0
|
|
Summary: OpenType maths fonts for Latin Modern
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-lm-math-fonts >= %{texlive_version}
|
|
Recommends: texlive-lm-math-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source1: lm-math.tar.xz
|
|
Source2: lm-math.doc.tar.xz
|
|
|
|
%description -n texlive-lm-math
|
|
Latin Modern Math is a maths companion for the Latin Modern
|
|
family of fonts, in OpenType format. For use with LuaLaTeX or
|
|
XeLaTeX, support is available from the unicode-math package.
|
|
|
|
date: 2014-05-11 20:35:08 +0000
|
|
|
|
|
|
%package -n texlive-lm-math-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
|
|
Release: 0
|
|
Summary: Documentation for texlive-lm-math
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lm-math-doc
|
|
This package includes the documentation for texlive-lm-math
|
|
|
|
|
|
%package -n texlive-lm-math-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.958svn29044
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-lm-math
|
|
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-lm-math-fonts
|
|
The separated fonts package for texlive-lm-math
|
|
%post -n texlive-lm-math
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lm-math
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lm-math
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-lm-math-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-lm-math
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-lm-math
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-lm-math-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-lm-math-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/lm-math/GUST-FONT-LICENSE.txt
|
|
%{_texmfdistdir}/doc/fonts/lm-math/INSTALL.txt
|
|
%{_texmfdistdir}/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt
|
|
%{_texmfdistdir}/doc/fonts/lm-math/README-Latin-Modern-Math.txt
|
|
%{_texmfdistdir}/doc/fonts/lm-math/math-test-context.tex
|
|
%{_texmfdistdir}/doc/fonts/lm-math/math-test.tex
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.pdf
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.tex
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.docx
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.pdf
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf
|
|
%{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex
|
|
|
|
%files -n texlive-lm-math
|
|
%defattr(-,root,root,755)
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/public/lm-math/latinmodern-math.otf
|
|
|
|
%files -n texlive-lm-math-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-lm-math
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-lm-math.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lm-math/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lm-math/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lm-math/fonts.scale
|
|
%{_datadir}/fonts/texlive-lm-math/latinmodern-math.otf
|
|
/var/adm/update-scripts/texlive-lm-math-%{texlive_version}.%{texlive_noarch}.1.958svn29044-%{release}-zypper
|
|
|
|
%package -n texlive-lmake
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25552
|
|
Release: 0
|
|
Summary: Process lists to do repetitive actions
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lmake-doc >= %{texlive_version}
|
|
Provides: tex(lmake.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source3: lmake.tar.xz
|
|
Source4: lmake.doc.tar.xz
|
|
|
|
%description -n texlive-lmake
|
|
The package provides commands to simplify processing of
|
|
sequential list-like structures, such as making a series of
|
|
'similar' commands from a list of names.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lmake-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn25552
|
|
Release: 0
|
|
Summary: Documentation for texlive-lmake
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lmake-doc
|
|
This package includes the documentation for texlive-lmake
|
|
|
|
%post -n texlive-lmake
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lmake
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lmake
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lmake-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lmake/README
|
|
%{_texmfdistdir}/doc/latex/lmake/lmake.pdf
|
|
|
|
%files -n texlive-lmake
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lmake/lmake.sty
|
|
/var/adm/update-scripts/texlive-lmake-%{texlive_version}.%{texlive_noarch}.1.0svn25552-%{release}-zypper
|
|
|
|
%package -n texlive-lobster2
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32617
|
|
Release: 0
|
|
Summary: Lobster Two fonts, with support for all LaTeX engines
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-lobster2-fonts >= %{texlive_version}
|
|
Recommends: texlive-lobster2-doc >= %{texlive_version}
|
|
Provides: tex(LY1LobsterTwo-LF.fd)
|
|
Provides: tex(LobsterTwo-Bold-lf-ly1--base.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ly1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ly1.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ly1.vf)
|
|
Provides: tex(LobsterTwo-Bold-lf-ot1--base.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ot1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ot1.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ot1.vf)
|
|
Provides: tex(LobsterTwo-Bold-lf-t1--base.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-t1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-t1.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-t1.vf)
|
|
Provides: tex(LobsterTwo-Bold-lf-ts1--base.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ts1.tfm)
|
|
Provides: tex(LobsterTwo-Bold-lf-ts1.vf)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ly1--base.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ly1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ly1.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ly1.vf)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ot1--base.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ot1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ot1.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ot1.vf)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-t1--base.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-t1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-t1.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-t1.vf)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ts1--base.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ts1.tfm)
|
|
Provides: tex(LobsterTwo-BoldItalic-lf-ts1.vf)
|
|
Provides: tex(LobsterTwo-Italic-lf-ly1--base.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ly1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ly1.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ly1.vf)
|
|
Provides: tex(LobsterTwo-Italic-lf-ot1--base.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ot1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ot1.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ot1.vf)
|
|
Provides: tex(LobsterTwo-Italic-lf-t1--base.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-t1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-t1.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-t1.vf)
|
|
Provides: tex(LobsterTwo-Italic-lf-ts1--base.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ts1.tfm)
|
|
Provides: tex(LobsterTwo-Italic-lf-ts1.vf)
|
|
Provides: tex(LobsterTwo-lf-ly1--base.tfm)
|
|
Provides: tex(LobsterTwo-lf-ly1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-lf-ly1.tfm)
|
|
Provides: tex(LobsterTwo-lf-ly1.vf)
|
|
Provides: tex(LobsterTwo-lf-ot1--base.tfm)
|
|
Provides: tex(LobsterTwo-lf-ot1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-lf-ot1.tfm)
|
|
Provides: tex(LobsterTwo-lf-ot1.vf)
|
|
Provides: tex(LobsterTwo-lf-t1--base.tfm)
|
|
Provides: tex(LobsterTwo-lf-t1--lcdfj.tfm)
|
|
Provides: tex(LobsterTwo-lf-t1.tfm)
|
|
Provides: tex(LobsterTwo-lf-t1.vf)
|
|
Provides: tex(LobsterTwo-lf-ts1--base.tfm)
|
|
Provides: tex(LobsterTwo-lf-ts1.tfm)
|
|
Provides: tex(LobsterTwo-lf-ts1.vf)
|
|
Provides: tex(LobsterTwo.map)
|
|
Provides: tex(LobsterTwo.sty)
|
|
Provides: tex(OT1LobsterTwo-LF.fd)
|
|
Provides: tex(T1LobsterTwo-LF.fd)
|
|
Provides: tex(TS1LobsterTwo-LF.fd)
|
|
Provides: tex(lbst2_2vl4dw.enc)
|
|
Provides: tex(lbst2_5uiiua.enc)
|
|
Provides: tex(lbst2_lyobxw.enc)
|
|
Provides: tex(lbst2_xn7u5r.enc)
|
|
Requires: tex(fontaxes.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source5: lobster2.tar.xz
|
|
Source6: lobster2.doc.tar.xz
|
|
|
|
%description -n texlive-lobster2
|
|
Lobster Two is a family of script fonts designed bt Pablo
|
|
Impallari. It has many ligatures and terminal forms, but most
|
|
of these can be accessed only using XeLaTeX or LuaLaTeX. Font
|
|
access and use is supported in LaTeX.
|
|
|
|
date: 2014-05-12 23:37:53 +0000
|
|
|
|
|
|
%package -n texlive-lobster2-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32617
|
|
Release: 0
|
|
Summary: Documentation for texlive-lobster2
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lobster2-doc
|
|
This package includes the documentation for texlive-lobster2
|
|
|
|
|
|
%package -n texlive-lobster2-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn32617
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-lobster2
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-lobster2-fonts
|
|
The separated fonts package for texlive-lobster2
|
|
%post -n texlive-lobster2
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+LobsterTwo.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+LobsterTwo.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map LobsterTwo.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-lobster2
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+LobsterTwo.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-lobster2
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-lobster2-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-lobster2
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-lobster2
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-lobster2-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-lobster2-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/lobster2/OFL.txt
|
|
%{_texmfdistdir}/doc/fonts/lobster2/README
|
|
%{_texmfdistdir}/doc/fonts/lobster2/lobster2-samples.pdf
|
|
%{_texmfdistdir}/doc/fonts/lobster2/lobster2-samples.tex
|
|
|
|
%files -n texlive-lobster2
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/lobster2/lbst2_2vl4dw.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/lobster2/lbst2_5uiiua.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/lobster2/lbst2_lyobxw.enc
|
|
%{_texmfdistdir}/fonts/enc/dvips/lobster2/lbst2_xn7u5r.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/lobster2/LobsterTwo.map
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/lobster2/LobsterTwo-Bold.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/lobster2/LobsterTwo-BoldItalic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/lobster2/LobsterTwo-Italic.otf
|
|
%verify(link) %{_texmfdistdir}/fonts/opentype/impallari/lobster2/LobsterTwo-Regular.otf
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Bold-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-BoldItalic-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-Italic-lf-ts1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ly1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ly1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ly1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ot1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ot1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ot1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-t1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-t1--lcdfj.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-t1.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ts1--base.tfm
|
|
%{_texmfdistdir}/fonts/tfm/impallari/lobster2/LobsterTwo-lf-ts1.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/impallari/lobster2/LobsterTwo-Bold.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/impallari/lobster2/LobsterTwo-BoldItalic.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/impallari/lobster2/LobsterTwo-Italic.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/impallari/lobster2/LobsterTwo-Regular.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-Bold.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-BoldItalic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-BoldItalicLCDFJ.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-BoldLCDFJ.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-Italic.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo-ItalicLCDFJ.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwo.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/impallari/lobster2/LobsterTwoLCDFJ.pfb
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Bold-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Bold-lf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Bold-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Bold-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-BoldItalic-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-BoldItalic-lf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-BoldItalic-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-BoldItalic-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Italic-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Italic-lf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Italic-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-Italic-lf-ts1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-lf-ly1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-lf-ot1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-lf-t1.vf
|
|
%{_texmfdistdir}/fonts/vf/impallari/lobster2/LobsterTwo-lf-ts1.vf
|
|
%{_texmfdistdir}/tex/latex/lobster2/LY1LobsterTwo-LF.fd
|
|
%{_texmfdistdir}/tex/latex/lobster2/LobsterTwo.sty
|
|
%{_texmfdistdir}/tex/latex/lobster2/OT1LobsterTwo-LF.fd
|
|
%{_texmfdistdir}/tex/latex/lobster2/T1LobsterTwo-LF.fd
|
|
%{_texmfdistdir}/tex/latex/lobster2/TS1LobsterTwo-LF.fd
|
|
|
|
%files -n texlive-lobster2-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-lobster2
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-lobster2.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lobster2/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lobster2/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lobster2/fonts.scale
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Bold.otf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-BoldItalic.otf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Italic.otf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Regular.otf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Bold.ttf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-BoldItalic.ttf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Italic.ttf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Regular.ttf
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Bold.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-BoldItalic.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-BoldItalicLCDFJ.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-BoldLCDFJ.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-Italic.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo-ItalicLCDFJ.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwo.pfb
|
|
%{_datadir}/fonts/texlive-lobster2/LobsterTwoLCDFJ.pfb
|
|
/var/adm/update-scripts/texlive-lobster2-%{texlive_version}.%{texlive_noarch}.svn32617-%{release}-zypper
|
|
|
|
%package -n texlive-locality
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn20422
|
|
Release: 0
|
|
Summary: Various macros for keeping things local
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-locality-doc >= %{texlive_version}
|
|
Provides: tex(locality.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source7: locality.tar.xz
|
|
Source8: locality.doc.tar.xz
|
|
|
|
%description -n texlive-locality
|
|
A toolbox of macros designed to allow the LaTeX programmer to
|
|
work around some of the restrictions of the TeX grouping
|
|
mechanisms. The present release offers a preliminary view of
|
|
the package; not all of its facilities are working optimally
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-locality-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn20422
|
|
Release: 0
|
|
Summary: Documentation for texlive-locality
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-locality-doc
|
|
This package includes the documentation for texlive-locality
|
|
|
|
%post -n texlive-locality
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-locality
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-locality
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-locality-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/locality/README
|
|
%{_texmfdistdir}/doc/latex/locality/changes.txt
|
|
%{_texmfdistdir}/doc/latex/locality/locality.pdf
|
|
|
|
%files -n texlive-locality
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/locality/locality.sty
|
|
/var/adm/update-scripts/texlive-locality-%{texlive_version}.%{texlive_noarch}.0.0.2svn20422-%{release}-zypper
|
|
|
|
%package -n texlive-localloc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21934
|
|
Release: 0
|
|
Summary: Macros for localizing TeX register allocations
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-localloc-doc >= %{texlive_version}
|
|
Provides: tex(localloc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source9: localloc.tar.xz
|
|
Source10: localloc.doc.tar.xz
|
|
|
|
%description -n texlive-localloc
|
|
This package approaches the problem of the shortage of
|
|
registers, by providing a mechanism for local allocation. The
|
|
package works with Plain TeX, LaTeX and LaTeX 2.09.
|
|
|
|
date: 2012-07-16 16:45:50 +0000
|
|
|
|
|
|
%package -n texlive-localloc-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21934
|
|
Release: 0
|
|
Summary: Documentation for texlive-localloc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-localloc-doc
|
|
This package includes the documentation for texlive-localloc
|
|
|
|
%post -n texlive-localloc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-localloc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-localloc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-localloc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/localloc/localloc.README
|
|
%{_texmfdistdir}/doc/latex/localloc/localloc.pdf
|
|
%{_texmfdistdir}/doc/latex/localloc/localtst.tex
|
|
|
|
%files -n texlive-localloc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/localloc/localloc.sty
|
|
/var/adm/update-scripts/texlive-localloc-%{texlive_version}.%{texlive_noarch}.svn21934-%{release}-zypper
|
|
|
|
%package -n texlive-logbox
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24499
|
|
Release: 0
|
|
Summary: E-TeX showbox facilities for exploration purposes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logbox-doc >= %{texlive_version}
|
|
Provides: tex(logbox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source11: logbox.tar.xz
|
|
Source12: logbox.doc.tar.xz
|
|
|
|
%description -n texlive-logbox
|
|
The command \logbox does \showbox without stopping the
|
|
compilation. The package's main command is \viewbox*: the box
|
|
is typeset (copied) with its dimensions, and its contents are
|
|
logged in the .log file.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-logbox-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn24499
|
|
Release: 0
|
|
Summary: Documentation for texlive-logbox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logbox-doc
|
|
This package includes the documentation for texlive-logbox
|
|
|
|
%post -n texlive-logbox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logbox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logbox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logbox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logbox/README
|
|
%{_texmfdistdir}/doc/latex/logbox/logbox.pdf
|
|
%{_texmfdistdir}/doc/latex/logbox/logbox.png
|
|
|
|
%files -n texlive-logbox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/logbox/logbox.sty
|
|
/var/adm/update-scripts/texlive-logbox-%{texlive_version}.%{texlive_noarch}.1.0svn24499-%{release}-zypper
|
|
|
|
%package -n texlive-logical-markup-utils
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Packages for language-dependent inline quotes and dashes
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logical-markup-utils-doc >= %{texlive_version}
|
|
Provides: tex(onedash.sty)
|
|
Provides: tex(quoted.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source13: logical-markup-utils.tar.xz
|
|
Source14: logical-markup-utils.doc.tar.xz
|
|
|
|
%description -n texlive-logical-markup-utils
|
|
The bundle contains two packages: quoted, for inserting
|
|
quotation marks; and onedash, for inserting dashes. Each
|
|
package takes a language name as an option; accepted language
|
|
options are american, british, german and polish.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-logical-markup-utils-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-logical-markup-utils
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logical-markup-utils-doc
|
|
This package includes the documentation for texlive-logical-markup-utils
|
|
|
|
%post -n texlive-logical-markup-utils
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logical-markup-utils
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logical-markup-utils
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logical-markup-utils-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logical-markup-utils/COPYING
|
|
%{_texmfdistdir}/doc/latex/logical-markup-utils/README
|
|
%{_texmfdistdir}/doc/latex/logical-markup-utils/TODO
|
|
|
|
%files -n texlive-logical-markup-utils
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/logical-markup-utils/onedash.sty
|
|
%{_texmfdistdir}/tex/latex/logical-markup-utils/quoted.sty
|
|
/var/adm/update-scripts/texlive-logical-markup-utils-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-logicproof
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33254
|
|
Release: 0
|
|
Summary: Box proofs for propositional and predicate logic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logicproof-doc >= %{texlive_version}
|
|
Provides: tex(logicproof.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source15: logicproof.tar.xz
|
|
Source16: logicproof.doc.tar.xz
|
|
|
|
%description -n texlive-logicproof
|
|
A common style of proof used in propositional and predicate
|
|
logic is Fitch proofs, in which each line of the proof has a
|
|
statement and a justification, and subproofs within a larger
|
|
proof have boxes around them. The package provides environments
|
|
for typesetting such proofs and boxes. It creates proofs in a
|
|
style similar to that used in "Logic in Computer Science" by
|
|
Huth and Ryan.
|
|
|
|
date: 2014-03-27 17:52:36 +0000
|
|
|
|
|
|
%package -n texlive-logicproof-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn33254
|
|
Release: 0
|
|
Summary: Documentation for texlive-logicproof
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logicproof-doc
|
|
This package includes the documentation for texlive-logicproof
|
|
|
|
%post -n texlive-logicproof
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logicproof
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logicproof
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logicproof-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logicproof/README
|
|
%{_texmfdistdir}/doc/latex/logicproof/logicproof.pdf
|
|
|
|
%files -n texlive-logicproof
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/logicproof/logicproof.sty
|
|
/var/adm/update-scripts/texlive-logicproof-%{texlive_version}.%{texlive_noarch}.svn33254-%{release}-zypper
|
|
|
|
%package -n texlive-logicpuzzle
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn31024
|
|
Release: 0
|
|
Summary: Typeset (grid-based) logic puzzles
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logicpuzzle-doc >= %{texlive_version}
|
|
Provides: tex(battleship.sty)
|
|
Provides: tex(bokkusu.sty)
|
|
Provides: tex(chaossudoku.sty)
|
|
Provides: tex(ddsudoku.sty)
|
|
Provides: tex(hakyuu.sty)
|
|
Provides: tex(hitori.sty)
|
|
Provides: tex(kendoku.sty)
|
|
Provides: tex(killersudoku.sty)
|
|
Provides: tex(laserbeam.sty)
|
|
Provides: tex(logicpuzzle.sty)
|
|
Provides: tex(lpenv.sty)
|
|
Provides: tex(lpsudoku.sty)
|
|
Provides: tex(skyline.sty)
|
|
Provides: tex(slitherlink.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(ragged2e.sty)
|
|
Requires: tex(tikz.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source17: logicpuzzle.tar.xz
|
|
Source18: logicpuzzle.doc.tar.xz
|
|
|
|
%description -n texlive-logicpuzzle
|
|
The package allows the user to typeset various logic puzzles.
|
|
At the moment the following puzzles are supported: 2D-Sudoku
|
|
(aka Magiequadrat, Diagon, ...), Battleship (aka Bimaru,
|
|
Marinespiel, Batalla Naval, ...), Bokkusu (aka Kakurasu,
|
|
Feldersummenratsel, ...), Bridges (akak Bruckenbau, Hashi,
|
|
...), Chaos Sudoku, Four Winds (aka Eminent Domain,
|
|
Lichtstrahl, ...), Hakyuu (aka Seismic, Ripple Effect, ...),
|
|
Hitori, Kakuro, Kendoku (aka Mathdoku, Calcudoku, Basic,
|
|
MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., Killer
|
|
Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
|
|
Gebietssummen, ...), Laser Beam (aka Laserstrahl, ...), Magic
|
|
Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...), Magnets
|
|
(aka Magnetplatte, Magnetfeld, ...), Masyu (aka Mashi,
|
|
{White|Black} Pearls, ...), Minesweeper (aka Minensuche, ...),
|
|
Number Link, Resuko, Schatzsuche, Skyline (aka Skycrapers,
|
|
Wolkenkratzer, Hochhauser, ...), including Skyline Sudoku and
|
|
Skyline Sudoku (N*N) variants, Slitherlink (aka Fences, Number
|
|
Line, Dotty Dilemma, Sli-Lin, Takegaki, Great Wall of China,
|
|
Loop the Loop, Rundweg, Gartenzaun, ...), Star Battle (aka
|
|
Sternenschlacht, ...), Stars and Arrows (aka Sternenhimmel,
|
|
...), Sudoku, Sun and Moon (aka Sternenhaufen, Munraito, ...),
|
|
Tents and Trees (aka Zeltlager, Zeltplatz, Camping, ...), and
|
|
Tunnel.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-logicpuzzle-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4svn31024
|
|
Release: 0
|
|
Summary: Documentation for texlive-logicpuzzle
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logicpuzzle-doc
|
|
This package includes the documentation for texlive-logicpuzzle
|
|
|
|
%post -n texlive-logicpuzzle
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logicpuzzle
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logicpuzzle
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logicpuzzle-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/CHANGES
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/INSTALL
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/README
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.pdf
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.tex
|
|
%{_texmfdistdir}/doc/latex/logicpuzzle/manifest.txt
|
|
|
|
%files -n texlive-logicpuzzle
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/logicpuzzle/createlpsudoku
|
|
%{_texmfdistdir}/scripts/logicpuzzle/lpsmag
|
|
%{_texmfdistdir}/scripts/logicpuzzle/simple.smc
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/battleship.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/bokkusu.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/chaossudoku.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/ddsudoku.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/hakyuu.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/hitori.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/kendoku.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/killersudoku.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/laserbeam.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/logicpuzzle.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/lpenv.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/lpsudoku.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/skyline.sty
|
|
%{_texmfdistdir}/tex/latex/logicpuzzle/slitherlink.sty
|
|
/var/adm/update-scripts/texlive-logicpuzzle-%{texlive_version}.%{texlive_noarch}.2.4svn31024-%{release}-zypper
|
|
|
|
%package -n texlive-logpap
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
Summary: Generate logarithmic graph paper with LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logpap-doc >= %{texlive_version}
|
|
Provides: tex(logpap.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(color.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source19: logpap.tar.xz
|
|
Source20: logpap.doc.tar.xz
|
|
|
|
%description -n texlive-logpap
|
|
The logpap package provides four macros for drawing
|
|
logarithmic-logarithmic, logarithmic-linear, linear-logarithmic
|
|
and (because it was easy to implement) linear-linear graph
|
|
paper with LaTeX.
|
|
|
|
date: 2012-07-17 11:06:42 +0000
|
|
|
|
|
|
%package -n texlive-logpap-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-logpap
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logpap-doc
|
|
This package includes the documentation for texlive-logpap
|
|
|
|
%post -n texlive-logpap
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logpap
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logpap
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logpap-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logpap/README
|
|
%{_texmfdistdir}/doc/latex/logpap/example.pdf
|
|
%{_texmfdistdir}/doc/latex/logpap/example.tex
|
|
|
|
%files -n texlive-logpap
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/logpap/logpap.sty
|
|
/var/adm/update-scripts/texlive-logpap-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-logreq
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19640
|
|
Release: 0
|
|
Summary: Support for automation of the LaTeX workflow
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-logreq-doc >= %{texlive_version}
|
|
Provides: tex(logreq.def)
|
|
Provides: tex(logreq.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(keyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source21: logreq.tar.xz
|
|
Source22: logreq.doc.tar.xz
|
|
|
|
%description -n texlive-logreq
|
|
The package helps to automate a typical LaTeX workflow that
|
|
involves running LaTeX several times, running tools such as
|
|
BibTeX or makeindex, and so on. It will log requests like
|
|
"please rerun LaTeX" or "please run BibTeX on file X" to an
|
|
external XML file which lists all open tasks in a machine-
|
|
readable format. Compiler scripts and integrated LaTeX editing
|
|
environments may parse this file to determine the next steps in
|
|
the workflow in a way that is more efficient than parsing the
|
|
main log file. In sum, the package will do two things: enable
|
|
package authors to use LaTeX commands to issue requests,
|
|
collect all requests from all packages and write them to an
|
|
external XML file at the end of the document.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-logreq-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn19640
|
|
Release: 0
|
|
Summary: Documentation for texlive-logreq
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-logreq-doc
|
|
This package includes the documentation for texlive-logreq
|
|
|
|
%post -n texlive-logreq
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-logreq
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-logreq
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-logreq-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/logreq/README
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/01-basic.run.xml
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/01-basic.tex
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/02-index.run.xml
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/02-index.tex
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.run.xml
|
|
%{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.tex
|
|
|
|
%files -n texlive-logreq
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/logreq/logreq.def
|
|
%{_texmfdistdir}/tex/latex/logreq/logreq.sty
|
|
/var/adm/update-scripts/texlive-logreq-%{texlive_version}.%{texlive_noarch}.1.0svn19640-%{release}-zypper
|
|
|
|
%package -n texlive-lollipop
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.03svn33676
|
|
Release: 0
|
|
Summary: TeX made easy
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-lollipop-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lollipop-doc >= %{texlive_version}
|
|
Provides: tex(lollipop-define.tex)
|
|
Provides: tex(lollipop-document.tex)
|
|
Provides: tex(lollipop-float.tex)
|
|
Provides: tex(lollipop-fontdefs.tex)
|
|
Provides: tex(lollipop-fonts.tex)
|
|
Provides: tex(lollipop-heading.tex)
|
|
Provides: tex(lollipop-lists.tex)
|
|
Provides: tex(lollipop-output.tex)
|
|
Provides: tex(lollipop-plain.tex)
|
|
Provides: tex(lollipop-text.tex)
|
|
Provides: tex(lollipop-tools.tex)
|
|
Provides: tex(lollipop.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source23: lollipop.tar.xz
|
|
Source24: lollipop.doc.tar.xz
|
|
|
|
%description -n texlive-lollipop
|
|
Lollipop is "TeX made easy" -- it is a macro package that
|
|
functions as a toolbox for writing TeX macros. Its main aim is
|
|
to make macro writing so easy that implementing a fully new
|
|
layout in TeX would become a matter of less than an hour for an
|
|
average document. The aim is that such a task could be
|
|
accomplished by someone with only a very basic training in TeX
|
|
programming. Thus, Lollipop aims to make structured text
|
|
formatting available in environments where typical users would
|
|
switch to WYSIWYG packages for the freedom that such a
|
|
mechanism offers. In addition, development of support for
|
|
Lollipop documents written in RTL languages (such as Persian)
|
|
is underway.
|
|
|
|
date: 2014-04-19 10:16:09 +0000
|
|
|
|
|
|
%package -n texlive-lollipop-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.03svn33676
|
|
Release: 0
|
|
Summary: Documentation for texlive-lollipop
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lollipop-doc
|
|
This package includes the documentation for texlive-lollipop
|
|
|
|
%post -n texlive-lollipop
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
sed -ri 's/^\#\![[= =]]+lollipop\b.*/lollipop pdftex - -translate-file=cp227.tcx *lollipop.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+lualollipop\b.*/lualollipop luatex - lualollipop.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+xelollipop\b.*/xelollipop xetex - -etex xelollipop.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+dvilollipop\b.*/dvilollipop pdftex - -translate-file=cp227.tcx *lollipop.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+dvilualollipop\b.*/dvilualollipop luatex - -translate-file=cp227.tcx lualollipop.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%postun -n texlive-lollipop
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(lollipop\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(lualollipop\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(xelollipop\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(dvilollipop\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(dvilualollipop\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/fmtutil-sys --missing > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%posttrans -n texlive-lollipop
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lollipop-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/README
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/address.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/appendix.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/btxmac.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/comm.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/comment.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/example.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/extern.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/head.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/list.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/lollipop-manual.bib
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/lollipop-manual.pdf
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/lollipop-manual.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/mandefs.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/opt.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/out.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/prelim.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/struct.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/titlepag.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/manual/trace.tex
|
|
%{_texmfdistdir}/doc/otherformats/lollipop/tex-inde.xen
|
|
|
|
%files -n texlive-lollipop
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lollipop/dvilollipop.ini
|
|
%{_texmfdistdir}/tex/lollipop/dvilualollipop.ini
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-define.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-document.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-float.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-fontdefs.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-fonts.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-heading.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-lists.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-output.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-plain.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-text.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop-tools.tex
|
|
%{_texmfdistdir}/tex/lollipop/lollipop.ini
|
|
%{_texmfdistdir}/tex/lollipop/lollipop.tex
|
|
%{_texmfdistdir}/tex/lollipop/lualollipop.ini
|
|
%{_texmfdistdir}/tex/lollipop/xelollipop.ini
|
|
/var/adm/update-scripts/texlive-lollipop-%{texlive_version}.%{texlive_noarch}.1.03svn33676-%{release}-zypper
|
|
|
|
%package -n texlive-longnamefilelist
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn27889
|
|
Release: 0
|
|
Summary: Tidy \listfiles with long file names
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-longnamefilelist-doc >= %{texlive_version}
|
|
Provides: tex(longnamefilelist.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source25: longnamefilelist.tar.xz
|
|
Source26: longnamefilelist.doc.tar.xz
|
|
|
|
%description -n texlive-longnamefilelist
|
|
The package equips LaTeX's \listfiles command with an optional
|
|
argument for the number of characters in the longest base
|
|
filename. This way you get a neatly aligned file list even when
|
|
it contains files whose base names have more than 8 characters.
|
|
The package can be combined with the myfilist package as
|
|
explained in the documentation.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-longnamefilelist-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn27889
|
|
Release: 0
|
|
Summary: Documentation for texlive-longnamefilelist
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-longnamefilelist-doc
|
|
This package includes the documentation for texlive-longnamefilelist
|
|
|
|
%post -n texlive-longnamefilelist
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-longnamefilelist
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-longnamefilelist
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-longnamefilelist-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/longnamefilelist/README
|
|
%{_texmfdistdir}/doc/latex/longnamefilelist/SrcFILEs.txt
|
|
%{_texmfdistdir}/doc/latex/longnamefilelist/longnamefilelist.pdf
|
|
|
|
%files -n texlive-longnamefilelist
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/longnamefilelist/longnamefilelist.sty
|
|
/var/adm/update-scripts/texlive-longnamefilelist-%{texlive_version}.%{texlive_noarch}.0.0.2svn27889-%{release}-zypper
|
|
|
|
%package -n texlive-loops
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30704
|
|
Release: 0
|
|
Summary: General looping macros for use with LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-loops-doc >= %{texlive_version}
|
|
Provides: tex(loops.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source27: loops.tar.xz
|
|
Source28: loops.doc.tar.xz
|
|
|
|
%description -n texlive-loops
|
|
The package provides efficient looping macros for processing
|
|
both csv (separated-values) and nsv/tsv (non-separated values)
|
|
lists. CSV lists which have associated parsers may be processed
|
|
with the tools of the package.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-loops-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn30704
|
|
Release: 0
|
|
Summary: Documentation for texlive-loops
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-loops-doc
|
|
This package includes the documentation for texlive-loops
|
|
|
|
%post -n texlive-loops
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-loops
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-loops
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-loops-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/loops/README
|
|
%{_texmfdistdir}/doc/latex/loops/loops-pokayoke1.tex
|
|
|
|
%files -n texlive-loops
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/loops/loops.sty
|
|
/var/adm/update-scripts/texlive-loops-%{texlive_version}.%{texlive_noarch}.1.3svn30704-%{release}-zypper
|
|
|
|
%package -n texlive-lpic
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn20843
|
|
Release: 0
|
|
Summary: Put LaTeX material over included graphics
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lpic-doc >= %{texlive_version}
|
|
Provides: tex(lpic.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(epsfig.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(rotating.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source29: lpic.tar.xz
|
|
Source30: lpic.doc.tar.xz
|
|
|
|
%description -n texlive-lpic
|
|
The package defines a convenient interface to put any LaTeX
|
|
material on top of included graphics. The LaTeX material may
|
|
also be rotated and typeset on top of a white box overshadowing
|
|
the graphics. The coordinates of the LaTeX boxes are given
|
|
relative to the original, unscaled graphics; when the graphics
|
|
is rescaled, the LaTeX annotations stay at their right places
|
|
(unless you do something extreme). In a draft mode, the package
|
|
enables you to draw a coordinate grid over the picture for easy
|
|
adjustment of positions of the annotations.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lpic-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.8svn20843
|
|
Release: 0
|
|
Summary: Documentation for texlive-lpic
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lpic-doc
|
|
This package includes the documentation for texlive-lpic
|
|
|
|
%post -n texlive-lpic
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lpic
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lpic
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lpic-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lpic/README
|
|
%{_texmfdistdir}/doc/latex/lpic/instructions-differential.eps
|
|
%{_texmfdistdir}/doc/latex/lpic/instructions-differential.pdf
|
|
%{_texmfdistdir}/doc/latex/lpic/instructions.pdf
|
|
%{_texmfdistdir}/doc/latex/lpic/instructions.tex
|
|
|
|
%files -n texlive-lpic
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lpic/lpic.sty
|
|
/var/adm/update-scripts/texlive-lpic-%{texlive_version}.%{texlive_noarch}.0.0.8svn20843-%{release}-zypper
|
|
|
|
%package -n texlive-lplfitch
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn31077
|
|
Release: 0
|
|
Summary: Fitch-style natural deduction proofs
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lplfitch-doc >= %{texlive_version}
|
|
Provides: tex(lplfitch.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source31: lplfitch.tar.xz
|
|
Source32: lplfitch.doc.tar.xz
|
|
|
|
%description -n texlive-lplfitch
|
|
The package provides macros for typesetting natural deduction
|
|
proofs in "Fitch" style, with subproofs indented and offset by
|
|
scope lines. The proofs from use of the package are in the
|
|
format used in the textbook Language, Proof, and Logic by Dave
|
|
Barker-Plummer, Jon Barwise, and John Etchemendy.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lplfitch-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.9svn31077
|
|
Release: 0
|
|
Summary: Documentation for texlive-lplfitch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lplfitch-doc
|
|
This package includes the documentation for texlive-lplfitch
|
|
|
|
%post -n texlive-lplfitch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lplfitch
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lplfitch
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lplfitch-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lplfitch/README
|
|
%{_texmfdistdir}/doc/latex/lplfitch/lplfitch.pdf
|
|
|
|
%files -n texlive-lplfitch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lplfitch/lplfitch.sty
|
|
/var/adm/update-scripts/texlive-lplfitch-%{texlive_version}.%{texlive_noarch}.0.0.9svn31077-%{release}-zypper
|
|
|
|
%package -n texlive-lps
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn21322
|
|
Release: 0
|
|
Summary: Class for "Logic and Philosophy of Science"
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lps-doc >= %{texlive_version}
|
|
Provides: tex(lps.cls)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(geometry.sty)
|
|
Requires: tex(lastpage.sty)
|
|
Requires: tex(mathptmx.sty)
|
|
Requires: tex(titlesec.sty)
|
|
Requires: tex(titletoc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source33: lps.tar.xz
|
|
Source34: lps.doc.tar.xz
|
|
|
|
%description -n texlive-lps
|
|
The 'Logic and Philosophy of Science' journal is an online
|
|
publication of the University of Trieste (Italy). The class
|
|
builds on the standard article class to offer a format that
|
|
LaTeX authors may use when submitting to the journal.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lps-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7svn21322
|
|
Release: 0
|
|
Summary: Documentation for texlive-lps
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lps-doc
|
|
This package includes the documentation for texlive-lps
|
|
|
|
%post -n texlive-lps
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lps
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lps
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lps-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lps/README
|
|
%{_texmfdistdir}/doc/latex/lps/lps.pdf
|
|
%{_texmfdistdir}/doc/latex/lps/lpstemplate.tex
|
|
|
|
%files -n texlive-lps
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lps/lps.cls
|
|
/var/adm/update-scripts/texlive-lps-%{texlive_version}.%{texlive_noarch}.0.0.7svn21322-%{release}-zypper
|
|
|
|
%package -n texlive-lsc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Typesetting Live Sequence Charts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lsc-doc >= %{texlive_version}
|
|
Provides: tex(lsc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(pst-node.sty)
|
|
Requires: tex(pstricks.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source35: lsc.tar.xz
|
|
Source36: lsc.doc.tar.xz
|
|
|
|
%description -n texlive-lsc
|
|
This package is similar to the msc package in that it provides
|
|
macros for typesetting a variant of sequence diagrams, in this
|
|
case the Live Sequence Charts of Damm and Harel. The package
|
|
supports the full LSC language of the original LSC paper, the
|
|
Klose-extensions for formal verification and some of the Harel-
|
|
extensions for the Play-In/Play-Out approach (cf. the manual).
|
|
|
|
date: 2012-07-16 16:45:50 +0000
|
|
|
|
|
|
%package -n texlive-lsc-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-lsc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lsc-doc
|
|
This package includes the documentation for texlive-lsc
|
|
|
|
%post -n texlive-lsc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lsc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lsc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lsc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lsc/README
|
|
%{_texmfdistdir}/doc/latex/lsc/lsc.pdf
|
|
%{_texmfdistdir}/doc/latex/lsc/lsc.tex
|
|
|
|
%files -n texlive-lsc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/bibtex/bib/lsc/lsc.bib
|
|
%{_texmfdistdir}/tex/latex/lsc/lsc.sty
|
|
/var/adm/update-scripts/texlive-lsc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-bulgarian
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Bulgarian translation of the "Short Introduction to LaTeX2e"
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source37: lshort-bulgarian.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-bulgarian
|
|
The source files, PostScript and PDF files of the Bulgarian
|
|
translation of the "Short Introduction to LaTeX 2e".
|
|
|
|
date: 2012-07-16 15:38:59 +0000
|
|
|
|
%post -n texlive-lshort-bulgarian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-bulgarian
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-bulgarian
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-bulgarian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-bulgarian/README
|
|
%{_texmfdistdir}/doc/latex/lshort-bulgarian/lshort-bg.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-bulgarian/src/lshort-bg.src.zip
|
|
/var/adm/update-scripts/texlive-lshort-bulgarian-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-chinese
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.20svn15878
|
|
Release: 0
|
|
Summary: Introduction to LaTeX, in Chinese
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source38: lshort-chinese.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-chinese
|
|
A translation to Chinese of the not so short introduction to
|
|
LaTeX2e, presented by the Chinese TeX Society CTeX. The
|
|
processed output is created by use of XeTeX.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-chinese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-chinese
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-chinese
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-chinese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/README
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/lshort-zh-cn.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort-base.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/myclass.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/test.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/typeset.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/usefulmacros.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/zhfont.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/zhmath.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/zhspacing.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-chinese/src/zhulem.sty
|
|
/var/adm/update-scripts/texlive-lshort-chinese-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-czech
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.27svn29803
|
|
Release: 0
|
|
Summary: Czech translation of the "Short Introduction to LaTeX2e"
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source39: lshort-czech.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-czech
|
|
This is the Czech translation of "A Short Introduction to
|
|
LaTeX2e".
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-czech
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-czech
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-czech
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-czech
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/CHANGES
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/Makefile
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/README
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/lshort-cs.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/appendix.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-base.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs.ind
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort.ist
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lshort.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-czech/src/typeset.tex
|
|
/var/adm/update-scripts/texlive-lshort-czech-%{texlive_version}.%{texlive_noarch}.4.27svn29803-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-dutch
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn15878
|
|
Release: 0
|
|
Summary: Introduction to LaTeX in Dutch
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source40: lshort-dutch.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-dutch
|
|
This is the Dutch (Nederlands) translation of the Short
|
|
Introduction to LaTeX2e.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-dutch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-dutch
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-dutch
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-dutch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-dutch/LEESMIJ
|
|
%{_texmfdistdir}/doc/latex/lshort-dutch/README
|
|
%{_texmfdistdir}/doc/latex/lshort-dutch/WIJZIGINGEN
|
|
%{_texmfdistdir}/doc/latex/lshort-dutch/lshort-nl-1.3.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-dutch/lshort-nl-1.3.src.zip
|
|
/var/adm/update-scripts/texlive-lshort-dutch-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-english
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.02svn33687
|
|
Release: 0
|
|
Summary: A (Not So) Short Introduction to LaTeX2e
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source41: lshort-english.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-english
|
|
The document derives from a German introduction ('lkurz'),
|
|
which was translated and updated; it continues to be updated.
|
|
This translation has, in its turn, been translated into several
|
|
other languages; see the lshort catalogue entry for the current
|
|
list.
|
|
|
|
date: 2014-04-21 22:43:27 +0000
|
|
|
|
%post -n texlive-lshort-english
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-english
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-english
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-english
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-english/CHANGES
|
|
%{_texmfdistdir}/doc/latex/lshort-english/README
|
|
%{_texmfdistdir}/doc/latex/lshort-english/lshort-5.03.src.tar.gz
|
|
%{_texmfdistdir}/doc/latex/lshort-english/lshort.pdf
|
|
/var/adm/update-scripts/texlive-lshort-english-%{texlive_version}.%{texlive_noarch}.5.02svn33687-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-finnish
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Finnish introduction to LaTeX
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source42: lshort-finnish.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-finnish
|
|
This is the Finnish translation of Short Introduction to
|
|
LaTeX2e, with added coverage of Finnish typesetting rules.
|
|
|
|
date: 2012-07-16 15:38:59 +0000
|
|
|
|
%post -n texlive-lshort-finnish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-finnish
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-finnish
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-finnish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/README
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/lyhyt2e.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/asiat.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/erikois.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/esipuhe.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/grafiikka.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/kiitokset.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/kirjallisuus.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/ladonta.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/llyhyt2e.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/lyhyt2e.ind
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/lyhyt2e.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/matikka.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/otsikko.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/symbolit.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/typeset.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-finnish/src/viritys.tex
|
|
/var/adm/update-scripts/texlive-lshort-finnish-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-french
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.01fr_0svn23332
|
|
Release: 0
|
|
Summary: Short introduction to LaTeX, French translation
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source43: lshort-french.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-french
|
|
French version of A Short Introduction to LaTeX2e.
|
|
|
|
date: 2012-07-16 15:38:59 +0000
|
|
|
|
%post -n texlive-lshort-french
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-french
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-french
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-french
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-french/README
|
|
%{_texmfdistdir}/doc/latex/lshort-french/historique
|
|
%{_texmfdistdir}/doc/latex/lshort-french/lshort-fr-5.01fr-0.tgz
|
|
%{_texmfdistdir}/doc/latex/lshort-french/lshort-fr.pdf
|
|
/var/adm/update-scripts/texlive-lshort-french-%{texlive_version}.%{texlive_noarch}.5.01fr_0svn23332-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-german
|
|
Version: %{texlive_version}.%{texlive_noarch}.3.0svn28270
|
|
Release: 0
|
|
Summary: German version of A Short Introduction to LaTeX2e: LaTeX2e-Kurzbeschreibung
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source44: lshort-german.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-german
|
|
The lshort-german package
|
|
|
|
date: 2012-11-15 12:07:37 +0000
|
|
|
|
%post -n texlive-lshort-german
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-german
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-german
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-german
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-german/CHANGES
|
|
%{_texmfdistdir}/doc/latex/lshort-german/README.l2kurz
|
|
%{_texmfdistdir}/doc/latex/lshort-german/allgemeines.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/anhang.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/bilder.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/eingabefile.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/einleitung.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/fontspec.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-german/fontspecbeispiel.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/l2ksym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/l2kurz.bib
|
|
%{_texmfdistdir}/doc/latex/lshort-german/l2kurz.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-german/l2kurz.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/latexmkrc
|
|
%{_texmfdistdir}/doc/latex/lshort-german/mathematik.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/ozean.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-german/ozean.svg
|
|
%{_texmfdistdir}/doc/latex/lshort-german/schriften.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/seitenaufbau.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/spezialitaeten.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-german/textsatz.tex
|
|
/var/adm/update-scripts/texlive-lshort-german-%{texlive_version}.%{texlive_noarch}.3.0svn28270-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-italian
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Introduction to LaTeX in Italian
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source45: lshort-italian.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-italian
|
|
This is the Italian translation of the Short Introduction to
|
|
LaTeX2e.
|
|
|
|
date: 2012-07-16 15:38:59 +0000
|
|
|
|
%post -n texlive-lshort-italian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-italian
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-italian
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-italian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/CHANGES
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/Makefile
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/README
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/TRANSLATIONS
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/fixdate.pl
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/itlshort.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-italian/src.zip
|
|
/var/adm/update-scripts/texlive-lshort-italian-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-japanese
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Japanese version of A Short Introduction to LaTeX2e
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source46: lshort-japanese.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-japanese
|
|
The lshort-japanese package
|
|
|
|
date: 2012-07-16 15:38:59 +0000
|
|
|
|
%post -n texlive-lshort-japanese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-japanese
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-japanese
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-japanese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-japanese/00README
|
|
%{_texmfdistdir}/doc/latex/lshort-japanese/CHANGES.jp
|
|
%{_texmfdistdir}/doc/latex/lshort-japanese/READ.ME
|
|
%{_texmfdistdir}/doc/latex/lshort-japanese/jlshort-1.00.src.tar.gz
|
|
%{_texmfdistdir}/doc/latex/lshort-japanese/jlshort.pdf
|
|
/var/adm/update-scripts/texlive-lshort-japanese-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-korean
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.17svn15878
|
|
Release: 0
|
|
Summary: Korean introduction to LaTeX
|
|
License: GFDL-1.2
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source47: lshort-korean.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-korean
|
|
A translation of Oetiker's original (not so) short
|
|
introduction.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-korean
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-korean
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-korean
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-korean
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-korean/README.ko
|
|
%{_texmfdistdir}/doc/latex/lshort-korean/lshort-kr-src.tar.gz
|
|
%{_texmfdistdir}/doc/latex/lshort-korean/lshort-kr.pdf
|
|
/var/adm/update-scripts/texlive-lshort-korean-%{texlive_version}.%{texlive_noarch}.4.17svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-mongol
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.26svn15878
|
|
Release: 0
|
|
Summary: Short introduction to LaTeX, in Mongolian
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source48: lshort-mongol.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-mongol
|
|
A translation of Oetiker's Not so short introduction.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-mongol
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-mongol
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-mongol
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-mongol
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/00README
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/CHANGES
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/Makefile
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/README
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/TODO
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/TRANSLATIONS
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/fixdate.pl
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/lshort-mn.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/appendix.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-base.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-mn.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-mongol/src/typeset.tex
|
|
/var/adm/update-scripts/texlive-lshort-mongol-%{texlive_version}.%{texlive_noarch}.4.26svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-persian
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.01svn31296
|
|
Release: 0
|
|
Summary: Persian (Farsi) introduction to LaTeX
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source49: lshort-persian.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-persian
|
|
A Persian (Farsi) translation of Oetiker's (not so) short
|
|
introduction.
|
|
|
|
date: 2013-07-28 12:28:30 +0000
|
|
|
|
%post -n texlive-lshort-persian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-persian
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-persian
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-persian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/README
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/appendix.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lshort-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lshort-base.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lshort.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lshort.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lshort.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/preface.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/transpreface.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-persian/typeset.tex
|
|
/var/adm/update-scripts/texlive-lshort-persian-%{texlive_version}.%{texlive_noarch}.5.01svn31296-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-polish
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Introduction to LaTeX in Polish
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source50: lshort-polish.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-polish
|
|
This is the Polish translation of A Short Introduction to
|
|
LaTeX2e.
|
|
|
|
date: 2012-08-25 12:43:44 +0000
|
|
|
|
%post -n texlive-lshort-polish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-polish
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-polish
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-polish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-polish/README
|
|
%{_texmfdistdir}/doc/latex/lshort-polish/lshort2e.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-polish/src.zip
|
|
/var/adm/update-scripts/texlive-lshort-polish-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-portuguese
|
|
Version: %{texlive_version}.%{texlive_noarch}.5.01.0svn22569
|
|
Release: 0
|
|
Summary: Introduction to LaTeX in Portuguese
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source51: lshort-portuguese.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-portuguese
|
|
This is the Portuguese translation of A Short Introduction to
|
|
LaTeX2e.
|
|
|
|
date: 2012-08-25 08:03:02 +0000
|
|
|
|
%post -n texlive-lshort-portuguese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-portuguese
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-portuguese
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-portuguese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-portuguese/pt-lshort-5.01.0.src.tar.gz
|
|
%{_texmfdistdir}/doc/latex/lshort-portuguese/pt-lshort.pdf
|
|
/var/adm/update-scripts/texlive-lshort-portuguese-%{texlive_version}.%{texlive_noarch}.5.01.0svn22569-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-russian
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn18906
|
|
Release: 0
|
|
Summary: Russian introduction to 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(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source52: lshort-russian.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-russian
|
|
Russian version of A Short Introduction to LaTeX2e.
|
|
|
|
date: 2012-08-25 08:03:02 +0000
|
|
|
|
%post -n texlive-lshort-russian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-russian
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-russian
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-russian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-russian/lshortru.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-russian/lshortru.zip
|
|
/var/adm/update-scripts/texlive-lshort-russian-%{texlive_version}.%{texlive_noarch}.svn18906-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-slovak
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Slovak introduction to LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source53: lshort-slovak.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-slovak
|
|
A Slovak translation of Oetiker's (not so) short introduction.
|
|
|
|
date: 2012-08-25 08:03:02 +0000
|
|
|
|
%post -n texlive-lshort-slovak
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-slovak
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-slovak
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-slovak
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-slovak/slshorte.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-slovak/src.zip
|
|
/var/adm/update-scripts/texlive-lshort-slovak-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-slovenian
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.20svn15878
|
|
Release: 0
|
|
Summary: Slovenian translation of lshort
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source54: lshort-slovenian.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-slovenian
|
|
A Slovenian translation of the Not So Short Introduction to
|
|
LaTeX 2e.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-slovenian
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-slovenian
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-slovenian
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-slovenian
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/README
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/lshort-slovenian.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-base.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-slovenian.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-slovenian.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-slovenian/src/typeset.tex
|
|
/var/adm/update-scripts/texlive-lshort-slovenian-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-spanish
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn17269
|
|
Release: 0
|
|
Summary: Short introduction to LaTeX, Spanish 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): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source55: lshort-spanish.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-spanish
|
|
A Spanish translation of the Short Introduction to LaTeX2e,
|
|
version 20.
|
|
|
|
date: 2012-03-13 17:56:34 +0000
|
|
|
|
%post -n texlive-lshort-spanish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-spanish
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-spanish
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-spanish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/CAMBIOS
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/LEAME.latin1
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/LEAME.utf8
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/MANIFEST
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/Makefile
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/fixdate.pl
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-a4.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-a5.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-base.ltx
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-letter.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/typeset.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-spanish/lshort-a4.pdf
|
|
/var/adm/update-scripts/texlive-lshort-spanish-%{texlive_version}.%{texlive_noarch}.0.0.4svn17269-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-thai
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.32svn15878
|
|
Release: 0
|
|
Summary: Introduction to LaTeX in Thai
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source56: lshort-thai.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-thai
|
|
This is the Thai translation of the Short Introduction to
|
|
LaTeX2e.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lshort-thai
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-thai
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-thai
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-thai
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-thai/lsh132.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-thai/lsh132.zip
|
|
%{_texmfdistdir}/doc/latex/lshort-thai/readme
|
|
/var/adm/update-scripts/texlive-lshort-thai-%{texlive_version}.%{texlive_noarch}.1.32svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-turkish
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.20svn15878
|
|
Release: 0
|
|
Summary: Turkish introduction to LaTeX
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source57: lshort-turkish.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-turkish
|
|
A Turkish translation of Oetiker's (not so) short introduction.
|
|
|
|
date: 2012-08-17 11:10:56 +0000
|
|
|
|
%post -n texlive-lshort-turkish
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-turkish
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-turkish
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-turkish
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-turkish/README
|
|
%{_texmfdistdir}/doc/latex/lshort-turkish/lshort-tr.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-turkish/trlshort-src.zip
|
|
/var/adm/update-scripts/texlive-lshort-turkish-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-ukr
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.00svn15878
|
|
Release: 0
|
|
Summary: Ukrainian version of the LaTeX introduction
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source58: lshort-ukr.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-ukr
|
|
Ukrainian version of A Short Introduction to LaTeX2e.
|
|
|
|
date: 2012-01-22 14:56:38 +0000
|
|
|
|
%post -n texlive-lshort-ukr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-ukr
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-ukr
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-ukr
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-ukr/lshort-ukr-4.12.src.tar.gz
|
|
%{_texmfdistdir}/doc/latex/lshort-ukr/lshort-ukr.pdf
|
|
/var/adm/update-scripts/texlive-lshort-ukr-%{texlive_version}.%{texlive_noarch}.4.00svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lshort-vietnamese
|
|
Version: %{texlive_version}.%{texlive_noarch}.4.00svn15878
|
|
Release: 0
|
|
Summary: Vietnamese version of the LaTeX introduction
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source59: lshort-vietnamese.doc.tar.xz
|
|
|
|
%description -n texlive-lshort-vietnamese
|
|
Vietnamese version of A Short Introduction to LaTeX2e.
|
|
|
|
date: 2012-07-24 14:30:52 +0000
|
|
|
|
%post -n texlive-lshort-vietnamese
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lshort-vietnamese
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lshort-vietnamese
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lshort-vietnamese
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/README
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/lshort-vi.pdf
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/LocalVariables
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/Makefile
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/README.txt
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/abbr.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/biblio.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/contrib.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/custom.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/fancyhea.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/graphic.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-print-vi.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-vi.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-vi.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lssym.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/math.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/mylayout.sty
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/overview.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/spec.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/things.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/tiengviet.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/title.tex
|
|
%{_texmfdistdir}/doc/latex/lshort-vietnamese/src/typeset.tex
|
|
/var/adm/update-scripts/texlive-lshort-vietnamese-%{texlive_version}.%{texlive_noarch}.4.00svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-lstaddons
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn26196
|
|
Release: 0
|
|
Summary: Add-on packages for listings: autogobble and line background
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lstaddons-doc >= %{texlive_version}
|
|
Provides: tex(lstautogobble.sty)
|
|
Provides: tex(lstlinebgrd.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(xcolor.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source60: lstaddons.tar.xz
|
|
Source61: lstaddons.doc.tar.xz
|
|
|
|
%description -n texlive-lstaddons
|
|
The bundle contains a small collection of add-on packages for
|
|
the listings package. Current packages are: lstlinebgrd: colour
|
|
the background of some or all lines of a listing; and
|
|
lstautogobble: set the standard "gobble" option to the indent
|
|
of the first line of the code.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lstaddons-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn26196
|
|
Release: 0
|
|
Summary: Documentation for texlive-lstaddons
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lstaddons-doc
|
|
This package includes the documentation for texlive-lstaddons
|
|
|
|
%post -n texlive-lstaddons
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lstaddons
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lstaddons
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lstaddons-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lstaddons/README
|
|
%{_texmfdistdir}/doc/latex/lstaddons/lstautogobble.pdf
|
|
%{_texmfdistdir}/doc/latex/lstaddons/lstlinebgrd.pdf
|
|
|
|
%files -n texlive-lstaddons
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lstaddons/lstautogobble.sty
|
|
%{_texmfdistdir}/tex/latex/lstaddons/lstlinebgrd.sty
|
|
/var/adm/update-scripts/texlive-lstaddons-%{texlive_version}.%{texlive_noarch}.0.0.1svn26196-%{release}-zypper
|
|
|
|
%package -n texlive-lt3graph
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.3svn33623
|
|
Release: 0
|
|
Summary: Provide a graph datastructure for experimental LaTeX3
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lt3graph-doc >= %{texlive_version}
|
|
Provides: tex(lt3graph-dry.sty)
|
|
Provides: tex(lt3graph-packagedoc.cls)
|
|
Provides: tex(lt3graph.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(filecontents.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(l3keys2e.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(marginnote.sty)
|
|
Requires: tex(mdframed.sty)
|
|
Requires: tex(needspace.sty)
|
|
Requires: tex(noindentafter.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(withargs.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xparse.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source62: lt3graph.tar.xz
|
|
Source63: lt3graph.doc.tar.xz
|
|
|
|
%description -n texlive-lt3graph
|
|
The package defines a 'graph' data structure, for use in
|
|
documents that are using the experimental LaTeX 3 syntax.
|
|
|
|
date: 2014-04-21 23:06:17 +0000
|
|
|
|
|
|
%package -n texlive-lt3graph-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1.3svn33623
|
|
Release: 0
|
|
Summary: Documentation for texlive-lt3graph
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lt3graph-doc
|
|
This package includes the documentation for texlive-lt3graph
|
|
|
|
%post -n texlive-lt3graph
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lt3graph
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lt3graph
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lt3graph-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lt3graph/README
|
|
%{_texmfdistdir}/doc/latex/lt3graph/lt3graph.pdf
|
|
%{_texmfdistdir}/doc/latex/lt3graph/lt3graph.tex
|
|
|
|
%files -n texlive-lt3graph
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-dry.sty
|
|
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-packagedoc.cls
|
|
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph.sty
|
|
/var/adm/update-scripts/texlive-lt3graph-%{texlive_version}.%{texlive_noarch}.0.0.1.3svn33623-%{release}-zypper
|
|
|
|
%package -n texlive-ltablex
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29903
|
|
Release: 0
|
|
Summary: Table package extensions
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltablex-doc >= %{texlive_version}
|
|
Provides: tex(ltablex.sty)
|
|
Requires: tex(longtable.sty)
|
|
Requires: tex(tabularx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source64: ltablex.tar.xz
|
|
Source65: ltablex.doc.tar.xz
|
|
|
|
%description -n texlive-ltablex
|
|
Modifies the tabularx environment to combine the features of
|
|
the tabularx package (auto-sized columns in a fixed width
|
|
table) with those of the longtable package (multi-page tables).
|
|
|
|
date: 2013-06-19 16:12:49 +0000
|
|
|
|
|
|
%package -n texlive-ltablex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn29903
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltablex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltablex-doc
|
|
This package includes the documentation for texlive-ltablex
|
|
|
|
%post -n texlive-ltablex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltablex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltablex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltablex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltablex/README
|
|
%{_texmfdistdir}/doc/latex/ltablex/ltablex.pdf
|
|
%{_texmfdistdir}/doc/latex/ltablex/ltablex.tex
|
|
|
|
%files -n texlive-ltablex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltablex/ltablex.sty
|
|
/var/adm/update-scripts/texlive-ltablex-%{texlive_version}.%{texlive_noarch}.1.0svn29903-%{release}-zypper
|
|
|
|
%package -n texlive-ltabptch
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.74dsvn17533
|
|
Release: 0
|
|
Summary: Bug fix for longtable
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltabptch-doc >= %{texlive_version}
|
|
Provides: tex(ltabptch.sty)
|
|
Requires: tex(longtable.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source66: ltabptch.tar.xz
|
|
Source67: ltabptch.doc.tar.xz
|
|
|
|
%description -n texlive-ltabptch
|
|
A patch for LaTeX bugs tools/3180 and tools/3480. The patch
|
|
applies to version 4.11 of longtable.
|
|
|
|
date: 2012-07-10 09:52:24 +0000
|
|
|
|
|
|
%package -n texlive-ltabptch-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.74dsvn17533
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltabptch
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltabptch-doc
|
|
This package includes the documentation for texlive-ltabptch
|
|
|
|
%post -n texlive-ltabptch
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltabptch
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltabptch
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltabptch-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltabptch/README
|
|
%{_texmfdistdir}/doc/latex/ltabptch/ltabptch.pdf
|
|
%{_texmfdistdir}/doc/latex/ltabptch/ltabptch.tex
|
|
%{_texmfdistdir}/doc/latex/ltabptch/ltabtest.tex
|
|
|
|
%files -n texlive-ltabptch
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltabptch/ltabptch.sty
|
|
/var/adm/update-scripts/texlive-ltabptch-%{texlive_version}.%{texlive_noarch}.1.74dsvn17533-%{release}-zypper
|
|
|
|
%package -n texlive-ltxdockit
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2dsvn21869
|
|
Release: 0
|
|
Summary: Documentation support
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxdockit-doc >= %{texlive_version}
|
|
Provides: tex(btxdockit.sty)
|
|
Provides: tex(ltxdockit.cfg)
|
|
Provides: tex(ltxdockit.cls)
|
|
Provides: tex(ltxdockit.def)
|
|
Provides: tex(ltxdockit.sty)
|
|
Requires: tex(color.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(hypcap.sty)
|
|
Requires: tex(hyperref.sty)
|
|
Requires: tex(ifpdf.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(multicol.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source68: ltxdockit.tar.xz
|
|
Source69: ltxdockit.doc.tar.xz
|
|
|
|
%description -n texlive-ltxdockit
|
|
This bundle, consisting of a simple wrapper class and some
|
|
packages, forms a small LaTeX/BibTeX documentation kit; the
|
|
author uses it for some of his own packages. The package is not
|
|
supported: users should not attempt its use unless they are
|
|
capable of dealing with problems unaided. (The actual purpose
|
|
of releasing the package is to make it possible for third
|
|
parties to compile the documentation of other packages, should
|
|
that be necessary.)
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ltxdockit-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2dsvn21869
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxdockit
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxdockit-doc
|
|
This package includes the documentation for texlive-ltxdockit
|
|
|
|
%post -n texlive-ltxdockit
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxdockit
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxdockit
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxdockit-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltxdockit/README
|
|
|
|
%files -n texlive-ltxdockit
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxdockit/btxdockit.sty
|
|
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cfg
|
|
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cls
|
|
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.def
|
|
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.sty
|
|
/var/adm/update-scripts/texlive-ltxdockit-%{texlive_version}.%{texlive_noarch}.1.2dsvn21869-%{release}-zypper
|
|
|
|
%package -n texlive-ltxfileinfo
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.01svn33670
|
|
Release: 0
|
|
Summary: Print version information for a LaTeX file
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-ltxfileinfo-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxfileinfo-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source70: ltxfileinfo.tar.xz
|
|
Source71: ltxfileinfo.doc.tar.xz
|
|
|
|
%description -n texlive-ltxfileinfo
|
|
ltxfileinfo displays version information for LaTeX files. If no
|
|
path information is given, the file is searched using
|
|
kpsewhich. As an extra, for developers, the script will (use
|
|
the --star or --color options) check the valididity of the
|
|
\Provides... statements in the files. The script uses code from
|
|
Uwe Luck's readprov.sty.
|
|
|
|
date: 2014-04-27 08:32:28 +0000
|
|
|
|
|
|
%package -n texlive-ltxfileinfo-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.01svn33670
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxfileinfo
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxfileinfo-doc
|
|
This package includes the documentation for texlive-ltxfileinfo
|
|
|
|
%post -n texlive-ltxfileinfo
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxfileinfo
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxfileinfo
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxfileinfo-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/ltxfileinfo/README
|
|
%{_texmfdistdir}/doc/support/ltxfileinfo/ltxfileinfo.pdf
|
|
|
|
%files -n texlive-ltxfileinfo
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/ltxfileinfo/ltxfileinfo
|
|
/var/adm/update-scripts/texlive-ltxfileinfo-%{texlive_version}.%{texlive_noarch}.2.01svn33670-%{release}-zypper
|
|
|
|
%package -n texlive-ltximg
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn32346
|
|
Release: 0
|
|
Summary: Split LaTeX files to sanitise a conversion process
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-ltximg-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltximg-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source72: ltximg.tar.xz
|
|
Source73: ltximg.doc.tar.xz
|
|
|
|
%description -n texlive-ltximg
|
|
The package provides a Perl script that extracts all TikZ and
|
|
PStricks environments for separate processing to produce images
|
|
(in eps, pdf, png or jpg format) for use by a converter or the
|
|
preview bundle.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ltximg-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn32346
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltximg
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltximg-doc
|
|
This package includes the documentation for texlive-ltximg
|
|
|
|
%post -n texlive-ltximg
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltximg
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltximg
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltximg-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/ltximg/README
|
|
%{_texmfdistdir}/doc/support/ltximg/ltximg-doc.pdf
|
|
%{_texmfdistdir}/doc/support/ltximg/ltximg-doc.tex
|
|
%{_texmfdistdir}/doc/support/ltximg/test.tex
|
|
|
|
%files -n texlive-ltximg
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/ltximg/ltximg.pl
|
|
/var/adm/update-scripts/texlive-ltximg-%{texlive_version}.%{texlive_noarch}.1.0svn32346-%{release}-zypper
|
|
|
|
%package -n texlive-ltxindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1csvn15878
|
|
Release: 0
|
|
Summary: A LaTeX package to typeset indices with GNU's Texindex
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxindex-doc >= %{texlive_version}
|
|
Provides: tex(ltxindex.sty)
|
|
Requires: tex(multicol.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source74: ltxindex.tar.xz
|
|
Source75: ltxindex.doc.tar.xz
|
|
|
|
%description -n texlive-ltxindex
|
|
A LaTeX package that allows the user to make indexes with GNU's
|
|
Texindex program, instead of makeindex. It provides the
|
|
indexing commands available in Texinfo by default, but only
|
|
defines the concept index (cp) by default -- the user must
|
|
define other standard indexes, and there is no provision for
|
|
custom indexes. The package is not currently maintained.
|
|
|
|
date: 2012-07-10 09:52:24 +0000
|
|
|
|
|
|
%package -n texlive-ltxindex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1csvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxindex
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxindex-doc
|
|
This package includes the documentation for texlive-ltxindex
|
|
|
|
%post -n texlive-ltxindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltxindex/README
|
|
%{_texmfdistdir}/doc/latex/ltxindex/copying.txt
|
|
%{_texmfdistdir}/doc/latex/ltxindex/ltxindex.pdf
|
|
|
|
%files -n texlive-ltxindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxindex/ltxindex.sty
|
|
/var/adm/update-scripts/texlive-ltxindex-%{texlive_version}.%{texlive_noarch}.0.0.1csvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-ltxkeys
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.3csvn28332
|
|
Release: 0
|
|
Summary: A robust key parser for LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxkeys-doc >= %{texlive_version}
|
|
Provides: tex(ltxkeys.sty)
|
|
Requires: tex(catoptions.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source76: ltxkeys.tar.xz
|
|
Source77: ltxkeys.doc.tar.xz
|
|
|
|
%description -n texlive-ltxkeys
|
|
The package provides facilities for creating and managing keys
|
|
in the sense of the keyval and xkeyval packages, but it is
|
|
intended to be more robust and faster. Its robustness comes
|
|
from its ability to preserve braces in key values throughout
|
|
parsing. The need to preserve braces in key values arises often
|
|
in parsing keys (for example, in the xwatermark package). The
|
|
package is faster than xkeyval package because (among other
|
|
things) it avoids character-wise parsing of key values (called
|
|
"selective sanitization" by the xkeyval package). The package
|
|
also provides functions for defining and managing keys.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ltxkeys-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.3csvn28332
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxkeys
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxkeys-doc
|
|
This package includes the documentation for texlive-ltxkeys
|
|
|
|
%post -n texlive-ltxkeys
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxkeys
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxkeys
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxkeys-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/README
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.cfg
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.pdf
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.tex
|
|
%{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-test-20121122.tex
|
|
|
|
%files -n texlive-ltxkeys
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxkeys/ltxkeys.sty
|
|
/var/adm/update-scripts/texlive-ltxkeys-%{texlive_version}.%{texlive_noarch}.0.0.0.3csvn28332-%{release}-zypper
|
|
|
|
%package -n texlive-ltxmisc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21927
|
|
Release: 0
|
|
Summary: Miscellaneous LaTeX packages, etcetera
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Provides: tex(abstbook.cls)
|
|
Provides: tex(beletter.cls)
|
|
Provides: tex(bibcheck.sty)
|
|
Provides: tex(concrete.sty)
|
|
Provides: tex(flashcard.cls)
|
|
Provides: tex(iagproc.cls)
|
|
Provides: tex(linsys.sty)
|
|
Provides: tex(mitpress.sty)
|
|
Provides: tex(thrmappendix.sty)
|
|
Provides: tex(topcapt.sty)
|
|
Provides: tex(vrbexin.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(beton.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(euler.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(letter.cls)
|
|
Requires: tex(makeidx.sty)
|
|
Requires: tex(minitoc.sty)
|
|
Requires: tex(natbib.sty)
|
|
Requires: tex(pifont.sty)
|
|
Requires: tex(report.cls)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source78: ltxmisc.tar.xz
|
|
|
|
%description -n texlive-ltxmisc
|
|
The ltxmisc package
|
|
|
|
date: 2012-07-10 11:36:48 +0000
|
|
|
|
%post -n texlive-ltxmisc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxmisc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxmisc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxmisc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/abstbook.cls
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/beletter.cls
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/bibcheck.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/concrete.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/flashcard.cls
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/iagproc.cls
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/linsys.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/mitpress.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/thrmappendix.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/topcapt.sty
|
|
%{_texmfdistdir}/tex/latex/ltxmisc/vrbexin.sty
|
|
/var/adm/update-scripts/texlive-ltxmisc-%{texlive_version}.%{texlive_noarch}.svn21927-%{release}-zypper
|
|
|
|
%package -n texlive-ltxnew
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn21586
|
|
Release: 0
|
|
Summary: A simple means of creating commands
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxnew-doc >= %{texlive_version}
|
|
Provides: tex(ltxnew.sty)
|
|
Requires: tex(etex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source79: ltxnew.tar.xz
|
|
Source80: ltxnew.doc.tar.xz
|
|
|
|
%description -n texlive-ltxnew
|
|
The package ltxnew provides \new, \renew and \provide prefixes
|
|
for checking definitions. It is designed to work with e-TeX
|
|
distributions of LaTeX and relies on the LaTeX internal macro
|
|
\@ifdefinable. Local allocation of counters, dimensions, skips,
|
|
muskips, boxes, tokens and marks are provided by the etex
|
|
package. \new and \renew as well as \provide may be used for
|
|
all kind of control sequences. Please refer to the section
|
|
"Using \new" of the PDF documentation.
|
|
|
|
date: 2012-07-10 11:36:48 +0000
|
|
|
|
|
|
%package -n texlive-ltxnew-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn21586
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxnew
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxnew-doc
|
|
This package includes the documentation for texlive-ltxnew
|
|
|
|
%post -n texlive-ltxnew
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxnew
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxnew
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxnew-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltxnew/README
|
|
%{_texmfdistdir}/doc/latex/ltxnew/ltxnew.pdf
|
|
|
|
%files -n texlive-ltxnew
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxnew/ltxnew.sty
|
|
/var/adm/update-scripts/texlive-ltxnew-%{texlive_version}.%{texlive_noarch}.1.3svn21586-%{release}-zypper
|
|
|
|
%package -n texlive-ltxtools
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.1asvn24897
|
|
Release: 0
|
|
Summary: A collection of LaTeX API macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ltxtools-doc >= %{texlive_version}
|
|
Provides: tex(ltxtools-base.sty)
|
|
Provides: tex(ltxtools-doc.sty)
|
|
Provides: tex(ltxtools-environ.sty)
|
|
Provides: tex(ltxtools-incluput.sty)
|
|
Provides: tex(ltxtools-index.sty)
|
|
Provides: tex(ltxtools-review.sty)
|
|
Provides: tex(ltxtools-trace.sty)
|
|
Provides: tex(ltxtools.sty)
|
|
Requires: tex(atveryend.sty)
|
|
Requires: tex(catoptions.sty)
|
|
Requires: tex(ltxkeys.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source81: ltxtools.tar.xz
|
|
Source82: ltxtools.doc.tar.xz
|
|
|
|
%description -n texlive-ltxtools
|
|
This is a bundle of macros that the author uses in the coding
|
|
of others of his macro files.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-ltxtools-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.1asvn24897
|
|
Release: 0
|
|
Summary: Documentation for texlive-ltxtools
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ltxtools-doc
|
|
This package includes the documentation for texlive-ltxtools
|
|
|
|
%post -n texlive-ltxtools
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ltxtools
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ltxtools
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ltxtools-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/ltxtools/README
|
|
|
|
%files -n texlive-ltxtools
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-base.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-doc.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-environ.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-incluput.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-index.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-review.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-trace.sty
|
|
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools.sty
|
|
/var/adm/update-scripts/texlive-ltxtools-%{texlive_version}.%{texlive_noarch}.0.0.0.1asvn24897-%{release}-zypper
|
|
|
|
%package -n texlive-lua-alt-getopt
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.0svn29349
|
|
Release: 0
|
|
Summary: Process application arguments the same way as getopt_long
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lua-alt-getopt-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source83: lua-alt-getopt.tar.xz
|
|
Source84: lua-alt-getopt.doc.tar.xz
|
|
|
|
%description -n texlive-lua-alt-getopt
|
|
lua_altgetopt is a MIT-licensed module for Lua, for processing
|
|
application arguments in the same way as BSD/GNU getopt_long(3)
|
|
functions do. This module is made available for lua script
|
|
writers to have consistent command line parsing routines.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lua-alt-getopt-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.7.0svn29349
|
|
Release: 0
|
|
Summary: Documentation for texlive-lua-alt-getopt
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lua-alt-getopt-doc
|
|
This package includes the documentation for texlive-lua-alt-getopt
|
|
|
|
%post -n texlive-lua-alt-getopt
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lua-alt-getopt
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lua-alt-getopt
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lua-alt-getopt-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/ChangeLog
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/Makefile
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/NEWS
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/README
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/alt_getopt
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/tests/test.out
|
|
%{_texmfdistdir}/doc/support/lua-alt-getopt/tests/test.sh
|
|
|
|
%files -n texlive-lua-alt-getopt
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/lua-alt-getopt/alt_getopt.lua
|
|
/var/adm/update-scripts/texlive-lua-alt-getopt-%{texlive_version}.%{texlive_noarch}.0.0.7.0svn29349-%{release}-zypper
|
|
|
|
%package -n texlive-lua-check-hyphen
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27227
|
|
Release: 0
|
|
Summary: Mark hyphenations in a document, for checking
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lua-check-hyphen-doc >= %{texlive_version}
|
|
Provides: tex(lua-check-hyphen.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(keyval.sty)
|
|
Requires: tex(luatexbase-attr.sty)
|
|
Requires: tex(luatextra.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source85: lua-check-hyphen.tar.xz
|
|
Source86: lua-check-hyphen.doc.tar.xz
|
|
|
|
%description -n texlive-lua-check-hyphen
|
|
The package looks at all hyphenation breaks in the document,
|
|
comparing them against a white-list prepared by the author. If
|
|
a hyphenation break is found, for which there is no entry in
|
|
the white-list, the package flags the line where the break
|
|
starts. The author may then either add the hyphenation to the
|
|
white-list, or adjust the document to avoid the break.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lua-check-hyphen-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn27227
|
|
Release: 0
|
|
Summary: Documentation for texlive-lua-check-hyphen
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lua-check-hyphen-doc
|
|
This package includes the documentation for texlive-lua-check-hyphen
|
|
|
|
%post -n texlive-lua-check-hyphen
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lua-check-hyphen
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lua-check-hyphen
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lua-check-hyphen-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/README.md
|
|
%{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.pdf
|
|
%{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.tex
|
|
%{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.pdf
|
|
%{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.tex
|
|
|
|
%files -n texlive-lua-check-hyphen
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.lua
|
|
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.sty
|
|
/var/adm/update-scripts/texlive-lua-check-hyphen-%{texlive_version}.%{texlive_noarch}.0.0.1svn27227-%{release}-zypper
|
|
|
|
%package -n texlive-lua-visual-debug
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn25881
|
|
Release: 0
|
|
Summary: Visual debugging with LuaLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lua-visual-debug-doc >= %{texlive_version}
|
|
Provides: tex(lua-visual-debug.sty)
|
|
Requires: tex(atbegshi.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source87: lua-visual-debug.tar.xz
|
|
Source88: lua-visual-debug.doc.tar.xz
|
|
|
|
%description -n texlive-lua-visual-debug
|
|
The package uses lua code to provide visible indications of
|
|
boxes, glues, kerns and penalties in the PDF output. The
|
|
package is known to work in LaTeX and Plain TeX documents.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lua-visual-debug-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn25881
|
|
Release: 0
|
|
Summary: Documentation for texlive-lua-visual-debug
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lua-visual-debug-doc
|
|
This package includes the documentation for texlive-lua-visual-debug
|
|
|
|
%post -n texlive-lua-visual-debug
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lua-visual-debug
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lua-visual-debug
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lua-visual-debug-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/README
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/README.doc
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.pdf
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.tex
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebugdetail1-num.png
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.pdf
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.pdf
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.tex
|
|
%{_texmfdistdir}/doc/luatex/lua-visual-debug/strut.png
|
|
|
|
%files -n texlive-lua-visual-debug
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.lua
|
|
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.sty
|
|
/var/adm/update-scripts/texlive-lua-visual-debug-%{texlive_version}.%{texlive_noarch}.0.0.4svn25881-%{release}-zypper
|
|
|
|
%package -n texlive-lua2dox
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29349
|
|
Release: 0
|
|
Summary: Auto-documentation of lua code
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-lua2dox-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lua2dox-doc >= %{texlive_version}
|
|
Provides: tex(lua.def)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source89: lua2dox.tar.xz
|
|
Source90: lua2dox.doc.tar.xz
|
|
|
|
%description -n texlive-lua2dox
|
|
The package extends the well-known C-like language autodoc
|
|
tool, doxygen, to read and document lua code. In use, you edit
|
|
and test your code and periodically run the autodoc tool to
|
|
update the documentation, which may be viewed via an html
|
|
browser. Autodoc tools can read the code well enough to find
|
|
function/... declarations and document them. If the code also
|
|
contains appropriatly formatted "magic comments", the tool can
|
|
use them to supplement the documentation. The package is a
|
|
first prototype of a planned TeX2DoX tool (in development),
|
|
which will process joint (La)TeX/lua documents.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lua2dox-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn29349
|
|
Release: 0
|
|
Summary: Documentation for texlive-lua2dox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lua2dox-doc
|
|
This package includes the documentation for texlive-lua2dox
|
|
|
|
%post -n texlive-lua2dox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lua2dox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lua2dox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lua2dox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/support/lua2dox/ChangeLog
|
|
%{_texmfdistdir}/doc/support/lua2dox/Doxyfile
|
|
%{_texmfdistdir}/doc/support/lua2dox/README
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/annotated.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/bc_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/bdwn.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTApp-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTApp.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTCore__Clock-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTCore__Clock.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTCore__Commandline-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTCore__Commandline.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTCore__IO.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTLua2DoX__filter-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTLua2DoX__filter.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTStream__Read-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTStream__Read.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTStream__Write-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classTStream__Write.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/classes.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/closed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/dynsections.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/files.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2blank.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2cl.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2doc.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2folderclosed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2folderopen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2lastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2link.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2mlastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2mnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2mo.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2node.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2ns.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2plastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2pnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2splitbar.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/ftv2vertline.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/functions.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/functions_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/globals.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/globals_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/index.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/jquery.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/nav_f.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/nav_g.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/nav_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/open.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/sync_off.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/sync_on.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_a.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_b.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/docs/html/tabs.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/Doxyfile
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/animals.lua
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/class.lua
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/annotated.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/bc_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/bdwn.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classes.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/closed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/dynsections.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/files.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2blank.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2cl.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2doc.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2folderclosed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2folderopen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2lastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2link.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2mlastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2mnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2mo.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2node.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2ns.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2plastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2pnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2splitbar.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/ftv2vertline.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/hierarchy.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/index.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/jquery.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/nav_f.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/nav_g.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/nav_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/open.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/sync_off.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/sync_on.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_a.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_b.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tabs.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/lua/main.lua
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/Doxyfile
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/animals.php
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/annotated.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/bc_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/bdwn.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite-members.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classes.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/closed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/dynsections.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/files.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2blank.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2cl.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2doc.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2folderclosed.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2folderopen.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2lastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2link.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2mlastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2mnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2mo.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2node.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2ns.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2plastnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2pnode.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2splitbar.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/ftv2vertline.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_func.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_vars.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/hierarchy.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/index.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/jquery.js
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php_source.html
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/nav_f.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/nav_g.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/nav_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/open.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/sync_off.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/sync_on.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_a.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_b.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_h.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_s.png
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tabs.css
|
|
%{_texmfdistdir}/doc/support/lua2dox/examples/php/main.php
|
|
%{_texmfdistdir}/doc/support/lua2dox/install.sh
|
|
%{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.pdf
|
|
%{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.tex
|
|
|
|
%files -n texlive-lua2dox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/lua2dox/lua.def
|
|
%{_texmfdistdir}/scripts/lua2dox/lua2dox.lua
|
|
%{_texmfdistdir}/scripts/lua2dox/lua2dox_filter
|
|
/var/adm/update-scripts/texlive-lua2dox-%{texlive_version}.%{texlive_noarch}.0.0.2svn29349-%{release}-zypper
|
|
|
|
%package -n texlive-luabibentry
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn31783
|
|
Release: 0
|
|
Summary: Repeat BibTeX entries in a LuaLaTeX document body
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luabibentry-doc >= %{texlive_version}
|
|
Provides: tex(luabibentry.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source91: luabibentry.tar.xz
|
|
Source92: luabibentry.doc.tar.xz
|
|
|
|
%description -n texlive-luabibentry
|
|
The package reimplements bibentry, for use in LuaLaTeX.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luabibentry-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1asvn31783
|
|
Release: 0
|
|
Summary: Documentation for texlive-luabibentry
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luabibentry-doc
|
|
This package includes the documentation for texlive-luabibentry
|
|
|
|
%post -n texlive-luabibentry
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luabibentry
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luabibentry
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luabibentry-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luabibentry/News
|
|
%{_texmfdistdir}/doc/lualatex/luabibentry/README
|
|
%{_texmfdistdir}/doc/lualatex/luabibentry/luabibentry.pdf
|
|
|
|
%files -n texlive-luabibentry
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.lua
|
|
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.sty
|
|
/var/adm/update-scripts/texlive-luabibentry-%{texlive_version}.%{texlive_noarch}.0.0.1asvn31783-%{release}-zypper
|
|
|
|
%package -n texlive-luabidi
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn30790
|
|
Release: 0
|
|
Summary: Bidirectional typesetting with LuaLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luabidi-doc >= %{texlive_version}
|
|
Provides: tex(arabmaths.tex)
|
|
Provides: tex(autofootnoterule.tex)
|
|
Provides: tex(luabidi.sty)
|
|
Provides: tex(textwidthfootnoterule.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source93: luabidi.tar.xz
|
|
Source94: luabidi.doc.tar.xz
|
|
|
|
%description -n texlive-luabidi
|
|
The package attempts to emulate the XeTeX bidi package, in teh
|
|
context of LuaTeX.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luabidi-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.2svn30790
|
|
Release: 0
|
|
Summary: Documentation for texlive-luabidi
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luabidi-doc
|
|
This package includes the documentation for texlive-luabidi
|
|
|
|
%post -n texlive-luabidi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luabidi
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luabidi
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luabidi-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luabidi/README
|
|
%{_texmfdistdir}/doc/lualatex/luabidi/test.tex
|
|
|
|
%files -n texlive-luabidi
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/luabidi/arabmaths.tex
|
|
%{_texmfdistdir}/tex/lualatex/luabidi/autofootnoterule.tex
|
|
%{_texmfdistdir}/tex/lualatex/luabidi/luabidi.sty
|
|
%{_texmfdistdir}/tex/lualatex/luabidi/textwidthfootnoterule.tex
|
|
/var/adm/update-scripts/texlive-luabidi-%{texlive_version}.%{texlive_noarch}.0.0.2svn30790-%{release}-zypper
|
|
|
|
%package -n texlive-luacode
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn25193
|
|
Release: 0
|
|
Summary: Helper for executing lua code from within 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): texlive >= %{texlive_version}
|
|
Recommends: texlive-luacode-doc >= %{texlive_version}
|
|
Provides: tex(luacode.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source95: luacode.tar.xz
|
|
Source96: luacode.doc.tar.xz
|
|
|
|
%description -n texlive-luacode
|
|
Executing Lua code from within TeX with directlua can sometimes
|
|
be tricky: there is no easy way to use the percent character,
|
|
counting backslashes may be hard, and Lua comments don't work
|
|
the way you expect. The package provides the \luaexec command
|
|
and the luacode(*) environments to help with these problems.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luacode-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.2asvn25193
|
|
Release: 0
|
|
Summary: Documentation for texlive-luacode
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luacode-doc
|
|
This package includes the documentation for texlive-luacode
|
|
|
|
%post -n texlive-luacode
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luacode
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luacode
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luacode-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luacode/News
|
|
%{_texmfdistdir}/doc/lualatex/luacode/README
|
|
%{_texmfdistdir}/doc/lualatex/luacode/luacode.pdf
|
|
|
|
%files -n texlive-luacode
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/luacode/luacode.sty
|
|
/var/adm/update-scripts/texlive-luacode-%{texlive_version}.%{texlive_noarch}.1.2asvn25193-%{release}-zypper
|
|
|
|
%package -n texlive-luaindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1bsvn25882
|
|
Release: 0
|
|
Summary: Create index using lualatex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luaindex-doc >= %{texlive_version}
|
|
Provides: tex(luaindex.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luatexbase-compat.sty)
|
|
Requires: tex(luatexbase-modutils.sty)
|
|
Requires: tex(scrbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source97: luaindex.tar.xz
|
|
Source98: luaindex.doc.tar.xz
|
|
|
|
%description -n texlive-luaindex
|
|
Luaindex provides (yet another) index processor, written in
|
|
Lua.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luaindex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1bsvn25882
|
|
Release: 0
|
|
Summary: Documentation for texlive-luaindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luaindex-doc
|
|
This package includes the documentation for texlive-luaindex
|
|
|
|
%post -n texlive-luaindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luaindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luaindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luaindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/README
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ldx
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ltx
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.pdf
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/luaindex.ltx
|
|
%{_texmfdistdir}/doc/lualatex/luaindex/luaindex.pdf
|
|
|
|
%files -n texlive-luaindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/luaindex/luaindex.lua
|
|
%{_texmfdistdir}/tex/lualatex/luaindex/luaindex.sty
|
|
/var/adm/update-scripts/texlive-luaindex-%{texlive_version}.%{texlive_noarch}.0.0.1bsvn25882-%{release}-zypper
|
|
|
|
%package -n texlive-luainputenc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.973svn20491
|
|
Release: 0
|
|
Summary: Replacing inputenc for use in LuaTeX
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luainputenc-doc >= %{texlive_version}
|
|
Provides: tex(luainputenc.sty)
|
|
Provides: tex(lutf8.def)
|
|
Provides: tex(lutf8x.def)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(ifxetex.sty)
|
|
Requires: tex(inputenc.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source99: luainputenc.tar.xz
|
|
Source100: luainputenc.doc.tar.xz
|
|
|
|
%description -n texlive-luainputenc
|
|
LuaTeX operates by default in UTF-8 input; thus LaTeX documents
|
|
that need 8-bit character-sets need special treatment. (In
|
|
fact, LaTeX documents using UTF-8 with "traditional" -- 256-
|
|
glyph -- fonts also need support from this package.) The
|
|
package, therefore, replaces the LaTeX standard inputenc for
|
|
use under LuaTeX. With a current LuaTeX,the package has the
|
|
same behaviour with LuaTeX as inputenc has under pdfTeX.
|
|
|
|
date: 2014-04-30 13:31:14 +0000
|
|
|
|
|
|
%package -n texlive-luainputenc-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.973svn20491
|
|
Release: 0
|
|
Summary: Documentation for texlive-luainputenc
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luainputenc-doc
|
|
This package includes the documentation for texlive-luainputenc
|
|
|
|
%post -n texlive-luainputenc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luainputenc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luainputenc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luainputenc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luainputenc/NEWS
|
|
%{_texmfdistdir}/doc/lualatex/luainputenc/README
|
|
%{_texmfdistdir}/doc/lualatex/luainputenc/inputenc.sty.diff
|
|
%{_texmfdistdir}/doc/lualatex/luainputenc/luainputenc.pdf
|
|
%{_texmfdistdir}/doc/lualatex/luainputenc/test.tex
|
|
|
|
%files -n texlive-luainputenc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.lua
|
|
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.sty
|
|
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8.def
|
|
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8x.def
|
|
/var/adm/update-scripts/texlive-luainputenc-%{texlive_version}.%{texlive_noarch}.0.0.973svn20491-%{release}-zypper
|
|
|
|
%package -n texlive-luaintro
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.02svn30909
|
|
Release: 0
|
|
Summary: Examples from the book "Einfuhrung in LuaTeX und LuaLaTeX"
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source101: luaintro.doc.tar.xz
|
|
|
|
%description -n texlive-luaintro
|
|
The bundle provides source of all the examples published in the
|
|
German book "Einfuhrung in LuaTeX und LuaLaTeX", published by
|
|
Lehmans Media and DANTE, Berlin.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-luaintro
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luaintro
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luaintro
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luaintro
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-01-1.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-10.ltx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-11.ltx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-12.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-13.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-14.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-15.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-16.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-17.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-18.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-19.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-20.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-21.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-22.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-7.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-8.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-02-9.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-2.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-3.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-4.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-5.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-03-6.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-04-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-04-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-04-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-04-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/01-04-5.ctx1crop
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-01-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-01-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-01-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-01-4.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-01-5.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-10.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-11.lualtx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-12.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-13.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-14.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-15.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-16.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-6.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-7.lualtx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-8.lualtx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/02-02-9.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-01-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-03-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-04-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-06-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-06-2.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-06-3.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-07-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-07-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-08-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-08-2.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-08-3.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-10-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-10-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-10-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-1.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/03-11-7.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-01-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-01-2.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-01-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-10.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-11.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-12.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-13.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-14.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-15.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-16.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-17.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-5.lualtx2
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-7.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-8.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/04-04-9.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/05-01-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/05-01-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/05-02-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-02-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-03-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-04-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-05-1.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-05-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-06-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-07-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-07-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-07-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-07-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-07-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-09-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-10-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-1.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-10.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-11.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-12.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-13.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-14.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-15.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-16.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-17.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-18.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-2.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-7.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-8.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-11-9.sh
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-10.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-11.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-12.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-13.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-14.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-7.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-8.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-12-9.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/06-13-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/07-02-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/07-02-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/07-02-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-1.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-10.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-11.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-2.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-3.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-4.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-5.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-6.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-7.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-8.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-01-9.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/08-02-1.lua
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-3.lualtx3
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-01-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-1.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-2.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-3.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-4.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-5.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/09-03-6.lualtx
|
|
%{_texmfdistdir}/doc/luatex/luaintro/CTdefault.tex
|
|
%{_texmfdistdir}/doc/luatex/luaintro/DEexa.sty
|
|
%{_texmfdistdir}/doc/luatex/luaintro/DEoptions.sty
|
|
%{_texmfdistdir}/doc/luatex/luaintro/Letter.ist
|
|
%{_texmfdistdir}/doc/luatex/luaintro/LetterC.ist
|
|
%{_texmfdistdir}/doc/luatex/luaintro/LoadFonts.tex
|
|
%{_texmfdistdir}/doc/luatex/luaintro/README
|
|
%{_texmfdistdir}/doc/luatex/luaintro/beispiel.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/bspcalweekly.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/bspdvdcoll.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/bspfont.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/bsppstricks.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exa-fontconfig.tex
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaarticle.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaarticle2.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaartplain.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exabeamer.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exabook.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exabook2.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exadante.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exafoils.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exafubeamer.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exafupd.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/examargin.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/examemoir.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/examinimal-mathsymbols.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/examinimal.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exapd.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaprosper.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exareport.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaseminar.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaslidenotes.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exasymbol.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/exaxetex.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/screxa.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/screxabook.cls
|
|
%{_texmfdistdir}/doc/luatex/luaintro/screxareport.cls
|
|
/var/adm/update-scripts/texlive-luaintro-%{texlive_version}.%{texlive_noarch}.0.0.02svn30909-%{release}-zypper
|
|
|
|
%package -n texlive-lualatex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn30473
|
|
Release: 0
|
|
Summary: A guide to use of LaTeX with LuaTeX
|
|
License: GFDL-1.2
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source102: lualatex-doc.doc.tar.xz
|
|
|
|
%description -n texlive-lualatex-doc
|
|
The document is a map/guide to the world of LuaLaTeX. Coverage
|
|
supports both new users and package developers. Apart from the
|
|
introductory material, the document gathers information from
|
|
several sources, and offers links to others.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lualatex-doc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lualatex-doc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lualatex-doc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lualatex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/lualatex-doc/News
|
|
%{_texmfdistdir}/doc/lualatex/lualatex-doc/README
|
|
%{_texmfdistdir}/doc/lualatex/lualatex-doc/lualatex-doc.pdf
|
|
/var/adm/update-scripts/texlive-lualatex-doc-%{texlive_version}.%{texlive_noarch}.svn30473-%{release}-zypper
|
|
|
|
%package -n texlive-lualatex-doc-de
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn30474
|
|
Release: 0
|
|
Summary: Guide to LuaLaTeX (German translation)
|
|
License: GFDL-1.2
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source103: lualatex-doc-de.doc.tar.xz
|
|
|
|
%description -n texlive-lualatex-doc-de
|
|
The document is a German translation of the map/guide to the
|
|
world of LuaLaTeX. Coverage supports both new users and package
|
|
developers. Apart from the introductory material, the document
|
|
gathers information from several sources, and offers links to
|
|
others.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
%post -n texlive-lualatex-doc-de
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lualatex-doc-de
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lualatex-doc-de
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lualatex-doc-de
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/lualatex-doc-de/lualatex-doc-DE.pdf
|
|
%{_texmfdistdir}/doc/latex/lualatex-doc-de/lualatex-doc-DE.tex
|
|
/var/adm/update-scripts/texlive-lualatex-doc-de-%{texlive_version}.%{texlive_noarch}.1.0svn30474-%{release}-zypper
|
|
|
|
%package -n texlive-lualatex-math
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn31389
|
|
Release: 0
|
|
Summary: Fixes for mathematics-related LuaLaTeX issues
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lualatex-math-doc >= %{texlive_version}
|
|
Provides: tex(lualatex-math.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(filehook.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source104: lualatex-math.tar.xz
|
|
Source105: lualatex-math.doc.tar.xz
|
|
|
|
%description -n texlive-lualatex-math
|
|
The package patches a few commands of the LaTeX2e kernel and
|
|
the amsmath and mathtools packages to be more compatible with
|
|
the LuaTeX engine. It is only meaningful for LuaLaTeX documents
|
|
containing mathematical formulas, and does not exhibit any new
|
|
functionality. The fixes are mostly moved from the unicode-math
|
|
package to this package since they are not directly related to
|
|
Unicode mathematics typesetting.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lualatex-math-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.3svn31389
|
|
Release: 0
|
|
Summary: Documentation for texlive-lualatex-math
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-lualatex-math-doc:de;en)
|
|
|
|
%description -n texlive-lualatex-math-doc
|
|
This package includes the documentation for texlive-lualatex-math
|
|
|
|
%post -n texlive-lualatex-math
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lualatex-math
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lualatex-math
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lualatex-math-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/lualatex-math/lualatex-math-de.pdf
|
|
%{_texmfdistdir}/doc/lualatex/lualatex-math/lualatex-math.pdf
|
|
|
|
%files -n texlive-lualatex-math
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.lua
|
|
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.sty
|
|
/var/adm/update-scripts/texlive-lualatex-math-%{texlive_version}.%{texlive_noarch}.1.3svn31389-%{release}-zypper
|
|
|
|
%package -n texlive-lualibs
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1asvn33861
|
|
Release: 0
|
|
Summary: Additional Lua functions for LuaTeX macro programmers
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-lualibs-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source106: lualibs.tar.xz
|
|
Source107: lualibs.doc.tar.xz
|
|
|
|
%description -n texlive-lualibs
|
|
Lualibs is a collection of Lua modules useful for general
|
|
programming. The bundle is based on lua modules shipped with
|
|
ConTeXt, and are made available in this bundle for use
|
|
independent of ConTeXt.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-lualibs-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1asvn33861
|
|
Release: 0
|
|
Summary: Documentation for texlive-lualibs
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lualibs-doc
|
|
This package includes the documentation for texlive-lualibs
|
|
|
|
%post -n texlive-lualibs
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-lualibs
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-lualibs
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-lualibs-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/lualibs/LICENSE
|
|
%{_texmfdistdir}/doc/luatex/lualibs/NEWS
|
|
%{_texmfdistdir}/doc/luatex/lualibs/README
|
|
%{_texmfdistdir}/doc/luatex/lualibs/lualibs.pdf
|
|
|
|
%files -n texlive-lualibs
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-basic-merged.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-basic.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-boolean.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-compat.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-dir.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-extended-merged.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-extended.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-file.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-function.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-gzip.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-io.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-lpeg.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-lua.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-math.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-md5.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-number.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-os.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-package.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-set.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-string.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-table.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-trac-inf.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-unicode.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-url.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-deb.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-dim.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-jsn.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-lua.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-prs.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-sta.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-sto.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-str.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-tab.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-util-tpl.lua
|
|
%{_texmfdistdir}/tex/luatex/lualibs/lualibs.lua
|
|
/var/adm/update-scripts/texlive-lualibs-%{texlive_version}.%{texlive_noarch}.2.1asvn33861-%{release}-zypper
|
|
|
|
%package -n texlive-luamplib
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.6.1svn34021
|
|
Release: 0
|
|
Summary: Use LuaTeX's built-in MetaPost interpreter
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luamplib-doc >= %{texlive_version}
|
|
Provides: tex(luamplib.sty)
|
|
Requires: tex(luatexbase-modutils.sty)
|
|
Requires: tex(pdftexcmds.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source108: luamplib.tar.xz
|
|
Source109: luamplib.doc.tar.xz
|
|
|
|
%description -n texlive-luamplib
|
|
The package enables the user to directly incorporate MetaPost
|
|
diagrams into a document, using LuaTeX's built-in MetaPost
|
|
library. The facility is only available in PDF mode.
|
|
|
|
date: 2014-03-28 13:02:48 +0000
|
|
|
|
|
|
%package -n texlive-luamplib-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.6.1svn34021
|
|
Release: 0
|
|
Summary: Documentation for texlive-luamplib
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luamplib-doc
|
|
This package includes the documentation for texlive-luamplib
|
|
|
|
%post -n texlive-luamplib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luamplib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luamplib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luamplib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luamplib/NEWS
|
|
%{_texmfdistdir}/doc/luatex/luamplib/README
|
|
%{_texmfdistdir}/doc/luatex/luamplib/luamplib.pdf
|
|
%{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-plain.tex
|
|
|
|
%files -n texlive-luamplib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.lua
|
|
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.sty
|
|
/var/adm/update-scripts/texlive-luamplib-%{texlive_version}.%{texlive_noarch}.2.6.1svn34021-%{release}-zypper
|
|
|
|
%package -n texlive-luaotfload
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4_4svn34131
|
|
Release: 0
|
|
Summary: OpenType 'loader' for Plain TeX and LaTeX
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-luaotfload-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luaotfload-doc >= %{texlive_version}
|
|
Provides: tex(luaotfload-blacklist.cnf)
|
|
Provides: tex(luaotfload.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source110: luaotfload.tar.xz
|
|
Source111: luaotfload.doc.tar.xz
|
|
Source112: luaotfload_varfonts.dif
|
|
|
|
%description -n texlive-luaotfload
|
|
The package adopts the TrueType/OpenType Font loader code
|
|
provided in ConTeXt, and adapts it to use in Plain TeX and
|
|
LaTeX.
|
|
|
|
date: 2014-05-18 20:49:49 +0000
|
|
|
|
|
|
%package -n texlive-luaotfload-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.4_4svn34131
|
|
Release: 0
|
|
Summary: Documentation for texlive-luaotfload
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luaotfload-doc
|
|
This package includes the documentation for texlive-luaotfload
|
|
|
|
%post -n texlive-luaotfload
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luaotfload
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luaotfload
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luaotfload-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luaotfload/NEWS
|
|
%{_texmfdistdir}/doc/luatex/luaotfload/README
|
|
%{_texmfdistdir}/doc/luatex/luaotfload/filegraph.pdf
|
|
%{_texmfdistdir}/doc/luatex/luaotfload/luaotfload.pdf
|
|
%{_mandir}/man1/luaotfload-tool.1*
|
|
|
|
%files -n texlive-luaotfload
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/luaotfload/luaotfload-legacy-tool.lua
|
|
%{_texmfdistdir}/scripts/luaotfload/luaotfload-tool.lua
|
|
%{_texmfdistdir}/scripts/luaotfload/mkcharacters
|
|
%{_texmfdistdir}/scripts/luaotfload/mkglyphlist
|
|
%{_texmfdistdir}/scripts/luaotfload/mkstatus
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-auxiliary.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-basics-gen.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-basics-nod.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-blacklist.cnf
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-characters.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-colors.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-database.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-diagnostics.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-features.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fontloader.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-cbk.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-def.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-enc.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-ext.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-lua.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-fonts-tfm.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-glyphlist.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-legacy-attributes.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-legacy-database.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-legacy-merged.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-legacy.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-letterspace.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-loaders.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-override.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-status.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.lua
|
|
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.sty
|
|
/var/adm/update-scripts/texlive-luaotfload-%{texlive_version}.%{texlive_noarch}.2.4_4svn34131-%{release}-zypper
|
|
|
|
%package -n texlive-luasseq
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn20467
|
|
Release: 0
|
|
Summary: Drawing spectral sequences in LuaLaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luasseq-doc >= %{texlive_version}
|
|
Provides: tex(luasseq.sty)
|
|
Requires: tex(calc.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(pgf.sty)
|
|
Requires: tex(pifont.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source113: luasseq.tar.xz
|
|
Source114: luasseq.doc.tar.xz
|
|
|
|
%description -n texlive-luasseq
|
|
The package is an update of the author's sseq package, for use
|
|
with LuaLaTeX. This version uses less memory, and operates
|
|
faster than the original; it also offers several enhancements.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luasseq-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn20467
|
|
Release: 0
|
|
Summary: Documentation for texlive-luasseq
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luasseq-doc
|
|
This package includes the documentation for texlive-luasseq
|
|
|
|
%post -n texlive-luasseq
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luasseq
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luasseq
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luasseq-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luasseq/luasseq.pdf
|
|
|
|
%files -n texlive-luasseq
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/luasseq/luasseq.lua
|
|
%{_texmfdistdir}/tex/lualatex/luasseq/luasseq.sty
|
|
/var/adm/update-scripts/texlive-luasseq-%{texlive_version}.%{texlive_noarch}.2.1svn20467-%{release}-zypper
|
|
|
|
%package -n texlive-luatex
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.70.1svn33828
|
|
Release: 0
|
|
Summary: The LuaTeX engine
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-luatex-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luatex-doc >= %{texlive_version}
|
|
Requires(posttrans): texlive-cm >= %{texlive_version}
|
|
Requires(posttrans): texlive-etex >= %{texlive_version}
|
|
Requires(posttrans): texlive-hyph-utf8 >= %{texlive_version}
|
|
Requires(posttrans): texlive-hyphen-base >= %{texlive_version}
|
|
Requires(posttrans): texlive-manfnt >= %{texlive_version}
|
|
Requires(posttrans): tex(null.tex)
|
|
Provides: tex(luatex-unicode-letters.tex)
|
|
Provides: tex(luatexiniconfig.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source115: luatex.tar.xz
|
|
Source116: luatex.doc.tar.xz
|
|
|
|
%description -n texlive-luatex
|
|
LuaTeX is an extended version of pdfTeX using Lua as an
|
|
embedded scripting language. The LuaTeX project's main
|
|
objective is to provide an open and configurable variant of TeX
|
|
while at the same time offering downward compatibility. LuaTeX
|
|
uses Unicode (as UTF-8) as its default input encoding, and is
|
|
able to use modern (OpenType) fonts (for both text and
|
|
mathematics). It should be noted that LuaTeX is still under
|
|
development; its specification has been declared stable, but
|
|
absolute stability may not in practice be assumed.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luatex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.70.1svn33828
|
|
Release: 0
|
|
Summary: Documentation for texlive-luatex
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luatex-doc
|
|
This package includes the documentation for texlive-luatex
|
|
|
|
%post -n texlive-luatex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
sed -ri 's/^\#\![[= =]]+luatex\b.*/luatex luatex language.def,language.dat.lua luatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+dviluatex\b.*/dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^\#\![[= =]]+luajittex\b.*/luajittex luajittex language.def,language.dat.lua luatex.ini/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%postun -n texlive-luatex
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(luatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(dviluatex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
sed -ri 's/^(luajittex\b)/\#\!\ \1/' %{_texmfconfdir}/web2c/fmtutil.cnf || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/fmtutil-sys --missing > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-fmtutil
|
|
|
|
%posttrans -n texlive-luatex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luatex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/base/fdata.lua
|
|
%{_texmfdistdir}/doc/luatex/base/fdata_epdf.lua
|
|
%{_texmfdistdir}/doc/luatex/base/fdata_img.lua
|
|
%{_texmfdistdir}/doc/luatex/base/functionref.pdf
|
|
%{_texmfdistdir}/doc/luatex/base/functionref.tex
|
|
%{_texmfdistdir}/doc/luatex/base/luatex.man
|
|
%{_texmfdistdir}/doc/luatex/base/luatexref-env.tex
|
|
%{_texmfdistdir}/doc/luatex/base/luatexref-t.pdf
|
|
%{_texmfdistdir}/doc/luatex/base/luatexref-t.tex
|
|
%{_mandir}/man1/luatex.1*
|
|
%{_mandir}/man1/texlua.1*
|
|
%{_mandir}/man1/texluac.1*
|
|
|
|
%files -n texlive-luatex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/generic/config/luatex-unicode-letters.tex
|
|
%{_texmfdistdir}/tex/generic/config/luatexiniconfig.tex
|
|
%{_texmfdistdir}/web2c/texmfcnf.lua
|
|
/var/adm/update-scripts/texlive-luatex-%{texlive_version}.%{texlive_noarch}.0.0.70.1svn33828-%{release}-zypper
|
|
|
|
%package -n texlive-luatexbase
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn30562
|
|
Release: 0
|
|
Summary: Basic resource management for LuaTeX code
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luatexbase-doc >= %{texlive_version}
|
|
Provides: tex(luatexbase-attr.sty)
|
|
Provides: tex(luatexbase-cctb.sty)
|
|
Provides: tex(luatexbase-compat.sty)
|
|
Provides: tex(luatexbase-loader.sty)
|
|
Provides: tex(luatexbase-mcb.sty)
|
|
Provides: tex(luatexbase-modutils.sty)
|
|
Provides: tex(luatexbase-regs.sty)
|
|
Provides: tex(luatexbase.sty)
|
|
Requires: tex(etex.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luatex.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source117: luatexbase.tar.xz
|
|
Source118: luatexbase.doc.tar.xz
|
|
|
|
%description -n texlive-luatexbase
|
|
The bundle provides basic facilities for LuaTeX macro
|
|
programmers, mostly resource allocation and convenience
|
|
packages. Provided are: luatexbase-attr: attribute allocation;
|
|
luatexbase-cctb: catcode table allocation; luatexbase-compat:
|
|
compatibility helpers; luatexbase-loader: Lua module loading;
|
|
luatexbase-modutils: Lua module declaration; luatexbase-mcb:
|
|
callbacks extension; and luatexbase-regs: allocation of
|
|
registers and the like. In addition, the (unadorned) luatexbase
|
|
package loads all the above in one fell swoop.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luatexbase-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.6svn30562
|
|
Release: 0
|
|
Summary: Documentation for texlive-luatexbase
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luatexbase-doc
|
|
This package includes the documentation for texlive-luatexbase
|
|
|
|
%post -n texlive-luatexbase
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luatexbase
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luatexbase
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luatexbase-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/NEWS
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/README
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/TODO
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-attr.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-cctb.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-compat.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-loader.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-mcb.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-modutils.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-regs.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/luatexbase.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-attr-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-attr-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-base-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-base-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-compat-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-compat-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-loader-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-loader-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-loader.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-loader.sub.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-aux.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-mcb.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-plain.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-modutils.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-regs-latex.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexbase/test-regs-plain.tex
|
|
|
|
%files -n texlive-luatexbase
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/attr.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/cctb.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-attr.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-cctb.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-compat.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-loader.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-mcb.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-modutils.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-regs.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.loader.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/mcb.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexbase/modutils.lua
|
|
/var/adm/update-scripts/texlive-luatexbase-%{texlive_version}.%{texlive_noarch}.0.0.6svn30562-%{release}-zypper
|
|
|
|
%package -n texlive-luatexja
|
|
Version: %{texlive_version}.%{texlive_noarch}.20140504.0svn33863
|
|
Release: 0
|
|
Summary: Typeset Japanese with lua(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): texlive >= %{texlive_version}
|
|
Recommends: texlive-luatexja-doc >= %{texlive_version}
|
|
Provides: tex(lltjcore.sty)
|
|
Provides: tex(lltjdefs.sty)
|
|
Provides: tex(lltjfont.sty)
|
|
Provides: tex(lltjp-fontspec.sty)
|
|
Provides: tex(lltjp-listings.sty)
|
|
Provides: tex(lltjp-unicode-math.sty)
|
|
Provides: tex(lltjp-xunicode.sty)
|
|
Provides: tex(ltj-base.sty)
|
|
Provides: tex(ltj-compat-ptex.sty)
|
|
Provides: tex(ltj-latex.sty)
|
|
Provides: tex(ltj-plain.sty)
|
|
Provides: tex(ltj-unicode-ccfix.tex)
|
|
Provides: tex(ltjarticle.cls)
|
|
Provides: tex(ltjbk10.clo)
|
|
Provides: tex(ltjbk11.clo)
|
|
Provides: tex(ltjbk12.clo)
|
|
Provides: tex(ltjbook.cls)
|
|
Provides: tex(ltjltxdoc.cls)
|
|
Provides: tex(ltjreport.cls)
|
|
Provides: tex(ltjsarticle.cls)
|
|
Provides: tex(ltjsbook.cls)
|
|
Provides: tex(ltjsize10.clo)
|
|
Provides: tex(ltjsize11.clo)
|
|
Provides: tex(ltjsize12.clo)
|
|
Provides: tex(ltjskiyou.cls)
|
|
Provides: tex(ltjspf.cls)
|
|
Provides: tex(luatexja-adjust.sty)
|
|
Provides: tex(luatexja-ajmacros.sty)
|
|
Provides: tex(luatexja-compat.sty)
|
|
Provides: tex(luatexja-core.sty)
|
|
Provides: tex(luatexja-fontspec.sty)
|
|
Provides: tex(luatexja-otf.sty)
|
|
Provides: tex(luatexja-preset.sty)
|
|
Provides: tex(luatexja-ruby.sty)
|
|
Provides: tex(luatexja-zhfonts.sty)
|
|
Provides: tex(luatexja.sty)
|
|
Requires: tex(expl3.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(infwarerr.sty)
|
|
Requires: tex(l3keys2e.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(ltxcmds.sty)
|
|
Requires: tex(ltxdoc.cls)
|
|
Requires: tex(luaotfload.sty)
|
|
Requires: tex(luatexbase-cctb.sty)
|
|
Requires: tex(pdftexcmds.sty)
|
|
Requires: tex(unicode-math.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
Requires: tex(xunicode.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source119: luatexja.tar.xz
|
|
Source120: luatexja.doc.tar.xz
|
|
|
|
%description -n texlive-luatexja
|
|
The package offers support for typesetting Japanese documents
|
|
with LuaTeX. Either of the Plain and LaTeX2e formats may be
|
|
used with the package.
|
|
|
|
date: 2014-05-04 07:22:35 +0000
|
|
|
|
|
|
%package -n texlive-luatexja-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.20140504.0svn33863
|
|
Release: 0
|
|
Summary: Documentation for texlive-luatexja
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luatexja-doc
|
|
This package includes the documentation for texlive-luatexja
|
|
|
|
%post -n texlive-luatexja
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luatexja
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luatexja
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luatexja-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luatexja/COPYING
|
|
%{_texmfdistdir}/doc/luatex/luatexja/README
|
|
%{_texmfdistdir}/doc/luatex/luatexja/jfm-test.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexja/jfm-ujisc33.lua
|
|
%{_texmfdistdir}/doc/luatex/luatexja/ltjclasses.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/ltjltxdoc.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/ltjsclasses.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-en.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-ja.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-ruby.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-ruby.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-zhfonts.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja-zhfonts.tex
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja.dtx
|
|
%{_texmfdistdir}/doc/luatex/luatexja/luatexja.ins
|
|
|
|
%files -n texlive-luatexja
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-adjust.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-ajmacros.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-fontspec.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-otf.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-preset.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-ruby.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-zhfonts.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-CCT.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-banjiao.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-jis.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-kaiming.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-min.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-mono.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-prop.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-quanjiao.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/jfm-ujis.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-adjust.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-charrange.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat-ptex.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-debug.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-infomute.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-inputbuf.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfmglue.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfont.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jisx0208.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-kinsoku.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-latex.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-math.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-otf.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-plain.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-pretreat.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-rmlgbm.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-ruby.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-setwidth.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-stack.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-tangle.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltj-unicode-ccfix.tex
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjarticle.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjbk10.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjbk11.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjbk12.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjbook.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjltxdoc.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjreport.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjsarticle.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjsbook.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjsize10.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjsize11.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjsize12.clo
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjskiyou.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/ltjspf.cls
|
|
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-compat.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-core.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjcore.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjdefs.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjfont.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-fontspec.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-listings.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-unicode-math.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-xunicode.sty
|
|
/var/adm/update-scripts/texlive-luatexja-%{texlive_version}.%{texlive_noarch}.20140504.0svn33863-%{release}-zypper
|
|
|
|
%package -n texlive-luatexko
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn34018
|
|
Release: 0
|
|
Summary: Typeset Korean with Lua(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): texlive >= %{texlive_version}
|
|
Recommends: texlive-luatexko-doc >= %{texlive_version}
|
|
Provides: tex(luatexko-core.sty)
|
|
Provides: tex(luatexko.sty)
|
|
Requires: tex(everysel.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(kolabels-utf.sty)
|
|
Requires: tex(luaotfload.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source121: luatexko.tar.xz
|
|
Source122: luatexko.doc.tar.xz
|
|
|
|
%description -n texlive-luatexko
|
|
This is a Lua(La)TeX macro package that supports typesetting
|
|
Korean documents. LuaTeX version 0.76+ and luaotfload package
|
|
version 2.2+ are required. This package also requires both cjk-
|
|
ko and xetexko packages for its full functionality.
|
|
|
|
date: 2014-05-11 10:36:43 +0000
|
|
|
|
|
|
%package -n texlive-luatexko-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.5svn34018
|
|
Release: 0
|
|
Summary: Documentation for texlive-luatexko
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luatexko-doc
|
|
This package includes the documentation for texlive-luatexko
|
|
|
|
%post -n texlive-luatexko
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luatexko
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luatexko
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luatexko-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luatexko/ChangeLog
|
|
%{_texmfdistdir}/doc/luatex/luatexko/README
|
|
%{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.pdf
|
|
%{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.tex
|
|
|
|
%files -n texlive-luatexko
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-core.sty
|
|
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-normalize.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-uhc2utf8.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.lua
|
|
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.sty
|
|
/var/adm/update-scripts/texlive-luatexko-%{texlive_version}.%{texlive_noarch}.1.5svn34018-%{release}-zypper
|
|
|
|
%package -n texlive-luatextra
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.1svn20747
|
|
Release: 0
|
|
Summary: Additional macros for Plain TeX and LaTeX in LuaTeX
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luatextra-doc >= %{texlive_version}
|
|
Provides: tex(luatextra.sty)
|
|
Requires: tex(fixltx2e.sty)
|
|
Requires: tex(fontspec.sty)
|
|
Requires: tex(ifluatex.sty)
|
|
Requires: tex(luacode.sty)
|
|
Requires: tex(luatexbase.sty)
|
|
Requires: tex(metalogo.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source123: luatextra.tar.xz
|
|
Source124: luatextra.doc.tar.xz
|
|
|
|
%description -n texlive-luatextra
|
|
The package provides a coherent extended programming
|
|
environment for use with luaTeX. It loads packages fontspec,
|
|
luatexbase and lualibs, and provides additional user-level
|
|
features and goodies. The package is under development, and its
|
|
specification may be expected to change.
|
|
|
|
date: 2014-04-30 13:31:14 +0000
|
|
|
|
|
|
%package -n texlive-luatextra-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.1svn20747
|
|
Release: 0
|
|
Summary: Documentation for texlive-luatextra
|
|
License: SUSE-Public-Domain
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luatextra-doc
|
|
This package includes the documentation for texlive-luatextra
|
|
|
|
%post -n texlive-luatextra
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luatextra
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luatextra
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luatextra-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/lualatex/luatextra/News
|
|
%{_texmfdistdir}/doc/lualatex/luatextra/README
|
|
%{_texmfdistdir}/doc/lualatex/luatextra/luatextra.pdf
|
|
%{_texmfdistdir}/doc/lualatex/luatextra/test.tex
|
|
|
|
%files -n texlive-luatextra
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/lualatex/luatextra/luatextra.sty
|
|
/var/adm/update-scripts/texlive-luatextra-%{texlive_version}.%{texlive_noarch}.1.0.1svn20747-%{release}-zypper
|
|
|
|
%package -n texlive-luaxml
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn32741
|
|
Release: 0
|
|
Summary: Lua library for reading and serialising XML files
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-luaxml-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source125: luaxml.tar.xz
|
|
Source126: luaxml.doc.tar.xz
|
|
|
|
%description -n texlive-luaxml
|
|
This is a redistribution of a pure lua xml library, LuaXML
|
|
(this version supports Lua 5.2). The library was originally
|
|
distributed as part of the odsfile package, but is made
|
|
available separately in the hope that it can be useful for
|
|
other projects.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-luaxml-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.0.2svn32741
|
|
Release: 0
|
|
Summary: Documentation for texlive-luaxml
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-luaxml-doc
|
|
This package includes the documentation for texlive-luaxml
|
|
|
|
%post -n texlive-luaxml
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-luaxml
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-luaxml
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-luaxml-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/luatex/luaxml/README
|
|
%{_texmfdistdir}/doc/luatex/luaxml/luaxml.pdf
|
|
%{_texmfdistdir}/doc/luatex/luaxml/luaxml.tex
|
|
|
|
%files -n texlive-luaxml
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/luatex/luaxml/dom-sample.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-handler.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-xml.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-pretty.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-selectors.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-stack.lua
|
|
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-testxml.lua
|
|
/var/adm/update-scripts/texlive-luaxml-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn32741-%{release}-zypper
|
|
|
|
%package -n texlive-lxfonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn32354
|
|
Release: 0
|
|
Summary: Set of slide fonts based on CM
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-lxfonts-fonts >= %{texlive_version}
|
|
Recommends: texlive-lxfonts-doc >= %{texlive_version}
|
|
Provides: tex(lcmbsy8.tfm)
|
|
Provides: tex(lcmex8.tfm)
|
|
Provides: tex(lcmmi8.tfm)
|
|
Provides: tex(lcmmib8.tfm)
|
|
Provides: tex(lcmsy8.tfm)
|
|
Provides: tex(leclb8.tfm)
|
|
Provides: tex(lecli8.tfm)
|
|
Provides: tex(leclo8.tfm)
|
|
Provides: tex(leclq8.tfm)
|
|
Provides: tex(lgrllcmss.fd)
|
|
Provides: tex(lgrllcmtt.fd)
|
|
Provides: tex(llasy8.tfm)
|
|
Provides: tex(llasyb8.tfm)
|
|
Provides: tex(llcmss8.tfm)
|
|
Provides: tex(llcmssb8.tfm)
|
|
Provides: tex(llcmssi8.tfm)
|
|
Provides: tex(llcmsso8.tfm)
|
|
Provides: tex(lmsam8.tfm)
|
|
Provides: tex(lmsbm8.tfm)
|
|
Provides: tex(ltclb8.tfm)
|
|
Provides: tex(ltcli8.tfm)
|
|
Provides: tex(ltclo8.tfm)
|
|
Provides: tex(ltclq8.tfm)
|
|
Provides: tex(lxfonts.map)
|
|
Provides: tex(lxfonts.sty)
|
|
Provides: tex(omlllcmm.fd)
|
|
Provides: tex(omsllcmsy.fd)
|
|
Provides: tex(omxllcmex.fd)
|
|
Provides: tex(ot1llcmss.fd)
|
|
Provides: tex(ot1llcmtt.fd)
|
|
Provides: tex(t1llcmss.fd)
|
|
Provides: tex(t1llcmtt.fd)
|
|
Provides: tex(ts1llcmss.fd)
|
|
Provides: tex(ulllasy.fd)
|
|
Provides: tex(ulmsa.fd)
|
|
Provides: tex(ulmsb.fd)
|
|
Requires: tex(etoolbox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source127: lxfonts.tar.xz
|
|
Source128: lxfonts.doc.tar.xz
|
|
|
|
%description -n texlive-lxfonts
|
|
The bundle contains the traditional slides fonts revised to be
|
|
completely usable both as text fonts and mathematics fonts;
|
|
they are fully integrate with the new operators, letters,
|
|
symbols and extensible delimiter fonts, as well as with the AMS
|
|
fonts, all redone with the same stylistic parameters.
|
|
|
|
date: 2014-05-13 22:24:01 +0000
|
|
|
|
|
|
%package -n texlive-lxfonts-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn32354
|
|
Release: 0
|
|
Summary: Documentation for texlive-lxfonts
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-lxfonts-doc
|
|
This package includes the documentation for texlive-lxfonts
|
|
|
|
|
|
%package -n texlive-lxfonts-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.0bsvn32354
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-lxfonts
|
|
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-lxfonts-fonts
|
|
The separated fonts package for texlive-lxfonts
|
|
%post -n texlive-lxfonts
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'MixedMap[[:blank:]]+lxfonts.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+lxfonts.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'MixedMap lxfonts.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-lxfonts
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(MixedMap[[:blank:]]+lxfonts.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-lxfonts
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-lxfonts-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-lxfonts
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-lxfonts
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-lxfonts-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-lxfonts-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.pdf
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.tex
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/LXfonts.readme
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/README
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/lxfonts.pdf
|
|
%{_texmfdistdir}/doc/fonts/lxfonts/manifest.txt
|
|
|
|
%files -n texlive-lxfonts
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/map/dvips/lxfonts/lxfonts.map
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsya.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsyb.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lasymbols.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigacc.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigdel.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigop.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lbsymbols.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmbsy8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmex8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmi8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmib8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmsy8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/leclb8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lecli8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/leclo8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/leclq8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lexroman.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lexslides.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llasyb8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmss8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssb8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssi8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmsso8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathex.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathit.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathsy.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsam8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsbm8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lroman.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclb8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/ltcli8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclo8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclq8.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/ltxsymb.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbase.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbold.mf
|
|
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbcaps.mf
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmbsy8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmex8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmi8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmib8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmsy8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclb8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lecli8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclo8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclq8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasy8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasyb8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmss8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssb8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssi8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmsso8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsam8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsbm8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclb8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltcli8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclo8.tfm
|
|
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclq8.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lcmbsy8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lcmex8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmi8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmib8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lcmsy8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/leclb8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lecli8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/leclo8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/leclq8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llasy8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llasyb8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llcmss8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssb8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssi8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/llcmsso8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lmsam8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/lmsbm8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/ltclb8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/ltcli8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/ltclo8.pfb
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/lxfonts/ltclq8.pfb
|
|
%{_texmfdistdir}/tex/latex/lxfonts/lgrllcmss.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/lgrllcmtt.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/lxfonts.sty
|
|
%{_texmfdistdir}/tex/latex/lxfonts/omlllcmm.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/omsllcmsy.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/omxllcmex.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ot1llcmss.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ot1llcmtt.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/t1llcmss.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/t1llcmtt.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ts1llcmss.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ulllasy.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ulmsa.fd
|
|
%{_texmfdistdir}/tex/latex/lxfonts/ulmsb.fd
|
|
|
|
%files -n texlive-lxfonts-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-lxfonts
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-lxfonts.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lxfonts/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lxfonts/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-lxfonts/fonts.scale
|
|
%{_datadir}/fonts/texlive-lxfonts/lcmbsy8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lcmex8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lcmmi8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lcmmib8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lcmsy8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/leclb8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lecli8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/leclo8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/leclq8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llasy8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llasyb8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llcmss8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llcmssb8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llcmssi8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/llcmsso8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lmsam8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/lmsbm8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/ltclb8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/ltcli8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/ltclo8.pfb
|
|
%{_datadir}/fonts/texlive-lxfonts/ltclq8.pfb
|
|
/var/adm/update-scripts/texlive-lxfonts-%{texlive_version}.%{texlive_noarch}.2.0bsvn32354-%{release}-zypper
|
|
|
|
%package -n texlive-ly1
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21086
|
|
Release: 0
|
|
Summary: Support for LY1 LaTeX encoding
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-ly1-doc >= %{texlive_version}
|
|
Provides: tex(ly1enc.def)
|
|
Provides: tex(ly1pag.fd)
|
|
Provides: tex(ly1pbk.fd)
|
|
Provides: tex(ly1pcr.fd)
|
|
Provides: tex(ly1phv.fd)
|
|
Provides: tex(ly1pnc.fd)
|
|
Provides: tex(ly1ppl.fd)
|
|
Provides: tex(ly1ptm.fd)
|
|
Provides: tex(ly1pzc.fd)
|
|
Provides: tex(pag8y.map)
|
|
Provides: tex(pagd8y.tfm)
|
|
Provides: tex(pagdo8y.tfm)
|
|
Provides: tex(pagk8y.tfm)
|
|
Provides: tex(pagko8y.tfm)
|
|
Provides: tex(pbk8y.map)
|
|
Provides: tex(pbkd8y.tfm)
|
|
Provides: tex(pbkdi8y.tfm)
|
|
Provides: tex(pbkdo8y.tfm)
|
|
Provides: tex(pbkl8y.tfm)
|
|
Provides: tex(pbkli8y.tfm)
|
|
Provides: tex(pbklo8y.tfm)
|
|
Provides: tex(pcr8y.map)
|
|
Provides: tex(pcrb8y.tfm)
|
|
Provides: tex(pcrbo8y.tfm)
|
|
Provides: tex(pcrr8y.tfm)
|
|
Provides: tex(pcrro8y.tfm)
|
|
Provides: tex(phv8y.map)
|
|
Provides: tex(phvb8y.tfm)
|
|
Provides: tex(phvb8yn.tfm)
|
|
Provides: tex(phvbo8y.tfm)
|
|
Provides: tex(phvbo8yn.tfm)
|
|
Provides: tex(phvr8y.tfm)
|
|
Provides: tex(phvr8yn.tfm)
|
|
Provides: tex(phvro8y.tfm)
|
|
Provides: tex(phvro8yn.tfm)
|
|
Provides: tex(pnc8y.map)
|
|
Provides: tex(pncb8y.tfm)
|
|
Provides: tex(pncbi8y.tfm)
|
|
Provides: tex(pncbo8y.tfm)
|
|
Provides: tex(pncr8y.tfm)
|
|
Provides: tex(pncri8y.tfm)
|
|
Provides: tex(pncro8y.tfm)
|
|
Provides: tex(ppl8y.map)
|
|
Provides: tex(pplb8y.tfm)
|
|
Provides: tex(pplbi8y.tfm)
|
|
Provides: tex(pplbo8y.tfm)
|
|
Provides: tex(pplbu8y.tfm)
|
|
Provides: tex(pplr8y.tfm)
|
|
Provides: tex(pplr8yn.tfm)
|
|
Provides: tex(pplri8y.tfm)
|
|
Provides: tex(pplro8y.tfm)
|
|
Provides: tex(pplrr8ye.tfm)
|
|
Provides: tex(pplru8y.tfm)
|
|
Provides: tex(ptm8y.map)
|
|
Provides: tex(ptmb8y.tfm)
|
|
Provides: tex(ptmbc8y.tfm)
|
|
Provides: tex(ptmbc8y.vf)
|
|
Provides: tex(ptmbi8y.tfm)
|
|
Provides: tex(ptmbo8y.tfm)
|
|
Provides: tex(ptmr8y.tfm)
|
|
Provides: tex(ptmr8yn.tfm)
|
|
Provides: tex(ptmrc8y.tfm)
|
|
Provides: tex(ptmrc8y.vf)
|
|
Provides: tex(ptmri8y.tfm)
|
|
Provides: tex(ptmro8y.tfm)
|
|
Provides: tex(ptmrr8ye.tfm)
|
|
Provides: tex(pzc8y.map)
|
|
Provides: tex(pzcmi8y.tfm)
|
|
Provides: tex(texnansi.enc)
|
|
Provides: tex(texnansi.sty)
|
|
Provides: tex(texnansi.tex)
|
|
Requires: tex(fontenc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source129: ly1.tar.xz
|
|
Source130: ly1.doc.tar.xz
|
|
|
|
%description -n texlive-ly1
|
|
The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations
|
|
of ANSI standards) encoding lives on, even after the decease of
|
|
the company; it is known in the LaTeX scheme of things as LY1
|
|
encoding. This bundle includes metrics and LaTeX macros to use
|
|
the basic three (Times, Helvetica and Courier) Adobe Type 1
|
|
fonts in LaTeX using LY1 encoding.
|
|
|
|
date: 2012-07-10 06:38:43 +0000
|
|
|
|
|
|
%package -n texlive-ly1-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn21086
|
|
Release: 0
|
|
Summary: Documentation for texlive-ly1
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-ly1-doc
|
|
This package includes the documentation for texlive-ly1
|
|
|
|
%post -n texlive-ly1
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-ly1
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-ly1
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-ly1-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/ly1/README
|
|
|
|
%files -n texlive-ly1
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/enc/dvips/ly1/texnansi.enc
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/pag8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/pbk8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/pcr8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/phv8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/pnc8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/ppl8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/ptm8y.map
|
|
%{_texmfdistdir}/fonts/map/dvips/ly1/pzc8y.map
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagd8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagdo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagk8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagko8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkd8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdi8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkl8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkli8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbklo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrb8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrbo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrr8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrro8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncb8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbi8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncr8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncri8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncro8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplb8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbi8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbu8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplri8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplro8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplrr8ye.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplru8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmb8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbc8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbi8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbo8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8yn.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrc8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmri8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmro8y.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrr8ye.tfm
|
|
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pzcmi8y.tfm
|
|
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmbc8y.vf
|
|
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmrc8y.vf
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1enc.def
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1pag.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1pbk.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1pcr.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1phv.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1pnc.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1ppl.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1ptm.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/ly1pzc.fd
|
|
%{_texmfdistdir}/tex/latex/ly1/texnansi.sty
|
|
%{_texmfdistdir}/tex/plain/ly1/texnansi.tex
|
|
/var/adm/update-scripts/texlive-ly1-%{texlive_version}.%{texlive_noarch}.svn21086-%{release}-zypper
|
|
|
|
%package -n texlive-m-tx
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.60dsvn33825
|
|
Release: 0
|
|
Summary: A preprocessor for pmx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-m-tx-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-m-tx-doc >= %{texlive_version}
|
|
Provides: tex(mtx.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source131: m-tx.tar.xz
|
|
Source132: m-tx.doc.tar.xz
|
|
|
|
%description -n texlive-m-tx
|
|
M-Tx is a preprocessor to pmx, which is itself a preprocessor
|
|
to musixtex, a music typesetting system. The prime motivation
|
|
to the development of M-Tx was to provide lyrics for music to
|
|
be typeset. In fact, pmx now provides a lyrics interface, but
|
|
M-Tx continues in use by those who prefer its language.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-m-tx-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.60dsvn33825
|
|
Release: 0
|
|
Summary: Documentation for texlive-m-tx
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-m-tx-doc
|
|
This package includes the documentation for texlive-m-tx
|
|
|
|
%post -n texlive-m-tx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-m-tx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-m-tx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-m-tx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/generic/m-tx/README
|
|
%{_texmfdistdir}/doc/generic/m-tx/m-tx.html
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx-install.pdf
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx-install.tex
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060.pdf
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/Makefile
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/README.M-Txdoc
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/borup.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/chord.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/dertod.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/docversion
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/dona.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mta
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/halleluja.ltx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/kanons.ltx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/kroonhom.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/loofnou.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/lyrics.tex
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/macro.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/make-dvi
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/make-pdf
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/make-target
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma.mta
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma1.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma2.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma3.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma4.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma5.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma6.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/meter.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart0.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.sty
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.tex
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxindex.tex
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxlatex.sty
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/netfirst.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos.mta
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos1.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos2.mtb
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/notes.tex
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/pdfcat
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/psalm42.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/sanctus.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/title.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/title1.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/viva.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/mtx060/volta.mtx
|
|
%{_texmfdistdir}/doc/generic/m-tx/prepmx.html
|
|
%{_mandir}/man1/m-tx.1*
|
|
%{_mandir}/man1/prepmx.1*
|
|
|
|
%files -n texlive-m-tx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/scripts/m-tx/m-tx.lua
|
|
%{_texmfdistdir}/tex/generic/m-tx/mtx.tex
|
|
/var/adm/update-scripts/texlive-m-tx-%{texlive_version}.%{texlive_noarch}.0.0.60dsvn33825-%{release}-zypper
|
|
|
|
%package -n texlive-macros2e
|
|
Version: %{texlive_version}.%{texlive_noarch}.v0.4svn23236
|
|
Release: 0
|
|
Summary: A list of internal LaTeX2e macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source133: macros2e.doc.tar.xz
|
|
|
|
%description -n texlive-macros2e
|
|
This document lists the internal macros defined by the LaTeX2e
|
|
base files which can also be useful to package authors. The
|
|
macros are hyper-linked to their description in source2e. For
|
|
this to work both PDFs must be inside the same directory. This
|
|
document is not yet complete in content and format and may miss
|
|
some macros.
|
|
|
|
date: 2013-08-19 11:55:31 +0000
|
|
|
|
%post -n texlive-macros2e
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-macros2e
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-macros2e
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-macros2e
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/macros2e/macros2e.pdf
|
|
%{_texmfdistdir}/doc/latex/macros2e/macros2e.tex
|
|
/var/adm/update-scripts/texlive-macros2e-%{texlive_version}.%{texlive_noarch}.v0.4svn23236-%{release}-zypper
|
|
|
|
%package -n texlive-macroswap
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31498
|
|
Release: 0
|
|
Summary: Swap the definitions of two LaTeX macros
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-macroswap-doc >= %{texlive_version}
|
|
Provides: tex(macroswap.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source134: macroswap.tar.xz
|
|
Source135: macroswap.doc.tar.xz
|
|
|
|
%description -n texlive-macroswap
|
|
The package provides simple utility methods to swap the meaning
|
|
(token expansion) of two macros by name.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-macroswap-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31498
|
|
Release: 0
|
|
Summary: Documentation for texlive-macroswap
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-macroswap-doc
|
|
This package includes the documentation for texlive-macroswap
|
|
|
|
%post -n texlive-macroswap
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-macroswap
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-macroswap
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-macroswap-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/macroswap/Makefile
|
|
%{_texmfdistdir}/doc/latex/macroswap/README
|
|
%{_texmfdistdir}/doc/latex/macroswap/macroswap.pdf
|
|
|
|
%files -n texlive-macroswap
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/macroswap/macroswap.sty
|
|
/var/adm/update-scripts/texlive-macroswap-%{texlive_version}.%{texlive_noarch}.1.1svn31498-%{release}-zypper
|
|
|
|
%package -n texlive-mafr
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Mathematics in accord with French usage
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-mafr-doc >= %{texlive_version}
|
|
Provides: tex(cours.cls)
|
|
Provides: tex(fiche.cls)
|
|
Provides: tex(mafr.sty)
|
|
Requires: tex(a4wide.sty)
|
|
Requires: tex(article.cls)
|
|
Requires: tex(babel.sty)
|
|
Requires: tex(fontenc.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source136: mafr.tar.xz
|
|
Source137: mafr.doc.tar.xz
|
|
|
|
%description -n texlive-mafr
|
|
The package provides settings and macros for typesetting
|
|
mathematics with LaTeX in compliance with French usage. It
|
|
comes with two document classes, 'fiche' and 'cours', useful to
|
|
create short high school documents such as tests or lessons.
|
|
The documentation is in French.
|
|
|
|
date: 2012-05-21 12:42:12 +0000
|
|
|
|
|
|
%package -n texlive-mafr-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-mafr
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-mafr-doc:fr;en;fr)
|
|
|
|
%description -n texlive-mafr-doc
|
|
This package includes the documentation for texlive-mafr
|
|
|
|
%post -n texlive-mafr
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-mafr
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-mafr
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-mafr-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/mafr/ALIRE
|
|
%{_texmfdistdir}/doc/latex/mafr/COPYING
|
|
%{_texmfdistdir}/doc/latex/mafr/README
|
|
%{_texmfdistdir}/doc/latex/mafr/docmafr.pdf
|
|
%{_texmfdistdir}/doc/latex/mafr/docmafr.tex
|
|
%{_texmfdistdir}/doc/latex/mafr/triangle.eps
|
|
|
|
%files -n texlive-mafr
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/mafr/cours.cls
|
|
%{_texmfdistdir}/tex/latex/mafr/fiche.cls
|
|
%{_texmfdistdir}/tex/latex/mafr/mafr.sty
|
|
/var/adm/update-scripts/texlive-mafr-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-magaz
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24694
|
|
Release: 0
|
|
Summary: Magazine layout
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-magaz-doc >= %{texlive_version}
|
|
Provides: tex(magaz.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source138: magaz.tar.xz
|
|
Source139: magaz.doc.tar.xz
|
|
|
|
%description -n texlive-magaz
|
|
The current version does special formatting for the first line
|
|
of text in a paragraph. The package is part of a larger body of
|
|
tools which remain in preparation.
|
|
|
|
date: 2013-11-21 20:33:57 +0000
|
|
|
|
|
|
%package -n texlive-magaz-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.4svn24694
|
|
Release: 0
|
|
Summary: Documentation for texlive-magaz
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-magaz-doc
|
|
This package includes the documentation for texlive-magaz
|
|
|
|
%post -n texlive-magaz
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-magaz
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-magaz
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-magaz-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/magaz/magaz.pdf
|
|
%{_texmfdistdir}/doc/latex/magaz/magaz.tex
|
|
|
|
%files -n texlive-magaz
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/magaz/magaz.sty
|
|
/var/adm/update-scripts/texlive-magaz-%{texlive_version}.%{texlive_noarch}.0.0.4svn24694-%{release}-zypper
|
|
|
|
%package -n texlive-mailing
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Macros for mail merging
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-mailing-doc >= %{texlive_version}
|
|
Provides: tex(mailing.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source140: mailing.tar.xz
|
|
Source141: mailing.doc.tar.xz
|
|
|
|
%description -n texlive-mailing
|
|
This package is for use when sending a large number of letters,
|
|
all with the same body text. The package's \addressfile command
|
|
is used to specify who the letter is to be sent to; the body of
|
|
the \mailingtext command specifies the text of the letters,
|
|
possibly using macros defined in the \addressfile.
|
|
|
|
date: 2012-05-25 20:58:30 +0000
|
|
|
|
|
|
%package -n texlive-mailing-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-mailing
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-mailing-doc
|
|
This package includes the documentation for texlive-mailing
|
|
|
|
%post -n texlive-mailing
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-mailing
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-mailing
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-mailing-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/mailing/mailing.pdf
|
|
%{_texmfdistdir}/doc/latex/mailing/manifest.txt
|
|
|
|
%files -n texlive-mailing
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/mailing/mailing.sty
|
|
/var/adm/update-scripts/texlive-mailing-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-mailmerge
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Repeating text field substitution
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-mailmerge-doc >= %{texlive_version}
|
|
Provides: tex(mailmerge.sty)
|
|
Requires: tex(ifthen.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source142: mailmerge.tar.xz
|
|
Source143: mailmerge.doc.tar.xz
|
|
|
|
%description -n texlive-mailmerge
|
|
The package mailmerge provides an interface to produce text
|
|
from a template, where fields are replaced by actual data, as
|
|
in a database. The package may be used to produce several
|
|
letters from a template, certificates or other such documents.
|
|
It allows access to the entry number, number of entries and so
|
|
on.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-mailmerge-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-mailmerge
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-mailmerge-doc
|
|
This package includes the documentation for texlive-mailmerge
|
|
|
|
%post -n texlive-mailmerge
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-mailmerge
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-mailmerge
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-mailmerge-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/mailmerge/README
|
|
%{_texmfdistdir}/doc/latex/mailmerge/mailmerge.pdf
|
|
|
|
%files -n texlive-mailmerge
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/mailmerge/mailmerge.sty
|
|
/var/adm/update-scripts/texlive-mailmerge-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makebarcode
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Print various kinds 2/5 and Code 39 bar codes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makebarcode-doc >= %{texlive_version}
|
|
Provides: tex(makebarcode.sty)
|
|
Requires: tex(kvoptions.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source144: makebarcode.tar.xz
|
|
Source145: makebarcode.doc.tar.xz
|
|
|
|
%description -n texlive-makebarcode
|
|
The package contains macros for printing various 2/5 bar codes
|
|
and Code 39 bar codes. The macros do not use fonts but create
|
|
the bar codes directly using vertical rules. It is therefore
|
|
possible to vary width to height ratio, ratio of thin and thick
|
|
bars. The package is therefore convenient for printing ITF bar
|
|
codes as well as bar codes for identification labels for HP
|
|
storage media.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-makebarcode-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makebarcode
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makebarcode-doc
|
|
This package includes the documentation for texlive-makebarcode
|
|
|
|
%post -n texlive-makebarcode
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makebarcode
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makebarcode
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makebarcode-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makebarcode/License.txt
|
|
%{_texmfdistdir}/doc/latex/makebarcode/README
|
|
%{_texmfdistdir}/doc/latex/makebarcode/makebarcode.pdf
|
|
%{_texmfdistdir}/doc/latex/makebarcode/makebarcode.tex
|
|
|
|
%files -n texlive-makebarcode
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makebarcode/makebarcode.sty
|
|
/var/adm/update-scripts/texlive-makebarcode-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makebox
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
Summary: Defines a \makebox* command
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makebox-doc >= %{texlive_version}
|
|
Provides: tex(makebox.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source146: makebox.tar.xz
|
|
Source147: makebox.doc.tar.xz
|
|
|
|
%description -n texlive-makebox
|
|
Define a \makebox* command that does the same as a \makebox
|
|
command, except that the width is given by a sample text
|
|
instead of an explicit length measure.
|
|
|
|
date: 2012-04-03 16:09:05 +0000
|
|
|
|
|
|
%package -n texlive-makebox-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makebox
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makebox-doc
|
|
This package includes the documentation for texlive-makebox
|
|
|
|
%post -n texlive-makebox
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makebox
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makebox
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makebox-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makebox/ChangeLog
|
|
%{_texmfdistdir}/doc/latex/makebox/README
|
|
%{_texmfdistdir}/doc/latex/makebox/getversion.tex
|
|
%{_texmfdistdir}/doc/latex/makebox/makebox.pdf
|
|
%{_texmfdistdir}/doc/latex/makebox/makebox.xml
|
|
%{_texmfdistdir}/doc/latex/makebox/testmakebox.tex
|
|
|
|
%files -n texlive-makebox
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makebox/makebox.sty
|
|
/var/adm/update-scripts/texlive-makebox-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makecell
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1esvn15878
|
|
Release: 0
|
|
Summary: Tabular column heads and multilined cells
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makecell-doc >= %{texlive_version}
|
|
Provides: tex(makecell.sty)
|
|
Requires: tex(array.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source148: makecell.tar.xz
|
|
Source149: makecell.doc.tar.xz
|
|
|
|
%description -n texlive-makecell
|
|
This package supports common layouts for tabular column heads
|
|
in whole documents, based on one-column tabular environment. In
|
|
addition, it can create multi-lined tabular cells. The Package
|
|
also offers: a macro which changes the vertical space around
|
|
all the cells in a tabular environment (similar to the function
|
|
of the tabls package, but using the facilities of the array) ;
|
|
macros for multirow cells, which use the facilities of the
|
|
multirow package; macros to number rows in tables, or to skip
|
|
cells; diagonally divided cells; horizontal lines in tabular
|
|
environments with defined thickness.
|
|
|
|
date: 2014-01-13 12:25:37 +0000
|
|
|
|
|
|
%package -n texlive-makecell-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.1esvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makecell
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-makecell-doc:ru;en)
|
|
|
|
%description -n texlive-makecell-doc
|
|
This package includes the documentation for texlive-makecell
|
|
|
|
%post -n texlive-makecell
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makecell
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makecell
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makecell-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makecell/README
|
|
%{_texmfdistdir}/doc/latex/makecell/makecell-rus.pdf
|
|
%{_texmfdistdir}/doc/latex/makecell/makecell-rus.tex
|
|
%{_texmfdistdir}/doc/latex/makecell/makecell.pdf
|
|
|
|
%files -n texlive-makecell
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makecell/makecell.sty
|
|
/var/adm/update-scripts/texlive-makecell-%{texlive_version}.%{texlive_noarch}.0.0.1esvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makecirc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: A MetaPost library for drawing electrical circuit diagrams
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makecirc-doc >= %{texlive_version}
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source150: makecirc.tar.xz
|
|
Source151: makecirc.doc.tar.xz
|
|
|
|
%description -n texlive-makecirc
|
|
MakeCirc is a MetaPost library that contains diverse symbols
|
|
for use in circuit diagrams. MakeCirc offers a high quality
|
|
tool, with a simple syntax. MakeCirc is completely integrated
|
|
with LaTeX documents and with other MetaPost drawing/graphic.
|
|
Its output is a PostScript file. MakeCirc only requires (La)TeX
|
|
and MetaPost to work.
|
|
|
|
date: 2012-06-14 14:39:06 +0000
|
|
|
|
|
|
%package -n texlive-makecirc-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makecirc
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-makecirc-doc:en;es)
|
|
|
|
%description -n texlive-makecirc-doc
|
|
This package includes the documentation for texlive-makecirc
|
|
|
|
%post -n texlive-makecirc
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makecirc
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makecirc
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makecirc-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/metapost/makecirc/MakeCirc-en.pdf
|
|
%{_texmfdistdir}/doc/metapost/makecirc/MakeCirc.pdf
|
|
%{_texmfdistdir}/doc/metapost/makecirc/README
|
|
%{_texmfdistdir}/doc/metapost/makecirc/ejemplos.pdf
|
|
|
|
%files -n texlive-makecirc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/metapost/makecirc/ejemplos.mp
|
|
%{_texmfdistdir}/metapost/makecirc/latex.mp
|
|
%{_texmfdistdir}/metapost/makecirc/makecirc.mp
|
|
/var/adm/update-scripts/texlive-makecirc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makecmds
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: The new \makecommand command always (re)defines a command
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makecmds-doc >= %{texlive_version}
|
|
Provides: tex(makecmds.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source152: makecmds.tar.xz
|
|
Source153: makecmds.doc.tar.xz
|
|
|
|
%description -n texlive-makecmds
|
|
The package provides a \makecommand command, which is like
|
|
\(re)newcommand except it always (re)defines a command. There
|
|
is also \makeenvironment and \provideenvironment for
|
|
environments.
|
|
|
|
date: 2012-05-25 20:58:30 +0000
|
|
|
|
|
|
%package -n texlive-makecmds-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makecmds
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makecmds-doc
|
|
This package includes the documentation for texlive-makecmds
|
|
|
|
%post -n texlive-makecmds
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makecmds
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makecmds
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makecmds-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makecmds/README
|
|
%{_texmfdistdir}/doc/latex/makecmds/makecmds.pdf
|
|
|
|
%files -n texlive-makecmds
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makecmds/makecmds.sty
|
|
/var/adm/update-scripts/texlive-makecmds-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makedtx
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.94bsvn15878
|
|
Release: 0
|
|
Summary: Perl script to help generate dtx and ins files
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makedtx-doc >= %{texlive_version}
|
|
Provides: tex(creatdtx.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source154: makedtx.tar.xz
|
|
Source155: makedtx.doc.tar.xz
|
|
|
|
%description -n texlive-makedtx
|
|
The makedtx bundle is provided to help LaTeX2e developers to
|
|
write the code and documentation in separate files, and then
|
|
combine them into a single .dtx file for distribution. It
|
|
automatically generates the character table, and also writes
|
|
the associated installation (.ins) script.
|
|
|
|
date: 2012-05-21 12:42:12 +0000
|
|
|
|
|
|
%package -n texlive-makedtx-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.0.0.94bsvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makedtx
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makedtx-doc
|
|
This package includes the documentation for texlive-makedtx
|
|
|
|
%post -n texlive-makedtx
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makedtx
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makedtx
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makedtx-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makedtx/CHANGES
|
|
%{_texmfdistdir}/doc/latex/makedtx/README
|
|
%{_texmfdistdir}/doc/latex/makedtx/creatdtx.perl
|
|
%{_texmfdistdir}/doc/latex/makedtx/makedtx-manual.html
|
|
%{_texmfdistdir}/doc/latex/makedtx/makedtx.pdf
|
|
%{_texmfdistdir}/doc/latex/makedtx/makedtx.pl
|
|
|
|
%files -n texlive-makedtx
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makedtx/creatdtx.sty
|
|
/var/adm/update-scripts/texlive-makedtx-%{texlive_version}.%{texlive_noarch}.0.0.94bsvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makeglos
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Include a glossary into a document
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makeglos-doc >= %{texlive_version}
|
|
Provides: tex(makeglos.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source156: makeglos.tar.xz
|
|
Source157: makeglos.doc.tar.xz
|
|
|
|
%description -n texlive-makeglos
|
|
The package provides the means to include a glossary into a
|
|
document. The glossary is prepared by an external program, such
|
|
as xindy or makeindex, in the same way that an index is made.
|
|
|
|
date: 2012-07-06 11:09:55 +0000
|
|
|
|
|
|
%package -n texlive-makeglos-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makeglos
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makeglos-doc
|
|
This package includes the documentation for texlive-makeglos
|
|
|
|
%post -n texlive-makeglos
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makeglos
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makeglos
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makeglos-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makeglos/README
|
|
%{_texmfdistdir}/doc/latex/makeglos/makeglos.pdf
|
|
%{_texmfdistdir}/doc/latex/makeglos/makeglos.tex
|
|
%{_texmfdistdir}/doc/latex/makeglos/makeglos.xdy
|
|
|
|
%files -n texlive-makeglos
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makeglos/makeglos.sty
|
|
/var/adm/update-scripts/texlive-makeglos-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makeindex
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.12svn33736
|
|
Release: 0
|
|
Summary: Process index output to produce typesettable code
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive-makeindex-bin >= %{texlive_version}
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makeindex-doc >= %{texlive_version}
|
|
Provides: tex(idxmac.tex)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source158: makeindex.tar.xz
|
|
Source159: makeindex.doc.tar.xz
|
|
|
|
%description -n texlive-makeindex
|
|
A general purpose hierarchical index generator; it accepts one
|
|
or more input files (often produced by a text formatter such as
|
|
TeX or troff), sorts the entries, and produces an output file
|
|
which can be formatted. The formats of the input and output
|
|
files are specified in a style file; by default, input is
|
|
assumed to be an .idx file, as generated by LaTeX.
|
|
|
|
date: 2011-09-24 07:40:13 +0000
|
|
|
|
|
|
%package -n texlive-makeindex-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.12svn33736
|
|
Release: 0
|
|
Summary: Documentation for texlive-makeindex
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makeindex-doc
|
|
This package includes the documentation for texlive-makeindex
|
|
|
|
%post -n texlive-makeindex
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makeindex
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makeindex
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makeindex-doc
|
|
%defattr(-,root,root,755)
|
|
%{_mandir}/man1/makeindex.1*
|
|
%{_mandir}/man1/mkindex.1*
|
|
%{_texmfdistdir}/doc/support/makeindex/doc-src.zip
|
|
%{_texmfdistdir}/doc/support/makeindex/ind-src.zip
|
|
%{_texmfdistdir}/doc/support/makeindex/ind.pdf
|
|
%{_texmfdistdir}/doc/support/makeindex/makeindex.pdf
|
|
|
|
%files -n texlive-makeindex
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/makeindex/base/din.ist
|
|
%{_texmfdistdir}/makeindex/base/icase.ist
|
|
%{_texmfdistdir}/makeindex/base/latex.ist
|
|
%{_texmfdistdir}/makeindex/base/math.ist
|
|
%{_texmfdistdir}/makeindex/base/mkind.ist
|
|
%{_texmfdistdir}/makeindex/base/puncts.ist
|
|
%{_texmfdistdir}/makeindex/base/tex.ist
|
|
%{_texmfdistdir}/tex/plain/makeindex/idxmac.tex
|
|
/var/adm/update-scripts/texlive-makeindex-%{texlive_version}.%{texlive_noarch}.2.12svn33736-%{release}-zypper
|
|
|
|
%package -n texlive-makeplot
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.6svn15878
|
|
Release: 0
|
|
Summary: Easy plots from Matlab in LaTeX
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makeplot-doc >= %{texlive_version}
|
|
Provides: tex(makeplot.sty)
|
|
Requires: tex(fp.sty)
|
|
Requires: tex(pst-plot.sty)
|
|
Requires: tex(pstricks-add.sty)
|
|
Requires: tex(xkeyval.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source160: makeplot.tar.xz
|
|
Source161: makeplot.doc.tar.xz
|
|
|
|
%description -n texlive-makeplot
|
|
Existing approaches to create EPS files from Matlab (laprint,
|
|
mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims
|
|
to resolve this problem. Makeplot is a LaTeX package that uses
|
|
the pstricks pst-plot functions to plot data that it takes from
|
|
Matlab output files.
|
|
|
|
date: 2013-07-15 18:25:07 +0000
|
|
|
|
|
|
%package -n texlive-makeplot-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.6svn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-makeplot
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makeplot-doc
|
|
This package includes the documentation for texlive-makeplot
|
|
|
|
%post -n texlive-makeplot
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makeplot
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makeplot
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makeplot-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makeplot/README
|
|
%{_texmfdistdir}/doc/latex/makeplot/data1.mat
|
|
%{_texmfdistdir}/doc/latex/makeplot/data2.mat
|
|
%{_texmfdistdir}/doc/latex/makeplot/makeplot.pdf
|
|
%{_texmfdistdir}/doc/latex/makeplot/mptest.tex
|
|
|
|
%files -n texlive-makeplot
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makeplot/makeplot.sty
|
|
/var/adm/update-scripts/texlive-makeplot-%{texlive_version}.%{texlive_noarch}.1.0.6svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-makeshape
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn28973
|
|
Release: 0
|
|
Summary: Declare new PGF shapes
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-makeshape-doc >= %{texlive_version}
|
|
Provides: tex(makeshape.sty)
|
|
Requires: tex(tikz.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source162: makeshape.tar.xz
|
|
Source163: makeshape.doc.tar.xz
|
|
|
|
%description -n texlive-makeshape
|
|
The package simplifies production of custom shapes with correct
|
|
anchor borders, in PGF/TikZ; the only requirement is a PGF path
|
|
describing the anchor border. The package also provides macros
|
|
that help with the management of shape parameters, and the
|
|
definition of anchor points.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-makeshape-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.1svn28973
|
|
Release: 0
|
|
Summary: Documentation for texlive-makeshape
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-makeshape-doc
|
|
This package includes the documentation for texlive-makeshape
|
|
|
|
%post -n texlive-makeshape
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-makeshape
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-makeshape
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-makeshape-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/makeshape/README
|
|
%{_texmfdistdir}/doc/latex/makeshape/makeshape.pdf
|
|
%{_texmfdistdir}/doc/latex/makeshape/ontesting.pdf
|
|
%{_texmfdistdir}/doc/latex/makeshape/sampleshape.tex
|
|
%{_texmfdistdir}/doc/latex/makeshape/testsample.pdf
|
|
%{_texmfdistdir}/doc/latex/makeshape/testsample.tex
|
|
|
|
%files -n texlive-makeshape
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/makeshape/makeshape.sty
|
|
/var/adm/update-scripts/texlive-makeshape-%{texlive_version}.%{texlive_noarch}.2.1svn28973-%{release}-zypper
|
|
|
|
%package -n texlive-mandi
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2.0svn30981
|
|
Release: 0
|
|
Summary: Macros for introductory physics and astronomy
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-mandi-doc >= %{texlive_version}
|
|
Provides: tex(mandi.sty)
|
|
Requires: tex(amsmath.sty)
|
|
Requires: tex(amssymb.sty)
|
|
Requires: tex(array.sty)
|
|
Requires: tex(bigints.sty)
|
|
Requires: tex(calligra.sty)
|
|
Requires: tex(cancel.sty)
|
|
Requires: tex(environ.sty)
|
|
Requires: tex(epstopdf.sty)
|
|
Requires: tex(etoolbox.sty)
|
|
Requires: tex(extarrows.sty)
|
|
Requires: tex(filehook.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(graphicx.sty)
|
|
Requires: tex(ifthen.sty)
|
|
Requires: tex(letltxmacro.sty)
|
|
Requires: tex(listings.sty)
|
|
Requires: tex(mdframed.sty)
|
|
Requires: tex(suffix.sty)
|
|
Requires: tex(textcomp.sty)
|
|
Requires: tex(xargs.sty)
|
|
Requires: tex(xcolor.sty)
|
|
Requires: tex(xparse.sty)
|
|
Requires: tex(xspace.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source164: mandi.tar.xz
|
|
Source165: mandi.doc.tar.xz
|
|
|
|
%description -n texlive-mandi
|
|
The package contains commands for students and teachers of
|
|
introductory physics. Commands for physical quantities
|
|
intelligently handle SI units so the user need not do so. There
|
|
are other features that should make LaTeX easy for introductory
|
|
physics students.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-mandi-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2.0svn30981
|
|
Release: 0
|
|
Summary: Documentation for texlive-mandi
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-mandi-doc
|
|
This package includes the documentation for texlive-mandi
|
|
|
|
%post -n texlive-mandi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-mandi
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-mandi
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-mandi-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/mandi/README
|
|
%{_texmfdistdir}/doc/latex/mandi/mandi.pdf
|
|
%{_texmfdistdir}/doc/latex/mandi/vdemo.py
|
|
|
|
%files -n texlive-mandi
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/mandi/mandi.sty
|
|
/var/adm/update-scripts/texlive-mandi-%{texlive_version}.%{texlive_noarch}.2.2.0svn30981-%{release}-zypper
|
|
|
|
%package -n texlive-manfnt
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: LaTeX support for the TeX book 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(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-manfnt-fonts >= %{texlive_version}
|
|
Provides: tex(manfnt.map)
|
|
Provides: tex(manfnt.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source166: manfnt.tar.xz
|
|
|
|
%description -n texlive-manfnt
|
|
A LaTeX package for easy access to the symbols of the Knuth's
|
|
'manual' font, such as the Dangerous Bend and Manual-errata
|
|
Arrow.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-manfnt-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn15878
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-manfnt
|
|
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-manfnt-fonts
|
|
The separated fonts package for texlive-manfnt
|
|
%post -n texlive-manfnt
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'MixedMap[[:blank:]]+manfnt.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(MixedMap[[:blank:]]+manfnt.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'MixedMap manfnt.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-manfnt
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(MixedMap[[:blank:]]+manfnt.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-manfnt
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-manfnt-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-manfnt
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-manfnt
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-manfnt-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-manfnt
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/hoekwater/manfnt/manfnt.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/manfnt/manfnt.map
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/hoekwater/manfnt/manfnt.pfb
|
|
%{_texmfdistdir}/tex/latex/manfnt/manfnt.sty
|
|
|
|
%files -n texlive-manfnt-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-manfnt
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-manfnt.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-manfnt/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-manfnt/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-manfnt/fonts.scale
|
|
%{_datadir}/fonts/texlive-manfnt/manfnt.pfb
|
|
/var/adm/update-scripts/texlive-manfnt-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
|
|
%package -n texlive-manuscript
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17486
|
|
Release: 0
|
|
Summary: Emulate look of a document typed on a typewriter
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-manuscript-doc >= %{texlive_version}
|
|
Provides: tex(manuscript.sty)
|
|
Requires: tex(fontenc.sty)
|
|
Requires: tex(ragged2e.sty)
|
|
Requires: tex(setspace.sty)
|
|
Requires: tex(soul.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source167: manuscript.tar.xz
|
|
Source168: manuscript.doc.tar.xz
|
|
|
|
%description -n texlive-manuscript
|
|
This package is designed for those who have to submit
|
|
dissertations, etc., to institutions that still maintain the
|
|
typewriter is the summit of non-professional printing.
|
|
|
|
date: 2012-04-30 14:16:20 +0000
|
|
|
|
|
|
%package -n texlive-manuscript-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.svn17486
|
|
Release: 0
|
|
Summary: Documentation for texlive-manuscript
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-manuscript-doc
|
|
This package includes the documentation for texlive-manuscript
|
|
|
|
%post -n texlive-manuscript
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-manuscript
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-manuscript
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-manuscript-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/manuscript/README
|
|
%{_texmfdistdir}/doc/latex/manuscript/manuscript.pdf
|
|
|
|
%files -n texlive-manuscript
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/manuscript/manuscript.sty
|
|
/var/adm/update-scripts/texlive-manuscript-%{texlive_version}.%{texlive_noarch}.svn17486-%{release}-zypper
|
|
|
|
%package -n texlive-margbib
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn15878
|
|
Release: 0
|
|
Summary: Display bibitem tags in the margins
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-margbib-doc >= %{texlive_version}
|
|
Provides: tex(margbib.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source169: margbib.tar.xz
|
|
Source170: margbib.doc.tar.xz
|
|
|
|
%description -n texlive-margbib
|
|
The package redefines the 'thebibliography' environment to
|
|
place the citation key into the margin.
|
|
|
|
date: 2012-04-30 14:16:20 +0000
|
|
|
|
|
|
%package -n texlive-margbib-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0csvn15878
|
|
Release: 0
|
|
Summary: Documentation for texlive-margbib
|
|
License: GPL-2.0+
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-margbib-doc
|
|
This package includes the documentation for texlive-margbib
|
|
|
|
%post -n texlive-margbib
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-margbib
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-margbib
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-margbib-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/margbib/margbib.pdf
|
|
|
|
%files -n texlive-margbib
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/margbib/margbib.sty
|
|
/var/adm/update-scripts/texlive-margbib-%{texlive_version}.%{texlive_noarch}.1.0csvn15878-%{release}-zypper
|
|
|
|
%package -n texlive-marginfix
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31598
|
|
Release: 0
|
|
Summary: Patch \marginpar to avoid overfull margins
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-marginfix-doc >= %{texlive_version}
|
|
Provides: tex(marginfix.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source171: marginfix.tar.xz
|
|
Source172: marginfix.doc.tar.xz
|
|
|
|
%description -n texlive-marginfix
|
|
Authors using LaTeX to typeset books with significant margin
|
|
material often run into the problem of long notes running off
|
|
the bottom of the page. A typical workaround is to insert
|
|
\vshift commands by hand, but this is a tedious process that is
|
|
invalidated when pagination changes. Another workaround is
|
|
memoir's \sidebar function, but this can be unsatisfying for
|
|
short textual notes, and standard marginpars cannot be mixed
|
|
with sidebars. This package implements a solution to make
|
|
marginpars "just work" by keeping a list of floating inserts
|
|
and arranging them intelligently in the output routine.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-marginfix-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.1svn31598
|
|
Release: 0
|
|
Summary: Documentation for texlive-marginfix
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-marginfix-doc
|
|
This package includes the documentation for texlive-marginfix
|
|
|
|
%post -n texlive-marginfix
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-marginfix
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-marginfix
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-marginfix-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/marginfix/README
|
|
%{_texmfdistdir}/doc/latex/marginfix/marginfix.pdf
|
|
|
|
%files -n texlive-marginfix
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/marginfix/marginfix.sty
|
|
/var/adm/update-scripts/texlive-marginfix-%{texlive_version}.%{texlive_noarch}.1.1svn31598-%{release}-zypper
|
|
|
|
%package -n texlive-marginnote
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.1isvn25880
|
|
Release: 0
|
|
Summary: Notes in the margin, even where \marginpar fails
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-marginnote-doc >= %{texlive_version}
|
|
Provides: tex(marginnote.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source173: marginnote.tar.xz
|
|
Source174: marginnote.doc.tar.xz
|
|
|
|
%description -n texlive-marginnote
|
|
This package provides the command \marginnote that may be used
|
|
instead of \marginpar at almost every place where \marginpar
|
|
cannot be used, e.g., inside floats, footnotes, or in frames
|
|
made with the framed package.
|
|
|
|
date: 2012-04-10 18:26:14 +0000
|
|
|
|
|
|
%package -n texlive-marginnote-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.v1.1isvn25880
|
|
Release: 0
|
|
Summary: Documentation for texlive-marginnote
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-marginnote-doc
|
|
This package includes the documentation for texlive-marginnote
|
|
|
|
%post -n texlive-marginnote
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-marginnote
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-marginnote
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-marginnote-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/marginnote/marginnote.pdf
|
|
|
|
%files -n texlive-marginnote
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/marginnote/marginnote.sty
|
|
/var/adm/update-scripts/texlive-marginnote-%{texlive_version}.%{texlive_noarch}.v1.1isvn25880-%{release}-zypper
|
|
|
|
%package -n texlive-marvosym
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2asvn29349
|
|
Release: 0
|
|
Summary: Martin Vogel's Symbols (marvosym) font
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(post): grep
|
|
Requires(post): sed
|
|
Requires(postun): sed
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Requires: texlive-marvosym-fonts >= %{texlive_version}
|
|
Recommends: texlive-marvosym-doc >= %{texlive_version}
|
|
Provides: tex(marvosym.map)
|
|
Provides: tex(marvosym.sty)
|
|
Provides: tex(umvs.fd)
|
|
Provides: tex(umvs.tfm)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source175: marvosym.tar.xz
|
|
Source176: marvosym.doc.tar.xz
|
|
|
|
%description -n texlive-marvosym
|
|
Martin Vogel's Symbol font (marvosym) contains the Euro
|
|
currency symbol as defined by the European commission, along
|
|
with symbols for structural engineering; symbols for steel
|
|
cross-sections; astronomy signs (sun, moon, planets); the 12
|
|
signs of the zodiac; scissor symbols; CE sign and others. The
|
|
package contains both the original TrueType font and the
|
|
derived Type 1 font, together with support files for TeX
|
|
(LaTeX).
|
|
|
|
date: 2014-05-13 22:24:01 +0000
|
|
|
|
|
|
%package -n texlive-marvosym-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2asvn29349
|
|
Release: 0
|
|
Summary: Documentation for texlive-marvosym
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
%description -n texlive-marvosym-doc
|
|
This package includes the documentation for texlive-marvosym
|
|
|
|
|
|
%package -n texlive-marvosym-fonts
|
|
Version: %{texlive_version}.%{texlive_noarch}.2.2asvn29349
|
|
Release: 0
|
|
Summary: Severed fonts for texlive-marvosym
|
|
License: OFL-1.1
|
|
Group: Productivity/Publishing/TeX/Fonts
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(post): fontconfig
|
|
Requires(post): ghostscript-fonts-std
|
|
Requires(post): mkfontdir
|
|
Requires(post): mkfontscale
|
|
Requires(post): xorg-x11-fonts-core
|
|
Requires(postun): fontconfig
|
|
Requires(postun): ghostscript-fonts-std
|
|
Requires(postun): xorg-x11-fonts-core
|
|
|
|
%description -n texlive-marvosym-fonts
|
|
The separated fonts package for texlive-marvosym
|
|
%post -n texlive-marvosym
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
if grep -qsE 'Map[[:blank:]]+marvosym.map' %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
sed -ri 's/^\#\![[= =]]+(Map[[:blank:]]+marvosym.map)/\1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
elif test -e %{_texmfconfdir}/web2c/updmap.cfg; then
|
|
echo 'Map marvosym.map' >> %{_texmfconfdir}/web2c/updmap.cfg
|
|
fi
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%postun -n texlive-marvosym
|
|
if test $1 = 0; then
|
|
sed -ri 's/^(Map[[:blank:]]+marvosym.map)/\#\! \1/' %{_texmfconfdir}/web2c/updmap.cfg || :
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
%{_bindir}/updmap-sys --nohash --quiet > /dev/null 2>&1 || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
> /var/run/texlive/run-updmap
|
|
|
|
%posttrans -n texlive-marvosym
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%post -n texlive-marvosym-fonts
|
|
mkfontscale %{_datadir}/fonts/texlive-marvosym
|
|
mkfontdir -e %{_datadir}/fonts/encodings -e %{_datadir}/fonts/encodings/large %{_datadir}/fonts/texlive-marvosym
|
|
fc-cache %{_datadir}/fonts
|
|
|
|
%postun -n texlive-marvosym-fonts
|
|
if test $1 = 0; then
|
|
fc-cache %{_datadir}/fonts
|
|
fi
|
|
|
|
%files -n texlive-marvosym-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/fonts/marvosym/FONTLOG.txt
|
|
%{_texmfdistdir}/doc/fonts/marvosym/Makefile
|
|
%{_texmfdistdir}/doc/fonts/marvosym/OFL-FAQ.txt
|
|
%{_texmfdistdir}/doc/fonts/marvosym/OFL.txt
|
|
%{_texmfdistdir}/doc/fonts/marvosym/README
|
|
%{_texmfdistdir}/doc/fonts/marvosym/marvodoc.pdf
|
|
%{_texmfdistdir}/doc/fonts/marvosym/marvodoc.tex
|
|
%{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.pdf
|
|
%{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.tex
|
|
|
|
%files -n texlive-marvosym
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/fonts/afm/public/marvosym/marvosym.afm
|
|
%{_texmfdistdir}/fonts/map/dvips/marvosym/marvosym.map
|
|
%{_texmfdistdir}/fonts/tfm/public/marvosym/umvs.tfm
|
|
%verify(link) %{_texmfdistdir}/fonts/truetype/public/marvosym/marvosym.ttf
|
|
%verify(link) %{_texmfdistdir}/fonts/type1/public/marvosym/marvosym.pfb
|
|
%{_texmfdistdir}/tex/latex/marvosym/marvosym.sty
|
|
%{_texmfdistdir}/tex/latex/marvosym/umvs.fd
|
|
|
|
%files -n texlive-marvosym-fonts
|
|
%defattr(-,root,root,755)
|
|
%dir %{_datadir}/fonts/texlive-marvosym
|
|
%config %{_sysconfdir}/fonts/conf.avail/58-texlive-marvosym.conf
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-marvosym/encodings.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-marvosym/fonts.dir
|
|
%ghost %verify(not md5 size mtime) %{_datadir}/fonts/texlive-marvosym/fonts.scale
|
|
%{_datadir}/fonts/texlive-marvosym/marvosym.ttf
|
|
%{_datadir}/fonts/texlive-marvosym/marvosym.pfb
|
|
/var/adm/update-scripts/texlive-marvosym-%{texlive_version}.%{texlive_noarch}.2.2asvn29349-%{release}-zypper
|
|
|
|
%package -n texlive-matc3
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.1svn29845
|
|
Release: 0
|
|
Summary: Commands for MatematicaC3 textbooks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-matc3-doc >= %{texlive_version}
|
|
Provides: tex(matc3.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source177: matc3.tar.xz
|
|
Source178: matc3.doc.tar.xz
|
|
|
|
%description -n texlive-matc3
|
|
The package provides support for the Matematica C3 project to
|
|
produce free mathematical text books for use in Italian high
|
|
schools.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-matc3-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.1svn29845
|
|
Release: 0
|
|
Summary: Documentation for texlive-matc3
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-matc3-doc:it)
|
|
|
|
%description -n texlive-matc3-doc
|
|
This package includes the documentation for texlive-matc3
|
|
|
|
%post -n texlive-matc3
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-matc3
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-matc3
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-matc3-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/matc3/Makefile
|
|
%{_texmfdistdir}/doc/latex/matc3/README
|
|
%{_texmfdistdir}/doc/latex/matc3/matc3.pdf
|
|
|
|
%files -n texlive-matc3
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/matc3/matc3.sty
|
|
/var/adm/update-scripts/texlive-matc3-%{texlive_version}.%{texlive_noarch}.1.0.1svn29845-%{release}-zypper
|
|
|
|
%package -n texlive-matc3mem
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.2svn29894
|
|
Release: 0
|
|
Summary: Class for MatematicaC3 textbooks
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Requires(pre): texlive >= %{texlive_version}
|
|
Requires(post): coreutils
|
|
Requires(postun): coreutils
|
|
Requires(postun): texlive >= %{texlive_version}
|
|
Requires(posttrans): texlive >= %{texlive_version}
|
|
Recommends: texlive-matc3mem-doc >= %{texlive_version}
|
|
Provides: tex(matc3mem.cls)
|
|
Requires: tex(amsthm.sty)
|
|
Requires: tex(shadethm.sty)
|
|
Requires: tex(xcolor.sty)
|
|
# Download at ftp://ftp.ctan.org/pub/tex/systems/texlive/tlnet/archive/
|
|
# from 20140525
|
|
Source179: matc3mem.tar.xz
|
|
Source180: matc3mem.doc.tar.xz
|
|
|
|
%description -n texlive-matc3mem
|
|
The class is a development of memoir, with additions
|
|
(specifically, mathematical extensions) that provide support
|
|
for writing the books for the Matematica C3 project to produce
|
|
free mathematical textbooks for use in Italian high schools.
|
|
|
|
date: 2014-02-26 22:03:13 +0000
|
|
|
|
|
|
%package -n texlive-matc3mem-doc
|
|
Version: %{texlive_version}.%{texlive_noarch}.1.0.2svn29894
|
|
Release: 0
|
|
Summary: Documentation for texlive-matc3mem
|
|
License: LPPL-1.0
|
|
Group: Productivity/Publishing/TeX/Base
|
|
Url: http://www.tug.org/texlive/
|
|
Provides: locale(texlive-matc3mem-doc:it)
|
|
|
|
%description -n texlive-matc3mem-doc
|
|
This package includes the documentation for texlive-matc3mem
|
|
|
|
%post -n texlive-matc3mem
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%postun -n texlive-matc3mem
|
|
if test $1 = 0; then
|
|
%{_bindir}/mktexlsr 2> /dev/null || :
|
|
exit 0
|
|
fi
|
|
mkdir -p /var/run/texlive
|
|
> /var/run/texlive/run-mktexlsr
|
|
> /var/run/texlive/run-update
|
|
|
|
%posttrans -n texlive-matc3mem
|
|
test -f /var/run/texlive/run-update || exit 0
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|
rm -f /var/run/texlive/run-update
|
|
|
|
%files -n texlive-matc3mem-doc
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/doc/latex/matc3mem/Makefile
|
|
%{_texmfdistdir}/doc/latex/matc3mem/README
|
|
%{_texmfdistdir}/doc/latex/matc3mem/matc3mem.pdf
|
|
|
|
%files -n texlive-matc3mem
|
|
%defattr(-,root,root,755)
|
|
%{_texmfdistdir}/tex/latex/matc3mem/matc3mem.cls
|
|
/var/adm/update-scripts/texlive-matc3mem-%{texlive_version}.%{texlive_noarch}.1.0.2svn29894-%{release}-zypper
|
|
|
|
%prep
|
|
%setup -q -c -T
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
|
mkdir -p %{buildroot}%{_texmfmaindir}
|
|
mkdir -p %{buildroot}%{_datadir}/texlive
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
|
ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf
|
|
# Move relocated paths back to where those belongs to,
|
|
# required as the as texlive.tlpdb isn't correct anymore
|
|
relocate () {
|
|
pushd %{buildroot}%{_datadir}/texlive/
|
|
rm -vrf tlpkg/tlpobj
|
|
for path in * ; do
|
|
test ! -h "$path" || continue
|
|
test -d "$path" || exit 1
|
|
tar cpf - "$path" | tar xpf - -C %{buildroot}%{_texmfdistdir}/
|
|
done
|
|
popd
|
|
}
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lm-math-%{texlive_version}.%{texlive_noarch}.1.958svn29044-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-lm-math
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/public/lm-math/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-lm-math
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-lm-math/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lm-math/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lm-math/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lm-math/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-lm-math.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-lm-math -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-lm-math/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lmake-%{texlive_version}.%{texlive_noarch}.1.0svn25552-%{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-lobster2-%{texlive_version}.%{texlive_noarch}.svn32617-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-lobster2
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/opentype/impallari/lobster2/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/truetype/impallari/lobster2/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/impallari/lobster2/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-lobster2
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-lobster2/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lobster2/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lobster2/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lobster2/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-lobster2.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-lobster2 -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-lobster2/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-locality-%{texlive_version}.%{texlive_noarch}.0.0.2svn20422-%{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-localloc-%{texlive_version}.%{texlive_noarch}.svn21934-%{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-logbox-%{texlive_version}.%{texlive_noarch}.1.0svn24499-%{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-logical-markup-utils-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:13} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:14} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-logicproof-%{texlive_version}.%{texlive_noarch}.svn33254-%{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-logicpuzzle-%{texlive_version}.%{texlive_noarch}.2.4svn31024-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:17} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:18} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Strip executable bit from non-scripts
|
|
for txt in %{_texmfdistdir}/scripts/logicpuzzle/simple.smc
|
|
do
|
|
test -e %{buildroot}/$txt || continue
|
|
chmod 0644 %{buildroot}/$txt
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-logpap-%{texlive_version}.%{texlive_noarch}.0.0.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:19} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:20} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-logreq-%{texlive_version}.%{texlive_noarch}.1.0svn19640-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:21} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:22} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lollipop-%{texlive_version}.%{texlive_noarch}.1.03svn33676-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:23} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:24} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-longnamefilelist-%{texlive_version}.%{texlive_noarch}.0.0.2svn27889-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:25} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:26} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-loops-%{texlive_version}.%{texlive_noarch}.1.3svn30704-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:27} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:28} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lpic-%{texlive_version}.%{texlive_noarch}.0.0.8svn20843-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:29} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:30} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lplfitch-%{texlive_version}.%{texlive_noarch}.0.0.9svn31077-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:31} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:32} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lps-%{texlive_version}.%{texlive_noarch}.0.0.7svn21322-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:33} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:34} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lsc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:35} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:36} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-bulgarian-%{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-lshort-chinese-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:38} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-czech-%{texlive_version}.%{texlive_noarch}.4.27svn29803-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:39} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-dutch-%{texlive_version}.%{texlive_noarch}.1.3svn15878-%{release}-zypper
|
|
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-lshort-english-%{texlive_version}.%{texlive_noarch}.5.02svn33687-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:41} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-finnish-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:42} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-french-%{texlive_version}.%{texlive_noarch}.5.01fr_0svn23332-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:43} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-german-%{texlive_version}.%{texlive_noarch}.3.0svn28270-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:44} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-italian-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:45} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-japanese-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:46} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-korean-%{texlive_version}.%{texlive_noarch}.4.17svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:47} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-mongol-%{texlive_version}.%{texlive_noarch}.4.26svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:48} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-persian-%{texlive_version}.%{texlive_noarch}.5.01svn31296-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:49} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-polish-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
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-lshort-portuguese-%{texlive_version}.%{texlive_noarch}.5.01.0svn22569-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-russian-%{texlive_version}.%{texlive_noarch}.svn18906-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:52} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-slovak-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:53} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-slovenian-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
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-lshort-spanish-%{texlive_version}.%{texlive_noarch}.0.0.4svn17269-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:55} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-thai-%{texlive_version}.%{texlive_noarch}.1.32svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:56} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-turkish-%{texlive_version}.%{texlive_noarch}.4.20svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:57} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lshort-ukr-%{texlive_version}.%{texlive_noarch}.4.00svn15878-%{release}-zypper
|
|
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-lshort-vietnamese-%{texlive_version}.%{texlive_noarch}.4.00svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:59} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lstaddons-%{texlive_version}.%{texlive_noarch}.0.0.1svn26196-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:60} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:61} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lt3graph-%{texlive_version}.%{texlive_noarch}.0.0.1.3svn33623-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:62} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:63} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltablex-%{texlive_version}.%{texlive_noarch}.1.0svn29903-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:64} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:65} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltabptch-%{texlive_version}.%{texlive_noarch}.1.74dsvn17533-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:66} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltxdockit-%{texlive_version}.%{texlive_noarch}.1.2dsvn21869-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:69} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltxfileinfo-%{texlive_version}.%{texlive_noarch}.2.01svn33670-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:70} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:71} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltximg-%{texlive_version}.%{texlive_noarch}.1.0svn32346-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:72} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:73} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltxindex-%{texlive_version}.%{texlive_noarch}.0.0.1csvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:74} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:75} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltxkeys-%{texlive_version}.%{texlive_noarch}.0.0.0.3csvn28332-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:76} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:77} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ltxmisc-%{texlive_version}.%{texlive_noarch}.svn21927-%{release}-zypper
|
|
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-ltxnew-%{texlive_version}.%{texlive_noarch}.1.3svn21586-%{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-ltxtools-%{texlive_version}.%{texlive_noarch}.0.0.0.1asvn24897-%{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-lua-alt-getopt-%{texlive_version}.%{texlive_noarch}.0.0.7.0svn29349-%{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-lua-check-hyphen-%{texlive_version}.%{texlive_noarch}.0.0.1svn27227-%{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-lua-visual-debug-%{texlive_version}.%{texlive_noarch}.0.0.4svn25881-%{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-lua2dox-%{texlive_version}.%{texlive_noarch}.0.0.2svn29349-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:89} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:90} -C %{buildroot}%{_datadir}/texlive
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/support/lua2dox/install.bat
|
|
# Strip executable bit from non-scripts
|
|
for txt in %{_texmfdistdir}/scripts/lua2dox/lua.def
|
|
do
|
|
test -e %{buildroot}/$txt || continue
|
|
chmod 0644 %{buildroot}/$txt
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-luabibentry-%{texlive_version}.%{texlive_noarch}.0.0.1asvn31783-%{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-luabidi-%{texlive_version}.%{texlive_noarch}.0.0.2svn30790-%{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-luacode-%{texlive_version}.%{texlive_noarch}.1.2asvn25193-%{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-luaindex-%{texlive_version}.%{texlive_noarch}.0.0.1bsvn25882-%{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-luainputenc-%{texlive_version}.%{texlive_noarch}.0.0.973svn20491-%{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-luaintro-%{texlive_version}.%{texlive_noarch}.0.0.02svn30909-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lualatex-doc-%{texlive_version}.%{texlive_noarch}.svn30473-%{release}-zypper
|
|
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-lualatex-doc-de-%{texlive_version}.%{texlive_noarch}.1.0svn30474-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:103} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lualatex-math-%{texlive_version}.%{texlive_noarch}.1.3svn31389-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:104} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:105} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-lualibs-%{texlive_version}.%{texlive_noarch}.2.1asvn33861-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:106} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:107} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-luamplib-%{texlive_version}.%{texlive_noarch}.2.6.1svn34021-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-luaotfload-%{texlive_version}.%{texlive_noarch}.2.4_4svn34131-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:110} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive
|
|
pushd %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:112}
|
|
popd
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-luasseq-%{texlive_version}.%{texlive_noarch}.2.1svn20467-%{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-luatex-%{texlive_version}.%{texlive_noarch}.0.0.70.1svn33828-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-luatexbase-%{texlive_version}.%{texlive_noarch}.0.0.6svn30562-%{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-luatexja-%{texlive_version}.%{texlive_noarch}.20140504.0svn33863-%{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-luatexko-%{texlive_version}.%{texlive_noarch}.1.5svn34018-%{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-luatextra-%{texlive_version}.%{texlive_noarch}.1.0.1svn20747-%{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-luaxml-%{texlive_version}.%{texlive_noarch}.0.0.0.2svn32741-%{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-lxfonts-%{texlive_version}.%{texlive_noarch}.2.0bsvn32354-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-lxfonts
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/lxfonts/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-lxfonts
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-lxfonts/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lxfonts/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lxfonts/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-lxfonts/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-lxfonts.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-lxfonts -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-lxfonts/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-ly1-%{texlive_version}.%{texlive_noarch}.svn21086-%{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-m-tx-%{texlive_version}.%{texlive_noarch}.0.0.60dsvn33825-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:131} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:132} -C %{buildroot}%{_datadir}/texlive
|
|
# Strip executable bit from non-scripts
|
|
for txt in %{_texmfdistdir}/doc/generic/m-tx/mtx060/docversion
|
|
do
|
|
test -e %{buildroot}/$txt || continue
|
|
chmod 0644 %{buildroot}/$txt
|
|
done
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-macros2e-%{texlive_version}.%{texlive_noarch}.v0.4svn23236-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:133} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-macroswap-%{texlive_version}.%{texlive_noarch}.1.1svn31498-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:134} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:135} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-mafr-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:136} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:137} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-magaz-%{texlive_version}.%{texlive_noarch}.0.0.4svn24694-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:138} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:139} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-mailing-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:140} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:141} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-mailmerge-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:142} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:143} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makebarcode-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:144} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makebox-%{texlive_version}.%{texlive_noarch}.0.0.1svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makecell-%{texlive_version}.%{texlive_noarch}.0.0.1esvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makecirc-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:150} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:151} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makecmds-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:152} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:153} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makedtx-%{texlive_version}.%{texlive_noarch}.0.0.94bsvn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:154} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:155} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makeglos-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makeindex-%{texlive_version}.%{texlive_noarch}.2.12svn33736-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:158} -C %{buildroot}%{_datadir}/texlive
|
|
tar --use-compress-program=xz -xf %{S:159} -C %{buildroot}%{_datadir}/texlive
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makeplot-%{texlive_version}.%{texlive_noarch}.1.0.6svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:160} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:161} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-makeshape-%{texlive_version}.%{texlive_noarch}.2.1svn28973-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:162} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:163} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-mandi-%{texlive_version}.%{texlive_noarch}.2.2.0svn30981-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:164} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
tar --use-compress-program=xz -xf %{S:165} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-manfnt-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
|
|
tar --use-compress-program=xz -xf %{S:166} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-manfnt
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/hoekwater/manfnt/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-manfnt
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-manfnt/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-manfnt/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-manfnt/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-manfnt/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-manfnt.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-manfnt -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-manfnt/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-manuscript-%{texlive_version}.%{texlive_noarch}.svn17486-%{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-margbib-%{texlive_version}.%{texlive_noarch}.1.0csvn15878-%{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-marginfix-%{texlive_version}.%{texlive_noarch}.1.1svn31598-%{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-marginnote-%{texlive_version}.%{texlive_noarch}.v1.1isvn25880-%{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-marvosym-%{texlive_version}.%{texlive_noarch}.2.2asvn29349-%{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
|
|
# Move font files
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-marvosym
|
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/truetype/public/marvosym/*.{pf[ab],[ot]tf} \
|
|
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/marvosym/*.{pf[ab],[ot]tf}
|
|
do
|
|
test -e $font || continue
|
|
mv -f $font %{buildroot}%{_datadir}/fonts/texlive-marvosym
|
|
base=${font##*/}
|
|
ln -sf %{_datadir}/fonts/texlive-marvosym/${base} ${font}
|
|
done
|
|
> %{buildroot}%{_datadir}/fonts/texlive-marvosym/encodings.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-marvosym/fonts.dir
|
|
> %{buildroot}%{_datadir}/fonts/texlive-marvosym/fonts.scale
|
|
mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
(cat > %{buildroot}%{_sysconfdir}/fonts/conf.avail/58-texlive-marvosym.conf)<<-'EOF'
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- ************************************************ -->
|
|
<!-- Use this to disable the TeX fonts of the package -->
|
|
<!-- texlive-marvosym -->
|
|
<!-- Be aware that the configurations in the files -->
|
|
<!-- 09-texlive*.conf will not be affected by this -->
|
|
<!-- ************************************************ -->
|
|
|
|
<fontconfig>
|
|
<rejectfont>
|
|
<glob>%{_datadir}/fonts/texlive-marvosym/*</glob>
|
|
</rejectfont>
|
|
</fontconfig>
|
|
EOF
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
|
%{buildroot}/var/adm/update-scripts/texlive-matc3-%{texlive_version}.%{texlive_noarch}.1.0.1svn29845-%{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-matc3mem-%{texlive_version}.%{texlive_noarch}.1.0.2svn29894-%{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
|
|
# Remove this
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf
|
|
rm -v %{buildroot}%{_datadir}/texlive/texmf-dist
|
|
rm -vr %{buildroot}%{_datadir}/texlive
|
|
# Handle manual pages
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfmaindir}/doc/man/man*/*.pdf
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/Makefile
|
|
rm -vf %{buildroot}%{_texmfdistdir}/doc/man/man*/*.pdf
|
|
for path in %{buildroot}%{_texmfmaindir}/doc/man/man? \
|
|
%{buildroot}%{_texmfdistdir}/doc/man/man?
|
|
do
|
|
test -d "$path" || continue
|
|
sec=${path##*/}
|
|
mkdir -p %{buildroot}%{_mandir}/${sec}
|
|
for page in ${path}/*.*
|
|
do
|
|
test -e "$page" || continue
|
|
mv -f $page %{buildroot}%{_mandir}/${sec}/
|
|
done
|
|
done
|
|
rm -rf %{buildroot}%{_texmfmaindir}/doc/man
|
|
rm -rf %{buildroot}%{_texmfdistdir}/doc/man
|
|
find %{buildroot}%{_texmfmaindir}/ %{buildroot}%{_texmfdistdir}/ \
|
|
-type f -a -perm /g+w,o+w | xargs --no-run-if-empty chmod g-w,o-w
|
|
|
|
%changelog
|