fix the functionality of fop.extensions (#757035)

This commit is contained in:
Ondřej Vašík 2011-11-29 13:02:11 +01:00
parent f95a953e88
commit f8a1435da2

View File

@ -1,7 +1,7 @@
Summary: A tool for converting XML files to various formats Summary: A tool for converting XML files to various formats
Name: xmlto Name: xmlto
Version: 0.0.24 Version: 0.0.24
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
#Older versions up to xmlto-0.0.20 #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 #Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
URL: https://fedorahosted.org/xmlto/ URL: https://fedorahosted.org/xmlto/
Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -58,8 +59,10 @@ xhtml1 source format.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .extensions
%build %build
autoreconf
%configure BASH=/bin/bash %configure BASH=/bin/bash
make %{?_smp_mflags} make %{?_smp_mflags}
@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Nov 29 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
- fix the functionality of fop.extensions (#757035)
* Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1 * Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1
- new release 0.0.24, basic support for docbook->epub - new release 0.0.24, basic support for docbook->epub
conversion, use backend extensions by default conversion, use backend extensions by default