From eec52fa2468feb2054d966f0b2e48c3fb1104d0b Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mar 20 2013 10:56:54 +0000 Subject: Move Ruby bindings into correct location. --- diff --git a/marisa.spec b/marisa.spec index 84fc31f..3200b7f 100644 --- a/marisa.spec +++ b/marisa.spec @@ -1,6 +1,6 @@ Name: marisa Version: 0.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Static and spece-efficient trie data structure library License: BSD @@ -98,7 +98,7 @@ popd # build Ruby bindings pushd bindings/ruby -ruby extconf.rb --with-opt-include="%{_builddir}/%{name}-%{version}/lib" --with-opt-lib="%{_builddir}/%{name}-%{version}/lib/.libs" +ruby extconf.rb --with-opt-include="%{_builddir}/%{name}-%{version}/lib" --with-opt-lib="%{_builddir}/%{name}-%{version}/lib/.libs" --vendor make popd @@ -149,10 +149,13 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -exec rm -f {} ';' %{python_sitearch}/* %files ruby -%{ruby_sitearchdir}/* +%{ruby_vendorarchdir}/* %changelog +* Wed Mar 20 2013 Vít Ondruch - 0.2.2-2 +- Move Ruby bindings into correct location. + * Thu Mar 14 2013 Daiki Ueno - 0.2.2-1 - new upstream release - for Fedora 19 or later, use 'ruby(release)' instead of 'ruby(abi)',