new release xmlto 0.0.21
This commit is contained in:
parent
c10f1c7007
commit
631d8a0eea
@ -1 +1 @@
|
||||
xmlto-0.0.20.tar.bz2
|
||||
xmlto-0.0.21.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ab814ae352fc028862cbea9d676ab93b xmlto-0.0.20.tar.bz2
|
||||
cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -urNp xmlto-0.0.20-orig/xmlto.in xmlto-0.0.20/xmlto.in
|
||||
--- xmlto-0.0.20-orig/xmlto.in 2008-01-17 10:39:02.000000000 +0100
|
||||
+++ xmlto-0.0.20/xmlto.in 2008-05-13 12:08:35.000000000 +0200
|
||||
@@ -326,6 +326,7 @@ fi
|
||||
# Ask the format script what stylesheet to use.
|
||||
XSLT_PROCESSOR=xsltproc # We only know about xsltproc right now.
|
||||
export XSLT_PROCESSOR
|
||||
+export USE_BACKEND
|
||||
if [ -z "$STYLESHEET" ]
|
||||
then
|
||||
STYLESHEET="$(${BASH} "$FORMAT" stylesheet)" || exit 1
|
17
xmlto.spec
17
xmlto.spec
@ -2,14 +2,15 @@
|
||||
|
||||
Summary: A tool for converting XML files to various formats.
|
||||
Name: xmlto
|
||||
Version: 0.0.20
|
||||
Release: 3%{?dist}
|
||||
Version: 0.0.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://cyberelk.net/tim/xmlto/
|
||||
Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch1: xmlto-backendstylesheet.patch
|
||||
#Older versions up to xmlto-0.0.20
|
||||
#URL: http://cyberelk.net/tim/xmlto/
|
||||
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||
URL: https://fedorahosted.org/xmlto/
|
||||
Source0: http://svn.fedorahosted.org/svn/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -36,7 +37,6 @@ stylesheets.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .backendstylesheet
|
||||
|
||||
%build
|
||||
touch doc/xmlto.xml doc/xmlif.xml
|
||||
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/xmlto
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
||||
- new version 0.0.21
|
||||
|
||||
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
||||
- fixed errorneus handling of backend stylesheet(#446092)
|
||||
- removed unused patches
|
||||
|
Loading…
Reference in New Issue
Block a user