[xmlto] New version 0.0.26

Ondrej Vasik ovasik at fedoraproject.org
Sat Apr 5 13:22:34 UTC 2014


commit 217212a875f3ca0938ddd2bf5f0d9949afd98cc2
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Sat Apr 5 15:22:58 2014 +0200

    New version 0.0.26

 .gitignore               |    1 +
 sources                  |    2 +-
 xmlto-noextensions.patch |   12 ------------
 xmlto.spec               |   19 +++++++++----------
 4 files changed, 11 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2193965..a2d4cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xmlto-0.0.23.tar.bz2
 /xmlto-0.0.24.tar.bz2
 /xmlto-0.0.25.tar.bz2
+/xmlto-0.0.26.tar.bz2
diff --git a/sources b/sources
index 03a9d63..b19abb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b6267b1470f8571fe5f63a128970364  xmlto-0.0.25.tar.bz2
+c90a47c774e0963581c1ba57235f64f4  xmlto-0.0.26.tar.bz2
diff --git a/xmlto.spec b/xmlto.spec
index 0c53dca..b6bd858 100644
--- a/xmlto.spec
+++ b/xmlto.spec
@@ -1,7 +1,7 @@
 Summary: A tool for converting XML files to various formats
 Name: xmlto
-Version: 0.0.25
-Release: 7%{?dist}
+Version: 0.0.26
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 #Older versions up to xmlto-0.0.20
@@ -9,16 +9,14 @@ 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)
 
-BuildRequires: docbook-xsl >= 1.56.0
+BuildRequires: docbook-xsl
 BuildRequires: libxslt
 BuildRequires: util-linux, flex
 
 # We rely heavily on the DocBook XSL stylesheets!
-Requires: docbook-xsl >= 1.74.2
+Requires: docbook-xsl
 Requires: libxslt
 Requires: docbook-dtds
 Requires: util-linux, flex
@@ -58,7 +56,6 @@ xhtml1 source format.
 
 %prep
 %setup -q
-%patch1 -p1 -b .noextension
 
 %build
 %configure BASH=/bin/bash
@@ -71,9 +68,6 @@ make check
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README AUTHORS NEWS
@@ -100,6 +94,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 04 2014 Ondrej Vasik <ovasik at redhat.com> - 0.0.26-1
+- New version 0.0.26
+- fix build with automake 1.13+
+- fix warning in searchpath option
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.25-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list