|
@@ -11,8 +11,8 @@
|
|
%define _unpackaged_files_terminate_build 1
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
%define mariadb_base_version 10.0
|
|
%define mariadb_base_version 10.0
|
|
-%define mariadb_version 10.1.14
|
|
|
|
-%define mroonga_version 6.02
|
|
|
|
|
|
+%define mariadb_version 10.1.16
|
|
|
|
+%define mroonga_version 6.06
|
|
%define client_version 18
|
|
%define client_version 18
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -266,6 +266,7 @@ rm -rf ./doc
|
|
mv -f %{buildroot}%{_docdir} ./
|
|
mv -f %{buildroot}%{_docdir} ./
|
|
|
|
|
|
mv -f %{buildroot}%{_datadir}/groonga ./
|
|
mv -f %{buildroot}%{_datadir}/groonga ./
|
|
|
|
+mv -f %{buildroot}%{_datadir}/groonga-normalizer-mysql ./
|
|
|
|
|
|
%if %{with source}
|
|
%if %{with source}
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}-source
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}-source
|
|
@@ -418,8 +419,10 @@ fi
|
|
|
|
|
|
%files server
|
|
%files server
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
|
|
+%{!?_licensedir:%global license %%doc}
|
|
|
|
+%license COPYING* EXCEPTIONS-CLIENT
|
|
|
|
|
|
-%doc doc/*
|
|
|
|
|
|
+%doc CREDITS README doc/*
|
|
%doc release/support-files/my-*.cnf
|
|
%doc release/support-files/my-*.cnf
|
|
%doc %{_infodir}/mysql.info*
|
|
%doc %{_infodir}/mysql.info*
|
|
|
|
|
|
@@ -499,7 +502,8 @@ fi
|
|
|
|
|
|
%files mroonga
|
|
%files mroonga
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%doc groonga
|
|
|
|
|
|
+%{!?_licensedir:%global license %%doc}
|
|
|
|
+%license groonga groonga-normalizer-mysql
|
|
%{_libdir}/mysql/plugin/ha_mroonga.so
|
|
%{_libdir}/mysql/plugin/ha_mroonga.so
|
|
%{_datadir}/mysql/mroonga
|
|
%{_datadir}/mysql/mroonga
|
|
|
|
|
|
@@ -516,6 +520,9 @@ fi
|
|
|
|
|
|
%files client
|
|
%files client
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
|
|
+%{!?_licensedir:%global license %%doc}
|
|
|
|
+%license COPYING* EXCEPTIONS-CLIENT
|
|
|
|
+
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
|
%{_bindir}/msql2mysql
|
|
%{_bindir}/msql2mysql
|
|
%{_bindir}/mysql
|
|
%{_bindir}/mysql
|
|
@@ -583,6 +590,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.16-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- replaced patch1000 to update Mroonga to v6.06.
|
|
|
|
+
|
|
* Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
|
|
* Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- replaced patch1000 to update Mroonga to v6.02.
|
|
- replaced patch1000 to update Mroonga to v6.02.
|