|
@@ -3,7 +3,7 @@
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
|
|
|
|
Name: groonga
|
|
Name: groonga
|
|
-Version: 7.1.0
|
|
|
|
|
|
+Version: 9.0.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
|
|
|
|
@@ -13,6 +13,7 @@ URL: http://groonga.org/
|
|
Source0: http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
|
|
Source0: http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
|
|
|
+BuildRequires: libxcrypt-devel
|
|
BuildRequires: mecab-devel
|
|
BuildRequires: mecab-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: lzo-devel
|
|
BuildRequires: lzo-devel
|
|
@@ -286,7 +287,8 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
|
|
|
|
%files libs
|
|
%files libs
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc README.md COPYING
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc README.md
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/groonga
|
|
%{_libdir}/groonga
|
|
%{_datadir}/groonga
|
|
%{_datadir}/groonga
|
|
@@ -328,7 +330,8 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
|
|
|
|
%files doc
|
|
%files doc
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc README.md COPYING
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc README.md
|
|
%doc groonga-doc/*
|
|
%doc groonga-doc/*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -353,6 +356,10 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed May 08 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- added BR:libxcrypt-devel.
|
|
|
|
+
|
|
* Sat Dec 30 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.1.0-1
|
|
* Sat Dec 30 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.1.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|