File project.diff of Package texlive
--- public.8.orig
+++ public.8
@@ -17,9 +17,9 @@
.\"
.TH NOBODY 8 "Apr 27, 2012" "" "Linux System Administrator's Manual"
.SH NAME
-public \- for user root run specific TeX programs as user \fInobody\fP
+public \- for user root run specific TeX programs as user \fImktex\fP
.br
-public \- for all users run specific TeX programs as group \fIpublic\fP
+public \- for all users run specific TeX programs as group \fImktex\fP
.SH SYNOPSIS
.B public
.RB \->\ [ texhash | mktexlsr | mktexmf | mktexpk | mktextfm ]
--- public.c.orig
+++ public.c
@@ -1,5 +1,5 @@
/*
- * Public For user root run a specific program as user nobody
+ * Public For user root run a specific program as user mktex
* for user root and others use group public and umask 0002
*
* Usage: public -> [texhash|mktexlsr|mktexmf|mktexpk|mktextfm]
@@ -36,7 +36,10 @@
#include <sys/stat.h>
#ifndef TEXGRP
-# define TEXGRP "public"
+# define TEXGRP "mktex"
+#endif
+#ifndef TEXUSR
+# define TEXUSR "mktex"
#endif
#ifndef MKTEX
# define "/usr/lib/mktex"
@@ -122,10 +125,10 @@ int main(int argc, char *argv[])
if ((grp = getgrnam(TEXGRP)) == (struct group*)0)
goto err;
- if (ruid == 0 || euid == 0) { /* If user is root switch over to nobody:public */
+ if (ruid == 0 || euid == 0) { /* If user is root switch over to mktex:mktex */
int initgrp = 0;
- if ((pwd = getpwnam("nobody")) == (struct passwd*)0)
+ if ((pwd = getpwnam(TEXUSR)) == (struct passwd*)0)
goto err;
if (ruid != pwd->pw_uid)
--- source.dif.orig
+++ source.dif
@@ -854,7 +854,7 @@
} else {
+ my ($uid, $gid);
$tmpdir = File::Temp::tempdir(CLEANUP => 1);
-+ if ($> == 0 && ($uid=getpwnam("nobody")) && ($gid=getgrnam("mktex"))) {
++ if ($> == 0 && ($uid=getpwnam("mktex")) && ($gid=getgrnam("mktex"))) {
+ my $cnt = chown $uid, $gid, $tmpdir;
+ die "could not create directory $tmpdir" if $cnt <= 0;
+ $cnt = chmod 0770, $tmpdir;
--- texlive.changes.orig
+++ texlive.changes
@@ -1,7 +1,29 @@
-------------------------------------------------------------------
+Thu Feb 20 06:21:10 UTC 2020 - Dr. Werner Fink <werner@suse.de>
+
+- Switch also to user mktex in fmtutil script (boo#1159740, CVE-2020-8016, CVE-2020-8017)
+
+-------------------------------------------------------------------
+Wed Feb 5 06:56:24 UTC 2020 - Dr. Werner Fink <werner@suse.de>
+
+- Check passwd not group file for user mktex
+
+-------------------------------------------------------------------
+Fri Jan 31 12:32:25 UTC 2020 - Dr. Werner Fink <werner@suse.de>
+
+- Introduce a user mktex as replacement for user nobody (boo#1159740)
+
+-------------------------------------------------------------------
+Wed Sep 26 11:54:24 UTC 2018 - Dr. Werner Fink <werner@suse.de>
+
+- Add patch source-bsc1109673.dif to fix bsc#1109673 for CVE-2018-17407
+ which is about buffer overflow in the handling of Type 1 fonts
+ allowing arbitrary code execution
+
+-------------------------------------------------------------------
Fri Apr 27 00:54:31 UTC 2018 - stefan.bruens@rwth-aachen.de
-- Add patch source-dvipdfm-x.dif to fix XeTeX bug #151
+- Add patch source-dvipdfm-x.dif to fix XeTeX bug #151 (boo#1099563)
-------------------------------------------------------------------
Thu Apr 19 09:05:23 UTC 2018 - werner@suse.de
--- texlive.spec.orig
+++ texlive.spec
@@ -1,7 +1,7 @@
#
# spec file for package texlive
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -75,7 +75,7 @@ Release: 0
Summary: The TeXLive Formatting System
License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-only 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
Group: Productivity/Publishing/TeX/Base
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
PreReq: /usr/bin/perl
PreReq: /usr/bin/clear
PreReq: /usr/bin/dialog
@@ -271,6 +271,8 @@ Patch48: http://www.linuxfromscra
Patch49: source-poppler-0.59.1.dif
# PATCH-FIX-SUSE https://sourceforge.net/p/xetex/bugs/151/ -- Fix OOB access when generating alpha mask for 1/2/4-bit indexed PNGs
Patch50: source-dvipdfm-x.dif
+# PATCH-FIX-TEXLIVE
+Patch54: source-bsc1109673.dif
Prefix: %{_bindir}
Provides: pdfjam = %{version}
Obsoletes: pdfjam < %{version}
@@ -300,7 +302,9 @@ Obsoletes: pdfjam < %{version}
%define _appdefdir %{_x11data}/app-defaults
#
%define texgrp mktex
+%define texusr mktex
#%define texgid 505
+#%define texuid 505
#
%description
After installing texlive and the package texlive-latex, find a large
@@ -338,7 +342,7 @@ Release: 0
Summary: Binary files of a2ping
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-a2ping >= %{texlive_version}
#!BuildIgnore: texlive-a2ping
Prefix: %{_bindir}
@@ -352,7 +356,7 @@ Release: 0
Summary: Binary files of accfonts
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-accfonts >= %{texlive_version}
#!BuildIgnore: texlive-accfonts
Prefix: %{_bindir}
@@ -366,7 +370,7 @@ Release: 0
Summary: Binary files of adhocfilelist
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-adhocfilelist >= %{texlive_version}
#!BuildIgnore: texlive-adhocfilelist
Prefix: %{_bindir}
@@ -380,7 +384,7 @@ Release: 0
Summary: Binary files of afm2pl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-afm2pl >= %{texlive_version}
#!BuildIgnore: texlive-afm2pl
Prefix: %{_bindir}
@@ -394,7 +398,7 @@ Release: 0
Summary: Binary files of aleph
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-aleph >= %{texlive_version}
#!BuildIgnore: texlive-aleph
Prefix: %{_bindir}
@@ -408,7 +412,7 @@ Release: 0
Summary: Binary files of amstex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-amstex >= %{texlive_version}
#!BuildIgnore: texlive-amstex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -425,7 +429,7 @@ Release: 0
Summary: Binary files of arara
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-arara >= %{texlive_version}
#!BuildIgnore: texlive-arara
Prefix: %{_bindir}
@@ -439,7 +443,7 @@ Release: 0
Summary: Binary files of asymptote
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-asymptote >= %{texlive_version}
#!BuildIgnore: texlive-asymptote
Prefix: %{_bindir}
@@ -453,7 +457,7 @@ Release: 0
Summary: Binary files of authorindex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-authorindex >= %{texlive_version}
#!BuildIgnore: texlive-authorindex
Prefix: %{_bindir}
@@ -467,7 +471,7 @@ Release: 0
Summary: Binary files of autosp
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-autosp >= %{texlive_version}
#!BuildIgnore: texlive-autosp
Prefix: %{_bindir}
@@ -481,7 +485,7 @@ Release: 0
Summary: Binary files of biber
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
%if %{with buildbiber}
Requires: perl = %{perl_version}
Recommends: ca-certificates
@@ -507,7 +511,7 @@ Release: 0
Summary: Binary files of bibexport
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-bibexport >= %{texlive_version}
#!BuildIgnore: texlive-bibexport
Prefix: %{_bindir}
@@ -521,7 +525,7 @@ Release: 0
Summary: Binary files of bibtex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-bibtex >= %{texlive_version}
#!BuildIgnore: texlive-bibtex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -538,7 +542,7 @@ Release: 0
Summary: Binary files of bibtex8
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-bibtex8 >= %{texlive_version}
#!BuildIgnore: texlive-bibtex8
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -555,7 +559,7 @@ Release: 0
Summary: Binary files of bibtexu
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-bibtexu >= %{texlive_version}
#!BuildIgnore: texlive-bibtexu
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -572,7 +576,7 @@ Release: 0
Summary: Binary files of bundledoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-bundledoc >= %{texlive_version}
#!BuildIgnore: texlive-bundledoc
Prefix: %{_bindir}
@@ -586,7 +590,7 @@ Release: 0
Summary: Binary files of cachepic
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-cachepic >= %{texlive_version}
#!BuildIgnore: texlive-cachepic
Prefix: %{_bindir}
@@ -600,7 +604,7 @@ Release: 0
Summary: Binary files of checkcites
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-checkcites >= %{texlive_version}
#!BuildIgnore: texlive-checkcites
Prefix: %{_bindir}
@@ -614,7 +618,7 @@ Release: 0
Summary: Binary files of checklistings
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-checklistings >= %{texlive_version}
#!BuildIgnore: texlive-checklistings
Prefix: %{_bindir}
@@ -628,7 +632,7 @@ Release: 0
Summary: Binary files of chktex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-chktex >= %{texlive_version}
#!BuildIgnore: texlive-chktex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -645,7 +649,7 @@ Release: 0
Summary: Binary files of cjk-gs-integrate
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-cjk-gs-integrate >= %{texlive_version}
#!BuildIgnore: texlive-cjk-gs-integrate
Prefix: %{_bindir}
@@ -659,7 +663,7 @@ Release: 0
Summary: Binary files of cjkutils
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-cjk <= %{texlive_previous}
Requires(pre): texlive-cjkutils >= %{texlive_version}
#!BuildIgnore: texlive-cjkutils
@@ -674,7 +678,7 @@ Release: 0
Summary: Binary files of context
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-context >= %{texlive_version}
#!BuildIgnore: texlive-context
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -691,7 +695,7 @@ Release: 0
Summary: Binary files of convbkmk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-convbkmk >= %{texlive_version}
#!BuildIgnore: texlive-convbkmk
Prefix: %{_bindir}
@@ -705,7 +709,7 @@ Release: 0
Summary: Binary files of crossrefware
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-crossrefware >= %{texlive_version}
#!BuildIgnore: texlive-crossrefware
Prefix: %{_bindir}
@@ -719,7 +723,7 @@ Release: 0
Summary: Binary files of cslatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-cslatex >= %{texlive_version}
#!BuildIgnore: texlive-cslatex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -736,7 +740,7 @@ Release: 0
Summary: Binary files of csplain
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-csplain >= %{texlive_version}
#!BuildIgnore: texlive-csplain
Prefix: %{_bindir}
@@ -750,7 +754,7 @@ Release: 0
Summary: Binary files of ctanify
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ctanify >= %{texlive_version}
#!BuildIgnore: texlive-ctanify
Prefix: %{_bindir}
@@ -764,7 +768,7 @@ Release: 0
Summary: Binary files of ctanupload
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ctanupload >= %{texlive_version}
#!BuildIgnore: texlive-ctanupload
Prefix: %{_bindir}
@@ -778,7 +782,7 @@ Release: 0
Summary: Binary files of ctie
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ctie >= %{texlive_version}
#!BuildIgnore: texlive-ctie
Prefix: %{_bindir}
@@ -792,7 +796,7 @@ Release: 0
Summary: Binary files of cweb
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-cweb >= %{texlive_version}
#!BuildIgnore: texlive-cweb
Prefix: %{_bindir}
@@ -806,7 +810,7 @@ Release: 0
Summary: Binary files of cyrillic-bin
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-cyrillic-bin >= %{texlive_version}
#!BuildIgnore: texlive-cyrillic-bin
Prefix: %{_bindir}
@@ -820,7 +824,7 @@ Release: 0
Summary: Binary files of de-macro
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-de-macro >= %{texlive_version}
#!BuildIgnore: texlive-de-macro
Prefix: %{_bindir}
@@ -834,7 +838,7 @@ Release: 0
Summary: Binary files of detex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-detex >= %{texlive_version}
#!BuildIgnore: texlive-detex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -851,7 +855,7 @@ Release: 0
Summary: Binary files of diadia
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
BuildArch: noarch
Requires(pre): texlive-diadia >= %{texlive_version}
#!BuildIgnore: texlive-diadia
@@ -866,7 +870,7 @@ Release: 0
Summary: Binary files of dosepsbin
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dosepsbin >= %{texlive_version}
#!BuildIgnore: texlive-dosepsbin
Prefix: %{_bindir}
@@ -880,7 +884,7 @@ Release: 0
Summary: Binary files of dtl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dtl >= %{texlive_version}
#!BuildIgnore: texlive-dtl
Prefix: %{_bindir}
@@ -894,7 +898,7 @@ Release: 0
Summary: Binary files of dtxgen
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dtxgen >= %{texlive_version}
#!BuildIgnore: texlive-dtxgen
Prefix: %{_bindir}
@@ -908,7 +912,7 @@ Release: 0
Summary: Binary files of dviasm
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dviasm >= %{texlive_version}
#!BuildIgnore: texlive-dviasm
Prefix: %{_bindir}
@@ -922,7 +926,7 @@ Release: 0
Summary: Binary files of dvicopy
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvicopy >= %{texlive_version}
#!BuildIgnore: texlive-dvicopy
Prefix: %{_bindir}
@@ -936,7 +940,7 @@ Release: 0
Summary: Binary files of dvidvi
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvidvi >= %{texlive_version}
#!BuildIgnore: texlive-dvidvi
Prefix: %{_bindir}
@@ -950,7 +954,7 @@ Release: 0
Summary: Binary files of dviinfox
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dviinfox >= %{texlive_version}
#!BuildIgnore: texlive-dviinfox
Prefix: %{_bindir}
@@ -964,7 +968,7 @@ Release: 0
Summary: Binary files of dviljk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-dvilj <= %{texlive_previous}
Provides: texlive-bin-dvilj = %{texlive_version}
Requires(pre): texlive-dviljk >= %{texlive_version}
@@ -980,7 +984,7 @@ Release: 0
Summary: Binary files of dvipdfmx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-dvipdfm-bin <= 2012
Provides: texlive-dvipdfm-bin = %{texlive_version}
Requires: texlive-xetex-bin >= %{texlive_version}
@@ -997,7 +1001,7 @@ Release: 0
Summary: Binary files of dvipng
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvipng >= %{texlive_version}
#!BuildIgnore: texlive-dvipng
Prefix: %{_bindir}
@@ -1011,7 +1015,7 @@ Release: 0
Summary: Binary files of dvipos
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvipos >= %{texlive_version}
#!BuildIgnore: texlive-dvipos
Prefix: %{_bindir}
@@ -1025,7 +1029,7 @@ Release: 0
Summary: Binary files of dvips
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvips >= %{texlive_version}
#!BuildIgnore: texlive-dvips
Prefix: %{_bindir}
@@ -1039,7 +1043,7 @@ Release: 0
Summary: Binary files of dvisvgm
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-dvisvgm >= %{texlive_version}
#!BuildIgnore: texlive-dvisvgm
Prefix: %{_bindir}
@@ -1053,7 +1057,7 @@ Release: 0
Summary: Binary files of ebong
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ebong >= %{texlive_version}
#!BuildIgnore: texlive-ebong
Prefix: %{_bindir}
@@ -1067,7 +1071,7 @@ Release: 0
Summary: Binary files of eplain
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-eplain >= %{texlive_version}
#!BuildIgnore: texlive-eplain
Prefix: %{_bindir}
@@ -1081,7 +1085,7 @@ Release: 0
Summary: Binary files of epspdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-epspdf >= %{texlive_version}
#!BuildIgnore: texlive-epspdf
Prefix: %{_bindir}
@@ -1095,7 +1099,7 @@ Release: 0
Summary: Binary files of epstopdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-epstopdf >= %{texlive_version}
#!BuildIgnore: texlive-epstopdf
Prefix: %{_bindir}
@@ -1109,7 +1113,7 @@ Release: 0
Summary: Binary files of exceltex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-exceltex >= %{texlive_version}
#!BuildIgnore: texlive-exceltex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1126,7 +1130,7 @@ Release: 0
Summary: Binary files of fig4latex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-fig4latex >= %{texlive_version}
#!BuildIgnore: texlive-fig4latex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1143,7 +1147,7 @@ Release: 0
Summary: Binary files of findhyph
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-findhyph >= %{texlive_version}
#!BuildIgnore: texlive-findhyph
Prefix: %{_bindir}
@@ -1157,7 +1161,7 @@ Release: 0
Summary: Binary files of fontinst
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-fontinst >= %{texlive_version}
#!BuildIgnore: texlive-fontinst
Prefix: %{_bindir}
@@ -1171,7 +1175,7 @@ Release: 0
Summary: Binary files of fontools
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-fontools >= %{texlive_version}
#!BuildIgnore: texlive-fontools
Prefix: %{_bindir}
@@ -1185,7 +1189,7 @@ Release: 0
Summary: Binary files of fontware
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-fontware >= %{texlive_version}
#!BuildIgnore: texlive-fontware
Prefix: %{_bindir}
@@ -1199,7 +1203,7 @@ Release: 0
Summary: Binary files of fragmaster
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-fragmaster >= %{texlive_version}
#!BuildIgnore: texlive-fragmaster
Prefix: %{_bindir}
@@ -1213,7 +1217,7 @@ Release: 0
Summary: Binary files of getmap
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-getmap >= %{texlive_version}
#!BuildIgnore: texlive-getmap
Prefix: %{_bindir}
@@ -1227,7 +1231,7 @@ Release: 0
Summary: Binary files of glossaries
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-glossaries >= %{texlive_version}
#!BuildIgnore: texlive-glossaries
Prefix: %{_bindir}
@@ -1241,7 +1245,7 @@ Release: 0
Summary: Binary files of gregoriotex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-gregoriotex >= %{texlive_version}
#!BuildIgnore: texlive-gregoriotex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1258,7 +1262,7 @@ Release: 0
Summary: Binary files of gsftopk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-gsftopk >= %{texlive_version}
#!BuildIgnore: texlive-gsftopk
Prefix: %{_bindir}
@@ -1272,7 +1276,7 @@ Release: 0
Summary: Binary files of jadetex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-jadetex <= %{texlive_previous}
Requires(pre): texlive-jadetex >= %{texlive_version}
#!BuildIgnore: texlive-jadetex
@@ -1290,7 +1294,7 @@ Release: 0
Summary: Binary files of kotex-utils
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-kotex-utils >= %{texlive_version}
#!BuildIgnore: texlive-kotex-utils
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1307,13 +1311,10 @@ Release: 0
Summary: Binary files of kpathsea
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): %{name}-filesystem
Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/groupadd
-%if 0%{?suse_version} >= 1330
-Requires(pre): user(nobody)
-%endif
Requires(post): %{name}-filesystem
Requires(post): permissions
Requires: %{name}-gsftopk-bin
@@ -1333,7 +1334,7 @@ Release: 0
Summary: Binary files of lacheck
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-lacheck >= %{texlive_version}
#!BuildIgnore: texlive-lacheck
Prefix: %{_bindir}
@@ -1347,7 +1348,7 @@ Release: 0
Summary: Binary files of latex-bin
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-latex <= %{texlive_previous}
Requires(pre): texlive-latex-bin >= %{texlive_version}
#!BuildIgnore: texlive-latex-bin
@@ -1365,7 +1366,7 @@ Release: 0
Summary: Binary files of latex-git-log
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latex-git-log >= %{texlive_version}
#!BuildIgnore: texlive-latex-git-log
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1382,7 +1383,7 @@ Release: 0
Summary: Binary files of latex-papersize
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latex-papersize >= %{texlive_version}
#!BuildIgnore: texlive-latex-papersize
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1399,7 +1400,7 @@ Release: 0
Summary: Binary files of latex2man
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latex2man >= %{texlive_version}
#!BuildIgnore: texlive-latex2man
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1416,7 +1417,7 @@ Release: 0
Summary: Binary files of latex2nemeth
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latex2nemeth >= %{texlive_version}
#!BuildIgnore: texlive-latex2nemeth
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1433,7 +1434,7 @@ Release: 0
Summary: Binary files of latexdiff
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latexdiff >= %{texlive_version}
#!BuildIgnore: texlive-latexdiff
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1450,7 +1451,7 @@ Release: 0
Summary: Binary files of latexfileversion
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latexfileversion >= %{texlive_version}
#!BuildIgnore: texlive-latexfileversion
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1467,7 +1468,7 @@ Release: 0
Summary: Binary files of latexindent
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latexindent >= %{texlive_version}
#!BuildIgnore: texlive-latexindent
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1484,7 +1485,7 @@ Release: 0
Summary: Binary files of latexmk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latexmk >= %{texlive_version}
#!BuildIgnore: texlive-latexmk
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1501,7 +1502,7 @@ Release: 0
Summary: Binary files of latexpand
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-latexpand >= %{texlive_version}
#!BuildIgnore: texlive-latexpand
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1518,7 +1519,7 @@ Release: 0
Summary: Binary files of lcdftypetools
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
%if %{with lcdf_typetools}
Conflicts: lcdf-typetools
%else
@@ -1537,7 +1538,7 @@ Release: 0
Summary: Binary files of lilyglyphs
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-lilyglyphs >= %{texlive_version}
#!BuildIgnore: texlive-lilyglyphs
Prefix: %{_bindir}
@@ -1551,7 +1552,7 @@ Release: 0
Summary: Binary files of listbib
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-listbib >= %{texlive_version}
#!BuildIgnore: texlive-listbib
Prefix: %{_bindir}
@@ -1565,7 +1566,7 @@ Release: 0
Summary: Binary files of listings-ext
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-listings-ext >= %{texlive_version}
#!BuildIgnore: texlive-listings-ext
Prefix: %{_bindir}
@@ -1579,7 +1580,7 @@ Release: 0
Summary: Binary files of lollipop
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-lollipop >= %{texlive_version}
#!BuildIgnore: texlive-lollipop
Prefix: %{_bindir}
@@ -1593,7 +1594,7 @@ Release: 0
Summary: Binary files of ltxfileinfo
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ltxfileinfo >= %{texlive_version}
#!BuildIgnore: texlive-ltxfileinfo
Prefix: %{_bindir}
@@ -1607,7 +1608,7 @@ Release: 0
Summary: Binary files of ltximg
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ltximg >= %{texlive_version}
#!BuildIgnore: texlive-ltximg
Prefix: %{_bindir}
@@ -1621,7 +1622,7 @@ Release: 0
Summary: Binary files of lua2dox
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-lua2dox >= %{texlive_version}
#!BuildIgnore: texlive-lua2dox
Prefix: %{_bindir}
@@ -1635,7 +1636,7 @@ Release: 0
Summary: Binary files of luaotfload
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-luaotfload >= %{texlive_version}
#!BuildIgnore: texlive-luaotfload
Prefix: %{_bindir}
@@ -1649,7 +1650,7 @@ Release: 0
Summary: Binary files of luatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-luatex >= %{texlive_version}
#!BuildIgnore: texlive-luatex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1666,7 +1667,7 @@ Release: 0
Summary: Binary files of lwarp
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-lwarp >= %{texlive_version}
#!BuildIgnore: texlive-lwarp
Prefix: %{_bindir}
@@ -1680,7 +1681,7 @@ Release: 0
Summary: Binary files of m-tx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-m-tx >= %{texlive_version}
#!BuildIgnore: texlive-m-tx
Prefix: %{_bindir}
@@ -1694,7 +1695,7 @@ Release: 0
Summary: Binary files of make4ht
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-make4ht >= %{texlive_version}
#!BuildIgnore: texlive-make4ht
Prefix: %{_bindir}
@@ -1708,7 +1709,7 @@ Release: 0
Summary: Binary files of makedtx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-makedtx >= %{texlive_version}
#!BuildIgnore: texlive-makedtx
Prefix: %{_bindir}
@@ -1722,7 +1723,7 @@ Release: 0
Summary: Binary files of makeindex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-makeindex >= %{texlive_version}
#!BuildIgnore: texlive-makeindex
Prefix: %{_bindir}
@@ -1736,7 +1737,7 @@ Release: 0
Summary: Binary files of match_parens
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-match_parens >= %{texlive_version}
#!BuildIgnore: texlive-match_parens
Prefix: %{_bindir}
@@ -1750,7 +1751,7 @@ Release: 0
Summary: Binary files of mathspic
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mathspic >= %{texlive_version}
#!BuildIgnore: texlive-mathspic
Prefix: %{_bindir}
@@ -1764,7 +1765,7 @@ Release: 0
Summary: Binary files of metafont
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-metafont >= %{texlive_version}
#!BuildIgnore: texlive-metafont
Prefix: %{_bindir}
@@ -1778,7 +1779,7 @@ Release: 0
Summary: Binary files of metapost
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-metapost <= %{texlive_previous}
Requires(pre): texlive-metapost >= %{texlive_version}
#!BuildIgnore: texlive-metapost
@@ -1793,7 +1794,7 @@ Release: 0
Summary: Binary files of mex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mex >= %{texlive_version}
#!BuildIgnore: texlive-mex
Prefix: %{_bindir}
@@ -1807,7 +1808,7 @@ Release: 0
Summary: Binary files of mf2pt1
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mf2pt1 >= %{texlive_version}
#!BuildIgnore: texlive-mf2pt1
Prefix: %{_bindir}
@@ -1821,7 +1822,7 @@ Release: 0
Summary: Binary files of mflua
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mflua >= %{texlive_version}
#!BuildIgnore: texlive-mflua
Prefix: %{_bindir}
@@ -1835,7 +1836,7 @@ Release: 0
Summary: Binary files of mfware
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mfware >= %{texlive_version}
#!BuildIgnore: texlive-mfware
Prefix: %{_bindir}
@@ -1849,7 +1850,7 @@ Release: 0
Summary: Binary files of mkgrkindex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mkgrkindex >= %{texlive_version}
#!BuildIgnore: texlive-mkgrkindex
Prefix: %{_bindir}
@@ -1863,7 +1864,7 @@ Release: 0
Summary: Binary files of mkjobtexmf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mkjobtexmf >= %{texlive_version}
#!BuildIgnore: texlive-mkjobtexmf
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1880,7 +1881,7 @@ Release: 0
Summary: Binary files of mkpic
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mkpic >= %{texlive_version}
#!BuildIgnore: texlive-mkpic
Prefix: %{_bindir}
@@ -1894,7 +1895,7 @@ Release: 0
Summary: Binary files of mltex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mltex >= %{texlive_version}
#!BuildIgnore: texlive-mltex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1911,7 +1912,7 @@ Release: 0
Summary: Binary files of mptopdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-mptopdf >= %{texlive_version}
#!BuildIgnore: texlive-mptopdf
Prefix: %{_bindir}
@@ -1925,7 +1926,7 @@ Release: 0
Summary: Binary files of multibibliography
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-multibibliography >= %{texlive_version}
#!BuildIgnore: texlive-multibibliography
Prefix: %{_bindir}
@@ -1939,7 +1940,7 @@ Release: 0
Summary: Binary files of musixtex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-musictex <= %{texlive_previous}
Requires: texlive-m-tx-bin >= %{texlive_version}
Requires: texlive-pmx-bin >= %{texlive_version}
@@ -1959,7 +1960,7 @@ Release: 0
Summary: Binary files of musixtnt
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-musixtnt >= %{texlive_version}
#!BuildIgnore: texlive-musixtnt
Prefix: %{_bindir}
@@ -1973,7 +1974,7 @@ Release: 0
Summary: Binary files of omegaware
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-omega <= %{texlive_previous}
Requires: texlive-uptex-bin >= %{texlive_version}
Requires(pre): texlive-omegaware >= %{texlive_version}
@@ -1992,7 +1993,7 @@ Release: 0
Summary: Binary files of patgen
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-patgen >= %{texlive_version}
#!BuildIgnore: texlive-patgen
Prefix: %{_bindir}
@@ -2006,7 +2007,7 @@ Release: 0
Summary: Binary files of pax
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pax >= %{texlive_version}
#!BuildIgnore: texlive-pax
Prefix: %{_bindir}
@@ -2020,7 +2021,7 @@ Release: 0
Summary: Binary files of pdfbook2
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdfbook2 >= %{texlive_version}
#!BuildIgnore: texlive-pdfbook2
Prefix: %{_bindir}
@@ -2034,7 +2035,7 @@ Release: 0
Summary: Binary files of pdfcrop
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdfcrop >= %{texlive_version}
#!BuildIgnore: texlive-pdfcrop
Prefix: %{_bindir}
@@ -2048,7 +2049,7 @@ Release: 0
Summary: Binary files of pdfjam
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdfjam >= %{texlive_version}
#!BuildIgnore: texlive-pdfjam
Prefix: %{_bindir}
@@ -2062,7 +2063,7 @@ Release: 0
Summary: Binary files of pdflatexpicscale
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdflatexpicscale >= %{texlive_version}
#!BuildIgnore: texlive-pdflatexpicscale
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2079,7 +2080,7 @@ Release: 0
Summary: Binary files of pdftex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdftex >= %{texlive_version}
#!BuildIgnore: texlive-pdftex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2096,7 +2097,7 @@ Release: 0
Summary: Binary files of pdftools
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdftools >= %{texlive_version}
#!BuildIgnore: texlive-pdftools
Prefix: %{_bindir}
@@ -2110,7 +2111,7 @@ Release: 0
Summary: Binary files of pdfxup
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pdfxup >= %{texlive_version}
#!BuildIgnore: texlive-pdfxup
Prefix: %{_bindir}
@@ -2124,7 +2125,7 @@ Release: 0
Summary: Binary files of pedigree-perl
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pedigree-perl >= %{texlive_version}
#!BuildIgnore: texlive-pedigree-perl
Prefix: %{_bindir}
@@ -2138,7 +2139,7 @@ Release: 0
Summary: Binary files of perltex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-perltex >= %{texlive_version}
#!BuildIgnore: texlive-perltex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2155,7 +2156,7 @@ Release: 0
Summary: Binary files of petri-nets
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-petri-nets >= %{texlive_version}
#!BuildIgnore: texlive-petri-nets
Prefix: %{_bindir}
@@ -2169,7 +2170,7 @@ Release: 0
Summary: Binary files of pfarrei
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pfarrei >= %{texlive_version}
#!BuildIgnore: texlive-pfarrei
Prefix: %{_bindir}
@@ -2183,7 +2184,7 @@ Release: 0
Summary: Binary files of pkfix-helper
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pkfix-helper >= %{texlive_version}
#!BuildIgnore: texlive-pkfix-helper
Prefix: %{_bindir}
@@ -2197,7 +2198,7 @@ Release: 0
Summary: Binary files of pkfix
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pkfix >= %{texlive_version}
#!BuildIgnore: texlive-pkfix
Prefix: %{_bindir}
@@ -2211,7 +2212,7 @@ Release: 0
Summary: Binary files of platex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-platex >= %{texlive_version}
#!BuildIgnore: texlive-platex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2228,7 +2229,7 @@ Release: 0
Summary: Binary files of pmx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pmx >= %{texlive_version}
#!BuildIgnore: texlive-pmx
Prefix: %{_bindir}
@@ -2242,7 +2243,7 @@ Release: 0
Summary: Binary files of pmxchords
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pmxchords >= %{texlive_version}
#!BuildIgnore: texlive-pmxchords
Prefix: %{_bindir}
@@ -2256,7 +2257,7 @@ Release: 0
Summary: Binary files of ps2pk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-ps2pkm-bin <= 2014
Requires(pre): texlive-ps2pk >= %{texlive_version}
#!BuildIgnore: texlive-ps2pk
@@ -2271,7 +2272,7 @@ Release: 0
Summary: Binary files of pst-pdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pst-pdf >= %{texlive_version}
#!BuildIgnore: texlive-pst-pdf
Prefix: %{_bindir}
@@ -2285,7 +2286,7 @@ Release: 0
Summary: Binary files of pst2pdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pst2pdf >= %{texlive_version}
#!BuildIgnore: texlive-pst2pdf
Prefix: %{_bindir}
@@ -2299,7 +2300,7 @@ Release: 0
Summary: Binary files of pstools
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pstools >= %{texlive_version}
#!BuildIgnore: texlive-pstools
Prefix: %{_bindir}
@@ -2313,7 +2314,7 @@ Release: 0
Summary: Binary files of ptex-fontmaps
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ptex-fontmaps >= %{texlive_version}
#!BuildIgnore: texlive-ptex-fontmaps
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2330,7 +2331,7 @@ Release: 0
Summary: Binary files of ptex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ptex >= %{texlive_version}
#!BuildIgnore: texlive-ptex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2347,7 +2348,7 @@ Release: 0
Summary: Binary files of ptex2pdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ptex2pdf >= %{texlive_version}
#!BuildIgnore: texlive-ptex2pdf
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2364,7 +2365,7 @@ Release: 0
Summary: Binary files of purifyeps
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-purifyeps >= %{texlive_version}
#!BuildIgnore: texlive-purifyeps
Prefix: %{_bindir}
@@ -2378,7 +2379,7 @@ Release: 0
Summary: Binary files of pygmentex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pygmentex >= %{texlive_version}
#!BuildIgnore: texlive-pygmentex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2395,7 +2396,7 @@ Release: 0
Summary: Binary files of pythontex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-pythontex >= %{texlive_version}
#!BuildIgnore: texlive-pythontex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2412,7 +2413,7 @@ Release: 0
Summary: Binary files of rubik
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-rubik >= %{texlive_version}
#!BuildIgnore: texlive-rubik
Prefix: %{_bindir}
@@ -2426,7 +2427,7 @@ Release: 0
Summary: Binary files of seetexk
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-seetexk >= %{texlive_version}
#!BuildIgnore: texlive-seetexk
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2443,7 +2444,7 @@ Release: 0
Summary: Binary files of splitindex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-splitindex >= %{texlive_version}
#!BuildIgnore: texlive-splitindex
Prefix: %{_bindir}
@@ -2457,7 +2458,7 @@ Release: 0
Summary: Binary files of srcredact
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-srcredact >= %{texlive_version}
#!BuildIgnore: texlive-srcredact
Prefix: %{_bindir}
@@ -2471,7 +2472,7 @@ Release: 0
Summary: Binary files of sty2dtx
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-sty2dtx >= %{texlive_version}
#!BuildIgnore: texlive-sty2dtx
Prefix: %{_bindir}
@@ -2485,7 +2486,7 @@ Release: 0
Summary: Binary files of svn-multi
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-svn-multi >= %{texlive_version}
#!BuildIgnore: texlive-svn-multi
Prefix: %{_bindir}
@@ -2499,7 +2500,7 @@ Release: 0
Summary: Binary files of synctex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-synctex >= %{texlive_version}
#!BuildIgnore: texlive-synctex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2516,7 +2517,7 @@ Release: 0
Summary: Binary files of tetex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-tetex >= %{texlive_version}
#!BuildIgnore: texlive-tetex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2533,7 +2534,7 @@ Release: 0
Summary: Binary files of tex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-tex >= %{texlive_version}
#!BuildIgnore: texlive-tex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2550,7 +2551,7 @@ Release: 0
Summary: Binary files of tex4ebook
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-tex4ebook >= %{texlive_version}
#!BuildIgnore: texlive-tex4ebook
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2567,7 +2568,7 @@ Release: 0
Summary: Binary files of tex4ht
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-tex4ht <= %{texlive_previous}
Conflicts: ht
Requires(pre): texlive-tex4ht >= %{texlive_version}
@@ -2586,7 +2587,7 @@ Release: 0
Summary: Binary files of texconfig
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texconfig >= %{texlive_version}
#!BuildIgnore: texlive-texconfig
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2603,7 +2604,7 @@ Release: 0
Summary: Binary files of texcount
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texcount >= %{texlive_version}
#!BuildIgnore: texlive-texcount
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2620,7 +2621,7 @@ Release: 0
Summary: Binary files of texdef
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texdef >= %{texlive_version}
#!BuildIgnore: texlive-texdef
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2637,7 +2638,7 @@ Release: 0
Summary: Binary files of texdiff
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texdiff >= %{texlive_version}
#!BuildIgnore: texlive-texdiff
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2654,7 +2655,7 @@ Release: 0
Summary: Binary files of texdirflatten
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texdirflatten >= %{texlive_version}
#!BuildIgnore: texlive-texdirflatten
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2671,7 +2672,7 @@ Release: 0
Summary: Binary files of texdoc
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texdoc >= %{texlive_version}
#!BuildIgnore: texlive-texdoc
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2688,7 +2689,7 @@ Release: 0
Summary: Binary files of texfot
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texfot >= %{texlive_version}
#!BuildIgnore: texlive-texfot
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2705,7 +2706,7 @@ Release: 0
Summary: Binary files of texliveonfly
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texliveonfly >= %{texlive_version}
#!BuildIgnore: texlive-texliveonfly
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2722,7 +2723,7 @@ Release: 0
Summary: Binary files of texloganalyser
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texloganalyser >= %{texlive_version}
#!BuildIgnore: texlive-texloganalyser
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2739,7 +2740,7 @@ Release: 0
Summary: Binary files of texosquery
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texosquery >= %{texlive_version}
#!BuildIgnore: texlive-texosquery
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2756,7 +2757,7 @@ Release: 0
Summary: Binary files of texsis
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texsis >= %{texlive_version}
#!BuildIgnore: texlive-texsis
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2773,7 +2774,7 @@ Release: 0
Summary: Binary files of texware
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-texware >= %{texlive_version}
#!BuildIgnore: texlive-texware
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2790,7 +2791,7 @@ Release: 0
Summary: Binary files of thumbpdf
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-thumbpdf >= %{texlive_version}
#!BuildIgnore: texlive-thumbpdf
Prefix: %{_bindir}
@@ -2804,7 +2805,7 @@ Release: 0
Summary: Binary files of tie
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-tie >= %{texlive_version}
#!BuildIgnore: texlive-tie
Prefix: %{_bindir}
@@ -2818,7 +2819,7 @@ Release: 0
Summary: Binary files of tpic2pdftex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-tpic2pdftex >= %{texlive_version}
#!BuildIgnore: texlive-tpic2pdftex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2835,7 +2836,7 @@ Release: 0
Summary: Binary files of ttfutils
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ttfutils >= %{texlive_version}
#!BuildIgnore: texlive-ttfutils
Prefix: %{_bindir}
@@ -2849,7 +2850,7 @@ Release: 0
Summary: Binary files of typeoutfileinfo
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-typeoutfileinfo >= %{texlive_version}
#!BuildIgnore: texlive-typeoutfileinfo
Prefix: %{_bindir}
@@ -2863,7 +2864,7 @@ Release: 0
Summary: Binary files of ulqda
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-ulqda >= %{texlive_version}
#!BuildIgnore: texlive-ulqda
Prefix: %{_bindir}
@@ -2877,7 +2878,7 @@ Release: 0
Summary: Binary files of uplatex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-uplatex >= %{texlive_version}
#!BuildIgnore: texlive-uplatex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2894,7 +2895,7 @@ Release: 0
Summary: Binary files of uptex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-uptex >= %{texlive_version}
#!BuildIgnore: texlive-uptex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
@@ -2911,7 +2912,7 @@ Release: 0
Summary: Binary files of urlbst
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-urlbst >= %{texlive_version}
#!BuildIgnore: texlive-urlbst
Prefix: %{_bindir}
@@ -2925,7 +2926,7 @@ Release: 0
Summary: Binary files of velthuis
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-velthuis >= %{texlive_version}
#!BuildIgnore: texlive-velthuis
Prefix: %{_bindir}
@@ -2939,7 +2940,7 @@ Release: 0
Summary: Binary files of vlna
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-vlna >= %{texlive_version}
#!BuildIgnore: texlive-vlna
Prefix: %{_bindir}
@@ -2953,7 +2954,7 @@ Release: 0
Summary: Binary files of vpe
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-vpe >= %{texlive_version}
#!BuildIgnore: texlive-vpe
Prefix: %{_bindir}
@@ -2967,7 +2968,7 @@ Release: 0
Summary: Binary files of web
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-web >= %{texlive_version}
#!BuildIgnore: texlive-web
Prefix: %{_bindir}
@@ -2981,7 +2982,7 @@ Release: 0
Summary: Binary files of xdvi
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-xdvi >= %{texlive_version}
#!BuildIgnore: texlive-xdvi
Prefix: %{_bindir}
@@ -2995,7 +2996,7 @@ Release: 0
Summary: Binary files of xetex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-xetex <= %{texlive_previous}
Requires(pre): texlive-xetex >= %{texlive_version}
#!BuildIgnore: texlive-xetex
@@ -3013,7 +3014,7 @@ Release: 0
Summary: Binary files of xmltex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Obsoletes: texlive-bin-xmltex <= %{texlive_previous}
Requires(pre): texlive-xmltex >= %{texlive_version}
#!BuildIgnore: texlive-xmltex
@@ -3031,7 +3032,7 @@ Release: 0
Summary: Binary files of yplan
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires(pre): texlive-yplan >= %{texlive_version}
#!BuildIgnore: texlive-yplan
Prefix: %{_bindir}
@@ -3045,7 +3046,7 @@ Release: 0
Summary: Path searching library for TeX-related files
License: LGPL-2.1-or-later
Group: System/Libraries
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Prefix: %{_libdir}
%description -n libkpathsea6
@@ -3062,7 +3063,7 @@ Release: 0
Summary: Path searching library for TeX-related files
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires: libkpathsea6 = 6.2.3
%description -n %{name}-kpathsea-devel
@@ -3079,7 +3080,7 @@ Release: 0
Summary: Libraries of Kanji code convert library for pTeX
License: BSD-3-Clause
Group: System/Libraries
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Prefix: %{_libdir}
%description -n libptexenc1
@@ -3093,7 +3094,7 @@ 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/
+URL: http://www.tug.org/texlive/
Requires: libptexenc1 = 1.3.5
%description -n %{name}-ptexenc-devel
@@ -3108,7 +3109,7 @@ Release: 0
Summary: Libraries of The Synchronization TeXnology
License: MIT
Group: System/Libraries
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Prefix: %{_libdir}
%description -n libsynctex1
@@ -3123,7 +3124,7 @@ Release: 0
Summary: Libraries of The Synchronization TeXnology
License: MIT
Group: Development/Libraries/C and C++
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires: libsynctex1 = 1.18
%description -n %{name}-synctex-devel
@@ -3139,7 +3140,7 @@ Release: 0
Summary: Libraries of an extended version of pdfTeX using Lua
License: MIT
Group: System/Libraries
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Prefix: %{_libdir}
%description -n libtexlua52-5
@@ -3152,7 +3153,7 @@ 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/
+URL: http://www.tug.org/texlive/
Requires: libtexlua52-5 = 5.2.4
%description -n %{name}-texlua-devel
@@ -3167,7 +3168,7 @@ Release: 0
Summary: Libraries of Just-In-Time compiler for Lua
License: MIT
Group: System/Libraries
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Prefix: %{_libdir}
%description -n libtexluajit2
@@ -3179,7 +3180,7 @@ 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/
+URL: http://www.tug.org/texlive/
Requires: libtexlua52-5 = 5.2.4
%description -n %{name}-texluajit-devel
@@ -3193,7 +3194,7 @@ Release: 0
Summary: Basic development packages for TeXLive
License: LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-TeX
Group: Development/Languages/Other
-Url: http://www.tug.org/texlive/
+URL: http://www.tug.org/texlive/
Requires: libkpathsea6 = 6.2.3
Requires: libptexenc1 = 1.3.5
Requires: libsynctex1 = 1.18
@@ -3215,7 +3216,7 @@ 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/
+URL: http://biblatex-biber.sourceforge.net/
Recommends: perl(Readonly::XS)
Requires: perl-base >= 5.24.1
Requires: perl(Business::ISBN)
@@ -3441,6 +3442,7 @@ if pkg-config --atleast-version=0.59 pop
%patch49 -p0 -b .poppler591
fi
%patch50 -p0 -b .dvipdfm-x
+%patch54 -p2
# Correct FHS paths
paths=$(find -name cnf-to-paths.awk)
@@ -3640,7 +3642,7 @@ fi
# compile public
mkdir -p ${prefix}/lib/mktex
- $CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o ${prefix}/lib/mktex/public %{S:50}
+ $CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DTEXUSR='"%{texusr}"' -DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o ${prefix}/lib/mktex/public %{S:50}
# install our own scripts
mkdir -p ${prefix}/bin
@@ -3961,8 +3963,14 @@ fi
%endif
%pre kpathsea-bin
-if test "$1" = 1 -a -z "$(%{_bindir}/getent group %{texgrp} 2>/dev/null)"; then
- %{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp}
+if test "$1" = 1
+then
+ if test -z "$(%{_bindir}/getent group %{texgrp} 2>/dev/null)"; then
+ %{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp}
+ fi
+ if test -z "$(%{_bindir}/getent passwd %{texusr} 2>/dev/null)"; then
+ %{_sbindir}/useradd -r %{?texuid:-u %texuid} -g %{texgrp} -d %{_fontcache} -s /bin/false %{texusr}
+ fi
fi
%post kpathsea-bin
@@ -3970,6 +3978,17 @@ fi
%set_permissions %{_libexecdir}/mktex/public
%endif
+%pre
+if test "$1" = 1
+then
+ if test -z "$(%{_bindir}/getent group %{texgrp} 2>/dev/null)"; then
+ %{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp}
+ fi
+ if test -z "$(%{_bindir}/getent passwd %{texusr} 2>/dev/null)"; then
+ %{_sbindir}/useradd -r %{?texuid:-u %texuid} -g %{texgrp} -d %{_fontcache} -s /bin/false %{texusr}
+ fi
+fi
+
%post
mkdir -p /var/run/texlive
> /var/run/texlive/run-mktexlsr