2011-12-20 18:29:17 +01:00
|
|
|
#
|
|
|
|
# spec file for package texlive
|
|
|
|
#
|
2017-03-08 14:29:15 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-12-20 18:29:17 +01:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2012-12-21 10:16:48 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%define texlive_version 2017
|
|
|
|
%define texlive_previous 2016
|
|
|
|
%define texlive_release 20170520
|
2017-08-14 15:10:36 +02:00
|
|
|
%define texlive_noarch 132
|
2017-06-14 12:49:40 +02:00
|
|
|
%define texlive_source texlive-20170520-source
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%define __perl_requires %{nil}
|
|
|
|
%define __os_install_post /usr/lib/rpm/brp-compress \\\
|
|
|
|
%(ls /usr/lib/rpm/brp-suse.d/* 2> /dev/null | grep -vE 'symlink|desktop') %{nil}
|
|
|
|
|
2016-02-03 14:46:13 +01:00
|
|
|
%if ! %{defined perl_version}
|
|
|
|
%global perl_version %(rpm -q --qf '%{VERSION}' perl)
|
|
|
|
%endif
|
|
|
|
%global perl_versnum %(rpm -q --qf '%{VERSION}' perl | sed 's/\\.//g')
|
|
|
|
|
2016-02-02 09:58:43 +01:00
|
|
|
#
|
|
|
|
# LuaJIT -- does not build nor support all architectures
|
|
|
|
# Current status is available at https://github.com/LuaJIT/LuaJIT
|
|
|
|
# Compare with libs/luajit/LuaJIT-<version>/src/lj_arch.h
|
|
|
|
#
|
2016-06-15 13:09:22 +02:00
|
|
|
%ifarch %ix86 x86_64 ppc %arml aarch64 mips
|
2016-02-02 09:58:43 +01:00
|
|
|
%global with_LuaJIT 1
|
|
|
|
%endif
|
|
|
|
%bcond_with LuaJIT
|
|
|
|
|
2016-02-02 18:42:24 +01:00
|
|
|
#
|
|
|
|
# poppler -- use system wide libpoppler
|
|
|
|
#
|
|
|
|
%if 0%{suse_version} > 1320
|
|
|
|
%global with_poppler 1
|
|
|
|
%endif
|
|
|
|
%bcond_with poppler
|
|
|
|
|
2012-05-21 17:26:13 +02:00
|
|
|
#
|
|
|
|
# psutils -- is also available as the package psutils and therefore
|
|
|
|
# not necessary required, enabling the resulting psutils
|
|
|
|
# cause dependency on package collection-fontutils
|
|
|
|
%bcond_with psutils
|
|
|
|
|
|
|
|
#
|
|
|
|
# buildbiber -- we build our own biber executable as with this all
|
|
|
|
# architectures can be supported (in theory) and the final
|
|
|
|
# perl dump binary is smaller
|
|
|
|
#
|
|
|
|
%global with_buildbiber 1
|
|
|
|
%bcond_with buildbiber
|
|
|
|
|
2013-05-06 15:33:07 +02:00
|
|
|
#
|
|
|
|
# lcdf-typetools -- is also available as the package lcdf-typetools
|
|
|
|
# and therefore we may only require this external package
|
2013-05-07 12:18:57 +02:00
|
|
|
%global with_lcdf_typetools 1
|
2013-05-06 15:33:07 +02:00
|
|
|
%bcond_with lcdf_typetools
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
Name: texlive
|
2012-06-01 10:02:51 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}
|
|
|
|
Release: 0
|
2012-06-12 19:56:21 +02:00
|
|
|
Summary: The TeXLive Formatting System
|
2012-12-21 10:16:48 +01:00
|
|
|
License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1.0 and Artistic-1.0 and Apache-2.0 and MIT and BSD-3-Clause and SUSE-TeX and SUSE-Public-Domain
|
2011-12-20 18:29:17 +01:00
|
|
|
Group: Productivity/Publishing/TeX/Base
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-07-31 15:21:21 +02:00
|
|
|
PreReq: /usr/bin/perl
|
|
|
|
PreReq: /usr/bin/clear
|
|
|
|
PreReq: /usr/bin/dialog
|
|
|
|
PreReq: coreutils
|
|
|
|
PreReq: ed
|
|
|
|
PreReq: findutils
|
|
|
|
PreReq: grep
|
|
|
|
PreReq: sed
|
2013-07-17 14:54:39 +02:00
|
|
|
PreReq: %{name}-filesystem >= %{texlive_version}
|
|
|
|
PreReq: %{name}-kpathsea-bin >= %{texlive_version}
|
|
|
|
PreReq: %{name}-kpathsea >= %{texlive_version}
|
|
|
|
PreReq: %{name}-tetex-bin >= %{texlive_version}
|
|
|
|
PreReq: %{name}-tetex >= %{texlive_version}
|
|
|
|
PreReq: %{name}-texconfig-bin >= %{texlive_version}
|
|
|
|
PreReq: %{name}-texconfig >= %{texlive_version}
|
|
|
|
#!BuildIgnore: %{name}-kpathsea-bin
|
|
|
|
#!BuildIgnore: %{name}-kpathsea
|
|
|
|
#!BuildIgnore: %{name}-tetex-bin
|
|
|
|
#!BuildIgnore: %{name}-tetex
|
|
|
|
#!BuildIgnore: %{name}-texconfig-bin
|
|
|
|
#!BuildIgnore: %{name}-texconfig
|
2012-06-12 19:56:21 +02:00
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(postun): coreutils
|
|
|
|
Requires(posttrans): coreutils
|
|
|
|
Requires(posttrans): ed
|
|
|
|
Requires(posttrans): findutils
|
|
|
|
Requires(posttrans): grep
|
|
|
|
Requires(posttrans): sed
|
2012-06-13 10:18:32 +02:00
|
|
|
Requires(posttrans): %{name}-filesystem >= %{texlive_version}
|
2012-06-12 19:56:21 +02:00
|
|
|
Requires(posttrans): %{name}-kpathsea-bin >= %{texlive_version}
|
|
|
|
Requires(posttrans): %{name}-kpathsea >= %{texlive_version}
|
|
|
|
Requires(posttrans): %{name}-tetex-bin >= %{texlive_version}
|
|
|
|
Requires(posttrans): %{name}-tetex >= %{texlive_version}
|
2012-06-18 09:29:52 +02:00
|
|
|
Requires(posttrans): %{name}-texconfig-bin >= %{texlive_version}
|
|
|
|
Requires(posttrans): %{name}-texconfig >= %{texlive_version}
|
2012-06-26 13:08:48 +02:00
|
|
|
Recommends: %{name}-scheme-medium
|
2012-01-25 11:15:02 +01:00
|
|
|
BuildRequires: autoconf
|
2012-04-10 17:07:51 +02:00
|
|
|
BuildRequires: automake
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: cairo
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: dejavu
|
|
|
|
BuildRequires: dialog
|
|
|
|
BuildRequires: ed
|
|
|
|
BuildRequires: expat
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: fftw3-devel
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: freeglut-devel
|
2012-04-10 17:07:51 +02:00
|
|
|
BuildRequires: freetype-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: freetype2-devel
|
|
|
|
BuildRequires: gc-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gd-devel
|
2012-04-24 12:14:16 +02:00
|
|
|
BuildConflicts: ghostscript-mini
|
2012-12-21 10:16:48 +01:00
|
|
|
BuildRequires: %{name}-filesystem
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: ghostscript-devel
|
|
|
|
BuildRequires: ghostscript-library
|
|
|
|
BuildRequires: glibc-devel
|
2013-08-07 13:06:40 +02:00
|
|
|
%if 0%{suse_version} > 1220
|
2013-08-07 13:00:57 +02:00
|
|
|
BuildRequires: glu-devel
|
2013-08-07 13:06:40 +02:00
|
|
|
%endif
|
2016-04-13 16:02:25 +02:00
|
|
|
BuildRequires: graphite2-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: gsl-devel
|
2016-04-13 16:02:25 +02:00
|
|
|
BuildRequires: harfbuzz-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: jpeg
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: libopenssl-devel
|
2013-08-01 10:05:14 +02:00
|
|
|
%if 0%{suse_version} > 1220
|
2013-08-07 13:00:57 +02:00
|
|
|
BuildRequires: Mesa-libGL-devel
|
|
|
|
BuildRequires: Mesa-libglapi-devel
|
2013-08-01 10:05:14 +02:00
|
|
|
BuildRequires: libOSMesa-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: Mesa-devel
|
|
|
|
%endif
|
2016-04-13 16:02:25 +02:00
|
|
|
BuildRequires: libpaper-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libpoppler-devel
|
2013-08-07 13:11:05 +02:00
|
|
|
%if 0%{suse_version} > 1230
|
|
|
|
BuildRequires: libsigsegv-devel
|
|
|
|
%endif
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt-devel
|
2016-04-13 11:46:52 +02:00
|
|
|
BuildRequires: mpfr-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: netpbm
|
|
|
|
BuildRequires: pango-devel
|
2012-06-10 20:11:21 +02:00
|
|
|
BuildRequires: pango-tools
|
2016-04-13 16:02:25 +02:00
|
|
|
BuildRequires: potrace-devel
|
2012-05-18 15:37:01 +02:00
|
|
|
BuildRequires: pwdutils
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: readline-devel
|
2012-06-19 16:18:50 +02:00
|
|
|
BuildConflicts: texinfo
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: xaw3d-devel
|
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
|
BuildRequires: xorg-x11-util-devel
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildRequires: zip
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: zlib-devel
|
2011-12-20 18:29:17 +01:00
|
|
|
BuildRequires: zziplib-devel
|
2012-05-21 17:26:13 +02:00
|
|
|
%if %{with buildbiber}
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl-base >= 5.24.1
|
2013-09-02 14:19:24 +02:00
|
|
|
BuildRequires: perl(autovivification)
|
|
|
|
#BuildRequires: perl(Business::ISBN)
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: perl-Business-ISBN
|
|
|
|
BuildRequires: perl-Business-ISBN-Data
|
|
|
|
BuildRequires: perl(Business::ISMN)
|
|
|
|
BuildRequires: perl(Business::ISSN)
|
2016-06-14 12:26:43 +02:00
|
|
|
BuildRequires: perl(Class::Accessor)
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Class::Factory::Util)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(Config::AutoConf) >= 0.15
|
|
|
|
BuildRequires: perl(Data::Compare)
|
|
|
|
BuildRequires: perl(Data::Dump)
|
2016-06-14 12:26:43 +02:00
|
|
|
BuildRequires: perl(Data::Uniqid)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(Date::Simple)
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(DateTime)
|
|
|
|
BuildRequires: perl(DateTime::Calendar::Julian)
|
|
|
|
BuildRequires: perl(DateTime::Format::Builder)
|
|
|
|
BuildRequires: perl(DateTime::Format::Strptime)
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: perl(Encode::EUCJPASCII)
|
|
|
|
BuildRequires: perl(Encode::HanExtra)
|
|
|
|
BuildRequires: perl(Encode::JIS2K)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(ExtUtils::LibBuilder) >= 0.02
|
|
|
|
BuildRequires: perl(File::Slurp::Unicode)
|
2012-06-10 20:11:21 +02:00
|
|
|
BuildRequires: perl(File::Which)
|
2016-07-19 17:31:15 +02:00
|
|
|
BuildRequires: perl(IO::String)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(IPC::Cmd)
|
|
|
|
BuildRequires: perl(IPC::Run3)
|
|
|
|
BuildRequires: perl(LWP::Protocol::https)
|
|
|
|
BuildRequires: perl(LWP::Simple)
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: perl(LWP::UserAgent)
|
2016-07-19 17:31:15 +02:00
|
|
|
BuildRequires: perl(Lingua::Translit)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(List::AllUtils)
|
2016-02-02 10:20:55 +01:00
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.407
|
2016-02-02 09:58:43 +01:00
|
|
|
BuildRequires: perl(List::MoreUtils::XS)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(Log::Log4perl)
|
2012-06-10 20:11:21 +02:00
|
|
|
BuildRequires: perl(Module::Build)
|
2013-11-13 14:10:29 +01:00
|
|
|
%if 0%{suse_version} <= 1230
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(PAR::Packer)
|
2013-11-13 14:10:29 +01:00
|
|
|
%endif
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Package::DeprecationManager)
|
|
|
|
BuildRequires: perl(Params::Util)
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(Readonly::XS)
|
|
|
|
BuildRequires: perl(Regexp::Common)
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Sort::Key)
|
|
|
|
BuildRequires: perl(Sub::Install)
|
2016-02-01 17:10:03 +01:00
|
|
|
BuildRequires: perl(Test::Differences)
|
2012-06-10 20:11:21 +02:00
|
|
|
BuildRequires: perl(Test::More)
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: perl(Test::Pod) >= 1.22
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Text::BibTeX) >= 0.76
|
|
|
|
BuildRequires: perl(Text::CSV)
|
|
|
|
BuildRequires: perl(Text::CSV_XS)
|
2016-02-01 17:10:03 +01:00
|
|
|
BuildRequires: perl(Text::Roman)
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Unicode::Collate) >= 1.18
|
2013-07-31 15:21:21 +02:00
|
|
|
BuildRequires: perl(Unicode::GCString)
|
2017-06-14 12:49:40 +02:00
|
|
|
BuildRequires: perl(Unicode::LineBreak)
|
2016-02-01 17:10:03 +01:00
|
|
|
BuildRequires: perl(Unicode::Normalize) >= 1.23
|
2012-05-21 17:26:13 +02:00
|
|
|
BuildRequires: perl(XML::LibXML::Simple)
|
|
|
|
BuildRequires: perl(XML::LibXSLT)
|
|
|
|
BuildRequires: perl(XML::Writer::String)
|
|
|
|
%endif
|
2012-06-04 09:51:53 +02:00
|
|
|
# Download at ftp://tug.org/texlive/historic/%{texlive_version}/
|
2012-06-02 15:37:44 +02:00
|
|
|
Source0: %{texlive_source}.tar.xz
|
2017-06-14 12:49:40 +02:00
|
|
|
Source3: biblatex-biber-2.7.tar.xz
|
2011-12-20 18:29:17 +01:00
|
|
|
Source4: cnf-to-paths.awk
|
2012-06-20 15:14:21 +02:00
|
|
|
Source30: texlive-rpmlintrc
|
2012-04-27 17:49:04 +02:00
|
|
|
Source50: public.c
|
|
|
|
Source51: public.8
|
2011-12-20 18:29:17 +01:00
|
|
|
Patch0: source.dif
|
|
|
|
Patch1: source-configure.dif
|
|
|
|
Patch2: source-xdvizilla.dif
|
|
|
|
Patch3: source-arraysubs.dif
|
|
|
|
Patch5: source-texdoc.dif
|
|
|
|
Patch6: source-dviutils.dif
|
|
|
|
Patch8: source-psutils.dif
|
2017-06-14 12:49:40 +02:00
|
|
|
Patch9: source-luatex.dif
|
2011-12-20 18:29:17 +01:00
|
|
|
Patch10: source-poppler.dif
|
|
|
|
Patch11: source-lacheck.dif
|
|
|
|
Patch12: source-warns.dif
|
|
|
|
Patch13: source-x11r7.dif
|
2013-02-21 15:09:00 +01:00
|
|
|
# PATCH-EXTEND-UPSTREAM source-maxpath.dif
|
|
|
|
Patch14: source-maxpath.dif
|
2011-12-20 18:29:17 +01:00
|
|
|
Patch15: source-overflow.dif
|
|
|
|
Patch17: source-64.dif
|
|
|
|
Patch18: source-a2ping.dif
|
|
|
|
Patch19: source-dvipng.dif
|
2016-02-01 17:10:03 +01:00
|
|
|
Patch20: source-missed-scripts.dif
|
2015-07-14 16:39:57 +02:00
|
|
|
# PATCH-FIX-SUSE Make biber work with our perl
|
2013-08-08 12:11:27 +02:00
|
|
|
Patch42: biblatex-encoding.dif
|
2016-02-01 17:10:03 +01:00
|
|
|
# PATCH-FIX-SUSE Old problem back: we do not use internal Certs!
|
|
|
|
Patch44: biber-certs.dif
|
2016-02-03 14:46:13 +01:00
|
|
|
# PATCH-FIX-SUSE Make biber work with perl 5.18.2
|
|
|
|
Patch47: biber-perl-5.18.2.dif
|
2012-04-10 17:07:51 +02:00
|
|
|
Prefix: %{_bindir}
|
2015-03-30 13:39:58 +02:00
|
|
|
Provides: pdfjam = %{version}
|
|
|
|
Obsoletes: pdfjam < %{version}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%{expand: %%global options %(mktemp /tmp/texlive-opts.XXXXXXXX)}
|
|
|
|
%global _varlib %{_localstatedir}/lib
|
|
|
|
%global _libexecdir %{_prefix}/lib
|
|
|
|
|
|
|
|
%define _texmfdistdir %{_datadir}/texmf
|
2013-08-07 13:00:57 +02:00
|
|
|
%if 0%{texlive_version} >= 2013
|
|
|
|
%define _texmfmaindir %{_texmfdistdir}
|
|
|
|
%define _texmfdirs %{_texmfdistdir}
|
|
|
|
%else
|
2011-12-20 18:29:17 +01:00
|
|
|
%define _texmfmaindir %{_libexecdir}/texmf
|
|
|
|
%define _texmfdirs \{%{_texmfdistdir},%{_texmfmaindir}\}
|
2013-08-07 13:00:57 +02:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%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
|
|
|
|
#
|
2012-05-18 15:37:01 +02:00
|
|
|
%define texgrp mktex
|
2012-05-14 17:07:02 +02:00
|
|
|
#%define texgid 505
|
|
|
|
#
|
2011-12-20 18:29:17 +01:00
|
|
|
%description
|
|
|
|
After installing texlive and the package texlive-latex, find a large
|
|
|
|
selection of documentation for TeX, LaTeX, and various layout styles in
|
|
|
|
/usr/share/texmf/doc.
|
|
|
|
|
|
|
|
TeX (pronounced tech) is an interpreter for text formatting and was
|
|
|
|
developed by Donald E. Knuth. It works with control and macro commands
|
|
|
|
on a text file. Working with TeX is similar to typesetting methods.
|
|
|
|
LaTeX is a complex macro package that removes the cryptical TeX
|
|
|
|
interface and does most of the work for the user.
|
|
|
|
|
|
|
|
TeX uses special fonts produced by the MetaFont program. Various
|
|
|
|
printer drivers and an X11 viewer are also included in this package.
|
|
|
|
The teTeX package is based on the standard TeX package of Karl Berry,
|
|
|
|
which makes configuration much easier. It is also possible to use
|
|
|
|
PostScript fonts. A real PostScript printer is required, however. If
|
|
|
|
the ghostscript (gs) package is installed, all drivers for printing and
|
|
|
|
viewing can use these fonts. Note, however, that the fonts included in
|
|
|
|
the ghostscript package are not identical to Adobe's PostScript fonts.
|
|
|
|
The copyright prohibids us to include them on the CD.
|
|
|
|
|
|
|
|
Besides these features, the programs MakeIndex (for producing indexes)
|
|
|
|
and BibTeX (for literature data processing) exist.
|
|
|
|
|
|
|
|
The texlive package includes a full texmf tree, many programs like tex,
|
|
|
|
dvips, etc., shell script configuration, and a big collection of
|
|
|
|
documentations. This package is easily configured by the script
|
|
|
|
texconfig and has multilanguage options.
|
|
|
|
|
2012-06-12 19:56:21 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package a2ping-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn27321
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of a2ping
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-a2ping >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-a2ping
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description a2ping-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of a2ping
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package accfonts-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn12688
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of accfonts
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-accfonts >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-accfonts
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description accfonts-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of accfonts
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package adhocfilelist-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn28038
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of adhocfilelist
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-adhocfilelist >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-adhocfilelist
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description adhocfilelist-bin
|
|
|
|
Binary files of adhocfilelist
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package afm2pl-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of afm2pl
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-afm2pl >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-afm2pl
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description afm2pl-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of afm2pl
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package aleph-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of aleph
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-aleph >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-aleph
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description aleph-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of aleph
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package amstex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of amstex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-amstex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-amstex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description amstex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of amstex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package arara-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29036
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of arara
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-arara >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-arara
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description arara-bin
|
|
|
|
Binary files of arara
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package asymptote-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn43843
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of asymptote
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-asymptote >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-asymptote
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description asymptote-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of asymptote
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package authorindex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn18790
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of authorindex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-authorindex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-authorindex
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description authorindex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of authorindex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package autosp-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2016-06-14 12:26:43 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of autosp
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-autosp >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-autosp
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description autosp-bin
|
|
|
|
Binary files of autosp
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package biber-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn42679
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of biber
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2012-05-22 10:44:37 +02:00
|
|
|
%if %{with buildbiber}
|
2013-09-05 11:39:32 +02:00
|
|
|
Requires: perl = %{perl_version}
|
2013-09-05 10:22:01 +02:00
|
|
|
Recommends: ca-certificates
|
|
|
|
Recommends: ca-certificates-mozilla
|
2017-05-09 13:45:26 +02:00
|
|
|
%if 0%{?suse_version} > 1230
|
2013-12-20 10:10:29 +01:00
|
|
|
Requires: perl(Biber) >= %{texlive_version}.%{texlive_release}
|
2013-11-13 14:10:29 +01:00
|
|
|
%endif
|
2013-07-16 16:46:25 +02:00
|
|
|
Requires: perl(LWP::UserAgent)
|
2013-03-27 14:24:09 +01:00
|
|
|
Requires: perl(Text::BibTeX)
|
2016-02-09 14:38:29 +01:00
|
|
|
Requires: perl(Text::Roman)
|
2012-05-22 10:44:37 +02:00
|
|
|
%endif
|
2016-02-01 17:10:03 +01:00
|
|
|
BuildArch: noarch
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-biber >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-biber
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description biber-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of biber
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package bibexport-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn16219
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of bibexport
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-bibexport >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-bibexport
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description bibexport-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of bibexport
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package bibtex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of bibtex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-bibtex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-bibtex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description bibtex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of bibtex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package bibtex8-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of bibtex8
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-bibtex8 >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-bibtex8
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description bibtex8-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of bibtex8
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package bibtexu-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of bibtexu
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-bibtexu >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-bibtexu
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description bibtexu-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of bibtexu
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package bundledoc-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn17794
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of bundledoc
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-bundledoc >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-bundledoc
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description bundledoc-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of bundledoc
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package cachepic-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn15543
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cachepic
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cachepic >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cachepic
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description cachepic-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of cachepic
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package checkcites-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25623
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of checkcites
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-checkcites >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-checkcites
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-13 18:41:24 +02:00
|
|
|
|
|
|
|
%description checkcites-bin
|
|
|
|
Binary files of checkcites
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package checklistings-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn38300
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of checklistings
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-checklistings >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-checklistings
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description checklistings-bin
|
|
|
|
Binary files of checklistings
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package chktex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of chktex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-chktex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-chktex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description chktex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of chktex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package cjk-gs-integrate-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37223
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cjk-gs-integrate
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cjk-gs-integrate >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cjk-gs-integrate
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description cjk-gs-integrate-bin
|
|
|
|
Binary files of cjk-gs-integrate
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package cjkutils-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cjkutils
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-cjk <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cjkutils >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cjkutils
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description cjkutils-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of cjkutils
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package context-bin
|
2015-03-30 13:39:58 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn34112
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of context
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-context >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-context
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-context >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description context-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of context
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package convbkmk-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn30408
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of convbkmk
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-convbkmk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-convbkmk
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description convbkmk-bin
|
|
|
|
Binary files of convbkmk
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package crossrefware-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn43866
|
2016-02-01 17:10:03 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of crossrefware
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-crossrefware >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-crossrefware
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description crossrefware-bin
|
|
|
|
Binary files of crossrefware
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package cslatex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cslatex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cslatex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cslatex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description cslatex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of cslatex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package csplain-bin
|
2015-03-30 13:39:58 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn33902
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of csplain
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-csplain >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-csplain
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description csplain-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of csplain
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%package ctanify-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn24061
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ctanify
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ctanify >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ctanify
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-16 17:54:08 +02:00
|
|
|
|
|
|
|
%description ctanify-bin
|
|
|
|
Binary files of ctanify
|
|
|
|
|
|
|
|
%package ctanupload-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn23866
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ctanupload
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ctanupload >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ctanupload
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-16 17:54:08 +02:00
|
|
|
|
|
|
|
%description ctanupload-bin
|
|
|
|
Binary files of ctanupload
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package ctie-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ctie
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ctie >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ctie
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description ctie-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of ctie
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package cweb-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cweb
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cweb >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cweb
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description cweb-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of cweb
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package cyrillic-bin-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29741
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of cyrillic-bin
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-cyrillic-bin >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-cyrillic-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description cyrillic-bin-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of cyrillic-bin
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package de-macro-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn17399
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of de-macro
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-de-macro >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-de-macro
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description de-macro-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of de-macro
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package detex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of detex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-detex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-detex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description detex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of detex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package diadia-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37645
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of diadia
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
BuildArch: noarch
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-diadia >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-diadia
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description diadia-bin
|
|
|
|
Binary files of diadia
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package dosepsbin-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn24759
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dosepsbin
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dosepsbin >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dosepsbin
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-13 18:41:24 +02:00
|
|
|
|
|
|
|
%description dosepsbin-bin
|
|
|
|
Binary files of dosepsbin
|
|
|
|
|
|
|
|
%package dtl-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dtl
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dtl >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dtl
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dtl-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dtl
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package dtxgen-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29031
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dtxgen
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dtxgen >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dtxgen
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description dtxgen-bin
|
|
|
|
Binary files of dtxgen
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package dviasm-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn8329
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dviasm
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dviasm >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dviasm
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dviasm-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dviasm
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvicopy-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvicopy
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvicopy >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvicopy
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvicopy-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvicopy
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvidvi-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvidvi
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvidvi >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvidvi
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvidvi-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvidvi
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package dviinfox-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44515
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dviinfox
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-dviinfox >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-dviinfox
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description dviinfox-bin
|
|
|
|
Binary files of dviinfox
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package dviljk-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dviljk
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-dvilj <= %{texlive_previous}
|
2013-05-16 12:10:05 +02:00
|
|
|
Provides: texlive-bin-dvilj = %{texlive_version}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dviljk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dviljk
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dviljk-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dviljk
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvipdfmx-bin
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn40273
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvipdfmx
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-07-31 15:21:21 +02:00
|
|
|
Obsoletes: texlive-dvipdfm-bin <= 2012
|
|
|
|
Provides: texlive-dvipdfm-bin = %{texlive_version}
|
2016-08-05 14:32:49 +02:00
|
|
|
Requires: texlive-xetex-bin >= %{texlive_version}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvipdfmx >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvipdfmx
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvipdfmx-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvipdfmx
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvipng-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvipng
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvipng >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvipng
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvipng-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvipng
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvipos-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvipos
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvipos >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvipos
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvipos-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvipos
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvips-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvips
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvips >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvips
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvips-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvips
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package dvisvgm-bin
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn40987
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of dvisvgm
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-dvisvgm >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-dvisvgm
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description dvisvgm-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of dvisvgm
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package ebong-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn21000
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ebong
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ebong >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ebong
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description ebong-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of ebong
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package eplain-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of eplain
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-eplain >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-eplain
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description eplain-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of eplain
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package epspdf-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29050
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of epspdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-epspdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-epspdf
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description epspdf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of epspdf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package epstopdf-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn18336
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of epstopdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-epstopdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-epstopdf
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description epstopdf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of epstopdf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package exceltex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25860
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of exceltex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-exceltex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-exceltex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-13 18:41:24 +02:00
|
|
|
|
|
|
|
%description exceltex-bin
|
|
|
|
Binary files of exceltex
|
|
|
|
|
|
|
|
%package fig4latex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn14752
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of fig4latex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-fig4latex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-fig4latex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description fig4latex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of fig4latex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package findhyph-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn14758
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of findhyph
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-findhyph >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-findhyph
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description findhyph-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of findhyph
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package fontinst-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29741
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of fontinst
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-fontinst >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-fontinst
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description fontinst-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of fontinst
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package fontools-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25997
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of fontools
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-fontools >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-fontools
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description fontools-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of fontools
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package fontware-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of fontware
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-fontware >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-fontware
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description fontware-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of fontware
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package fragmaster-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of fragmaster
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-fragmaster >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-fragmaster
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description fragmaster-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of fragmaster
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package getmap-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn34971
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of getmap
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-getmap >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-getmap
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description getmap-bin
|
|
|
|
Binary files of getmap
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package glossaries-bin
|
2016-02-01 17:10:03 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37813
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of glossaries
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-glossaries >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-glossaries
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description glossaries-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of glossaries
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package gregoriotex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2016-06-14 12:26:43 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of gregoriotex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-gregoriotex >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-gregoriotex
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description gregoriotex-bin
|
|
|
|
Binary files of gregoriotex
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package gsftopk-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of gsftopk
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-gsftopk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-gsftopk
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description gsftopk-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of gsftopk
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package jadetex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of jadetex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-jadetex <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-jadetex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-jadetex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description jadetex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of jadetex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package kotex-utils-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn32101
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of kotex-utils
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-kotex-utils >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-kotex-utils
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description kotex-utils-bin
|
|
|
|
Binary files of kotex-utils
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package kpathsea-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of kpathsea
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2012-06-27 14:08:47 +02:00
|
|
|
Requires(pre): %{name}-filesystem
|
|
|
|
Requires(pre): /usr/bin/getent
|
|
|
|
Requires(pre): /usr/sbin/groupadd
|
2017-05-09 13:22:52 +02:00
|
|
|
%if 0%{?suse_version} >= 1330
|
|
|
|
Requires(pre): user(nobody)
|
|
|
|
%endif
|
2012-06-27 14:08:47 +02:00
|
|
|
Requires(post): %{name}-filesystem
|
|
|
|
Requires(post): permissions
|
2016-07-18 12:00:16 +02:00
|
|
|
Requires: %{name}-gsftopk-bin
|
|
|
|
Requires: %{name}-tetex-bin
|
2012-06-27 14:08:47 +02:00
|
|
|
Requires(verify): %{name}-filesystem
|
|
|
|
Requires(verify): permissions
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-kpathsea >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-kpathsea
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description kpathsea-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of kpathsea
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package lacheck-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lacheck
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-lacheck >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-lacheck
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description lacheck-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of lacheck
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package latex-bin-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn14050
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latex-bin
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-latex <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latex-bin >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latex-bin
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description latex-bin-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of latex-bin
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package latex-git-log-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn30983
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latex-git-log
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latex-git-log >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latex-git-log
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description latex-git-log-bin
|
|
|
|
Binary files of latex-git-log
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package latex-papersize-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn42296
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latex-papersize
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-latex-papersize >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-latex-papersize
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description latex-papersize-bin
|
|
|
|
Binary files of latex-papersize
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package latex2man-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latex2man
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latex2man >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latex2man
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description latex2man-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of latex2man
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package latex2nemeth-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn42300
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latex2nemeth
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-latex2nemeth >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-latex2nemeth
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description latex2nemeth-bin
|
|
|
|
Binary files of latex2nemeth
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package latexdiff-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn16420
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latexdiff
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latexdiff >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latexdiff
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description latexdiff-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of latexdiff
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package latexfileversion-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25012
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latexfileversion
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latexfileversion >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latexfileversion
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-13 18:41:24 +02:00
|
|
|
|
|
|
|
%description latexfileversion-bin
|
|
|
|
Binary files of latexfileversion
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package latexindent-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn32150
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latexindent
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latexindent >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latexindent
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description latexindent-bin
|
|
|
|
Binary files of latexindent
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package latexmk-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn10937
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latexmk
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latexmk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latexmk
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description latexmk-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of latexmk
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package latexpand-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn27025
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of latexpand
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-latexpand >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-latexpand
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description latexpand-bin
|
|
|
|
Binary files of latexpand
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package lcdftypetools-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lcdftypetools
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-05-06 15:33:07 +02:00
|
|
|
%if %{with lcdf_typetools}
|
|
|
|
Conflicts: lcdf-typetools
|
|
|
|
%else
|
|
|
|
Requires: lcdf-typetools
|
|
|
|
%endif
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-lcdftypetools >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-lcdftypetools
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description lcdftypetools-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of lcdftypetools
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package lilyglyphs-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn31696
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lilyglyphs
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-lilyglyphs >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-lilyglyphs
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description lilyglyphs-bin
|
|
|
|
Binary files of lilyglyphs
|
|
|
|
|
2012-06-12 19:56:21 +02:00
|
|
|
%package listbib-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn26126
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of listbib
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-listbib >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-listbib
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-06-12 19:56:21 +02:00
|
|
|
|
|
|
|
%description listbib-bin
|
|
|
|
Binary files of listbib
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package listings-ext-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn15093
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of listings-ext
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-listings-ext >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-listings-ext
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description listings-ext-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of listings-ext
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package lollipop-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn41465
|
2015-03-30 13:39:58 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lollipop
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-lollipop >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-lollipop
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description lollipop-bin
|
|
|
|
Binary files of lollipop
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package ltxfileinfo-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29005
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ltxfileinfo
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ltxfileinfo >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ltxfileinfo
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description ltxfileinfo-bin
|
|
|
|
Binary files of ltxfileinfo
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package ltximg-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn32346
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ltximg
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ltximg >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ltximg
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description ltximg-bin
|
|
|
|
Binary files of ltximg
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package lua2dox-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29053
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lua2dox
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-lua2dox >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-lua2dox
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description lua2dox-bin
|
|
|
|
Binary files of lua2dox
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package luaotfload-bin
|
2016-02-01 17:10:03 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn34647
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of luaotfload
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-luaotfload >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-luaotfload
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description luaotfload-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of luaotfload
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package luatex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44549
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of luatex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-luatex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-luatex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-luatex >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description luatex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of luatex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package lwarp-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn43292
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of lwarp
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-lwarp >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-lwarp
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description lwarp-bin
|
|
|
|
Binary files of lwarp
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package m-tx-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2013-07-31 15:21:21 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of m-tx
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-m-tx >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-m-tx
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description m-tx-bin
|
|
|
|
Binary files of m-tx
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package make4ht-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37750
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of make4ht
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-make4ht >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-make4ht
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description make4ht-bin
|
|
|
|
Binary files of make4ht
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package makedtx-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn38769
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of makedtx
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-makedtx >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-makedtx
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description makedtx-bin
|
|
|
|
Binary files of makedtx
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package makeindex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of makeindex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-makeindex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-makeindex
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description makeindex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of makeindex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package match_parens-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn23500
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of match_parens
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-match_parens >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-match_parens
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description match_parens-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of match_parens
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mathspic-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn23661
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mathspic
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mathspic >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mathspic
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mathspic-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mathspic
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package metafont-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of metafont
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-metafont >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-metafont
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description metafont-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of metafont
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package metapost-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of metapost
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-metapost <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-metapost >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-metapost
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description metapost-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of metapost
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mex
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mf2pt1-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn23406
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mf2pt1
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mf2pt1 >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mf2pt1
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mf2pt1-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mf2pt1
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package mflua-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2016-06-14 12:26:43 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mflua
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-mflua >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-mflua
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description mflua-bin
|
|
|
|
Binary files of mflua
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package mfware-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mfware
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mfware >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mfware
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mfware-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mfware
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mkgrkindex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn14428
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mkgrkindex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mkgrkindex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mkgrkindex
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mkgrkindex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mkgrkindex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mkjobtexmf-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn8457
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mkjobtexmf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mkjobtexmf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mkjobtexmf
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mkjobtexmf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mkjobtexmf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package mkpic-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn33688
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mkpic
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mkpic >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mkpic
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description mkpic-bin
|
|
|
|
Binary files of mkpic
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package mltex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mltex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mltex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mltex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mltex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mltex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package mptopdf-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn18674
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of mptopdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-mptopdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-mptopdf
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description mptopdf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of mptopdf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package multibibliography-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn30534
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of multibibliography
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-multibibliography >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-multibibliography
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description multibibliography-bin
|
|
|
|
Binary files of multibibliography
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package musixtex-bin
|
2016-02-01 17:10:03 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37026
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of musixtex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-musictex <= %{texlive_previous}
|
2013-07-31 15:21:21 +02:00
|
|
|
Requires: texlive-m-tx-bin >= %{texlive_version}
|
|
|
|
Requires: texlive-pmx-bin >= %{texlive_version}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-musixtex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-musixtex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description musixtex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of musixtex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package musixtnt-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2016-02-01 17:10:03 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of musixtnt
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-musixtnt >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-musixtnt
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description musixtnt-bin
|
|
|
|
Binary files of musixtnt
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package omegaware-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of omegaware
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-omega <= %{texlive_previous}
|
2013-07-31 15:21:21 +02:00
|
|
|
Requires: texlive-uptex-bin >= %{texlive_version}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-omegaware >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-omegaware
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-omega >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description omegaware-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of omegaware
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package patgen-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of patgen
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-patgen >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-patgen
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description patgen-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of patgen
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package pax-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn10843
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pax
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pax >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pax
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pax-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pax
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package pdfbook2-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37537
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdfbook2
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pdfbook2 >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pdfbook2
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pdfbook2-bin
|
|
|
|
Binary files of pdfbook2
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package pdfcrop-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn14387
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdfcrop
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pdfcrop >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pdfcrop
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pdfcrop-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pdfcrop
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package pdfjam-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn17868
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdfjam
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pdfjam >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pdfjam
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pdfjam-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pdfjam
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package pdflatexpicscale-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn41779
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdflatexpicscale
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-pdflatexpicscale >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-pdflatexpicscale
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pdflatexpicscale-bin
|
|
|
|
Binary files of pdflatexpicscale
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package pdftex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdftex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pdftex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pdftex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pdftex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pdftex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package pdftools-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdftools
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pdftools >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pdftools
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pdftools-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pdftools
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package pdfxup-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn40690
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pdfxup
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-pdfxup >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-pdfxup
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pdfxup-bin
|
|
|
|
Binary files of pdfxup
|
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%package pedigree-perl-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25962
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pedigree-perl
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pedigree-perl >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pedigree-perl
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-16 17:54:08 +02:00
|
|
|
|
|
|
|
%description pedigree-perl-bin
|
|
|
|
Binary files of pedigree-perl
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package perltex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn16181
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of perltex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-perltex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-perltex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description perltex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of perltex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package petri-nets-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn39165
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of petri-nets
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-petri-nets >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-petri-nets
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description petri-nets-bin
|
|
|
|
Binary files of petri-nets
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package pfarrei-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29348
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pfarrei
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pfarrei >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pfarrei
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pfarrei-bin
|
|
|
|
Binary files of pfarrei
|
|
|
|
|
2012-06-19 11:32:21 +02:00
|
|
|
%package pkfix-helper-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pkfix-helper
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pkfix-helper >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pkfix-helper
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-06-19 11:32:21 +02:00
|
|
|
%description pkfix-helper-bin
|
|
|
|
Binary files of pkfix-helper
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-06-19 11:32:21 +02:00
|
|
|
%package pkfix-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13364
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pkfix
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pkfix >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pkfix
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-06-19 11:32:21 +02:00
|
|
|
%description pkfix-bin
|
|
|
|
Binary files of pkfix
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package platex-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn22859
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of platex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-platex >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-platex
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description platex-bin
|
|
|
|
Binary files of platex
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package pmx-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2013-07-31 15:21:21 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pmx
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pmx >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pmx
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pmx-bin
|
|
|
|
Binary files of pmx
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package pmxchords-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn32405
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pmxchords
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pmxchords >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pmxchords
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pmxchords-bin
|
|
|
|
Binary files of pmxchords
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package ps2pk-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
2016-02-01 17:10:03 +01:00
|
|
|
Summary: Binary files of ps2pk
|
2012-12-21 10:16:48 +01:00
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-07-18 12:00:16 +02:00
|
|
|
Obsoletes: texlive-ps2pkm-bin <= 2014
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ps2pk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ps2pk
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%description ps2pk-bin
|
|
|
|
Binary files of ps2pk
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package pst-pdf-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn7838
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pst-pdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pst-pdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pst-pdf
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pst-pdf-bin
|
|
|
|
Binary files of pst-pdf
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package pst2pdf-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29333
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pst2pdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pst2pdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pst2pdf
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pst2pdf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pst2pdf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package pstools-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pstools
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pstools >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pstools
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description pstools-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of pstools
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package ptex-fontmaps-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44206
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ptex-fontmaps
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-ptex-fontmaps >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-ptex-fontmaps
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description ptex-fontmaps-bin
|
|
|
|
Binary files of ptex-fontmaps
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package ptex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ptex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ptex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ptex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description ptex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of ptex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package ptex2pdf-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29335
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ptex2pdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ptex2pdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ptex2pdf
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description ptex2pdf-bin
|
|
|
|
Binary files of ptex2pdf
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package purifyeps-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of purifyeps
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-purifyeps >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-purifyeps
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description purifyeps-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of purifyeps
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package pygmentex-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn34996
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pygmentex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pygmentex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pygmentex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pygmentex-bin
|
|
|
|
Binary files of pygmentex
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package pythontex-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn31638
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of pythontex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-pythontex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-pythontex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description pythontex-bin
|
|
|
|
Binary files of pythontex
|
|
|
|
|
|
|
|
%package rubik-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn32919
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of rubik
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-rubik >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-rubik
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description rubik-bin
|
|
|
|
Binary files of rubik
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package seetexk-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of seetexk
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-seetexk >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-seetexk
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description seetexk-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of seetexk
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package splitindex-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29688
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of splitindex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-splitindex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-splitindex
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description splitindex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of splitindex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package srcredact-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn38710
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of srcredact
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-srcredact >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-srcredact
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description srcredact-bin
|
|
|
|
Binary files of srcredact
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package sty2dtx-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn21215
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of sty2dtx
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-sty2dtx >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-sty2dtx
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description sty2dtx-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of sty2dtx
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package svn-multi-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of svn-multi
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-svn-multi >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-svn-multi
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description svn-multi-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of svn-multi
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package synctex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of synctex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-synctex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-synctex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description synctex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of synctex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package tetex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn43957
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tetex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tetex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tetex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description tetex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of tetex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package tex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description tex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of tex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package tex4ebook-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn37771
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tex4ebook
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tex4ebook >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tex4ebook
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description tex4ebook-bin
|
|
|
|
Binary files of tex4ebook
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package tex4ht-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tex4ht
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-tex4ht <= %{texlive_previous}
|
2013-05-06 15:33:07 +02:00
|
|
|
Conflicts: ht
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tex4ht >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tex4ht
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description tex4ht-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of tex4ht
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texconfig-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29741
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texconfig
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texconfig >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texconfig
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texconfig-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texconfig
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texcount-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13013
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texcount
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texcount >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texcount
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texcount-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texcount
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texdef-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn21802
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texdef
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texdef >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texdef
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texdef-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texdef
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texdiff-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn15506
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texdiff
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texdiff >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texdiff
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texdiff-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texdiff
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texdirflatten-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn12782
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texdirflatten
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texdirflatten >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texdirflatten
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texdirflatten-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texdirflatten
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texdoc-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29741
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texdoc
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texdoc >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texdoc
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texdoc-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texdoc
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%package texfot-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn33155
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texfot
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texfot >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texfot
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2015-03-30 13:39:58 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description texfot-bin
|
|
|
|
Binary files of texfot
|
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%package texliveonfly-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn24062
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texliveonfly
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texliveonfly >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texliveonfly
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-16 17:54:08 +02:00
|
|
|
|
|
|
|
%description texliveonfly-bin
|
|
|
|
Binary files of texliveonfly
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package texloganalyser-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texloganalyser
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texloganalyser >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texloganalyser
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texloganalyser-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texloganalyser
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package texosquery-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn43596
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texosquery
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-texosquery >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-texosquery
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description texosquery-bin
|
|
|
|
Binary files of texosquery
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package texsis-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texsis
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texsis >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texsis
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texsis-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texsis
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package texware-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of texware
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-texware >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-texware
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description texware-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of texware
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package thumbpdf-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn6898
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of thumbpdf
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-thumbpdf >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-thumbpdf
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description thumbpdf-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of thumbpdf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package tie-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tie
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tie >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tie
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description tie-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of tie
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package tpic2pdftex-bin
|
2013-07-31 15:21:21 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn29741
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of tpic2pdftex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-tpic2pdftex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-tpic2pdftex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description tpic2pdftex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of tpic2pdftex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package ttfutils-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ttfutils
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ttfutils >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ttfutils
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description ttfutils-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of ttfutils
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%package typeoutfileinfo-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn25648
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of typeoutfileinfo
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-typeoutfileinfo >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-typeoutfileinfo
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2012-04-13 18:41:24 +02:00
|
|
|
|
|
|
|
%description typeoutfileinfo-bin
|
|
|
|
Binary files of typeoutfileinfo
|
|
|
|
|
|
|
|
%package ulqda-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn13663
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of ulqda
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-ulqda >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-ulqda
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description ulqda-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of ulqda
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%package uplatex-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn26326
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of uplatex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-uplatex >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-uplatex
|
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description uplatex-bin
|
|
|
|
Binary files of uplatex
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%package uptex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2013-07-31 15:21:21 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of uptex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-uptex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-uptex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-basic >= %{texlive_version}
|
2013-07-31 15:21:21 +02:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description uptex-bin
|
|
|
|
Binary files of uptex
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package urlbst-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn23262
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of urlbst
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-urlbst >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-urlbst
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description urlbst-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of urlbst
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%package velthuis-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of velthuis
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Requires(pre): texlive-velthuis >= %{texlive_version}
|
|
|
|
#!BuildIgnore: texlive-velthuis
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description velthuis-bin
|
|
|
|
Binary files of velthuis
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package vlna-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of vlna
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-vlna >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-vlna
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description vlna-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of vlna
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package vpe-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn6897
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of vpe
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-vpe >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-vpe
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description vpe-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of vpe
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package web-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of web
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-web >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-web
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description web-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of web
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package xdvi-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44143
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of xdvi
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-xdvi >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-xdvi
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description xdvi-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of xdvi
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package xetex-bin
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn44361
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of xetex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-xetex <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-xetex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-xetex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-xetex >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description xetex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of xetex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%package xmltex-bin
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn3006
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of xmltex
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2013-03-28 14:35:15 +01:00
|
|
|
Obsoletes: texlive-bin-xmltex <= %{texlive_previous}
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-xmltex >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-xmltex
|
2016-03-30 16:36:59 +02:00
|
|
|
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
|
|
|
|
Recommends: texlive-collection-htmlxml >= %{texlive_version}
|
2012-12-21 10:16:48 +01:00
|
|
|
Prefix: %{_bindir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description xmltex-bin
|
2012-04-10 17:07:51 +02:00
|
|
|
Binary files of xmltex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%package yplan-bin
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn34398
|
|
|
|
Release: 0
|
|
|
|
Summary: Binary files of yplan
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-30 16:36:59 +02:00
|
|
|
Requires(pre): texlive-yplan >= %{texlive_version}
|
2016-04-13 16:02:25 +02:00
|
|
|
#!BuildIgnore: texlive-yplan
|
2016-02-01 17:10:03 +01:00
|
|
|
Prefix: %{_bindir}
|
|
|
|
|
|
|
|
%description yplan-bin
|
|
|
|
Binary files of yplan
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%package -n libkpathsea6
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: 6.2.3
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Path searching library for TeX-related files
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Prefix: %{_libdir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description -n libkpathsea6
|
|
|
|
Kpathsea is a library and utility programs which provide path
|
|
|
|
searching facilities for TeX file types, including the self-
|
|
|
|
locating feature required for movable installations, layered on
|
|
|
|
top of a general search mechanism. It is not distributed
|
|
|
|
separately, but rather is released and maintained as part of
|
|
|
|
the TeX-live sources.
|
|
|
|
|
|
|
|
%package -n %{name}-kpathsea-devel
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: 6.2.3
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Path searching library for TeX-related files
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.tug.org/texlive/
|
2017-06-14 12:49:40 +02:00
|
|
|
Requires: libkpathsea6 = 6.2.3
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description -n %{name}-kpathsea-devel
|
|
|
|
Kpathsea is a library and utility programs which provide path
|
|
|
|
searching facilities for TeX file types, including the self-
|
|
|
|
locating feature required for movable installations, layered on
|
|
|
|
top of a general search mechanism. It is not distributed
|
|
|
|
separately, but rather is released and maintained as part of
|
|
|
|
the TeX-live sources.
|
|
|
|
|
|
|
|
%package -n libptexenc1
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: 1.3.5
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of Kanji code convert library for pTeX
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Prefix: %{_libdir}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description -n libptexenc1
|
|
|
|
The ptexenc is a useful library for Japanese pTeX
|
|
|
|
(which stands for publishing TeX, and is an extension of
|
|
|
|
TeX by ASCII Co.) and its surrounding tools.
|
|
|
|
|
|
|
|
%package -n %{name}-ptexenc-devel
|
2017-06-14 12:49:40 +02:00
|
|
|
Version: 1.3.5
|
2012-12-21 10:16:48 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of Kanji code convert library for pTeX
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.tug.org/texlive/
|
2017-06-14 12:49:40 +02:00
|
|
|
Requires: libptexenc1 = 1.3.5
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%description -n %{name}-ptexenc-devel
|
|
|
|
This package includes the ptexenc development files.
|
|
|
|
The ptexenc is a useful library for Japanese pTeX
|
|
|
|
(which stands for publishing TeX, and is an extension of
|
|
|
|
TeX by ASCII Co.) and its surrounding tools.
|
|
|
|
|
2016-03-04 10:54:09 +01:00
|
|
|
%package -n libsynctex1
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: 1.18
|
2016-03-04 10:54:09 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of The Synchronization TeXnology
|
|
|
|
License: MIT
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Prefix: %{_libdir}
|
|
|
|
|
|
|
|
%description -n libsynctex1
|
|
|
|
The Synchronization TeXnology by Jérôme Laurens is a new feature
|
|
|
|
of recent TeX engines. It allows to synchronize between input
|
|
|
|
and output, which means to navigate from the source document to
|
|
|
|
the typeset material and vice versa.
|
|
|
|
|
|
|
|
%package -n %{name}-synctex-devel
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: 1.18
|
2016-03-04 10:54:09 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of The Synchronization TeXnology
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-06-14 12:26:43 +02:00
|
|
|
Requires: libsynctex1 = 1.18
|
2016-03-04 10:54:09 +01:00
|
|
|
|
|
|
|
%description -n %{name}-synctex-devel
|
|
|
|
This package includes the synctex development files.
|
|
|
|
The Synchronization TeXnology by Jérôme Laurens is a new feature
|
|
|
|
of recent TeX engines. It allows to synchronize between input
|
|
|
|
and output, which means to navigate from the source document to
|
|
|
|
the typeset material and vice versa.
|
|
|
|
|
2016-03-04 14:55:55 +01:00
|
|
|
%package -n libtexlua52-5
|
2016-03-04 10:54:09 +01:00
|
|
|
Version: 5.2.4
|
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of an extended version of pdfTeX using Lua
|
|
|
|
License: MIT
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Prefix: %{_libdir}
|
|
|
|
|
2016-03-04 14:55:55 +01:00
|
|
|
%description -n libtexlua52-5
|
2016-03-04 10:54:09 +01:00
|
|
|
LuaTeX is an extended version of pdfTeX using Lua as an
|
|
|
|
embedded scripting language
|
|
|
|
|
|
|
|
%package -n %{name}-texlua-devel
|
|
|
|
Version: 5.2.4
|
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of an extended version of pdfTeX using Lua
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-04 14:55:55 +01:00
|
|
|
Requires: libtexlua52-5 = 5.2.4
|
2016-03-04 10:54:09 +01:00
|
|
|
|
|
|
|
%description -n %{name}-texlua-devel
|
|
|
|
This package includes the luatex development files.
|
|
|
|
LuaTeX is an extended version of pdfTeX using Lua as an
|
|
|
|
embedded scripting language
|
|
|
|
|
|
|
|
%if %{with LuaJIT}
|
|
|
|
%package -n libtexluajit2
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: 2.1.0beta2
|
2016-03-04 10:54:09 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of Just-In-Time compiler for Lua
|
|
|
|
License: MIT
|
|
|
|
Group: System/Libraries
|
|
|
|
Url: http://www.tug.org/texlive/
|
|
|
|
Prefix: %{_libdir}
|
|
|
|
|
|
|
|
%description -n libtexluajit2
|
|
|
|
LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language
|
|
|
|
|
|
|
|
%package -n %{name}-texluajit-devel
|
2016-06-14 12:26:43 +02:00
|
|
|
Version: 2.1.0beta2
|
2016-03-04 10:54:09 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Libraries of Just-In-Time compiler for Lua
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.tug.org/texlive/
|
2016-03-05 15:17:50 +01:00
|
|
|
Requires: libtexlua52-5 = 5.2.4
|
2016-03-04 10:54:09 +01:00
|
|
|
|
|
|
|
%description -n %{name}-texluajit-devel
|
|
|
|
This package includes the LuaJIT development files.
|
|
|
|
LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language
|
|
|
|
%endif
|
|
|
|
|
2012-06-13 10:18:32 +02:00
|
|
|
%package -n %{name}-bin-devel
|
2012-12-21 10:16:48 +01:00
|
|
|
Version: %{texlive_version}.%{texlive_release}
|
|
|
|
Release: 0
|
|
|
|
Summary: Basic development packages for TeXLive
|
|
|
|
License: LGPL-2.1+ and BSD-3-Clause and SUSE-TeX
|
|
|
|
Group: Development/Languages/Other
|
|
|
|
Url: http://www.tug.org/texlive/
|
2017-06-14 12:49:40 +02:00
|
|
|
Requires: libkpathsea6 = 6.2.3
|
|
|
|
Requires: libptexenc1 = 1.3.5
|
2016-06-14 12:26:43 +02:00
|
|
|
Requires: libsynctex1 = 1.18
|
2016-03-21 15:15:19 +01:00
|
|
|
Requires: libtexlua52-5 = 5.2.4
|
2016-03-04 10:54:09 +01:00
|
|
|
%if %{with LuaJIT}
|
2016-06-14 12:26:43 +02:00
|
|
|
Requires: libtexluajit2 = 2.1.0beta2
|
2016-03-04 10:54:09 +01:00
|
|
|
%endif
|
2012-12-21 10:16:48 +01:00
|
|
|
Requires: texlive-cweb-bin >= %{texlive_version}
|
|
|
|
Requires: texlive-web-bin >= %{texlive_version}
|
2012-06-13 10:18:32 +02:00
|
|
|
|
|
|
|
%description -n %{name}-bin-devel
|
|
|
|
This package will cause the installation of several
|
|
|
|
development packages for TeXLive.
|
|
|
|
|
2013-11-13 14:10:29 +01:00
|
|
|
%if %{with buildbiber}
|
|
|
|
%package -n perl-biber
|
|
|
|
Version: %{texlive_version}.%{texlive_release}.svn30357
|
|
|
|
Release: 0
|
|
|
|
Summary: Library files of Biber a BibTeX replacement
|
|
|
|
License: LPPL-1.0
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
|
|
|
Url: http://biblatex-biber.sourceforge.net/
|
|
|
|
Recommends: perl(Readonly::XS)
|
2017-06-14 12:49:40 +02:00
|
|
|
Requires: perl-base >= 5.24.1
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(Business::ISBN)
|
|
|
|
Requires: perl(Business::ISMN)
|
|
|
|
Requires: perl(Business::ISSN)
|
2016-09-14 10:28:23 +02:00
|
|
|
Requires: perl(Class::Accessor)
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(Data::Compare)
|
|
|
|
Requires: perl(Data::Dump)
|
2016-09-14 10:28:23 +02:00
|
|
|
Requires: perl(Data::Uniqid)
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(Date::Simple)
|
2017-06-29 10:34:11 +02:00
|
|
|
Requires: perl(DateTime::Calendar::Julian)
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(Encode::EUCJPASCII)
|
|
|
|
Requires: perl(Encode::HanExtra)
|
|
|
|
Requires: perl(Encode::JIS2K)
|
|
|
|
Requires: perl(File::Slurp)
|
|
|
|
Requires: perl(IPC::Cmd)
|
|
|
|
Requires: perl(IPC::Run3)
|
|
|
|
Requires: perl(LWP::Protocol::https)
|
|
|
|
Requires: perl(LWP::Simple)
|
|
|
|
Requires: perl(List::AllUtils)
|
|
|
|
Requires: perl(List::MoreUtils)
|
|
|
|
Requires: perl(Log::Log4perl)
|
|
|
|
Requires: perl(Regexp::Common)
|
2017-06-29 10:34:11 +02:00
|
|
|
Requires: perl(Sort::Key)
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(Text::BibTeX)
|
2017-06-29 10:34:11 +02:00
|
|
|
Requires: perl(Text::CSV)
|
2016-02-09 14:38:29 +01:00
|
|
|
Requires: perl(Text::Roman)
|
2013-11-13 14:10:29 +01:00
|
|
|
Requires: perl(URI)
|
|
|
|
Requires: perl(Unicode::Collate)
|
|
|
|
Requires: perl(Unicode::GCString)
|
|
|
|
Requires: perl(XML::LibXML::Simple)
|
|
|
|
Requires: perl(XML::LibXSLT)
|
|
|
|
Requires: perl(XML::Writer)
|
|
|
|
Requires: perl(autovivification)
|
|
|
|
Prefix: %{_bindir}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n perl-biber
|
|
|
|
Perl library files of Biber a BibTeX replacement for users of BibLaTeX.
|
|
|
|
This package is required by the package texlive-biber-bin.
|
|
|
|
%endif
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%prep
|
|
|
|
OS=%{_target_os}
|
|
|
|
CPU=%{_target_cpu}
|
|
|
|
%ifarch ia64
|
|
|
|
RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}"|sed -r 's/-O[0-9]?/-O1/g')
|
|
|
|
%endif
|
|
|
|
%ifarch %arm
|
|
|
|
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-mthumb/-mthumb-interwork -marm}
|
|
|
|
%endif
|
|
|
|
CC=gcc
|
|
|
|
CXX=g++
|
2017-08-01 12:10:29 +02:00
|
|
|
XCFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
2011-12-20 18:29:17 +01:00
|
|
|
XCXXFLAGS="$XCFLAGS"
|
|
|
|
cflags ()
|
|
|
|
{
|
|
|
|
local flag=$1; shift || return
|
|
|
|
local cvar=$1; shift || return
|
|
|
|
local xvar=$1; shift || true
|
|
|
|
if test -z "${flag}" ; then
|
|
|
|
return
|
|
|
|
fi
|
|
|
|
case "$flag" in
|
|
|
|
-Wl,*)
|
|
|
|
if test -z "${cvar}" ; then
|
|
|
|
return
|
|
|
|
fi
|
|
|
|
case "${!cvar}" in
|
|
|
|
*${flag}*) return
|
|
|
|
esac
|
|
|
|
if echo 'int main () { return 0; }' | ${CC:-gcc} -Werror $flag -o /dev/null -xc - ; then
|
|
|
|
eval $cvar=\${$cvar:+\$$cvar\ }$flag
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
if test -z "${cvar}" ; then
|
|
|
|
return
|
|
|
|
fi
|
|
|
|
case "${!cvar}" in
|
|
|
|
*${flag}*) ;;
|
|
|
|
*) if ${CC:-gcc} -Werror $flag -S -o /dev/null -xc /dev/null ; then
|
|
|
|
eval $cvar=\${$cvar:+\$$cvar\ }$flag
|
|
|
|
fi
|
|
|
|
esac
|
|
|
|
if test -z "${xvar}" ; then
|
|
|
|
return
|
|
|
|
fi
|
|
|
|
case "${!xvar}" in
|
|
|
|
*${flag}*) ;;
|
|
|
|
*) if ${CXX:-g++} -Werror $flag -S -o /dev/null -xc++ /dev/null ; then
|
|
|
|
eval $xvar=\${$xvar:+\$$xvar\ }$flag
|
|
|
|
fi
|
|
|
|
esac
|
|
|
|
esac > /dev/null 2>&1
|
|
|
|
}
|
2015-03-30 13:39:58 +02:00
|
|
|
cflags -std=gnu99 XCFLAGS
|
2011-12-20 18:29:17 +01:00
|
|
|
cflags -fno-const-strings XCFLAGS XCXXFLAGS
|
|
|
|
cflags -fno-strict-aliasing XCFLAGS XCXXFLAGS
|
|
|
|
cflags -fPIC XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-write-strings XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-char-subscripts XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-unused XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-uninitialized XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-return-type XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-parentheses XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-sign-compare XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wno-unprototyped-calls XCFLAGS
|
|
|
|
cflags -pipe XCFLAGS XCXXFLAGS
|
|
|
|
cflags -Wl,-O2 XLDFLAGS
|
|
|
|
cflags -Wl,--as-needed XLDFLAGS
|
|
|
|
cflags -Wl,--hash-size=8599 XLDFLAGS
|
|
|
|
cflags -Wl,-warn-common XLDFLAGS
|
|
|
|
cflags -Wl,-Bsymbolic-functions XLDFLAGS
|
|
|
|
HOST=%{_target_cpu}-suse-%{_host_os}
|
|
|
|
BUILD=%{_target_cpu}-suse-%{_build_os}
|
|
|
|
BINARY=${CPU}-${OS}
|
|
|
|
VENDOR="%{vendor}"
|
|
|
|
VENDOR="${VENDOR%%%%,*}"
|
|
|
|
|
|
|
|
# Generate the Options file
|
|
|
|
exec 6>&1
|
|
|
|
exec 1>|%{options}
|
|
|
|
|
|
|
|
# On error clear
|
|
|
|
trap 'rm -vf %{options}' ERR
|
|
|
|
|
|
|
|
# Disable MALLOC_PERTURB_
|
|
|
|
# echo unset MALLOC_PERTURB_
|
|
|
|
|
|
|
|
# System wide configuration
|
|
|
|
echo CPU=\"$CPU\"
|
|
|
|
echo BINARY=\"${BINARY%%-gnu*}\"
|
|
|
|
echo XCFLAGS=\"$XCFLAGS\"
|
|
|
|
echo XCXXFLAGS=\"$XCXXFLAGS\"
|
|
|
|
echo XLDFLAGS=\"$XLDFLAGS\"
|
|
|
|
echo HOST=\"${HOST%%-gnu*}\"
|
|
|
|
echo BUILD=\"${BUILD%%-gnu*}\"
|
|
|
|
|
|
|
|
echo export XCFLAGS XCXXFLAGS XLDFLAGS HOST BUILD BINARY
|
|
|
|
|
|
|
|
# Do not include e.g. from manual build
|
|
|
|
echo unset TEXINPUTS TEXMF HOME
|
|
|
|
|
|
|
|
# Use a well defined multi byte locale
|
|
|
|
echo unset ${!LC_*}
|
|
|
|
echo LANG=POSIX
|
|
|
|
echo LC_CTYPE=en_US.UTF-8
|
|
|
|
echo export LANG LC_CTYPE
|
|
|
|
|
|
|
|
# Environment for configuration
|
|
|
|
echo CONFIG_SHELL=/bin/bash
|
|
|
|
echo CC=\"$CC\"
|
|
|
|
echo CXX=\"$CXX\"
|
|
|
|
echo CFLAGS=\"$XCFLAGS\"
|
|
|
|
echo CXXFLAGS=\"$XCXXFLAGS\"
|
|
|
|
echo LDFLAGS=\"-Wl,-warn-common $XLDFLAGS\"
|
|
|
|
echo VENDOR=\"${VENDOR}\"
|
|
|
|
echo ARCH_LIB=%{_lib}
|
|
|
|
echo export CC CXX CFLAGS CXXFLAGS LDFLAGS VENDOR PATH CONFIG_SHELL ARCH_LIB LANG
|
|
|
|
|
|
|
|
# Do not run TeX engine in fmtutil with batchmode
|
|
|
|
echo batchmode=no
|
|
|
|
echo export batchmode
|
|
|
|
%ifnarch hppa
|
|
|
|
echo ulimit -s unlimited
|
|
|
|
%else
|
|
|
|
# This is the maximum on hppa
|
|
|
|
echo ulimit -s 81920
|
|
|
|
%endif
|
|
|
|
exec 1>&6-
|
|
|
|
|
|
|
|
%setup -c -q -n texlive -T
|
|
|
|
|
|
|
|
tar --use-compress-program=xz --strip-components=1 -xf %{S:0}
|
2012-05-21 17:26:13 +02:00
|
|
|
%if %{with buildbiber}
|
|
|
|
pushd ../
|
|
|
|
tar --use-compress-program=xz -xf %{S:3}
|
|
|
|
popd
|
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%patch1 -p0 -b .configure
|
|
|
|
%patch2 -p0 -b .xdvizilla
|
|
|
|
%patch3 -p0 -b .arraysubs
|
|
|
|
%patch5 -p0 -b .texdoc
|
|
|
|
%patch6 -p0 -b .dviutils
|
|
|
|
%if %{with psutils}
|
|
|
|
%patch8 -p0 -b .psutils
|
|
|
|
%endif
|
2017-06-14 12:49:40 +02:00
|
|
|
%patch9 -p0 -b .crash
|
2011-12-20 18:29:17 +01:00
|
|
|
%patch10 -p0 -b .poppler
|
|
|
|
%patch11 -p0 -b .lacheck
|
|
|
|
%patch12 -p0 -b .warns
|
|
|
|
%patch13 -p0 -b .x11r7
|
2013-02-21 15:09:00 +01:00
|
|
|
%patch14 -p0 -b .maxpath
|
2012-04-13 19:25:47 +02:00
|
|
|
%patch15 -p0 -b .overflow
|
2011-12-20 18:29:17 +01:00
|
|
|
%patch17 -p0 -b .64
|
|
|
|
%patch18 -p0 -b .a2p
|
|
|
|
%patch19 -p0 -b .dvipng
|
2016-02-01 17:10:03 +01:00
|
|
|
%patch20 -p0 -b .missed
|
|
|
|
%patch0 -p0 -b .p0
|
2013-07-17 10:55:20 +02:00
|
|
|
%if %{with buildbiber}
|
|
|
|
pushd ../biblatex-biber-*
|
2013-07-17 14:54:39 +02:00
|
|
|
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
|
2013-08-08 12:11:27 +02:00
|
|
|
%patch42 -p0 -b .en
|
2016-06-14 17:24:35 +02:00
|
|
|
%patch44 -p0 -b .noica
|
2016-06-14 12:26:43 +02:00
|
|
|
%if 0%{perl_versnum} < 5200
|
2016-02-03 14:46:13 +01:00
|
|
|
%patch47 -p0 -b .518
|
|
|
|
%endif
|
2016-02-01 17:10:03 +01:00
|
|
|
rm -vf bin/biber.noica
|
2016-06-14 17:24:35 +02:00
|
|
|
rm -vf t/*.fastsort
|
2013-07-17 10:55:20 +02:00
|
|
|
popd
|
2013-07-17 11:25:18 +02:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
# Correct FHS paths
|
|
|
|
paths=$(find -name cnf-to-paths.awk)
|
|
|
|
test -n "$paths" || exit 1
|
|
|
|
cp -vf %{S:4} $paths
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Extend the options file
|
|
|
|
echo "world=${PWD}/world" >> %{options}
|
|
|
|
echo "prefix=${PWD}/prefix" >> %{options}
|
|
|
|
echo "texmfcnf=${PWD}/texk/kpathsea" >> %{options}
|
|
|
|
|
|
|
|
# Read the options file
|
|
|
|
. %{options}
|
|
|
|
|
|
|
|
# Sanity check for system icu libraries and headers
|
|
|
|
# Remark: official libicu is _not_ compatible with libicu of XeTeX
|
|
|
|
if test -s /usr/include/layout/GlyphPositioningTables.h -a \
|
2012-05-14 17:07:02 +02:00
|
|
|
-s /usr/include/layout/Features.h -a \
|
|
|
|
-s /usr/include/common/cmemory.h \
|
|
|
|
&& false
|
2011-12-20 18:29:17 +01:00
|
|
|
then
|
|
|
|
icu[0]='--with-system-icu'
|
|
|
|
icu[1]='--with-icu-include=/usr/include/unicode -I/usr/include/layout -I/usr/include/common'
|
|
|
|
else
|
|
|
|
icu[0]=""
|
|
|
|
fi
|
2013-08-06 11:25:55 +02:00
|
|
|
# Wrong version string
|
2013-08-06 11:31:58 +02:00
|
|
|
sed -ri '/m4_define.*tex_live_version/{s@[0-9]+/dev@%{texlive_version}@}' version.ac
|
2013-08-06 11:25:55 +02:00
|
|
|
for rp in $(find -name configure) ; do
|
2013-08-06 11:31:58 +02:00
|
|
|
sed -ri '/(Web2C|STRING|VERSION)/{s@[0-9]+/dev@%{texlive_version}@}' $rp
|
2013-08-06 11:25:55 +02:00
|
|
|
done
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
# Avoid -rpath as libtool is not configurable at this point
|
|
|
|
for rp in $(find -name libtool.m4 -or -name configure) ; do
|
|
|
|
sed -ri 's/(-rpath)/\1-link/g' $rp
|
|
|
|
done
|
|
|
|
LD_LIBRARY_PATH=${prefix}/lib:${world}/texk/kpathsea/.libs:${world}/texk/ptexenc/.libs
|
|
|
|
export LD_LIBRARY_PATH
|
|
|
|
|
|
|
|
# We have an other autoconf/automake version
|
|
|
|
./reautoconf libs/icu/dummy
|
|
|
|
|
|
|
|
if [[ $VENDOR =~ opensuse ]] ; then
|
|
|
|
banner='for opensuse.org'
|
|
|
|
else
|
|
|
|
banner='for SUSE Linux'
|
|
|
|
fi
|
2012-04-13 18:41:24 +02:00
|
|
|
#
|
|
|
|
# Avoid win32 Makefile
|
|
|
|
#
|
|
|
|
find -name configure | xargs sed -ri '/(CONFIG_FILES|ac_config_files)=/ { s@[[:blank:]]+(otps/|)win32/Makefile@@p; }'
|
2016-06-14 12:26:43 +02:00
|
|
|
find -name config.status | xargs -r rm -vf
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
# Run configure now ... no reautoconf here as TeX Live uses modified m4 macros
|
|
|
|
# longinteger and off_t declarations are still inconsistent, do not enable
|
|
|
|
# largefile unless you are testing.
|
|
|
|
# Default to building ICU without thread support, since xetex does not need it.
|
|
|
|
cache=$PWD/config.cache
|
|
|
|
mkdir -p ${world}
|
|
|
|
pushd ${world}/
|
|
|
|
STRIP=/bin/true \
|
|
|
|
STRIPPROG=/bin/true \
|
|
|
|
../configure \
|
|
|
|
--host=${HOST} \
|
|
|
|
--build=${BUILD} \
|
2017-06-14 12:49:40 +02:00
|
|
|
--enable-fast-install=no \
|
2011-12-20 18:29:17 +01:00
|
|
|
--disable-native-texlive-build \
|
|
|
|
--disable-cxx-runtime-hack \
|
|
|
|
--cache-file=$cache \
|
|
|
|
--disable-multiplatform \
|
|
|
|
--prefix=$prefix \
|
|
|
|
--datadir=$prefix \
|
|
|
|
--datarootdir=$prefix \
|
|
|
|
--exec-prefix=$prefix \
|
|
|
|
--bindir=$prefix/bin \
|
|
|
|
--libdir=$prefix/lib \
|
|
|
|
--infodir=$prefix/share/info \
|
|
|
|
--mandir=$prefix/share/man \
|
|
|
|
--sysconfdir=$prefix/etc \
|
|
|
|
--localstatedir=$prefix/var/lib \
|
|
|
|
--sharedstatedir=$prefix/var/lib \
|
|
|
|
--includedir=$prefix/include \
|
|
|
|
--x-libraries=%{_x11lib} \
|
|
|
|
--x-includes=%{_x11inc} \
|
|
|
|
--disable-cxx-runtime-hack \
|
|
|
|
--disable-texinfo \
|
|
|
|
--disable-texi2html \
|
|
|
|
--disable-dialog \
|
|
|
|
--disable-t1utils \
|
|
|
|
--disable-dvi2tty \
|
|
|
|
--disable-xindy \
|
|
|
|
--disable-xindy-docs \
|
|
|
|
--disable-xindy-rules \
|
|
|
|
--disable-xz \
|
|
|
|
--disable-largefile \
|
|
|
|
--disable-threads \
|
|
|
|
--%{!?with_psutils:disable}%{?with_psutils:enable}-psutils \
|
2013-05-06 15:33:07 +02:00
|
|
|
--%{!?with_lcdf_typetools:disable}%{?with_lcdf_typetools:enable}-lcdf-typetools \
|
2011-12-20 18:29:17 +01:00
|
|
|
--enable-freetype \
|
|
|
|
--enable-musixflx \
|
|
|
|
--enable-lacheck \
|
|
|
|
--enable-detex \
|
|
|
|
--enable-seetexk \
|
|
|
|
--enable-tex4htk \
|
|
|
|
--enable-shared \
|
2016-02-02 09:58:43 +01:00
|
|
|
%if %{with LuaJIT}
|
2015-03-31 17:50:02 +02:00
|
|
|
--enable-luajittex \
|
2016-06-14 17:24:35 +02:00
|
|
|
--enable-mfluajit \
|
2016-02-02 09:58:43 +01:00
|
|
|
%else
|
|
|
|
--disable-luajittex \
|
2016-06-14 17:24:35 +02:00
|
|
|
--disable-mfluajit \
|
2016-02-02 09:58:43 +01:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
--with-gnu-ld \
|
|
|
|
--with-gnu-libc \
|
|
|
|
--with-system-xz \
|
|
|
|
--with-system-dialog \
|
|
|
|
--with-system-t1utils \
|
|
|
|
--with-system-ncurses \
|
|
|
|
--with-system-zlib \
|
|
|
|
--with-system-expat \
|
|
|
|
--with-system-unzip \
|
2016-02-02 18:42:24 +01:00
|
|
|
%if %{with poppler}
|
2011-12-20 18:29:17 +01:00
|
|
|
--with-system-poppler \
|
2016-02-02 18:42:24 +01:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
--with-system-xpdf \
|
|
|
|
--with-system-libpng \
|
|
|
|
--with-system-pnglib \
|
|
|
|
--with-system-gd \
|
|
|
|
--with-system-freetype \
|
|
|
|
--with-system-zziplib \
|
|
|
|
--with-system-libgs \
|
|
|
|
--with-freetype-includes=/usr/include/freetype \
|
|
|
|
--with-system-freetype2 \
|
|
|
|
--with-freetype2-includes=/usr/include/freetype2 \
|
2013-07-31 15:21:21 +02:00
|
|
|
--with-system-cairo \
|
|
|
|
--with-system-includes=/usr/include/cairo \
|
2016-04-13 11:46:52 +02:00
|
|
|
--with-system-mpfr \
|
2016-04-13 16:02:25 +02:00
|
|
|
--with-system-harfbuzz \
|
|
|
|
--with-system-icu \
|
|
|
|
--with-system-graphite2 \
|
|
|
|
--with-system-potrace \
|
|
|
|
--with-system-libpaper \
|
2011-12-20 18:29:17 +01:00
|
|
|
--with-banner-add="/TeX Live $banner" \
|
|
|
|
${icu[0]:+"${icu[@]}"} \
|
|
|
|
--enable-epsfwin \
|
|
|
|
--enable-mftalkwin \
|
|
|
|
--enable-regiswin \
|
|
|
|
--enable-tektronixwin \
|
|
|
|
--enable-unitermwin \
|
|
|
|
--with-ps=gs \
|
|
|
|
--with-x \
|
|
|
|
--with-mf-x-toolkit \
|
|
|
|
--with-xdvi-x-toolkit=xaw3d \
|
|
|
|
--with-editor='vi +%%d %%s'
|
|
|
|
|
2012-04-16 11:02:59 +02:00
|
|
|
PATH=$prefix/bin:$PATH \
|
|
|
|
TEXMFLOCAL=%{_texmfmaindir} \
|
2012-04-13 18:41:24 +02:00
|
|
|
TEXMFCNF=$texmfcnf \
|
2012-04-16 11:02:59 +02:00
|
|
|
make %{?_smp_mflags} world STRIP=/bin/true STRIPPROG=/bin/true
|
2011-12-20 18:29:17 +01:00
|
|
|
popd
|
|
|
|
|
|
|
|
pushd utils/asymptote
|
|
|
|
autoreconf
|
2013-08-07 13:00:57 +02:00
|
|
|
(cat>libOSMesa.so)<<-'EOF'
|
|
|
|
/* GNU ld script */
|
|
|
|
INPUT(%{_libdir}/libOSMesa.so AS_NEEDED(-lglapi))
|
|
|
|
EOF
|
2011-12-20 18:29:17 +01:00
|
|
|
PATH=$prefix/bin:$PATH \
|
|
|
|
TEXMFLOCAL=%{_texmfmaindir} \
|
|
|
|
TEXMFCNF=$texmfcnf \
|
|
|
|
STRIP=/bin/true \
|
|
|
|
STRIPPROG=/bin/true \
|
2013-08-07 13:00:57 +02:00
|
|
|
LDFLAGS="$LDFLAGS -L$PWD" \
|
2017-06-14 12:49:40 +02:00
|
|
|
CFLAGS="${CFLAGS/-std=gnu99/}" \
|
|
|
|
CXXFLAGS="${CXXFLAGS/-std=gnu99/}" \
|
2011-12-20 18:29:17 +01:00
|
|
|
./configure \
|
|
|
|
--host=${HOST} \
|
|
|
|
--build=${BUILD} \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--bindir=%{_bindir} \
|
2013-08-07 13:00:57 +02:00
|
|
|
--libdir=%{_libdir} \
|
2011-12-20 18:29:17 +01:00
|
|
|
--datadir=%{_texmfmaindir} \
|
|
|
|
--disable-texlive-build \
|
2013-08-07 13:00:57 +02:00
|
|
|
--enable-offscreen \
|
2011-12-20 18:29:17 +01:00
|
|
|
--enable-readline \
|
|
|
|
--enable-gsl \
|
|
|
|
--enable-fftw \
|
|
|
|
--enable-gc=system \
|
|
|
|
--enable-gl
|
2017-06-14 12:49:40 +02:00
|
|
|
make clean
|
2011-12-20 18:29:17 +01:00
|
|
|
make asy
|
|
|
|
mkdir -p ${prefix}/bin
|
|
|
|
mkdir -p ${prefix}/texmf/asymptote/GUI
|
|
|
|
install -m 0755 asy ${prefix}/bin/
|
|
|
|
install -m 0755 GUI/xasy.py ${prefix}/texmf/asymptote/GUI
|
|
|
|
ln -sf ../texmf/asymptote/GUI/xasy.py ${prefix}/bin/xasy
|
|
|
|
popd
|
|
|
|
|
2012-04-27 17:49:04 +02:00
|
|
|
# compile public
|
2012-05-14 17:07:02 +02:00
|
|
|
mkdir -p ${prefix}/lib/mktex
|
2012-06-12 19:56:21 +02:00
|
|
|
$CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o ${prefix}/lib/mktex/public %{S:50}
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-06-13 10:18:32 +02:00
|
|
|
# install our own scripts
|
|
|
|
mkdir -p ${prefix}/bin
|
|
|
|
install -m 0755 texk/seetexk/a4toa5 ${prefix}/bin/
|
|
|
|
install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/
|
|
|
|
install -m 0755 texk/seetexk/odd2even ${prefix}/bin/
|
|
|
|
|
2016-02-02 09:58:43 +01:00
|
|
|
%if %{with LuaJIT}
|
2015-03-31 18:39:17 +02:00
|
|
|
echo "Luaji is supported on this platform"
|
|
|
|
%else
|
|
|
|
for broken in luajittex texluajit texluajitc
|
|
|
|
do
|
|
|
|
test ! -x ${prefix}/bin/$broken || continue
|
2015-03-31 19:48:35 +02:00
|
|
|
(cat>${prefix}/bin/$broken)<<-'EOF'
|
2015-03-31 18:39:17 +02:00
|
|
|
#!/bin/sh
|
|
|
|
echo "${0}: is not supported on $(uname -m)" 1>&2
|
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
chmod 0755 ${prefix}/bin/$broken
|
|
|
|
unset broken
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
2012-06-22 15:28:02 +02:00
|
|
|
# install perl modules
|
2016-06-14 12:26:43 +02:00
|
|
|
mkdir -p ${prefix}/share/texmf/tlpkg/TeXLive
|
|
|
|
install -m 0644 texk/tests/TeXLive/TLConfig.pm ${prefix}/share/texmf/tlpkg/TeXLive/
|
|
|
|
install -m 0644 texk/tests/TeXLive/TLUtils.pm ${prefix}/share/texmf/tlpkg/TeXLive/
|
2012-06-22 15:28:02 +02:00
|
|
|
|
2012-05-21 17:26:13 +02:00
|
|
|
%if %{with buildbiber}
|
|
|
|
# dump a biber executable
|
|
|
|
pushd ../biblatex-biber-*
|
2013-11-13 14:10:29 +01:00
|
|
|
find -name '*.ca' | xargs -r rm -vf
|
2012-05-21 17:26:13 +02:00
|
|
|
|
2017-06-14 15:05:21 +02:00
|
|
|
if test "$(getconf LONG_BIT)" -lt 64 ; then
|
|
|
|
sed -ri '/17000002/{s@.*@eq_or_diff("dummy", "dummy", "skipped on 32bit");@}' t/dateformats.t
|
|
|
|
fi
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
LANG=en_US.UTF-8 %{__perl} ./Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
|
|
|
LANG=en_US.UTF-8 ./Build build flags=%{?_smp_mflags}
|
2012-05-21 17:26:13 +02:00
|
|
|
|
|
|
|
# There is no network here
|
|
|
|
rm t/remote-files.t
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
LANG=en_US.UTF-8 \
|
|
|
|
BIBER_DEV_TESTS=1 \
|
2012-05-21 17:26:13 +02:00
|
|
|
./Build test
|
|
|
|
|
2013-11-13 14:10:29 +01:00
|
|
|
%if 0%{suse_version} <= 1230
|
2012-05-21 17:26:13 +02:00
|
|
|
pushd blib
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
(cat > biber.files)<<-'EOF'
|
|
|
|
../data/biber-tool.conf;lib/Biber/biber-tool.conf
|
|
|
|
../data/schemata/config.rnc;lib/Biber/config.rnc
|
|
|
|
../data/schemata/config.rng;lib/Biber/config.rng
|
2012-05-21 17:26:13 +02:00
|
|
|
../data/schemata/bcf.rnc;lib/Biber/bcf.rnc
|
|
|
|
../data/schemata/bcf.rng;lib/Biber/bcf.rng
|
|
|
|
../data/schemata/biblatexml.rnc;lib/Biber/biblatexml.rnc
|
|
|
|
../data/schemata/biblatexml.rng;lib/Biber/biblatexml.rng
|
|
|
|
../lib/Biber/LaTeX/recode_data.xml;lib/Biber/LaTeX/recode_data.xml
|
|
|
|
../data/bcf.xsl;lib/Biber/bcf.xsl
|
|
|
|
../data/latinkeys.txt;lib/Unicode/Collate/latinkeys.txt
|
|
|
|
%{perl_privlib}/Unicode/Collate/Locale;lib/Unicode/Collate/Locale
|
|
|
|
%{perl_privlib}/Unicode/Collate/CJK;lib/Unicode/Collate/CJK
|
|
|
|
%{perl_privlib}/Unicode/Collate/allkeys.txt;lib/Unicode/Collate/allkeys.txt
|
|
|
|
%{perl_privlib}/Unicode/Collate/keys.txt;lib/Unicode/Collate/keys.txt
|
2013-07-31 15:21:21 +02:00
|
|
|
%{perl_privlib}/PerlIO;lib/PerlIO
|
2013-08-08 12:11:27 +02:00
|
|
|
%{perl_archlib}/auto/PerlIO;lib/auto/PerlIO
|
2013-07-31 15:21:21 +02:00
|
|
|
%{perl_vendorlib}/Business/ISBN/RangeMessage.xml;lib/Business/ISBN/RangeMessage.xml
|
2012-05-21 17:26:13 +02:00
|
|
|
EOF
|
2012-05-22 10:44:37 +02:00
|
|
|
LD_LIBRARY_PATH=/%{_lib}:%{_libdir} \
|
2013-07-31 15:21:21 +02:00
|
|
|
PAR_VERBATIM=1 \
|
2012-05-21 17:26:13 +02:00
|
|
|
pp -I lib --dependent \
|
|
|
|
--compress=7 \
|
|
|
|
--module=deprecate \
|
|
|
|
--module=Biber::Input::file::bibtex \
|
|
|
|
--module=Biber::Input::file::biblatexml \
|
|
|
|
--module=Biber::Input::file::ris \
|
|
|
|
--module=Biber::Input::file::zoterordfxml \
|
|
|
|
--module=Biber::Input::file::endnotexml \
|
2013-07-31 15:21:21 +02:00
|
|
|
--module=Biber::Output::bibtex \
|
|
|
|
--module=Biber::Output::biblatexml \
|
2012-05-21 17:26:13 +02:00
|
|
|
--module=Pod::Simple::TranscodeSmart \
|
|
|
|
--module=Pod::Simple::TranscodeDumb \
|
|
|
|
--module=Encode::Byte \
|
|
|
|
--module=Encode::CN \
|
|
|
|
--module=Encode::CJKConstants \
|
|
|
|
--module=Encode::EBCDIC \
|
|
|
|
--module=Encode::Encoder \
|
|
|
|
--module=Encode::GSM0338 \
|
|
|
|
--module=Encode::Guess \
|
|
|
|
--module=Encode::JP \
|
|
|
|
--module=Encode::KR \
|
|
|
|
--module=Encode::MIME::Header \
|
|
|
|
--module=Encode::Symbol \
|
|
|
|
--module=Encode::TW \
|
|
|
|
--module=Encode::Unicode \
|
|
|
|
--module=Encode::Unicode::UTF7 \
|
2013-07-31 15:21:21 +02:00
|
|
|
--module=Encode::EUCJPASCII \
|
|
|
|
--module=Encode::JIS2K \
|
|
|
|
--module=Encode::HanExtra \
|
2012-05-21 17:26:13 +02:00
|
|
|
--module=File::Find::Rule \
|
2013-07-31 15:21:21 +02:00
|
|
|
--module=IO::Socket::SSL \
|
2012-05-21 17:26:13 +02:00
|
|
|
--link=libbtparse.so \
|
|
|
|
--link=libxml2.so \
|
2013-07-31 15:21:21 +02:00
|
|
|
--link=libz.so \
|
2012-05-21 17:26:13 +02:00
|
|
|
--link=libxslt.so \
|
|
|
|
--link=libexslt.so \
|
2013-07-31 15:21:21 +02:00
|
|
|
--link=libcrypto.so \
|
|
|
|
--link=libssl.so \
|
2012-05-21 17:26:13 +02:00
|
|
|
--addlist=biber.files \
|
|
|
|
--cachedeps=scancache \
|
|
|
|
--output=${prefix}/bin/biber \
|
|
|
|
script/biber
|
2012-05-22 10:44:37 +02:00
|
|
|
install -m 0644 bindoc/biber.1 ${prefix}/share/man/man1/
|
2012-05-21 17:26:13 +02:00
|
|
|
popd
|
2013-11-13 14:10:29 +01:00
|
|
|
%endif
|
2012-05-21 17:26:13 +02:00
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%install
|
|
|
|
|
|
|
|
# Read the options file
|
|
|
|
. %{options}
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2016-03-04 12:57:27 +01:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
2011-12-20 18:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_includedir}
|
|
|
|
mkdir -p %{buildroot}%{_infodir}
|
2012-05-14 17:07:02 +02:00
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/mktex
|
2011-12-20 18:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_mandir}
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man5
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man8
|
|
|
|
mkdir -p %{buildroot}%{_texmfmaindir}
|
|
|
|
mkdir -p %{buildroot}%{_texmfdistdir}
|
2012-04-27 17:49:04 +02:00
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/dvipdfm/config
|
2011-12-20 18:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/dvipdfmx
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/dvips/config
|
2012-04-27 17:49:04 +02:00
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/scripts/urlbst
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/scripts/match_parens
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/scripts/mf2pt1
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/tex/amstex/base
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/tex/generic/config
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/tex/lambda/config
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/tex/mex/base
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/tex/plain/cyrplain
|
2011-12-20 18:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/web2c
|
|
|
|
mkdir -p %{buildroot}%{_texmfconfdir}/xdvi
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/dist
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/fonts
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/fonts/dvipdfm
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/fonts/dvips
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/fonts/pdftex
|
2012-06-12 19:56:21 +02:00
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/main
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/md5
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/aleph
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/eptex
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/luatex
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/metafont
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/pdftex
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/ptex
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/tex
|
|
|
|
mkdir -p %{buildroot}%{_texmfvardir}/web2c/xetex
|
2011-12-20 18:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_texmfcache}
|
|
|
|
mkdir -p %{buildroot}%{_fontcache}
|
|
|
|
mkdir -p %{buildroot}%{_fontcache}/pk
|
|
|
|
mkdir -p %{buildroot}%{_fontcache}/source
|
|
|
|
mkdir -p %{buildroot}%{_fontcache}/tfm
|
|
|
|
mkdir -p %{buildroot}%{_appdefdir}
|
2013-02-05 15:41:14 +01:00
|
|
|
mkdir -p %{buildroot}/var/adm/update-scripts
|
2012-06-12 19:56:21 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
pushd ${prefix}/bin/
|
2013-10-28 15:14:53 +01:00
|
|
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_bindir}/
|
2011-12-20 18:29:17 +01:00
|
|
|
rm -vf %{buildroot}%{_bindir}/tlmgr
|
|
|
|
rm -vf %{buildroot}%{_bindir}/installfont-tl
|
|
|
|
popd
|
|
|
|
pushd ${prefix}/lib/
|
2013-10-28 15:14:53 +01:00
|
|
|
tar -cpSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
|
|
|
|
tar -cpSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
|
2013-08-07 13:00:57 +02:00
|
|
|
popd
|
2016-06-14 12:26:43 +02:00
|
|
|
pushd ${prefix}/share/texmf
|
|
|
|
tar -cpSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_texmfdistdir}/
|
2013-08-07 13:00:57 +02:00
|
|
|
popd
|
2011-12-20 18:29:17 +01:00
|
|
|
pushd ${prefix}/include/
|
2013-10-28 15:14:53 +01:00
|
|
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/
|
2011-12-20 18:29:17 +01:00
|
|
|
popd
|
2012-05-22 10:44:37 +02:00
|
|
|
pushd ${prefix}/share/man/
|
2012-06-12 19:56:21 +02:00
|
|
|
popd
|
2013-11-13 14:10:29 +01:00
|
|
|
#
|
|
|
|
# Biber support
|
|
|
|
#
|
|
|
|
%if %{with buildbiber}
|
|
|
|
%if 0%{suse_version} > 1230
|
|
|
|
pushd ../biblatex-biber-*
|
|
|
|
./Build install destdir=%{buildroot}
|
|
|
|
chmod 0755 %{buildroot}%{_bindir}/biber
|
2016-04-12 18:58:01 +02:00
|
|
|
rm -vf %{buildroot}%{_mandir}/man1/biber.1*
|
2013-11-13 14:10:29 +01:00
|
|
|
chmod 0644 %{buildroot}%{perl_vendorlib}/Biber.pm
|
|
|
|
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Biber
|
2016-07-19 17:31:15 +02:00
|
|
|
if test -d %{buildroot}%{perl_vendorlib}/Unicode/Collate
|
|
|
|
then
|
|
|
|
chmod -R u+rw %{buildroot}%{perl_vendorlib}/Unicode/Collate/*
|
|
|
|
fi
|
2013-11-13 14:10:29 +01:00
|
|
|
rm -vrf %{buildroot}%{perl_vendorarch}/auto
|
|
|
|
rm -vrf %{buildroot}%{_mandir}/man3
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
2016-04-12 18:58:01 +02:00
|
|
|
pushd blib
|
|
|
|
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
popd
|
2013-11-13 14:10:29 +01:00
|
|
|
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
|
|
|
|
popd
|
|
|
|
mv ../biblatex-biber-*/texlive.files perl-biber.files
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
#
|
|
|
|
# Those lines with exclamation mark have to done in the
|
|
|
|
# specific spec files
|
|
|
|
#
|
|
|
|
#! pushd ${prefix}/share/info/
|
2013-10-28 15:14:53 +01:00
|
|
|
#! tar -cpSf - *.info | tar -xvspSf - -C %{buildroot}%{_infodir}/
|
2011-12-20 18:29:17 +01:00
|
|
|
#! popd
|
|
|
|
#! pushd ${prefix}/share/man/
|
2013-10-28 15:14:53 +01:00
|
|
|
#! tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_mandir}/
|
2011-12-20 18:29:17 +01:00
|
|
|
#! rm -vf %{buildroot}%{_mandir}/man*/tlmgr*
|
|
|
|
#! rm -vf %{buildroot}%{_mandir}/man*/installfont-tl*
|
|
|
|
#! popd
|
|
|
|
pushd ${prefix}/texmf/
|
2013-10-28 15:14:53 +01:00
|
|
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_texmfmaindir}/
|
2011-12-20 18:29:17 +01:00
|
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/g
|
|
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/v
|
|
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/texconfig/x
|
|
|
|
rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj
|
|
|
|
rm -vf %{buildroot}%{_texmfmaindir}/texconfig/generic
|
|
|
|
rm -vf %{buildroot}%{_texmfmaindir}/texconfig/README
|
|
|
|
#! mv -vf %{buildroot}%{_texmfmaindir}/dvipdfmx/dvipdfmx.cfg \
|
|
|
|
#! %{buildroot}%{_texmfconfdir}/dvipdfmx/
|
|
|
|
#! ln -sf %{_texmfconfdir}/dvipdfmx/dvipdfmx.cfg \
|
|
|
|
#! %{buildroot}%{_texmfmaindir}/dvipdfmx/
|
|
|
|
for cnf in %{buildroot}%{_texmfmaindir}/web2c/*.cnf ; do
|
2013-07-31 15:21:21 +02:00
|
|
|
test -e "$cnf" || break
|
2011-12-20 18:29:17 +01:00
|
|
|
mv -vf $cnf %{buildroot}%{_texmfconfdir}/web2c/
|
|
|
|
ln -sf %{_texmfconfdir}/web2c/${cnf##*/} $cnf
|
|
|
|
done
|
|
|
|
#! mv -vf %{buildroot}%{_texmfmaindir}/xdvi/xdvi.cfg \
|
|
|
|
#! %{buildroot}%{_texmfconfdir}/xdvi/
|
|
|
|
#! ln -sf %{_texmfconfdir}/xdvi/xdvi.cfg \
|
|
|
|
#! %{buildroot}%{_texmfmaindir}/xdvi/
|
|
|
|
#! mv -vf %{buildroot}%{_texmfmaindir}/xdvi/XDvi \
|
|
|
|
#! %{buildroot}%{_texmfconfdir}/xdvi/
|
|
|
|
#! ln -sf %{_texmfconfdir}/xdvi/XDvi \
|
|
|
|
#! %{buildroot}%{_appdefdir}/
|
|
|
|
popd
|
|
|
|
pushd ${prefix}/texmf-dist/
|
2013-10-28 15:14:53 +01:00
|
|
|
tar -cpSf - . | tar -xvspSf - -C %{buildroot}%{_texmfdistdir}/
|
2013-07-31 15:21:21 +02:00
|
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/g
|
|
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/v
|
|
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/texconfig/x
|
2011-12-20 18:29:17 +01:00
|
|
|
rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
|
2013-07-31 15:21:21 +02:00
|
|
|
rm -vf %{buildroot}%{_texmfdistdir}/texconfig/generic
|
|
|
|
rm -vf %{buildroot}%{_texmfdistdir}/texconfig/README
|
|
|
|
for cnf in %{buildroot}%{_texmfdistdir}/web2c/*.cnf ; do
|
|
|
|
test -e "$cnf" || break
|
|
|
|
mv -vf $cnf %{buildroot}%{_texmfconfdir}/web2c/
|
|
|
|
ln -sf %{_texmfconfdir}/web2c/${cnf##*/} $cnf
|
|
|
|
done
|
2011-12-20 18:29:17 +01:00
|
|
|
popd
|
|
|
|
pushd %{buildroot}%{_bindir}/
|
|
|
|
# ppower4 (currently) not part of TEX Live
|
|
|
|
rm -f pdfthumb
|
|
|
|
rm -f ppower4
|
|
|
|
# repair/relocate the script links
|
|
|
|
find -type l -printf '%f\a%l\n' | \
|
|
|
|
while IFS=$'\a' read dst src; do
|
|
|
|
case "$src" in
|
2013-08-07 13:00:57 +02:00
|
|
|
%if 0%{texlive_version} >= 2013
|
|
|
|
*/texmf/*) ln -sf ../share/texmf/${src#../texmf/} $dst ;;
|
|
|
|
%else
|
2011-12-20 18:29:17 +01:00
|
|
|
*/texmf/*) ln -sf ../lib/texmf/${src#../texmf/} $dst ;;
|
2013-08-07 13:00:57 +02:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
*/texmf-dist/*) ln -sf ../share/texmf/${src#../texmf-dist/} $dst ;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
# set xasy script link
|
2013-08-07 13:00:57 +02:00
|
|
|
%if 0%{texlive_version} >= 2013
|
|
|
|
ln -sf ../share/texmf/asymptote/GUI/xasy.py xasy
|
|
|
|
%else
|
2011-12-20 18:29:17 +01:00
|
|
|
ln -sf ../lib/texmf/asymptote/GUI/xasy.py xasy
|
2013-08-07 13:00:57 +02:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
# some scripts not included in main source tar ball
|
|
|
|
test -e match_parens || ln -sf ../share/texmf/scripts/match_parens/match_parens match_parens
|
|
|
|
test -e mf2pt1 || ln -sf ../share/texmf/scripts/mf2pt1/mf2pt1.pl mf2pt1
|
|
|
|
test -e urlbst || ln -sf ../share/texmf/scripts/urlbst/urlbst urlbst
|
|
|
|
# set some may missed symbolic links
|
|
|
|
test -e mfplain || ln -vsf mpost mfplain
|
|
|
|
test -e texlua || ln -vsf luatex texlua
|
|
|
|
test -e texluac || ln -vsf luatex texluac
|
|
|
|
test -e texhash || ln -vsf mktexlsr texhash
|
|
|
|
test -e rpdfcrop || ln -vsf pdfcrop rpdfcrop
|
2017-08-14 15:10:36 +02:00
|
|
|
test -e latexdef || ln -vsf texdef latexdef
|
2011-12-20 18:29:17 +01:00
|
|
|
# stolen from texlink script, also added musixtex case
|
2013-07-31 15:21:21 +02:00
|
|
|
sed -r '\@^[[:blank:]]*(#|$)@d;s@\*@@' < $prefix/texmf-dist/web2c/fmtutil.cnf | \
|
2011-12-20 18:29:17 +01:00
|
|
|
awk '{print $1, $2 }' | while read fmt engine ; do
|
|
|
|
test -f "$engine" || continue
|
|
|
|
case "$fmt" in
|
|
|
|
mf) test "$engine" = mf-nowin -a -f mfw && engine=mfw
|
|
|
|
esac
|
|
|
|
case "$fmt" in
|
|
|
|
cont-??|mptopdf|*musixtex) continue ;;
|
|
|
|
*) test "$fmt" = "$(ls -ld "$fmt" 2> /dev/null | awk '{print $NF}')" || rm -rf "$fmt"
|
|
|
|
test ! -f "$fmt" || continue
|
|
|
|
ln -vsf "$engine" "$fmt"
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
# our pdfmusixtex extension of the musixtex lua script
|
|
|
|
test -e pdfmusixtex || ln -sf musixtex pdfmusixtex
|
2012-06-12 19:56:21 +02:00
|
|
|
if test ! -e rlxtools ; then
|
|
|
|
printf '#!/bin/sh\nmtxrun --script rlxtools "$@"\n' > rlxtools
|
|
|
|
chmod 755 rlxtools
|
|
|
|
fi
|
2017-06-14 12:49:40 +02:00
|
|
|
%if 0%{texlive_version} >= 2017
|
|
|
|
# new dviinfox perl script
|
|
|
|
ln -sf ../share/texmf/scripts/dviinfox/dviinfox.pl dviinfox
|
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
popd
|
|
|
|
|
|
|
|
# clear out all file below texmf tree as this will delivered by texlive tar balls
|
|
|
|
find %{buildroot}%{_texmfdirs} -type f | xargs -r rm -vf
|
2012-06-10 20:11:21 +02:00
|
|
|
|
2012-06-27 14:08:47 +02:00
|
|
|
# but work around missing MusixTeX files ...
|
2013-09-09 08:57:38 +02:00
|
|
|
%if 0%{texlive_version} < 2013
|
2012-06-12 19:56:21 +02:00
|
|
|
pushd ${prefix}/texmf-dist/
|
|
|
|
install -m 0755 scripts/m-tx/m-tx.lua %{buildroot}%{_texmfdistdir}/scripts/m-tx/
|
|
|
|
install -m 0755 scripts/pmx/pmx2pdf.lua %{buildroot}%{_texmfdistdir}/scripts/pmx/
|
2012-05-14 17:07:02 +02:00
|
|
|
popd
|
2013-09-09 08:57:38 +02:00
|
|
|
%endif
|
2012-06-27 14:08:47 +02:00
|
|
|
# ... and add rungs texlua script as dvipdfmx/dvipdfm require this
|
2013-07-31 15:21:21 +02:00
|
|
|
pushd ${prefix}/texmf-dist/
|
|
|
|
install -m 0755 scripts/texlive/rungs.tlu %{buildroot}%{_texmfdistdir}/scripts/texlive/
|
2012-06-27 14:08:47 +02:00
|
|
|
popd
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-27 17:49:04 +02:00
|
|
|
# install manual page of public
|
|
|
|
install -m 0644 %{S:51} %{buildroot}%{_mandir}/man8/public.8
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2012-04-27 17:49:04 +02:00
|
|
|
# is part of texlive-kpathsea
|
|
|
|
rm -vf %{buildroot}%{_texmfconfdir}/web2c/fmtutil.cnf
|
|
|
|
rm -vf %{buildroot}%{_texmfconfdir}/web2c/texmf.cnf
|
|
|
|
rm -vf %{buildroot}%{_texmfmaindir}/web2c/fmtutil.cnf
|
|
|
|
rm -vf %{buildroot}%{_texmfmaindir}/web2c/texmf.cnf
|
2013-07-31 15:21:21 +02:00
|
|
|
rm -vf %{buildroot}%{_texmfdistdir}/web2c/fmtutil.cnf
|
|
|
|
rm -vf %{buildroot}%{_texmfdistdir}/web2c/texmf.cnf
|
2012-04-27 17:49:04 +02:00
|
|
|
|
|
|
|
# relink texlive helpers to public binary
|
|
|
|
for mktex in texhash mktexlsr mktexmf mktexpk mktextfm
|
|
|
|
do
|
2012-05-14 17:07:02 +02:00
|
|
|
mv -f %{buildroot}%{_bindir}/$mktex %{buildroot}%{_libexecdir}/mktex/
|
|
|
|
ln -sf %{_libexecdir}/mktex/public %{buildroot}%{_bindir}/$mktex
|
2012-04-27 17:49:04 +02:00
|
|
|
done
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
2013-02-05 15:41:14 +01:00
|
|
|
%{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
|
|
|
|
|
2016-03-04 12:57:27 +01:00
|
|
|
pushd ${prefix}/lib/pkgconfig/
|
|
|
|
for pc in kpathsea ptexenc texlua52 texluajit synctex
|
|
|
|
do
|
2016-03-04 14:55:55 +01:00
|
|
|
test -e "$pc.pc" || continue
|
2016-03-05 15:17:50 +01:00
|
|
|
sed -ri "s@([^=]+=)${prefix}@\1/usr@" $pc.pc
|
2016-03-04 13:56:37 +01:00
|
|
|
install -m 0644 $pc.pc %{buildroot}%{_libdir}/pkgconfig/
|
2016-03-04 12:57:27 +01:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2016-03-21 15:28:41 +01:00
|
|
|
pushd ${world}/texk/kpathsea/
|
|
|
|
install -m 0644 c-auto.h %{buildroot}%{_includedir}/kpathsea/
|
|
|
|
popd
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%if %{defined verify_permissions}
|
2012-06-27 14:08:47 +02:00
|
|
|
%verifyscript kpathsea-bin
|
2012-05-14 17:07:02 +02:00
|
|
|
%verify_permissions -e %{_libexecdir}/mktex/public
|
2011-12-20 18:29:17 +01:00
|
|
|
%endif
|
|
|
|
|
2012-06-27 14:08:47 +02:00
|
|
|
%pre kpathsea-bin
|
|
|
|
if test "$1" = 1 -a -z "$(%{_bindir}/getent group %{texgrp} 2>/dev/null)"; then
|
|
|
|
%{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp}
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post kpathsea-bin
|
2012-06-12 19:56:21 +02:00
|
|
|
%if %{defined set_permissions}
|
2012-05-14 17:07:02 +02:00
|
|
|
%set_permissions %{_libexecdir}/mktex/public
|
2012-06-12 19:56:21 +02:00
|
|
|
%endif
|
2012-06-27 14:08:47 +02:00
|
|
|
|
|
|
|
%post
|
2012-06-10 20:11:21 +02:00
|
|
|
mkdir -p /var/run/texlive
|
|
|
|
> /var/run/texlive/run-mktexlsr
|
2014-06-02 16:53:56 +02:00
|
|
|
> /var/run/texlive/run-update
|
2012-06-10 20:11:21 +02:00
|
|
|
|
2012-06-12 19:56:21 +02:00
|
|
|
%postun
|
|
|
|
if test $1 = 1; then
|
|
|
|
mkdir -p /var/run/texlive
|
|
|
|
> /var/run/texlive/run-mktexlsr
|
2014-06-03 10:53:36 +02:00
|
|
|
> /var/run/texlive/run-update
|
2012-06-12 19:56:21 +02:00
|
|
|
fi
|
|
|
|
|
2012-06-10 20:11:21 +02:00
|
|
|
%posttrans
|
2014-06-02 16:53:56 +02:00
|
|
|
test -f /var/run/texlive/run-update || exit 0
|
2013-02-05 11:36:35 +01:00
|
|
|
test -z "$ZYPP_IS_RUNNING" || exit 0
|
2013-07-31 15:21:21 +02:00
|
|
|
VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
2014-06-02 16:53:56 +02:00
|
|
|
rm -f /var/run/texlive/run-update
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%post -n libkpathsea6 -p /sbin/ldconfig
|
|
|
|
%postun -n libkpathsea6 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libptexenc1 -p /sbin/ldconfig
|
|
|
|
%postun -n libptexenc1 -p /sbin/ldconfig
|
|
|
|
|
2016-03-04 13:56:37 +01:00
|
|
|
%post -n libsynctex1 -p /sbin/ldconfig
|
|
|
|
%postun -n libsynctex1 -p /sbin/ldconfig
|
2016-02-01 17:10:03 +01:00
|
|
|
|
2016-03-04 14:55:55 +01:00
|
|
|
%post -n libtexlua52-5 -p /sbin/ldconfig
|
|
|
|
%postun -n libtexlua52-5 -p /sbin/ldconfig
|
2016-03-04 13:56:37 +01:00
|
|
|
|
|
|
|
%if %{with LuaJIT}
|
|
|
|
%post -n libtexluajit2 -p /sbin/ldconfig
|
|
|
|
%postun -n libtexluajit2 -p /sbin/ldconfig
|
|
|
|
%endif
|
2016-02-01 17:10:03 +01:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
2016-06-14 12:26:43 +02:00
|
|
|
# is part of texlive-texlive.infra
|
|
|
|
#%{_texmfdistdir}/tlpkg/TeXLive/TLConfig.pm
|
|
|
|
#%{_texmfdistdir}/tlpkg/TeXLive/TLUtils.pm
|
2012-04-27 17:49:04 +02:00
|
|
|
# is part of texlive-kpathsea
|
|
|
|
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/fmtutil.cnf
|
|
|
|
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmf.cnf
|
|
|
|
#%verify(link) %{_texmfmaindir}/web2c/fmtutil.cnf
|
|
|
|
#%verify(link) %{_texmfmaindir}/web2c/texmf.cnf
|
2017-05-26 16:46:23 +02:00
|
|
|
# is part of texlive-luatex
|
|
|
|
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmfcnf.lua
|
|
|
|
#%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
|
2012-04-27 17:49:04 +02:00
|
|
|
%{_mandir}/man8/public.*
|
2013-02-05 15:41:14 +01:00
|
|
|
%verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
|
2012-06-12 19:56:21 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files a2ping-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/a2ping
|
|
|
|
|
|
|
|
%files accfonts-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mkt1font
|
|
|
|
%{_bindir}/vpl2ovp
|
|
|
|
%{_bindir}/vpl2vpl
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files adhocfilelist-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/adhocfilelist
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files afm2pl-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/afm2pl
|
|
|
|
|
|
|
|
%files aleph-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/aleph
|
|
|
|
%{_bindir}/lamed
|
|
|
|
|
|
|
|
%files amstex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/amstex
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files arara-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/arara
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files asymptote-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/asy
|
|
|
|
%{_bindir}/xasy
|
|
|
|
|
|
|
|
%files authorindex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/authorindex
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files autosp-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/autosp
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files biber-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/biber
|
2012-05-22 10:44:37 +02:00
|
|
|
%if %{with buildbiber}
|
|
|
|
%{_mandir}/man1/biber.1*
|
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files bibexport-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bibexport
|
|
|
|
|
|
|
|
%files bibtex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bibtex
|
|
|
|
|
|
|
|
%files bibtex8-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bibtex8
|
|
|
|
|
|
|
|
%files bibtexu-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bibtexu
|
|
|
|
|
|
|
|
%files bundledoc-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/arlatex
|
|
|
|
%{_bindir}/bundledoc
|
|
|
|
|
|
|
|
%files cachepic-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/cachepic
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%files checkcites-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/checkcites
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files checklistings-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/checklistings
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files chktex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/chktex
|
|
|
|
%{_bindir}/chkweb
|
|
|
|
%{_bindir}/deweb
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files cjk-gs-integrate-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/cjk-gs-integrate
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files cjkutils-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bg5+latex
|
|
|
|
%{_bindir}/bg5+pdflatex
|
|
|
|
%{_bindir}/bg5conv
|
|
|
|
%{_bindir}/bg5latex
|
|
|
|
%{_bindir}/bg5pdflatex
|
|
|
|
%{_bindir}/cef5conv
|
|
|
|
%{_bindir}/cef5latex
|
|
|
|
%{_bindir}/cef5pdflatex
|
|
|
|
%{_bindir}/cefconv
|
|
|
|
%{_bindir}/ceflatex
|
|
|
|
%{_bindir}/cefpdflatex
|
|
|
|
%{_bindir}/cefsconv
|
|
|
|
%{_bindir}/cefslatex
|
|
|
|
%{_bindir}/cefspdflatex
|
|
|
|
%{_bindir}/extconv
|
|
|
|
%{_bindir}/gbklatex
|
|
|
|
%{_bindir}/gbkpdflatex
|
|
|
|
%{_bindir}/hbf2gf
|
|
|
|
%{_bindir}/sjisconv
|
|
|
|
%{_bindir}/sjislatex
|
|
|
|
%{_bindir}/sjispdflatex
|
|
|
|
|
|
|
|
%files context-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/context
|
2015-03-30 13:39:58 +02:00
|
|
|
%{_bindir}/contextjit
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/luatools
|
|
|
|
%{_bindir}/mtxrun
|
|
|
|
%{_bindir}/rlxtools
|
2015-03-30 13:39:58 +02:00
|
|
|
%{_bindir}/mtxrunjit
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/texexec
|
|
|
|
%{_bindir}/texmfstart
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files convbkmk-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/convbkmk
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files crossrefware-bin
|
|
|
|
%defattr(-,root,root,755)
|
2017-06-14 12:49:40 +02:00
|
|
|
%{_bindir}/bbl2bib
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/bibdoiadd
|
2017-06-14 12:49:40 +02:00
|
|
|
%{_bindir}/bibmradd
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/bibzbladd
|
|
|
|
%{_bindir}/ltx2crossrefxml
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files cslatex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/cslatex
|
|
|
|
%{_bindir}/pdfcslatex
|
|
|
|
|
|
|
|
%files csplain-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/csplain
|
|
|
|
%{_bindir}/pdfcsplain
|
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%files ctanify-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ctanify
|
|
|
|
|
|
|
|
%files ctanupload-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ctanupload
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files ctie-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ctie
|
|
|
|
|
|
|
|
%files cweb-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ctangle
|
|
|
|
%{_bindir}/cweave
|
|
|
|
|
|
|
|
%files cyrillic-bin-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/rubibtex
|
|
|
|
%{_bindir}/rumakeindex
|
|
|
|
|
|
|
|
%files de-macro-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/de-macro
|
|
|
|
|
|
|
|
%files detex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/detex
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files diadia-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/diadia
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%files dosepsbin-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dosepsbin
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files dtl-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dt2dv
|
|
|
|
%{_bindir}/dv2dt
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files dtxgen-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dtxgen
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files dviasm-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dviasm
|
|
|
|
|
|
|
|
%files dvicopy-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvicopy
|
|
|
|
|
|
|
|
%files dvidvi-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvidvi
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files dviinfox-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dviinfox
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files dviljk-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvihp
|
|
|
|
%{_bindir}/dvilj
|
|
|
|
%{_bindir}/dvilj2p
|
|
|
|
%{_bindir}/dvilj4
|
|
|
|
%{_bindir}/dvilj4l
|
|
|
|
%{_bindir}/dvilj6
|
|
|
|
|
|
|
|
%files dvipdfmx-bin
|
|
|
|
%defattr(-,root,root,755)
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/dvipdfm
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/dvipdfmx
|
2012-06-27 14:08:47 +02:00
|
|
|
%{_bindir}/rungs
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_texmfdistdir}/scripts/texlive/rungs.tlu
|
|
|
|
%{_bindir}/dvipdft
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/ebb
|
|
|
|
%{_bindir}/extractbb
|
|
|
|
|
|
|
|
%files dvipng-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvigif
|
|
|
|
%{_bindir}/dvipng
|
|
|
|
|
|
|
|
%files dvipos-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvipos
|
|
|
|
|
|
|
|
%files dvips-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/afm2tfm
|
|
|
|
%{_bindir}/dvips
|
|
|
|
|
|
|
|
%files dvisvgm-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvisvgm
|
|
|
|
|
|
|
|
%files ebong-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ebong
|
|
|
|
|
|
|
|
%files eplain-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/eplain
|
|
|
|
|
|
|
|
%files epspdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/epspdf
|
|
|
|
%{_bindir}/epspdftk
|
|
|
|
|
|
|
|
%files epstopdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/epstopdf
|
|
|
|
%{_bindir}/repstopdf
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%files exceltex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/exceltex
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files fig4latex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/fig4latex
|
|
|
|
|
|
|
|
%files findhyph-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/findhyph
|
|
|
|
|
|
|
|
%files fontinst-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/fontinst
|
|
|
|
|
|
|
|
%files fontools-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/afm2afm
|
|
|
|
%{_bindir}/autoinst
|
|
|
|
%{_bindir}/ot2kpx
|
|
|
|
|
|
|
|
%files fontware-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pltotf
|
|
|
|
%{_bindir}/tftopl
|
|
|
|
%{_bindir}/vftovp
|
|
|
|
%{_bindir}/vptovf
|
|
|
|
|
|
|
|
%files fragmaster-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/fragmaster
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files getmap-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/getmapdl
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files glossaries-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/makeglossaries
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/makeglossaries-lite
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files gregoriotex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/gregorio
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files gsftopk-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/gsftopk
|
|
|
|
|
|
|
|
%files jadetex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/jadetex
|
|
|
|
%{_bindir}/pdfjadetex
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files kotex-utils-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/jamo-normalize
|
|
|
|
%{_bindir}/komkindex
|
|
|
|
%{_bindir}/ttf2kotexfont
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files kpathsea-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/kpseaccess
|
|
|
|
%{_bindir}/kpsereadlink
|
|
|
|
%{_bindir}/kpsestat
|
|
|
|
%{_bindir}/kpsewhich
|
|
|
|
%{_bindir}/mkocp
|
|
|
|
%{_bindir}/mkofm
|
|
|
|
%{_bindir}/mktexfmt
|
|
|
|
%{_bindir}/mktexlsr
|
|
|
|
%{_bindir}/mktexmf
|
|
|
|
%{_bindir}/mktexpk
|
|
|
|
%{_bindir}/mktextfm
|
|
|
|
%{_bindir}/texhash
|
2012-06-27 14:08:47 +02:00
|
|
|
%attr(0755,root,%{texgrp}) %{_libexecdir}/mktex/public
|
2012-05-14 17:07:02 +02:00
|
|
|
%{_libexecdir}/mktex/*tex*
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files lacheck-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/lacheck
|
|
|
|
|
|
|
|
%files latex-bin-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvilualatex
|
|
|
|
%{_bindir}/latex
|
|
|
|
%{_bindir}/lualatex
|
|
|
|
%{_bindir}/pdflatex
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files latex-git-log-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latex-git-log
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files latex-papersize-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latex-papersize
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files latex2man-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latex2man
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files latex2nemeth-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latex2nemeth
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files latexdiff-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latexdiff
|
|
|
|
%{_bindir}/latexdiff-vc
|
|
|
|
%{_bindir}/latexrevise
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%files latexfileversion-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latexfileversion
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files latexindent-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latexindent
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files latexmk-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latexmk
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files latexpand-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/latexpand
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files lcdftypetools-bin
|
|
|
|
%defattr(-,root,root,755)
|
2013-05-06 15:33:07 +02:00
|
|
|
%if %{with lcdf_typetools}
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/cfftot1
|
|
|
|
%{_bindir}/mmafm
|
|
|
|
%{_bindir}/mmpfb
|
|
|
|
%{_bindir}/otfinfo
|
|
|
|
%{_bindir}/otftotfm
|
|
|
|
%{_bindir}/t1dotlessj
|
|
|
|
%{_bindir}/t1lint
|
|
|
|
%{_bindir}/t1rawafm
|
|
|
|
%{_bindir}/t1reencode
|
|
|
|
%{_bindir}/t1testpage
|
|
|
|
%{_bindir}/ttftotype42
|
2013-05-06 15:33:07 +02:00
|
|
|
%endif
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files lilyglyphs-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/lily-glyph-commands
|
|
|
|
%{_bindir}/lily-image-commands
|
|
|
|
%{_bindir}/lily-rebuild-pdfs
|
|
|
|
|
2012-06-12 19:56:21 +02:00
|
|
|
%files listbib-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/listbib
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files listings-ext-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/listings-ext.sh
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files lollipop-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/lollipop
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files ltxfileinfo-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ltxfileinfo
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files ltximg-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ltximg
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files lua2dox-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/lua2dox_filter
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files luaotfload-bin
|
|
|
|
%defattr(-,root,root,755)
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/luaotfload-tool
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files luatex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dviluatex
|
2015-03-30 13:39:58 +02:00
|
|
|
%{_bindir}/luajittex
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/luatex
|
|
|
|
%{_bindir}/texlua
|
|
|
|
%{_bindir}/texluac
|
2015-03-30 13:39:58 +02:00
|
|
|
%{_bindir}/texluajit
|
|
|
|
%{_bindir}/texluajitc
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files lwarp-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/lwarpmk
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files m-tx-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/m-tx
|
|
|
|
%{_bindir}/prepmx
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files make4ht-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/make4ht
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files makedtx-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/makedtx
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files makeindex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/makeindex
|
|
|
|
%{_bindir}/mkindex
|
|
|
|
|
|
|
|
%files match_parens-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/match_parens
|
|
|
|
|
|
|
|
%files mathspic-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mathspic
|
|
|
|
|
|
|
|
%files metafont-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/inimf
|
|
|
|
%{_bindir}/mf
|
|
|
|
%{_bindir}/mf-nowin
|
|
|
|
|
|
|
|
%files metapost-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvitomp
|
|
|
|
%{_bindir}/mfplain
|
|
|
|
%{_bindir}/mpost
|
|
|
|
|
|
|
|
%files mex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mex
|
|
|
|
%{_bindir}/pdfmex
|
|
|
|
%{_bindir}/utf8mex
|
|
|
|
|
|
|
|
%files mf2pt1-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mf2pt1
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files mflua-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mflua
|
|
|
|
%{_bindir}/mflua-nowin
|
2016-06-14 17:24:35 +02:00
|
|
|
%if %{with LuaJIT}
|
2016-06-14 12:26:43 +02:00
|
|
|
%{_bindir}/mfluajit
|
2016-06-14 17:24:35 +02:00
|
|
|
%endif
|
|
|
|
%if %{with LuaJIT}
|
2016-06-14 12:26:43 +02:00
|
|
|
%{_bindir}/mfluajit-nowin
|
2016-06-14 17:24:35 +02:00
|
|
|
%endif
|
2016-06-14 12:26:43 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files mfware-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/gftodvi
|
|
|
|
%{_bindir}/gftopk
|
|
|
|
%{_bindir}/gftype
|
|
|
|
%{_bindir}/mft
|
|
|
|
%{_bindir}/pktogf
|
|
|
|
%{_bindir}/pktype
|
|
|
|
|
|
|
|
%files mkgrkindex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mkgrkindex
|
|
|
|
|
|
|
|
%files mkjobtexmf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mkjobtexmf
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files mkpic-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mkpic
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files mltex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mllatex
|
|
|
|
%{_bindir}/mltex
|
|
|
|
|
|
|
|
%files mptopdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mptopdf
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files multibibliography-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/multibibliography
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files musixtex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/musixflx
|
|
|
|
%{_bindir}/musixtex
|
|
|
|
%{_bindir}/pdfmusixtex
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files musixtnt-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/msxlint
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files omegaware-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/odvicopy
|
|
|
|
%{_bindir}/odvitype
|
|
|
|
%{_bindir}/ofm2opl
|
|
|
|
%{_bindir}/omfonts
|
|
|
|
%{_bindir}/opl2ofm
|
|
|
|
%{_bindir}/otangle
|
|
|
|
%{_bindir}/otp2ocp
|
|
|
|
%{_bindir}/outocp
|
|
|
|
%{_bindir}/ovf2ovp
|
|
|
|
%{_bindir}/ovp2ovf
|
2015-03-30 13:39:58 +02:00
|
|
|
%{_bindir}/wofm2opl
|
|
|
|
%{_bindir}/wopl2ofm
|
|
|
|
%{_bindir}/wovf2ovp
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files patgen-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/patgen
|
|
|
|
|
|
|
|
%files pax-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdfannotextractor
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files pdfbook2-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdfbook2
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files pdfcrop-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdfcrop
|
|
|
|
%{_bindir}/rpdfcrop
|
|
|
|
|
|
|
|
%files pdfjam-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdf180
|
|
|
|
%{_bindir}/pdf270
|
|
|
|
%{_bindir}/pdf90
|
|
|
|
%{_bindir}/pdfbook
|
|
|
|
%{_bindir}/pdfflip
|
|
|
|
%{_bindir}/pdfjam
|
|
|
|
%{_bindir}/pdfjam-pocketmod
|
|
|
|
%{_bindir}/pdfjam-slides3up
|
|
|
|
%{_bindir}/pdfjam-slides6up
|
|
|
|
%{_bindir}/pdfjoin
|
|
|
|
%{_bindir}/pdfnup
|
|
|
|
%{_bindir}/pdfpun
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files pdflatexpicscale-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdflatexpicscale
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files pdftex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/etex
|
|
|
|
%{_bindir}/pdfetex
|
|
|
|
%{_bindir}/pdftex
|
|
|
|
%{_bindir}/simpdftex
|
|
|
|
|
|
|
|
%files pdftools-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/e2pall
|
|
|
|
%{_bindir}/pdfatfi
|
|
|
|
%{_bindir}/pdfclose
|
|
|
|
%{_bindir}/pdfopen
|
|
|
|
%{_bindir}/pdftosrc
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files pdfxup-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdfxup
|
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%files pedigree-perl-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pedigree
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files perltex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/perltex
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files petri-nets-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pn2pdf
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files pfarrei-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/a5toa4
|
|
|
|
%{_bindir}/pfarrei
|
|
|
|
|
2012-04-10 17:07:51 +02:00
|
|
|
%files pkfix-helper-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pkfix-helper
|
|
|
|
|
2012-06-19 11:32:21 +02:00
|
|
|
%files pkfix-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pkfix
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files platex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/platex
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files pmx-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pmxab
|
|
|
|
%{_bindir}/scor2prt
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files pmxchords-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pmxchords
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files ps2pk-bin
|
2011-12-20 18:29:17 +01:00
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/mag
|
|
|
|
%{_bindir}/pfb2pfa
|
|
|
|
%{_bindir}/pk2bm
|
|
|
|
%{_bindir}/ps2pk
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files pst-pdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ps4pdf
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files pst2pdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pst2pdf
|
|
|
|
|
|
|
|
%files pstools-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/bbox
|
|
|
|
%{_bindir}/ps2eps
|
|
|
|
%{_bindir}/ps2frag
|
|
|
|
%{_bindir}/pslatex
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files ptex-fontmaps-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/kanji-config-updmap
|
|
|
|
%{_bindir}/kanji-config-updmap-sys
|
|
|
|
%{_bindir}/kanji-config-updmap-user
|
|
|
|
%{_bindir}/kanji-fontmap-creator
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files ptex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/eptex
|
|
|
|
%{_bindir}/makejvf
|
|
|
|
%{_bindir}/mendex
|
|
|
|
%{_bindir}/pbibtex
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/pdvitomp
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/pdvitype
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/pmpost
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/ppltotf
|
|
|
|
%{_bindir}/ptex
|
|
|
|
%{_bindir}/ptftopl
|
2016-06-14 12:26:43 +02:00
|
|
|
%{_bindir}/upmendex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files ptex2pdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ptex2pdf
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files purifyeps-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/purifyeps
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files pygmentex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pygmentex
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files pythontex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/depythontex
|
|
|
|
%{_bindir}/pythontex
|
|
|
|
|
|
|
|
%files rubik-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/rubikrotation
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files seetexk-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvibook
|
|
|
|
%{_bindir}/dviconcat
|
|
|
|
%{_bindir}/dviselect
|
|
|
|
%{_bindir}/dvitodvi
|
2012-06-13 10:18:32 +02:00
|
|
|
%{_bindir}/a4toa5
|
|
|
|
%{_bindir}/mydvichk
|
|
|
|
%{_bindir}/odd2even
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files splitindex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/splitindex
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files srcredact-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/srcredact
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files sty2dtx-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/sty2dtx
|
|
|
|
|
|
|
|
%files svn-multi-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/svn-multi
|
|
|
|
|
|
|
|
%files synctex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/synctex
|
|
|
|
|
|
|
|
%files tetex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/allcm
|
|
|
|
%{_bindir}/allec
|
|
|
|
%{_bindir}/allneeded
|
|
|
|
%{_bindir}/dvi2fax
|
|
|
|
%{_bindir}/dvired
|
|
|
|
%{_bindir}/fmtutil
|
|
|
|
%{_bindir}/fmtutil-sys
|
2017-06-14 12:49:40 +02:00
|
|
|
%{_bindir}/fmtutil-user
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/kpsepath
|
|
|
|
%{_bindir}/kpsetool
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/kpsewhere
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/kpsexpand
|
2011-12-20 18:29:17 +01:00
|
|
|
%{_bindir}/texconfig-dialog
|
|
|
|
%{_bindir}/texconfig-sys
|
|
|
|
%{_bindir}/texlinks
|
|
|
|
%{_bindir}/updmap
|
|
|
|
%{_bindir}/updmap-sys
|
2017-06-14 12:49:40 +02:00
|
|
|
%{_bindir}/updmap-user
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files tex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/initex
|
|
|
|
%{_bindir}/tex
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files tex4ebook-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/tex4ebook
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files tex4ht-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ht
|
|
|
|
%{_bindir}/htcontext
|
|
|
|
%{_bindir}/htlatex
|
|
|
|
%{_bindir}/htmex
|
|
|
|
%{_bindir}/httex
|
|
|
|
%{_bindir}/httexi
|
|
|
|
%{_bindir}/htxelatex
|
|
|
|
%{_bindir}/htxetex
|
|
|
|
%{_bindir}/mk4ht
|
|
|
|
%{_bindir}/t4ht
|
|
|
|
%{_bindir}/tex4ht
|
2017-06-14 12:49:40 +02:00
|
|
|
%{_bindir}/xhlatex
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files texconfig-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texconfig
|
|
|
|
|
|
|
|
%files texcount-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texcount
|
|
|
|
|
|
|
|
%files texdef-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texdef
|
2017-08-14 15:10:36 +02:00
|
|
|
%{_bindir}/latexdef
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files texdiff-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texdiff
|
|
|
|
|
|
|
|
%files texdirflatten-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texdirflatten
|
|
|
|
|
|
|
|
%files texdoc-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texdoc
|
|
|
|
%{_bindir}/texdoctk
|
|
|
|
|
2015-03-30 13:39:58 +02:00
|
|
|
%files texfot-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texfot
|
|
|
|
|
2012-04-16 17:54:08 +02:00
|
|
|
%files texliveonfly-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texliveonfly
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files texloganalyser-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texloganalyser
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files texosquery-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texosquery
|
|
|
|
%{_bindir}/texosquery-jre5
|
|
|
|
%{_bindir}/texosquery-jre8
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files texsis-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/texsis
|
|
|
|
|
|
|
|
%files texware-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/dvitype
|
|
|
|
%{_bindir}/pooltype
|
|
|
|
|
|
|
|
%files thumbpdf-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/thumbpdf
|
|
|
|
|
|
|
|
%files tie-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/tie
|
|
|
|
|
|
|
|
%files tpic2pdftex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/tpic2pdftex
|
|
|
|
|
|
|
|
%files ttfutils-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ttf2afm
|
|
|
|
%{_bindir}/ttf2pk
|
|
|
|
%{_bindir}/ttf2tfm
|
|
|
|
%{_bindir}/ttfdump
|
|
|
|
|
2012-04-13 18:41:24 +02:00
|
|
|
%files typeoutfileinfo-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/typeoutfileinfo
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files ulqda-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/ulqda
|
|
|
|
|
2016-06-14 12:26:43 +02:00
|
|
|
%files uplatex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/uplatex
|
|
|
|
|
2013-07-31 15:21:21 +02:00
|
|
|
%files uptex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/euptex
|
|
|
|
%{_bindir}/upbibtex
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/updvitomp
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/updvitype
|
2016-02-01 17:10:03 +01:00
|
|
|
%{_bindir}/upmpost
|
2013-07-31 15:21:21 +02:00
|
|
|
%{_bindir}/uppltotf
|
|
|
|
%{_bindir}/uptex
|
|
|
|
%{_bindir}/uptftopl
|
|
|
|
%{_bindir}/wovp2ovf
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files urlbst-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/urlbst
|
|
|
|
|
2017-06-14 12:49:40 +02:00
|
|
|
%files velthuis-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/devnag
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files vlna-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/vlna
|
|
|
|
|
|
|
|
%files vpe-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/vpe
|
|
|
|
|
|
|
|
%files web-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/tangle
|
|
|
|
%{_bindir}/weave
|
|
|
|
|
|
|
|
%files xdvi-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/xdvi
|
|
|
|
%{_bindir}/xdvi-xaw3d
|
|
|
|
|
|
|
|
%files xetex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/teckit_compile
|
|
|
|
%{_bindir}/xdvipdfmx
|
|
|
|
%{_bindir}/xelatex
|
|
|
|
%{_bindir}/xetex
|
|
|
|
|
|
|
|
%files xmltex-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/pdfxmltex
|
|
|
|
%{_bindir}/xmltex
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
%files yplan-bin
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_bindir}/yplan
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%files -n libkpathsea6
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libdir}/libkpathsea*.so.*
|
|
|
|
|
|
|
|
%files -n %{name}-kpathsea-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/kpathsea
|
|
|
|
%{_includedir}/kpathsea/*
|
|
|
|
%{_libdir}/libkpathsea.so
|
2016-03-04 12:57:27 +01:00
|
|
|
%{_libdir}/pkgconfig/kpathsea.pc
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
%files -n libptexenc1
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libdir}/libptexenc*.so.*
|
|
|
|
|
|
|
|
%files -n %{name}-ptexenc-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/ptexenc
|
|
|
|
%{_includedir}/ptexenc/*
|
|
|
|
%{_libdir}/libptexenc.so
|
2016-03-04 12:57:27 +01:00
|
|
|
%{_libdir}/pkgconfig/ptexenc.pc
|
2011-12-20 18:29:17 +01:00
|
|
|
|
2016-03-04 10:54:09 +01:00
|
|
|
%files -n libsynctex1
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libdir}/libsynctex.so.*
|
|
|
|
|
|
|
|
%files -n %{name}-synctex-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/synctex/
|
|
|
|
%{_includedir}/synctex/*.h
|
|
|
|
%{_libdir}/libsynctex.so
|
2016-03-04 12:57:27 +01:00
|
|
|
%{_libdir}/pkgconfig/synctex.pc
|
2016-03-04 10:54:09 +01:00
|
|
|
|
2016-03-04 14:55:55 +01:00
|
|
|
%files -n libtexlua52-5
|
2016-03-04 10:54:09 +01:00
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libdir}/libtexlua[0-9]*so.*
|
|
|
|
|
|
|
|
%files -n %{name}-texlua-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/texlua[0-9]*/
|
|
|
|
%{_includedir}/texlua[0-9]*/*.h*
|
|
|
|
%{_libdir}/libtexlua[0-9]*so
|
2016-03-04 12:57:27 +01:00
|
|
|
%{_libdir}/pkgconfig/texlua[0-9]*.pc
|
2016-03-04 10:54:09 +01:00
|
|
|
|
|
|
|
%if %{with LuaJIT}
|
|
|
|
%files -n libtexluajit2
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libdir}/libtexluajit.so.*
|
|
|
|
|
|
|
|
%files -n %{name}-texluajit-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/texluajit/
|
|
|
|
%{_includedir}/texluajit/*.h*
|
|
|
|
%{_libdir}/libtexluajit.so
|
2016-03-04 12:57:27 +01:00
|
|
|
%{_libdir}/pkgconfig/texluajit.pc
|
2016-03-04 10:54:09 +01:00
|
|
|
%endif
|
|
|
|
|
2012-06-13 10:18:32 +02:00
|
|
|
%files -n %{name}-bin-devel
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
|
2013-11-13 14:10:29 +01:00
|
|
|
%if %{with buildbiber}
|
|
|
|
%if 0%{suse_version} > 1230
|
|
|
|
%files -n perl-biber -f perl-biber.files
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
%changelog
|