commit
7b12f1b4ce
@ -0,0 +1 @@
|
||||
938d6f4071e604995bc4defa8b20c051e93d0aa2 SOURCES/dblatex3-0.3.12.tar.bz2
|
@ -0,0 +1 @@
|
||||
SOURCES/dblatex3-0.3.12.tar.bz2
|
@ -0,0 +1,47 @@
|
||||
Copyright
|
||||
---------
|
||||
Copyright (C) 1999-2007 Norman Walsh
|
||||
Copyright (C) 2003 Jiří Kosek
|
||||
Copyright (C) 2004-2007 Steve Ball
|
||||
Copyright (C) 2005-2007 The DocBook Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the ``Software''), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
sell copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
Except as contained in this notice, the names of individuals
|
||||
credited with contribution to this software shall not be used in
|
||||
advertising or otherwise to promote the sale, use or other
|
||||
dealings in this Software without prior written authorization
|
||||
from the individuals in question.
|
||||
|
||||
Any stylesheet derived from this Software that is publically
|
||||
distributed will be identified with a different name and the
|
||||
version strings in any derived Software will be changed so that
|
||||
no possibility of confusion between the derived package and this
|
||||
Software will exist.
|
||||
|
||||
Warranty
|
||||
--------
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
|
||||
CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Contacting the Author
|
||||
---------------------
|
||||
The DocBook XSL stylesheets are maintained by Norman Walsh,
|
||||
<ndw@nwalsh.com>, and members of the DocBook Project,
|
||||
<docbook-developers@sf.net>
|
@ -0,0 +1,44 @@
|
||||
From 0d8a7080f7fdc158a635e939e06bc7884a034ab1 Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <0d8a7080f7fdc158a635e939e06bc7884a034ab1.1569226914.git.github@grubix.eu>
|
||||
In-Reply-To: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
|
||||
References: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
|
||||
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
||||
Date: Tue, 26 Jun 2018 17:38:43 +0200
|
||||
Subject: [PATCH 12/13] Disable Debian
|
||||
|
||||
Signed-off-by: Michael J Gruber <github@grubix.eu>
|
||||
---
|
||||
setup.py | 10 +++++-----
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 379323b..86619ec 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -26,7 +26,7 @@ from distutils.command.sdist import sdist
|
||||
from distutils import log
|
||||
from subprocess import Popen, PIPE
|
||||
sys.path.append("lib")
|
||||
-from contrib.debian.installer import DebianInstaller
|
||||
+#from contrib.debian.installer import DebianInstaller
|
||||
|
||||
#
|
||||
# Build the command line script
|
||||
@@ -373,10 +373,10 @@ class Install(install):
|
||||
raise OSError("not found: %s" % ", ".join(mis_stys))
|
||||
|
||||
def run(self):
|
||||
- if self.install_layout == "deb":
|
||||
- db = DebianInstaller(self)
|
||||
- else:
|
||||
- db = None
|
||||
+# if self.install_layout == "deb":
|
||||
+# db = DebianInstaller(self)
|
||||
+# else:
|
||||
+ db = None
|
||||
|
||||
if not(db) and not(self.nodeps):
|
||||
try:
|
||||
--
|
||||
2.23.0.369.g5d0cb2d495
|
||||
|
@ -0,0 +1,33 @@
|
||||
From ed7d6c2fa6e7848295893d455789ecb3e692b49f Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <ed7d6c2fa6e7848295893d455789ecb3e692b49f.1613646685.git.github@grubix.eu>
|
||||
From: Michael J Gruber <github@grubix.eu>
|
||||
Date: Thu, 18 Feb 2021 12:09:29 +0100
|
||||
Subject: [PATCH] replace inkscape by rsvg
|
||||
|
||||
Inkscape broke headless commandline usage and appears not be fixing it,
|
||||
see: https://gitlab.com/inkscape/inkscape/-/issues/1342
|
||||
|
||||
Switch to rsvg as recommended by upstream, see:
|
||||
https://sourceforge.net/p/dblatex/mailman/message/37005820/
|
||||
|
||||
Signed-off-by: Michael J Gruber <github@grubix.eu>
|
||||
---
|
||||
lib/dbtexmf/core/imagedata.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib/dbtexmf/core/imagedata.py b/lib/dbtexmf/core/imagedata.py
|
||||
index 32b7746..7c13e79 100644
|
||||
--- a/lib/dbtexmf/core/imagedata.py
|
||||
+++ b/lib/dbtexmf/core/imagedata.py
|
||||
@@ -181,7 +181,7 @@ class FigConverter(ImageConverter):
|
||||
class SvgConverter(ImageConverter):
|
||||
def __init__(self, imgsrc, imgdst="", docformat="", backend=""):
|
||||
ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst)
|
||||
- self.add_command(["inkscape", "-z", "-D", "--export-%(dst)s=%(output)s",
|
||||
+ self.add_command(["rsvg-convert", "-a", "-f", "%(dst)s", "-o", "%(output)s",
|
||||
"%(input)s"])
|
||||
|
||||
|
||||
--
|
||||
2.30.1.672.g8d3081386a
|
||||
|
@ -0,0 +1,42 @@
|
||||
From af5dc6ec530b107a4a0bd6ac9b2e80b0e7d36077 Mon Sep 17 00:00:00 2001
|
||||
Message-Id: <af5dc6ec530b107a4a0bd6ac9b2e80b0e7d36077.1569226914.git.github@grubix.eu>
|
||||
In-Reply-To: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
|
||||
References: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
|
||||
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
||||
Date: Tue, 26 Jun 2018 17:41:19 +0200
|
||||
Subject: [PATCH 13/13] Use which from shutil
|
||||
|
||||
Signed-off-by: Michael J Gruber <github@grubix.eu>
|
||||
---
|
||||
setup.py | 10 ++++------
|
||||
1 file changed, 4 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 86619ec..799c1d2 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -208,17 +208,15 @@ class Build(build):
|
||||
|
||||
|
||||
def find_programs(utils):
|
||||
- sys.path.append("lib")
|
||||
- from contrib.which import which
|
||||
+ import shutil
|
||||
util_paths = {}
|
||||
missed = []
|
||||
for util in utils:
|
||||
- try:
|
||||
- path = which.which(util)
|
||||
+ path = shutil.which(util)
|
||||
+ if path:
|
||||
util_paths[util] = path
|
||||
- except which.WhichError:
|
||||
+ else:
|
||||
missed.append(util)
|
||||
- sys.path.remove("lib")
|
||||
return (util_paths, missed)
|
||||
|
||||
def kpsewhich(tex_file):
|
||||
--
|
||||
2.23.0.369.g5d0cb2d495
|
||||
|
@ -0,0 +1,62 @@
|
||||
From f5ce76603178e5465a744cb4feed4686489bebb9 Mon Sep 17 00:00:00 2001
|
||||
Message-ID: <f5ce76603178e5465a744cb4feed4686489bebb9.1688648379.git.github@grubix.eu>
|
||||
From: Michael J Gruber <github@grubix.eu>
|
||||
Date: Thu, 6 Jul 2023 14:58:03 +0200
|
||||
Subject: [PATCH] Python 3.12 compatibility: adjust submodule imports
|
||||
|
||||
importlib imports behave differently in py 3.11 and py 3.12: py 3.12
|
||||
requires explicit imports of the submodules.
|
||||
|
||||
While fixing this, reduce the imports to the used submodules. Currently,
|
||||
the base is still imported automatically.
|
||||
---
|
||||
lib/dbtexmf/core/dbtex.py | 3 ++-
|
||||
lib/dbtexmf/dblatex/grubber/plugins.py | 3 ++-
|
||||
lib/dbtexmf/xslt/xslt.py | 3 ++-
|
||||
3 files changed, 6 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/lib/dbtexmf/core/dbtex.py b/lib/dbtexmf/core/dbtex.py
|
||||
index adac781..4cf9591 100644
|
||||
--- a/lib/dbtexmf/core/dbtex.py
|
||||
+++ b/lib/dbtexmf/core/dbtex.py
|
||||
@@ -15,7 +15,8 @@ try:
|
||||
except ImportError:
|
||||
from urllib.request import pathname2url
|
||||
import glob
|
||||
-import importlib
|
||||
+import importlib.machinery
|
||||
+import importlib.util
|
||||
from optparse import OptionParser
|
||||
from io import open
|
||||
|
||||
diff --git a/lib/dbtexmf/dblatex/grubber/plugins.py b/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
index 047f2bb..6b4ecb4 100644
|
||||
--- a/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
+++ b/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
@@ -4,7 +4,8 @@
|
||||
Mechanisms to dynamically load extra modules to help the LaTeX compilation.
|
||||
All the modules must be derived from the TexModule class.
|
||||
"""
|
||||
-import importlib
|
||||
+import importlib.machinery
|
||||
+import importlib.util
|
||||
|
||||
from os.path import *
|
||||
from dbtexmf.dblatex.grubber.msg import _, msg
|
||||
diff --git a/lib/dbtexmf/xslt/xslt.py b/lib/dbtexmf/xslt/xslt.py
|
||||
index 57c99a2..7cc2038 100644
|
||||
--- a/lib/dbtexmf/xslt/xslt.py
|
||||
+++ b/lib/dbtexmf/xslt/xslt.py
|
||||
@@ -2,7 +2,8 @@
|
||||
# Very simple plugin loader for Xslt classes
|
||||
#
|
||||
import os
|
||||
-import importlib
|
||||
+import importlib.machinery
|
||||
+import importlib.util
|
||||
import glob
|
||||
import sys
|
||||
|
||||
--
|
||||
2.41.0.411.gd9071d4297
|
||||
|
@ -0,0 +1,113 @@
|
||||
diff --git a/lib/dbtexmf/core/dbtex.py b/lib/dbtexmf/core/dbtex.py
|
||||
index b3ec732..adac781 100644
|
||||
--- a/lib/dbtexmf/core/dbtex.py
|
||||
+++ b/lib/dbtexmf/core/dbtex.py
|
||||
@@ -15,7 +15,7 @@ try:
|
||||
except ImportError:
|
||||
from urllib.request import pathname2url
|
||||
import glob
|
||||
-import imp
|
||||
+import importlib
|
||||
from optparse import OptionParser
|
||||
from io import open
|
||||
|
||||
@@ -540,15 +540,14 @@ class DbTexCommand:
|
||||
|
||||
def load_plugin(self, pathname):
|
||||
moddir, modname = os.path.split(pathname)
|
||||
- try:
|
||||
- filemod, path, descr = imp.find_module(modname, [moddir])
|
||||
- except ImportError:
|
||||
- try:
|
||||
- filemod, path, descr = imp.find_module(modname)
|
||||
- except ImportError:
|
||||
- failed_exit("Error: '%s' module not found" % modname)
|
||||
- mod = imp.load_module(modname, filemod, path, descr)
|
||||
- filemod.close()
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(modname, [moddir])
|
||||
+ if not spec:
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(modname)
|
||||
+ if not spec:
|
||||
+ failed_exit("Error: '%s' module not found" % modname)
|
||||
+ mod = importlib.util.module_from_spec(spec)
|
||||
+ spec.loader.exec_module(mod)
|
||||
+ sys.modules[modname] = mod
|
||||
return mod
|
||||
|
||||
def run_setup(self, options):
|
||||
diff --git a/lib/dbtexmf/dblatex/grubber/plugins.py b/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
index 9e333c9..047f2bb 100644
|
||||
--- a/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
+++ b/lib/dbtexmf/dblatex/grubber/plugins.py
|
||||
@@ -4,7 +4,7 @@
|
||||
Mechanisms to dynamically load extra modules to help the LaTeX compilation.
|
||||
All the modules must be derived from the TexModule class.
|
||||
"""
|
||||
-import imp
|
||||
+import importlib
|
||||
|
||||
from os.path import *
|
||||
from dbtexmf.dblatex.grubber.msg import _, msg
|
||||
@@ -108,17 +108,16 @@ class Plugins (object):
|
||||
"""
|
||||
if name in self.modules:
|
||||
return 2
|
||||
- try:
|
||||
- file, path, descr = imp.find_module(name, [""])
|
||||
- except ImportError:
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(name, [""])
|
||||
+ if not spec:
|
||||
if not self.path:
|
||||
return 0
|
||||
- try:
|
||||
- file, path, descr = imp.find_module(name, self.path)
|
||||
- except ImportError:
|
||||
- return 0
|
||||
- module = imp.load_module(name, file, path, descr)
|
||||
- file.close()
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(name, self.path)
|
||||
+ if not spec:
|
||||
+ return 0
|
||||
+ module = importlib.util.module_from_spec(spec)
|
||||
+ spec.loader.exec_module(module)
|
||||
+ sys.modules[name] = module
|
||||
self.modules[name] = module
|
||||
return 1
|
||||
|
||||
diff --git a/lib/dbtexmf/xslt/xslt.py b/lib/dbtexmf/xslt/xslt.py
|
||||
index 0350e30..57c99a2 100644
|
||||
--- a/lib/dbtexmf/xslt/xslt.py
|
||||
+++ b/lib/dbtexmf/xslt/xslt.py
|
||||
@@ -2,20 +2,21 @@
|
||||
# Very simple plugin loader for Xslt classes
|
||||
#
|
||||
import os
|
||||
-import imp
|
||||
+import importlib
|
||||
import glob
|
||||
+import sys
|
||||
|
||||
def load(modname):
|
||||
- try:
|
||||
- file, path, descr = imp.find_module(modname, [""])
|
||||
- except ImportError:
|
||||
- try:
|
||||
- file, path, descr = imp.find_module(modname,
|
||||
- [os.path.dirname(__file__)])
|
||||
- except ImportError:
|
||||
- raise ValueError("Xslt '%s' not found" % modname)
|
||||
- mod = imp.load_module(modname, file, path, descr)
|
||||
- file.close()
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(modname, [""])
|
||||
+ if not spec:
|
||||
+ spec = importlib.machinery.PathFinder.find_spec(modname,
|
||||
+ [os.path.dirname(__file__)])
|
||||
+ if not spec:
|
||||
+ raise ValueError("Xslt '%s' not found" % modname)
|
||||
+
|
||||
+ mod = importlib.util.module_from_spec(spec)
|
||||
+ spec.loader.exec_module(mod)
|
||||
+ sys.modules[modname] = mod
|
||||
o = mod.Xslt()
|
||||
return o
|
||||
|
@ -0,0 +1,442 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.1)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 21;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Name: dblatex
|
||||
Version: 0.3.12
|
||||
Release: %autorelease
|
||||
Summary: DocBook to LaTeX/ConTeXt Publishing
|
||||
BuildArch: noarch
|
||||
# Most of package is GPLv2+, except:
|
||||
# xsl/ directory is DMIT
|
||||
# lib/dbtexmf/core/sgmlent.txt is Public Domain
|
||||
# latex/misc/enumitem.sty, multirow2.sry and ragged2e.sty are LPPL
|
||||
# latex/misc/lastpage.sty is GPLv2 (no +)
|
||||
# latex/misc/passivetex is MIT (not included in binary RPM so not listed)
|
||||
License: GPL-2.0-or-later AND GPL-2.0-only AND LPPL-1.3a AND LicenseRef-DMIT AND LicenseRef-Fedora-Public-Domain
|
||||
URL: http://dblatex.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}3-%{version}.tar.bz2
|
||||
# Source1 is from http://docbook.sourceforge.net/release/xsl/current/COPYING
|
||||
Source1: COPYING-docbook-xsl
|
||||
Patch0: dblatex-0.3.11-disable-debian.patch
|
||||
Patch1: dblatex-0.3.11-which-shutil.patch
|
||||
Patch2: dblatex-0.3.11-replace-inkscape-by-rsvg.patch
|
||||
# Patch3 sent upstream: https://sourceforge.net/p/dblatex/patches/12/
|
||||
Patch3: dblatex-0.3.12-replace-imp-by-importlib.patch
|
||||
# Patch4 sent upstream: https://sourceforge.net/p/dblatex/patches/13/
|
||||
Patch4: dblatex-0.3.12-adjust-submodule-imports.patch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: texlive-base
|
||||
BuildRequires: texlive-collection-latex
|
||||
BuildRequires: texlive-collection-xetex
|
||||
BuildRequires: texlive-xmltex-bin
|
||||
BuildRequires: texlive-anysize
|
||||
BuildRequires: texlive-appendix
|
||||
BuildRequires: texlive-changebar
|
||||
BuildRequires: texlive-fancybox
|
||||
BuildRequires: texlive-jknapltx
|
||||
BuildRequires: texlive-multirow
|
||||
BuildRequires: texlive-overpic
|
||||
BuildRequires: texlive-passivetex
|
||||
BuildRequires: texlive-pdfpages
|
||||
BuildRequires: texlive-subfigure
|
||||
BuildRequires: texlive-stmaryrd
|
||||
BuildRequires: texlive-wasysym
|
||||
Requires: texlive-base
|
||||
Requires: texlive-collection-latex
|
||||
Requires: texlive-collection-xetex
|
||||
Requires: texlive-collection-fontsrecommended
|
||||
Requires: texlive-xmltex texlive-xmltex-bin
|
||||
Requires: texlive-anysize
|
||||
Requires: texlive-appendix
|
||||
Requires: texlive-bibtopic
|
||||
Requires: texlive-changebar
|
||||
Requires: texlive-ec
|
||||
Requires: texlive-fancybox
|
||||
Requires: texlive-jknapltx
|
||||
Requires: texlive-multirow
|
||||
Requires: texlive-overpic
|
||||
Requires: texlive-passivetex
|
||||
Requires: texlive-pdfpages
|
||||
Requires: texlive-subfigure
|
||||
Requires: texlive-stmaryrd
|
||||
Requires: texlive-wasysym
|
||||
Requires: texlive-xmltex-bin
|
||||
Requires: libxslt docbook-dtds
|
||||
Recommends: ImageMagick
|
||||
Recommends: texlive-epstopdf-bin
|
||||
Recommends: transfig
|
||||
Recommends: librsvg2-tools
|
||||
|
||||
%description
|
||||
dblatex is a program that transforms your SGML/XMLDocBook
|
||||
documents to DVI, PostScript or PDF by translating them
|
||||
into pure LaTeX as a first process. MathML 2.0 markups
|
||||
are supported, too. It started as a clone of DB2LaTeX.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Benoît Guillon <marsgui at users dot sourceforge dot net>
|
||||
Andreas Hoenen <andreas dot hoenen at arcor dot de>
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}3-%{version} -p 1
|
||||
|
||||
rm -rf lib/contrib
|
||||
%py3_shebang_fix .
|
||||
|
||||
%build
|
||||
%{__python3} setup.py build
|
||||
|
||||
|
||||
%install
|
||||
%{__python3} setup.py install --root $RPM_BUILD_ROOT
|
||||
%py3_shebang_fix $RPM_BUILD_ROOT%{_bindir}/dblatex
|
||||
|
||||
# these are already in tetex-latex:
|
||||
for file in bibtopic.sty enumitem.sty ragged2e.sty passivetex/ xelatex/; do
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/misc/$file
|
||||
done
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex
|
||||
for file in ` find $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/ -name '*.sty' ` ; do
|
||||
mv $file $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/`basename $file`;
|
||||
done
|
||||
|
||||
## also move .xetex files
|
||||
for file in ` find $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/ -name '*.xetex' ` ; do
|
||||
mv $file $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/`basename $file`;
|
||||
done
|
||||
|
||||
rmdir $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/{misc,contrib/example,style}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dblatex
|
||||
# shipped in %%docs
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/
|
||||
|
||||
sed -e 's/\r//' xsl/mathml2/README > README-xsltml
|
||||
touch -r xsl/mathml2/README README-xsltml
|
||||
cp -p %{SOURCE1} COPYING-docbook-xsl
|
||||
|
||||
|
||||
%files
|
||||
%{_mandir}/man1/dblatex.1*
|
||||
%doc COPYRIGHT docs/manual.pdf COPYING-docbook-xsl README-xsltml
|
||||
%{python3_sitelib}/dbtexmf/
|
||||
%{python3_sitelib}/dblatex-*.egg-info
|
||||
%{_bindir}/dblatex
|
||||
%{_datadir}/dblatex/
|
||||
%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/
|
||||
%dir %{_sysconfdir}/dblatex
|
||||
|
||||
%post -p /usr/bin/texhash
|
||||
|
||||
%postun -p /usr/bin/texhash
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.3.12-21
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jul 06 2023 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-14
|
||||
- Fix Py 3.12 imports (rhbz#2220636)
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.12-13
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Tue Jun 06 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.3.12-12
|
||||
- Remove obsolete texlive-collection-htmlxml dependency
|
||||
|
||||
* Wed Mar 29 2023 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-11
|
||||
- Adjust patch macro usage to rpm >= 4.18 in a cleaner way
|
||||
|
||||
* Tue Mar 28 2023 Than Ngo <than@redhat.com> - 0.3.12-10
|
||||
- Fix deprecated patch rpm macro
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2022 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-8
|
||||
- SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.12-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.3.12-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Thu Feb 18 2021 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-2
|
||||
- replace inkscape by rsvg (#bz 1833047)
|
||||
|
||||
* Thu Feb 18 2021 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-1
|
||||
- rebase to 0.3.12
|
||||
- follow yet another package/tree renaming
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-6
|
||||
- BR setuptools explicitly
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.11-5
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Feb 05 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-4
|
||||
- rebase to upstreamed py3 version (bz 1796232)
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Sep 23 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-2
|
||||
- port to python3 (bz #1737967)
|
||||
|
||||
* Sun Sep 22 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-1
|
||||
- bugfix release (bz #1753399)
|
||||
|
||||
* Tue Sep 10 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.3.10-12
|
||||
- Rebundle python2-which.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Feb 12 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-10
|
||||
- fix FTBFS on F30 (#1674789)
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Sep 10 2018 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-8
|
||||
- make shebangs unambiguous
|
||||
|
||||
* Fri Jul 13 2018 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-7
|
||||
- adjust to py2 packaging guidelines (fix FTBFS on rawhide)
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Apr 11 2018 Nikola Forró <nforro@redhat.com> - 0.3.10-5
|
||||
- make non-critical graphic tools weak dependencies
|
||||
- recommend inkscape, which can be used to convert SVG images
|
||||
|
||||
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.10-4
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Apr 05 2017 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-1
|
||||
- rebase with upstream
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Oct 17 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.9-1
|
||||
- bugfix and feature release
|
||||
|
||||
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.8-1
|
||||
- bugfix and feature release
|
||||
|
||||
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.7-1
|
||||
- bugfix release
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-4
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 18 2015 jchaloup <jchaloup@redhat.com> - 0.3.6-1
|
||||
- Update to 0.3.6
|
||||
resolves: #1222169
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2014 jchaloup <jchaloup@redhat.com> - 0.3.5-1
|
||||
- Update to 0.3.5.
|
||||
|
||||
* Thu Aug 08 2013 Michael J Gruber <mjg@fedoraproject.org> - 0.3.4-8
|
||||
- Merge in licensing changes from Stanislav Ochotnicky <sochotnicky@redhat.com>:
|
||||
-* Mon Jul 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.4-8
|
||||
-- Add Public Domain license and licensing comment
|
||||
-* Mon Jul 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.4-7
|
||||
-- Add DMIT, GPLv2 and LPPL licenses
|
||||
-- Fix space and tab mixing
|
||||
-- Cleanup old spec file parts
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed May 29 2013 Michael J Gruber <mjg@fedoraproject.org> - 0.3.4-6
|
||||
- Add mising R texlive-multirow.
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jan 02 2013 Benjamin De Kosnik <bkoz@redhat.com> - 0.3.4-1
|
||||
- Update to 0.3.4.
|
||||
- Adjust for texlive rebase.
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Mon Apr 12 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.3-1
|
||||
- Update to 0.3
|
||||
- Cleanup spec: drop some unnecessary conditionals for old releases (< F-11)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Sun May 10 2009 Neal Becker <ndbecker2@gmail.com> - 0.2.10-2
|
||||
- remove dblatex-0.2.9-xetex.patch
|
||||
|
||||
* Sun May 10 2009 Neal Becker <ndbecker2@gmail.com> - 0.2.10-1
|
||||
- Update to 0.2.10
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.9-3
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
* Fri Jul 4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.9-2
|
||||
- BR: texlive-xetex -> tex(xetex) for F-10 and later
|
||||
|
||||
* Thu Jun 12 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.9-1
|
||||
- Update to latest upstream (0.2.9) (#448953)
|
||||
- Remove some redundant Requires and BuildRequires (passivetex pulls
|
||||
in the tetex/tex requires, python dep added automatically)
|
||||
- For F-9+ BR on tex(latex) and texlive-xetex, fix the installation
|
||||
scripts to install extra new files.
|
||||
- Add patch from dblatex mailing list for better handling of a missing
|
||||
xetex.
|
||||
- Conditionally add .egg-info file only if F9+ to allow for unified
|
||||
spec file
|
||||
|
||||
* Sun Dec 16 2007 Patrice Dumas <pertusus@free.fr> - 0.2.8-2.1
|
||||
- don't install in docbook directory, it is a link to a versioned
|
||||
directory and may break upon docbook update (#425251,#389231)
|
||||
|
||||
* Sun Nov 25 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.8-1
|
||||
- Update to 0.2.8
|
||||
|
||||
* Mon Nov 12 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-16
|
||||
- convert spec to utf8
|
||||
- change to gplv2+
|
||||
|
||||
* Mon Nov 12 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-15
|
||||
- Add copyright info
|
||||
|
||||
* Mon Nov 5 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-14
|
||||
- Req tetex-fonts for texhash
|
||||
- Fix post, postun
|
||||
|
||||
* Sun Nov 4 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-13
|
||||
- Add texhash
|
||||
|
||||
* Sun Nov 4 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-12
|
||||
- Fix xsl link
|
||||
|
||||
* Sat Nov 3 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-12
|
||||
- Various fixes from pertusus@free.fr:
|
||||
- rm iconv stuff
|
||||
- simplify docs installation
|
||||
|
||||
* Fri Nov 2 2007 <ndbecker2@gmail.com> - 0.2.7-11
|
||||
- Various minor fixes
|
||||
|
||||
* Thu Nov 1 2007 <ndbecker2@gmail.com> - 0.2.7-10
|
||||
- Add some reqs and brs
|
||||
- rmdir /usr/share/dblatex/latex/{misc,contrib/example,style}
|
||||
|
||||
* Sat Oct 27 2007 <ndbecker2@gmail.com> - 0.2.7-9
|
||||
- link /usr/share/dblatex/xsl -> /usr/share/sgml/docbook/xsl-stylesheets/dblatex
|
||||
- rmdir /usr/share/dblatex/latex/{misc,specs,style}
|
||||
- own /etc/dblatex
|
||||
- change $(...) -> `...`
|
||||
- Preserve timestamps on iconv
|
||||
|
||||
* Mon Oct 15 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-9
|
||||
- mv all .sty files to datadir/texmf/tex/latex/dblatex
|
||||
- Add Conflicts tetex-tex4ht
|
||||
- mv all xsl stuff to datadir/sgml/docbook/xsl-stylesheets/dblatex/
|
||||
|
||||
* Mon Oct 15 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-8
|
||||
- rm redundant latex files
|
||||
|
||||
* Tue Sep 25 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-8
|
||||
- Fixed encodings in docs directory
|
||||
- Install docs at correct location
|
||||
|
||||
* Fri Sep 21 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-7
|
||||
- Revert back to GPLv2
|
||||
- untabify
|
||||
|
||||
* Fri Sep 21 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-6
|
||||
- Fix source URL
|
||||
- Install all docs
|
||||
- Tabify
|
||||
|
||||
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-5
|
||||
- Add BR tetex-latex
|
||||
|
||||
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-4
|
||||
- Add BR tetex, ImageMagick
|
||||
|
||||
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-3
|
||||
- Add BR libxslt
|
||||
|
||||
* Wed Sep 19 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-2
|
||||
- Add BR python-devel
|
||||
|
||||
* Fri Sep 7 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-1
|
||||
- Initial
|
||||
|
||||
## END: Generated by rpmautospec
|
Loading…
Reference in new issue