[redland-bindings] 1.0.14.1

Rex Dieter rdieter at fedoraproject.org
Tue Mar 6 12:30:20 UTC 2012


commit 6f443ee8820437a20fa651ea38e7e5bae4928e25
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Mar 6 06:30:17 2012 -0600

    1.0.14.1
    
    - move all patch/autofoo ops to %prep
    - %check: run 'make check'

 .gitignore            |    1 +
 redland-bindings.spec |   32 ++++++++++++++++++--------------
 sources               |    2 +-
 3 files changed, 20 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e63e2bf..1e2de3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /redland-bindings-1.0.11.1.tar.gz
 /redland-bindings-1.0.13.1.tar.gz
+/redland-bindings-1.0.14.1.tar.gz
diff --git a/redland-bindings.spec b/redland-bindings.spec
index 2c8b7e4..4f7738f 100644
--- a/redland-bindings.spec
+++ b/redland-bindings.spec
@@ -1,6 +1,6 @@
 Name:           redland-bindings
-Version:        1.0.13.1
-Release:        6%{?dist}
+Version:        1.0.14.1
+Release:        1%{?dist}
 Summary:        Redland RDF Application Framework API Bindings
 
 Group:          System Environment/Libraries
@@ -124,19 +124,15 @@ an interface to Ruby.
 # Force swig to regenerate the wrapper
 rm -f php/redland_wrap.c
 
+# when/if patches touch configure.ac/Makefile.am, regenerate
+#rm configure
+#aclocal
+#autoconf
+#automake
+
+
 %build
-# our patches are from upstream, touching configure.ac and Makefile.am, so
-# regenerate
-rm configure
-aclocal
-autoconf
-automake
-
-# when specifying system redland, the configure check for the version
-# allows newer redland libraries; without it it doesn't.
-# authors says that older bindings work with newer redlands.
-# hint on perl options taken from 1.0.13.1 ubuntu package
-%configure --with-redland=system \
+%configure \
   --with-python --with-python-get-python-lib-args=1 \
   --with-perl \
   --with-ruby --with-ruby-arch-install-dir-variable=vendorarchdir \
@@ -182,6 +178,9 @@ chmod +x $RPM_BUILD_ROOT%{ruby_vendorarchdir}/redland.so
 cd ..
 
 %check
+# make check hints at some ruby fail, not sure if that's a real problem
+# or something specific to the tests themselves -- rex
+make check ||:
 %{_bindir}/php \
     -n -d extension_dir=${RPM_BUILD_ROOT}%{php_extdir} \
     -d extension=redland.so \
@@ -227,6 +226,11 @@ rm -rf $RPM_BUILD_ROOT
 %{ruby_vendorarchdir}/rdf
 
 %changelog
+* Tue Mar 06 2012 Rex Dieter <rdieter at fedoraproject.org> 1.0.14.1-1
+- 1.0.14.1
+- move all patch/autofoo ops to %%prep
+- %%check: run 'make check'
+
 * Wed Feb 29 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1.0.13.1-6
 - Proper rebuilt for Ruby 1.9.3 (fix file placement and ruby(abi)).
 
diff --git a/sources b/sources
index d3094c3..c5abf7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f65796cdcd75c27a8b9e9c0c797ffb50  redland-bindings-1.0.13.1.tar.gz
+293241365303153d7d0635a76e2dd8d3  redland-bindings-1.0.14.1.tar.gz


More information about the scm-commits mailing list