From f8a1435da2f604c5fe5ed976ca2faf0d6cc074f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Tue, 29 Nov 2011 13:02:11 +0100 Subject: [PATCH] fix the functionality of fop.extensions (#757035) --- xmlto.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xmlto.spec b/xmlto.spec index e2f5b6c..7171a36 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,7 +1,7 @@ Summary: A tool for converting XML files to various formats Name: xmlto Version: 0.0.24 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System #Older versions up to xmlto-0.0.20 @@ -9,6 +9,7 @@ Group: Applications/System #Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 URL: https://fedorahosted.org/xmlto/ Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2 +Patch1: xmlto-fopextensions.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,8 +59,10 @@ xhtml1 source format. %prep %setup -q +%patch1 -p1 -b .extensions %build +autoreconf %configure BASH=/bin/bash make %{?_smp_mflags} @@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 29 2011 Ondrej Vasik - 0.0.24-2 +- fix the functionality of fop.extensions (#757035) + * Thu Jul 14 2011 Ondrej Vasik - 0.0.24-1 - new release 0.0.24, basic support for docbook->epub conversion, use backend extensions by default