|
@@ -3,7 +3,7 @@
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
|
|
|
|
Name: groonga
|
|
Name: groonga
|
|
-Version: 5.1.0
|
|
+Version: 6.0.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
|
|
|
|
@@ -153,7 +153,7 @@ Munin plugins for Groonga
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
--disable-static \
|
|
--disable-static \
|
|
- --with-package-platform=redhat \
|
|
+ --with-package-platform=centos6 \
|
|
--with-zlib \
|
|
--with-zlib \
|
|
%if %{use_lzo}
|
|
%if %{use_lzo}
|
|
--with-lzo \
|
|
--with-lzo \
|
|
@@ -285,8 +285,6 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_datadir}/man/man1/*
|
|
|
|
-%{_datadir}/man/*/man1/*
|
|
|
|
%{_bindir}/groonga
|
|
%{_bindir}/groonga
|
|
%{_bindir}/groonga-benchmark
|
|
%{_bindir}/groonga-benchmark
|
|
%{_bindir}/grndb
|
|
%{_bindir}/grndb
|
|
@@ -295,36 +293,8 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc README.md COPYING
|
|
%doc README.md COPYING
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
-%dir %{_libdir}/groonga
|
|
+%{_libdir}/groonga
|
|
-%dir %{_libdir}/groonga/plugins
|
|
+%{_datadir}/groonga
|
|
-%dir %{_libdir}/groonga/plugins/functions
|
|
|
|
-%dir %{_libdir}/groonga/plugins/tokenizers
|
|
|
|
-%dir %{_libdir}/groonga/plugins/token_filters
|
|
|
|
-%dir %{_libdir}/groonga/plugins/ruby
|
|
|
|
-%dir %{_libdir}/groonga/plugins/sharding
|
|
|
|
-%dir %{_libdir}/groonga/plugins/expression_rewriters
|
|
|
|
-%dir %{_libdir}/groonga/scripts
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby/command_line
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby/context
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby/initialize
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby/logger
|
|
|
|
-%dir %{_libdir}/groonga/scripts/ruby/query_logger
|
|
|
|
-%{_libdir}/groonga/plugins/functions/vector.so
|
|
|
|
-%{_libdir}/groonga/plugins/table/table.so
|
|
|
|
-%{_libdir}/groonga/plugins/query_expanders/tsv.so
|
|
|
|
-%{_libdir}/groonga/plugins/token_filters/stop_word.so
|
|
|
|
-%{_libdir}/groonga/plugins/ruby/*.so
|
|
|
|
-%{_libdir}/groonga/plugins/*.rb
|
|
|
|
-%{_libdir}/groonga/plugins/sharding/*.rb
|
|
|
|
-%{_libdir}/groonga/plugins/expression_rewriters/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/command_line/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/context/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/initialize/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/logger/*.rb
|
|
|
|
-%{_libdir}/groonga/scripts/ruby/query_logger/*.rb
|
|
|
|
-%{_datadir}/groonga/
|
|
|
|
%config(noreplace) %{_sysconfdir}/groonga/synonyms.tsv
|
|
%config(noreplace) %{_sysconfdir}/groonga/synonyms.tsv
|
|
|
|
|
|
%files server-common
|
|
%files server-common
|
|
@@ -388,6 +358,9 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.0-1
|
|
* Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|