[marisa] Update to 0.2.4-4

Daiki Ueno ueno at fedoraproject.org
Tue Aug 13 16:06:27 UTC 2013


commit c515ed6d389d1e4a9930817c58a82af864e091c4
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Aug 13 18:06:08 2013 +0200

    Update to 0.2.4-4

 marisa.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/marisa.spec b/marisa.spec
index 326901d..ce72a72 100644
--- a/marisa.spec
+++ b/marisa.spec
@@ -1,6 +1,6 @@
 Name:		marisa
 Version:	0.2.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Static and spece-efficient trie data structure library
 
 License:	BSD or LGPL
@@ -117,7 +117,11 @@ popd
 
 # install Ruby bindings
 pushd bindings/ruby
+%if 0%{?fedora} >= 20
+%make_install INSTALL="install -p"
+%else
 %make_install INSTALL="install -p" hdrdir=%{_includedir} arch_hdrdir="%{_includedir}/\$(arch)" rubyhdrdir=%{_includedir}
+%endif
 popd
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -153,6 +157,9 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Aug 13 2013 Daiki Ueno <dueno at redhat.com> - 0.2.4-4
+- disable workaround for ruby bindings needed for F19 (Closes:#992166)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list