New version 0.0.22, autodetection for tools/program paths, consolidated

error code handling, build warnings cleanup, various minor changes
This commit is contained in:
Ondrej Vasik 2009-03-25 15:08:17 +00:00
parent 0c27b2a0ca
commit 636d85c0dc
3 changed files with 11 additions and 15 deletions

View File

@ -1 +1 @@
xmlto-0.0.21.tar.bz2 xmlto-0.0.22.tar.bz2

View File

@ -1 +1 @@
cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2 12f297dc7051e4fef08339980f88a1dd xmlto-0.0.22.tar.bz2

View File

@ -1,19 +1,14 @@
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.21 Version: 0.0.22
Release: 9%{?dist} Release: 1%{?dist}
#xmlto is released under GPLv2+ license, xmlif under GPL+ license License: GPLv2+
License: GPLv2+ and GPL+
Group: Applications/System Group: Applications/System
#Older versions up to xmlto-0.0.20 #Older versions up to xmlto-0.0.20
#URL: http://cyberelk.net/tim/xmlto/ #URL: http://cyberelk.net/tim/xmlto/
#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
Patch0: xmlto-stringparam.patch
Patch1: xmlto-libpaper.patch
Patch2: xmlto-xmllintoptions.patch
Patch3: xmlto-xhtml1.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -26,7 +21,7 @@ Requires: docbook-xsl >= 1.56.0
Requires: text-www-browser Requires: text-www-browser
Requires: libxslt Requires: libxslt
Requires: docbook-dtds Requires: docbook-dtds
Requires: util-linux, flex Requires: util-linux, flex, which
%description %description
This is a package for converting XML files to various formats using XSL This is a package for converting XML files to various formats using XSL
@ -60,10 +55,6 @@ xhtml1 source format.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .stringparam
%patch1 -p1 -b .libpapercleanup
%patch2 -p1 -b .xmllintoptions
%patch3 -p1 -b .xhtml1
%build %build
%configure %configure
@ -105,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com>
- New version 0.0.22
- autodetection for tools/program paths, consolidated
error code handling, build warnings cleanup
* Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9 * Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9
- reenable noent switch - bug is on lcdproc side - reenable noent switch - bug is on lcdproc side
- add xhtml support(subpackage) (#145140) - add xhtml support(subpackage) (#145140)