[redland-bindings/f16] update to 1.0.13.1

Thomas Vander Stichele thomasvs at fedoraproject.org
Wed Nov 9 22:40:59 UTC 2011


commit 4f7818b34ced8d790df1985addfbe77415eaeab8
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Nov 9 23:38:04 2011 +0100

    update to 1.0.13.1

 .gitignore            |    1 +
 redland-bindings.spec |   36 +++++++++++++++++-------------------
 sources               |    2 +-
 3 files changed, 19 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b562516..e63e2bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /redland-bindings-1.0.11.1.tar.gz
+/redland-bindings-1.0.13.1.tar.gz
diff --git a/redland-bindings.spec b/redland-bindings.spec
index 7117bd6..1e188fd 100644
--- a/redland-bindings.spec
+++ b/redland-bindings.spec
@@ -1,20 +1,16 @@
 Name:           redland-bindings
-Version:        1.0.11.1
-Release:        7%{?dist}
+Version:        1.0.13.1
+Release:        1%{?dist}
 Summary:        Redland RDF Application Framework API Bindings
 
 Group:          System Environment/Libraries
 License:        LGPLv2+ or GPLv2+ or ASL 2.0
 URL:            http://librdf.org/
 Source:         http://download.librdf.org/source/%{name}-%{version}.tar.gz
-# http://bugs.librdf.org/mantis/view.php?id=412
-Patch1:         ba9f04f703fc62e4b8a67b79c37824e1b9b256ba.patch
-# http://bugs.librdf.org/mantis/view.php?id=398
-Patch2:         0a36f02c4b354ebd7fc1906c45e3463e328f613d.patch
-Patch3:         113a26b0fb22519ae7610e78570ab8b17b483139.patch
+#Patch3:         113a26b0fb22519ae7610e78570ab8b17b483139.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%define         redland_version 1.0.11
+%define         redland_version 1.0.14
 
 %{expand:%%define rhelrel %(test -e /etc/redhat-release -a ! -e /etc/fedora-release && perl -p -e 's@\D+([0-9\.]+)\D+@$1@' /etc/redhat-release || echo 0)}
 %{expand:%%define rhel %(expr %{rhelrel} \> 0)}
@@ -40,7 +36,7 @@ BuildRequires:  libtool
 
 # we don't want to provide private python extension libs
 %{?filter_setup:
-%filter_provides_in %{python_sitearch}/.*\.so$ 
+%filter_provides_in %{python_sitearch}/.*\.so$
 %filter_setup
 }
 
@@ -124,9 +120,6 @@ an interface to Ruby.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 # our patches are from upstream, touching configure.ac and Makefile.am, so
@@ -139,14 +132,15 @@ 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 \
   --with-python --with-python-get-python-lib-args=1 \
   --with-perl \
-  --with-ruby --with-ruby-install-dir=%{ruby_sitearch}
+  --with-ruby --with-ruby-arch-install-dir-variable=sitearchdir \
+  --with-ruby-install-dir=%{ruby_sitearch}
 
-# hint on PREFIX taken from 1.0.10.1 ubuntu package
 cd perl
-make MAKE_PL_OPTS="INSTALLDIRS=vendor" %{?_smp_mflags}
+make MAKE_PL_OPTS="PREFIX=/usr INSTALLDIRS=vendor" %{?_smp_mflags}
 cd ..
 
 make %{?_smp_mflags}
@@ -155,7 +149,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 
 cd perl
-make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT PREFIX=/usr INSTALLDIRS=vendor
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -224,6 +218,10 @@ rm -rf $RPM_BUILD_ROOT
 %{ruby_sitearch}/rdf
 
 %changelog
+* Wed Nov 09 2011 Thomas Vander Stichele <thomas at apestaart dot org>
+- 1.0.13.1-1
+- Updated for redland 1.0.14
+
 * Tue Jun 21 2011 Petr Sabata <contyk at redhat.com> - 1.0.11.1-7
 - Perl mass rebuild
 
@@ -330,13 +328,13 @@ rm -rf $RPM_BUILD_ROOT
 
 * Mon Sep 8 2003 Dave Beckett <dave.beckett at bristol.ac.uk>
 - require raptor 1.0.0
- 
+
 * Thu Sep 4 2003 Dave Beckett <dave.beckett at bristol.ac.uk>
 - added rdfproc
- 
+
 * Thu Aug 28 2003 Dave Beckett <dave.beckett at bristol.ac.uk>
 - patches added post 0.9.13 to fix broken perl UNIVERSAL::isa
- 
+
 * Thu Aug 21 2003 Dave Beckett <dave.beckett at bristol.ac.uk>
 - Add redland-db-upgrade.1
 - Removed duplicate perl CORE shared objects
diff --git a/sources b/sources
index 9a281c9..d3094c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf8de789254e79f4b42a1b51e2883150  redland-bindings-1.0.11.1.tar.gz
+f65796cdcd75c27a8b9e9c0c797ffb50  redland-bindings-1.0.13.1.tar.gz


More information about the scm-commits mailing list