|
@@ -11,8 +11,8 @@
|
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
%define mariadb_base_version 10.2
|
|
|
-%define mariadb_version 10.2.14
|
|
|
-%define mroonga_version 8.01
|
|
|
+%define mariadb_version 10.3.10
|
|
|
+%define mroonga_version 8.07
|
|
|
%define client_version 18
|
|
|
|
|
|
Vendor: Project Vine
|
|
@@ -22,7 +22,7 @@ Packager: tomop
|
|
|
Name: mariadb
|
|
|
Summary: MariaDB: a very fast and robust SQL database server
|
|
|
Version: %{mariadb_version}
|
|
|
-Release: 1%{_dist_release}
|
|
|
+Release: 2%{_dist_release}
|
|
|
|
|
|
Group: Applications/Databases
|
|
|
License: GPL2
|
|
@@ -296,7 +296,9 @@ rm -f %{buildroot}%{_libdir}/libmysqlclient*.so*
|
|
|
rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
|
|
|
|
|
|
%ifarch x86_64
|
|
|
+pushd release
|
|
|
install -m644 ./storage/tokudb/tokudb.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/
|
|
|
+popd
|
|
|
%else
|
|
|
rm -f %{buildroot}%{_mandir}/man1/tokuft*
|
|
|
%endif
|
|
@@ -307,6 +309,12 @@ perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_bindir
|
|
|
|
|
|
perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
|
|
|
|
|
|
+# drop systemd files.
|
|
|
+rm -rf %{buildroot}%{_sysconfdir}/systemd
|
|
|
+
|
|
|
+# drop client library
|
|
|
+rm -f %{buildroot}%{_libdir}/libmariadb.so*
|
|
|
+
|
|
|
##############################################################################
|
|
|
|
|
|
%pre server
|
|
@@ -438,14 +446,17 @@ fi
|
|
|
%license COPYING* EXCEPTIONS-CLIENT
|
|
|
|
|
|
%doc CREDITS README.md doc/*
|
|
|
-%doc release/support-files/my-*.cnf
|
|
|
+%doc support-files/rpm/*.cnf
|
|
|
+%doc release/support-files/*.cnf
|
|
|
%doc %{_infodir}/mysql.info*
|
|
|
|
|
|
%doc %{_mandir}/man1/aria_*.1*
|
|
|
%doc %{_mandir}/man1/galera_new_cluster.1*
|
|
|
%doc %{_mandir}/man1/galera_recovery.1*
|
|
|
%doc %{_mandir}/man1/innochecksum.1*
|
|
|
+%doc %{_mandir}/man1/mariabackup.1*
|
|
|
%doc %{_mandir}/man1/mariadb-service-convert.1*
|
|
|
+%doc %{_mandir}/man1/mbstream.1*
|
|
|
%doc %{_mandir}/man1/my_print_defaults.1*
|
|
|
%doc %{_mandir}/man1/my_safe_process.1*
|
|
|
%doc %{_mandir}/man1/myisam_ftdump.1*
|
|
@@ -460,6 +471,7 @@ fi
|
|
|
%doc %{_mandir}/man1/mysqld_safe_helper.1*
|
|
|
%doc %{_mandir}/man1/mysqldumpslow.1*
|
|
|
%doc %{_mandir}/man1/mysql_install_db.1*
|
|
|
+%doc %{_mandir}/man1/mysql_ldb.1*
|
|
|
%doc %{_mandir}/man1/mysql_plugin.1*
|
|
|
%doc %{_mandir}/man1/mysql_secure_installation.1*
|
|
|
%doc %{_mandir}/man1/mysql_setpermission.1*
|
|
@@ -584,6 +596,7 @@ fi
|
|
|
%{_libdir}/*.so
|
|
|
%{_sysconfdir}/rpm/*
|
|
|
%{_bindir}/mysql_embedded
|
|
|
+%doc %{_mandir}/man1/mysql_embedded.1*
|
|
|
|
|
|
%files static
|
|
|
%defattr(-,root,root)
|
|
@@ -601,6 +614,7 @@ fi
|
|
|
%{_bindir}/mysql_client_test
|
|
|
%{_bindir}/mysql_client_test_embedded
|
|
|
%{_bindir}/mysqltest_embedded
|
|
|
+%{_bindir}/test-connect-t
|
|
|
%doc %{_mandir}/man1/mysql_client_test.1*
|
|
|
%doc %{_mandir}/man1/mysql-stress-test.pl.1*
|
|
|
%doc %{_mandir}/man1/mysql-test-run.pl.1*
|
|
@@ -609,11 +623,17 @@ fi
|
|
|
|
|
|
%files embedded
|
|
|
%defattr(-,root,root)
|
|
|
-%{_libdir}/libmysqld.so.*
|
|
|
-%{_libdir}/libmariadb.so.*
|
|
|
+%{_libdir}/libmariadbd.so.*
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-2
|
|
|
+- drop shared client library.
|
|
|
+
|
|
|
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-1
|
|
|
+- new upstream release.
|
|
|
+- replaced patch1000 to update Mroonga to v8.07.
|
|
|
+
|
|
|
* Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.14-1
|
|
|
- new upstream release.
|
|
|
- replaced patch1000 to update Mroonga to v8.01.
|