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.
|
Summary: A tool for converting XML files to various formats.
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.20
|
Version: 0.0.21
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cyberelk.net/tim/xmlto/
|
#Older versions up to xmlto-0.0.20
|
||||||
Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
#URL: http://cyberelk.net/tim/xmlto/
|
||||||
|
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||||
Patch1: xmlto-backendstylesheet.patch
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -36,7 +37,6 @@ stylesheets.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .backendstylesheet
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch doc/xmlto.xml doc/xmlif.xml
|
touch doc/xmlto.xml doc/xmlif.xml
|
||||||
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/xmlto
|
%{_datadir}/xmlto
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
||||||
- fixed errorneus handling of backend stylesheet(#446092)
|
- fixed errorneus handling of backend stylesheet(#446092)
|
||||||
- removed unused patches
|
- removed unused patches
|
||||||
|
Loading…
Reference in New Issue
Block a user