New version 0.0.26
This commit is contained in:
parent
fb34f29f3e
commit
217212a875
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
6b6267b1470f8571fe5f63a128970364 xmlto-0.0.25.tar.bz2
|
||||
c90a47c774e0963581c1ba57235f64f4 xmlto-0.0.26.tar.bz2
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -urNp xmlto-0.0.25-orig/xmlto.in xmlto-0.0.25/xmlto.in
|
||||
--- xmlto-0.0.25-orig/xmlto.in 2011-11-29 12:49:57.000000000 +0100
|
||||
+++ xmlto-0.0.25/xmlto.in 2012-06-08 20:30:11.492008539 +0200
|
||||
@@ -262,7 +262,7 @@ ZIP_PATH=@ZIP@
|
||||
|
||||
# Process any options
|
||||
ARGS=$(${GETOPT} \
|
||||
- --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
|
||||
+ --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,noextensions,with-fop,with-dblatex \
|
||||
-n xmlto -- x:m:o:p:v "$@")
|
||||
[ $? != 0 ] && { usage; exit 1; }
|
||||
eval set -- "$ARGS"
|
19
xmlto.spec
19
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@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@lists.fedoraproject.org> - 0.0.25-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user