|
@@ -3,16 +3,17 @@
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
%global _initddir %{_sysconfdir}/init.d/
|
|
|
|
|
|
Name: groonga
|
|
Name: groonga
|
|
-Version: 2.0.8
|
|
+Version: 3.0.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
Summary: An Embeddable Fulltext Search Engine
|
|
|
|
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
URL: http://groonga.org/
|
|
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
|
|
-# from https://github.com/groonga/groonga/pull/53
|
|
+# from upstream 06fe432ad0c7eccec43f4824467e4c30e7026c7f
|
|
-Patch0: groonga-2.0.8-killproc.patch
|
|
+# https://github.com/groonga/groonga/commit/60a00564d2e9b99c898a25e4ecb3f5c43fb8cf97
|
|
|
|
+Patch1: groonga-3.0.0-06fe432a.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
|
|
BuildRequires: mecab-devel
|
|
BuildRequires: mecab-devel
|
|
@@ -26,7 +27,7 @@ Requires: %{name}-plugin-suggest = %{version}-%{release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: tomop
|
|
+Packager: tomop, iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
Groonga is an embeddable full-text search engine library. It can
|
|
Groonga is an embeddable full-text search engine library. It can
|
|
@@ -150,7 +151,7 @@ Munin plugins for groonga
|
|
%prep
|
|
%prep
|
|
#% define optflags -O0
|
|
#% define optflags -O0
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p 1
|
|
+%patch1 -p 1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -165,7 +166,6 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
-
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
@@ -345,6 +345,12 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Feb 11 2013 IWAI, Masaharu <iwai@alib.jp> 3.0.0-1
|
|
|
|
+- update to 3.0.0
|
|
|
|
+- drop groonga-server-http script patch (Patch0): upstream merged
|
|
|
|
+- add grn_index_cursor_next() patch (Patch1) from upstream git
|
|
|
|
+- add Packager: iwaim
|
|
|
|
+
|
|
* Thu Feb 7 2013 IWAI, Masaharu <iwai@alib.jp> 2.0.8-2
|
|
* Thu Feb 7 2013 IWAI, Masaharu <iwai@alib.jp> 2.0.8-2
|
|
- fix pre script for groonga-server-common sub package
|
|
- fix pre script for groonga-server-common sub package
|
|
- add triggerpostun script: groonga-server-common < 2.0.8-2
|
|
- add triggerpostun script: groonga-server-common < 2.0.8-2
|