Browse Source

groonga 3.0.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7482 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
06ae16ee6c
1 changed files with 13 additions and 7 deletions
  1. 13 7
      g/groonga/groonga-vl.spec

+ 13 - 7
g/groonga/groonga-vl.spec

@@ -3,16 +3,17 @@
 %global _initddir %{_sysconfdir}/init.d/
 
 Name:		groonga
-Version:	2.0.8
-Release:	2%{?_dist_release}
+Version:	3.0.0
+Release:	1%{?_dist_release}
 Summary:	An Embeddable Fulltext Search Engine
 
 Group:		Applications/Text
 License:	LGPLv2
 URL:		http://groonga.org/
 Source0:	http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
-# from https://github.com/groonga/groonga/pull/53
-Patch0:		groonga-2.0.8-killproc.patch
+# from upstream 06fe432ad0c7eccec43f4824467e4c30e7026c7f
+# https://github.com/groonga/groonga/commit/60a00564d2e9b99c898a25e4ecb3f5c43fb8cf97
+Patch1:		groonga-3.0.0-06fe432a.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:	mecab-devel
@@ -26,7 +27,7 @@ Requires:	%{name}-plugin-suggest = %{version}-%{release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
-Packager: tomop
+Packager: tomop, iwaim
 
 %description
 Groonga is an embeddable full-text search engine library.  It can
@@ -150,7 +151,7 @@ Munin plugins for groonga
 %prep
 #% define optflags -O0
 %setup -q
-%patch0 -p 1
+%patch1 -p 1
 
 %build
 %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
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 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/*
 
 %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
 - fix pre script for groonga-server-common sub package
 - add triggerpostun script: groonga-server-common < 2.0.8-2