Update to upstream 1.4.2 (#851880)
This commit is contained in:
parent
d87b68c06b
commit
24650f31ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ xmlstarlet-1.0.1.tar.gz
|
||||
/xmlstarlet-1.2.1.tar.gz
|
||||
/xmlstarlet-1.3.0.tar.gz
|
||||
/xmlstarlet-1.3.1.tar.gz
|
||||
/xmlstarlet-1.4.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
5173ad3f01ec0ba0d54bd1fbfc057abf xmlstarlet-1.3.1.tar.gz
|
||||
ee8df42efd2417f74a1f5e3b7fe9e023 xmlstarlet-1.4.2.tar.gz
|
||||
|
@ -1,17 +1,18 @@
|
||||
Name: xmlstarlet
|
||||
Version: 1.3.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Command Line XML Toolkit
|
||||
Group: Applications/Text
|
||||
License: MIT
|
||||
URL: http://xmlstar.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz
|
||||
Patch0: xmlstarlet-1.0.6-gendoc.patch
|
||||
#Patch0: xmlstarlet-1.0.6-gendoc.patch
|
||||
# http://sourceforge.net/tracker/?func=detail&aid=3266898&group_id=66612&atid=515106
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xmlto automake autoconf libxslt-devel
|
||||
BuildRequires: libxml2-devel >= 2.6.23
|
||||
BuildRequires: docbook5-schemas
|
||||
|
||||
%description
|
||||
XMLStarlet is a set of command line utilities which can be used
|
||||
@ -22,7 +23,7 @@ commands.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gendoc
|
||||
#%patch0 -p1 -b .gendoc
|
||||
|
||||
|
||||
%build
|
||||
@ -30,8 +31,8 @@ autoreconf -i
|
||||
%configure --disable-static-libs --with-libxml-include-prefix=%{_includedir}/libxml2 # --libdir=%{_libdir}
|
||||
make %{?_smp_mflags}
|
||||
cd $RPM_BUILD_DIR/%{name}-%{version}/doc
|
||||
xmlto man xmlstarlet-man.xml
|
||||
xmlto html-nochunks xmlstarlet-ug.xml
|
||||
xmlto --skip-validation man xmlstarlet-man.xml
|
||||
xmlto --skip-validation html-nochunks xmlstarlet-ug.xml
|
||||
./gen-doc > xmlstarlet.txt
|
||||
|
||||
|
||||
@ -43,7 +44,8 @@ mv $RPM_BUILD_ROOT%{_bindir}/xml $RPM_BUILD_ROOT%{_bindir}/xmlstarlet
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
cd tests
|
||||
./runAllTests.sh
|
||||
|
||||
|
||||
%clean
|
||||
@ -55,9 +57,13 @@ rm -fr %{buildroot}
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO doc/xmlstarlet.txt doc/xmlstarlet-ug.html
|
||||
%{_mandir}/man1/xmlstarlet.1*
|
||||
%{_bindir}/xmlstarlet
|
||||
%{_docdir}/xmlstarlet
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2013 Paul W. Frields <stickster@gmail.com> - 1.4.2-1
|
||||
- Update to upstream 1.4.2 (#851880)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user