|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Name: groonga-normalizer-mysql
|
|
|
Summary: MySQL compatible normalizer plugin for groonga
|
|
|
-Version: 1.2.3
|
|
|
+Version: 1.2.6
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: office
|
|
|
Vendor: Project Vine
|
|
@@ -12,6 +12,7 @@ License: LGPLv2
|
|
|
URL: https://groonga.org/
|
|
|
Source0: https://packages.groonga.org/source/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+BuildRequires: cmake
|
|
|
BuildRequires: groonga-devel
|
|
|
Requires: groonga-libs >= 14.0.0
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
@@ -38,16 +39,14 @@ This package provides development files for groonga-normalizer-mysql.
|
|
|
|
|
|
|
|
|
%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}
|
|
|
+%cmake \
|
|
|
+ -DCMAKE_BUILD_TYPE=Release \
|
|
|
+ -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
|
|
|
+%cmake_build
|
|
|
|
|
|
|
|
|
%install
|
|
|
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
-rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
|
|
|
+%cmake_install
|
|
|
|
|
|
|
|
|
%files
|
|
@@ -64,6 +63,15 @@ rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Mar 28 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.6-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Mon Mar 10 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.5-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Wed Feb 5 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.4-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri Aug 16 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.3-1
|
|
|
- new upstream release.
|
|
|
|