[xmlto] fix the functionality of fop.extensions (#757035)

Ondrej Vasik ovasik at fedoraproject.org
Tue Nov 29 12:02:18 UTC 2011


commit f8a1435da2f604c5fe5ed976ca2faf0d6cc074f4
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Nov 29 13:02:11 2011 +0100

    fix the functionality of fop.extensions (#757035)

 xmlto.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <ovasik at redhat.com> - 0.0.24-2
+- fix the functionality of fop.extensions (#757035)
+
 * Thu Jul 14 2011 Ondrej Vasik <ovasik at redhat.com> - 0.0.24-1
 - new release 0.0.24, basic support for docbook->epub
   conversion, use backend extensions by default


More information about the scm-commits mailing list