Browse Source

groonga-3.1.1-1, groonga-normalizer-mysql-1.0.5-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8074 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
2f29a6c8d5

+ 77 - 0
g/groonga-normalizer-mysql/groonga-normalizer-mysql-vl.spec

@@ -0,0 +1,77 @@
+%global __provides_exclude_from ^%{_libdir}/groonga/plugins/normalizers/mysql\\.so$
+
+Name:		groonga-normalizer-mysql
+Version:	1.0.5
+Release:	2%{?_dist_release}
+Summary:	MySQL compatible normalizer plugin for groonga
+
+Group:		Applications/Text
+License:	LGPLv2
+URL:		http://groonga.org/
+Source0:	http://packages.groonga.org/source/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:	groonga-devel >= 3.0.3
+Requires:	groonga-libs >= 3.0.3
+ExclusiveArch:	%{ix86} x86_64
+
+%description
+This package provides MySQL compatible normalizer plugin.
+You can use NormalizerMySQLGeneralCI and NormalizerMySQLUnicodeCI as normalizer.
+
+%package devel
+Summary:        Development files for groonga-normalizer-mysql
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description devel
+This package provides development files for groonga-normalizer-mysql.
+
+%prep
+%setup -q
+
+%build
+%configure \
+  --disable-static
+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
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
+
+%files
+%doc README AUTHORS COPYING
+%dir %{_libdir}/groonga
+%dir %{_libdir}/groonga/plugins
+%dir %{_libdir}/groonga/plugins/normalizers
+%{_libdir}/groonga/plugins/normalizers/mysql.so
+%{_datadir}/doc/groonga-normalizer-mysql/
+
+%files devel
+%{_libdir}/pkgconfig/groonga-normalizer-mysql.pc
+
+%changelog
+* Tue Dec 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.5-2
+- initial build for Vine Linux.
+
+* Sat Jun 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.5-1
+- new upstream release.
+
+* Wed May 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.4-1
+- new upstream release.
+
+* Mon Apr 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.3-1
+- new upstream release.
+- Reduce required packages. groonga-libs is only required.
+- Require groonga 3.0.3 or later.
+- Split development files into -devel package.
+
+* Fri Mar 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.2-0
+- new upstream release.
+
+* Thu Feb 28 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.1-1
+- new upstream release
+
+* Tue Jan 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.0-1
+- initial packaging for Fedora

+ 10 - 4
g/groonga/groonga-vl.spec

@@ -1,9 +1,9 @@
-%{!?use_lzo:%define use_lzo 0}
+%{!?use_lzo:%define use_lzo 1}
 
 %global _initddir %{_sysconfdir}/init.d/
 
 Name:		groonga
-Version:	3.0.0
+Version:	3.1.1
 Release:	1%{?_dist_release}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -151,7 +151,7 @@ Munin plugins for groonga
 %prep
 #% define optflags -O0
 %setup -q
-%patch1 -p 1
+#%patch1 -p 1
 
 %build
 %configure \
@@ -345,6 +345,12 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Sun Dec 29 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
+- new upstream release.
+
+* Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.0-1
+- new upstream release.
+
 * 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
@@ -464,7 +470,7 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 * Fri Oct 29 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.3-1
 - new upstream release.
 
-* Thu Oct 09 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.2-2
+* Sat Oct 09 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.2-2
 - merge Fedora changes.
 
 * Thu Sep 09 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.2-1