- Update to new upstream 1.0.2

This commit is contained in:
Paul W. Frields 2010-11-01 14:30:16 -04:00
parent e0d2d50ee0
commit 75dbd54b60
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
xmlstarlet-1.0.1.tar.gz
/xmlstarlet-1.0.2.tar.gz

View File

@ -1 +1 @@
8deb71834bcdfb4443c258a1f0042fce xmlstarlet-1.0.1.tar.gz
cc6031201cb263ab364ee5bfbe503cb5 xmlstarlet-1.0.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: xmlstarlet
Version: 1.0.1
Release: 9%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: Command Line XML Toolkit
Group: Applications/Text
License: MIT
@ -29,7 +29,7 @@ commands.
%build
autoreconf -i
%configure
%configure --with-libxml-prefix=%{_prefix} --with-libxslt-prefix=%{_prefix}
make %{?_smp_mflags}
cd $RPM_BUILD_DIR/%{name}-%{version}/doc
xmlto man xmlstarlet-man.xml
@ -54,6 +54,9 @@ rm -fr %{buildroot}
%changelog
* Mon Nov 1 2010 Paul W. Frields <stickster@gmail.com> - 1.0.2-1
- Update to new upstream 1.0.2
* Sun Jan 10 2010 Paul W. Frields <stickster@gmail.com> - 1.0.1-9
- Correct source URL