diff --git a/.cvsignore b/.cvsignore index 511bfa7..f0bd68f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlto-0.0.18.tar.bz2 +xmlto-0.0.19.tar.bz2 diff --git a/sources b/sources index 22f3b49..4d94bb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a06471b70eb27a6aca5d1b3a144f9b0 xmlto-0.0.18.tar.bz2 +c536777e13bd5a03a4891b5ccaea0d00 xmlto-0.0.19.tar.bz2 diff --git a/xmlto.spec b/xmlto.spec index 256935f..0de5926 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -2,15 +2,13 @@ Summary: A tool for converting XML files to various formats. Name: xmlto -Version: 0.0.18 -Release: 17 +Version: 0.0.19 +Release: 1 License: GPLv2 Group: Applications/System URL: http://cyberelk.net/tim/xmlto/ Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 -Patch0: xmlto-basename.patch -Patch1: xmlto-findwarning.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: docbook-xsl >= 1.56.0 BuildRequires: libxslt @@ -35,8 +33,6 @@ stylesheets. %prep %setup -q -%patch0 -p1 -b .basename -%patch1 -p1 -b .findwarning %build touch doc/xmlto.xml doc/xmlif.xml @@ -45,11 +41,11 @@ make make check %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %makeinstall %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -58,6 +54,9 @@ rm -rf %{buildroot} %{_datadir}/xmlto %changelog +* Wed Nov 28 2007 Ondrej Vasik - 0.0.19-1 +- new version 0.0.19 + * Fri Oct 12 2007 Ondrej Vasik - 0.0.18-17 - generalized text-www-browser requirements(#174566)