[xmlstarlet] - Update to new upstream 1.0.2

Paul W. Frields pfrields at fedoraproject.org
Mon Nov 1 18:30:49 UTC 2010


commit 75dbd54b60370df3e787e2b5190620b3e3275628
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Nov 1 14:30:16 2010 -0400

    - Update to new upstream 1.0.2

 .gitignore      |    1 +
 sources         |    2 +-
 xmlstarlet.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 911be84..e55af3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xmlstarlet-1.0.1.tar.gz
+/xmlstarlet-1.0.2.tar.gz
diff --git a/sources b/sources
index a412660..71d1344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8deb71834bcdfb4443c258a1f0042fce  xmlstarlet-1.0.1.tar.gz
+cc6031201cb263ab364ee5bfbe503cb5  xmlstarlet-1.0.2.tar.gz
diff --git a/xmlstarlet.spec b/xmlstarlet.spec
index 9ef1863..fca5e37 100644
--- a/xmlstarlet.spec
+++ b/xmlstarlet.spec
@@ -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 at gmail.com> - 1.0.2-1
+- Update to new upstream 1.0.2
+
 * Sun Jan 10 2010 Paul W. Frields <stickster at gmail.com> - 1.0.1-9
 - Correct source URL
 


More information about the scm-commits mailing list