Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
474e5128e1 |
2 changed files with 18 additions and 1 deletions
12
xmlto-noextensions.patch
Normal file
12
xmlto-noextensions.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -urNp xmlto-0.0.24-orig/xmlto.in xmlto-0.0.24/xmlto.in
|
||||
--- xmlto-0.0.24-orig/xmlto.in 2011-07-14 12:41:25.000000000 +0200
|
||||
+++ xmlto-0.0.24/xmlto.in 2012-06-08 20:44:06.510883637 +0200
|
||||
@@ -253,7 +253,7 @@ ZIP_PATH=@ZIP@
|
||||
|
||||
# Process any options
|
||||
ARGS=$(${GETOPT} \
|
||||
- --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
|
||||
+ --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,noextensions,with-fop,with-dblatex \
|
||||
-n xmlto -- x:m:o:p:v "$@")
|
||||
[ $? != 0 ] && { usage; exit 1; }
|
||||
eval set -- "$ARGS"
|
||||
|
|
@ -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-noextensions.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
|
|
@ -58,6 +59,7 @@ xhtml1 source format.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .noextension
|
||||
|
||||
%build
|
||||
%configure BASH=/bin/bash
|
||||
|
|
@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 08 2012 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
|
||||
- fix the noextensions option (#830266)
|
||||
|
||||
* Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1
|
||||
- new release 0.0.24, basic support for docbook->epub
|
||||
conversion, use backend extensions by default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue