mariadb-vl.spec 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. %bcond_with source
  2. %define mysqld_user mysql
  3. %define mysqld_group mysql
  4. %define mysqldatadir /var/lib/mysql
  5. # Working around perl dependency problem
  6. %global __perl_requires %{SOURCE998}
  7. %global __perllib_requires %{SOURCE998}
  8. %define _unpackaged_files_terminate_build 1
  9. %define mariadb_base_version 10.2
  10. %define mariadb_version 10.3.10
  11. %define mroonga_version 8.07
  12. %define client_version 18
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: tomop
  16. Name: mariadb
  17. Summary: MariaDB: a very fast and robust SQL database server
  18. Version: %{mariadb_version}
  19. Release: 2%{_dist_release}
  20. Group: Applications/Databases
  21. License: GPL2
  22. URL: http://www.mariadb.org/
  23. Source: mariadb-%{version}.tar.gz
  24. # Don't depend on lib::mtr*
  25. Source998: perl-requires.sh
  26. Source1000: macros.mariadb.in
  27. # replace mroonga to the newest version.
  28. #patch1000: mariadb-%{mariadb_version}-mroonga-master.patch
  29. Patch1000: mariadb-%{mariadb_version}-mroonga-v%{mroonga_version}.patch
  30. #Patch1001: mroonga_for_mariadb-10.2.patch
  31. #
  32. #Patch2000: mysql-srv_buf_size.patch
  33. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  34. BuildRequires: bison, cmake, gcc-c++, groff
  35. BuildRequires: libaio-devel, libboost-devel, libevent-devel, libxml2-devel
  36. BuildRequires: ncurses-devel, perl, openssl-devel, readline-devel
  37. BuildRequires: jemalloc-devel
  38. BuildRequires: unixODBC-devel
  39. BuildRequires: zlib-devel
  40. BuildRequires: mecab-devel
  41. Requires: fileutils sh-utils
  42. Provides: msqlormysql MySQL mysql
  43. Obsoletes: mysql MySQL5
  44. # From the manual
  45. %description
  46. MariaDB: a very fast and robust SQL database server
  47. It is GPL v2 licensed, which means you can use the it free of charge under the
  48. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  49. MariaDB documentation can be found at http://kb.askmonty.org/
  50. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  51. %package server
  52. Version: %{mariadb_version}
  53. Release: %{release}
  54. Summary: MariaDB: a very fast and robust SQL database server
  55. Group: Applications/Databases
  56. Requires: fileutils sh-utils net-tools mariadb-common
  57. Requires(post): mariadb-common
  58. Provides: mysql-server mysql MySQL MySQL-server mariadbserver-%{mariadb_base_version}
  59. Obsoletes: MySQL mysql mysql-server
  60. Obsoletes: MySQL-server < 5.6.0
  61. %description server
  62. MariaDB: a very fast and robust SQL database server
  63. It is GPL v2 licensed, which means you can use the it free of charge under the
  64. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  65. MariaDB documentation can be found at http://kb.askmonty.org/
  66. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  67. %package mroonga
  68. ##Version: %{mroonga_version}
  69. Version: %{mariadb_version}
  70. Summary: A fast fulltext searchable storage engine for MariaDB.
  71. Group: Applications/Databases
  72. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  73. Requires: mariadb-server = %{mariadb_version}-%{release}
  74. Obsoletes: MySQL-mroonga < 4.02
  75. Obsoletes: mariadb-mroonga < 4.07
  76. Obsoletes: mariadb-mroonga-doc < 4.07
  77. %description mroonga
  78. Mroonga is a fast fulltext searchable storage plugin for MariaDB.
  79. It is based on groonga that is a fast fulltext search engine and
  80. column store. Groonga is good at real-time update.
  81. %package connect
  82. Version: %{mariadb_version}
  83. Summary: CONNECT storage engine for MariaDB.
  84. Group: Applications/Databases
  85. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  86. Requires: mariadb-server = %{mariadb_version}-%{release}
  87. %description connect
  88. The CONNECT storage engine enables MariaDB to access external
  89. local or remote data (MED). This is done by defining tables
  90. based on different data types, in particular files in various
  91. formats, data extracted from other DBMS or products (such as Excel)
  92. via ODBC, or data retrieved from the environment (for example
  93. DIR, WMI, and MAC tables).
  94. This storage engine supports table partitioning, MariaDB virtual
  95. columns and also permits defining special columns such as ROWID,
  96. FILEID, and SERVID.
  97. %ifarch x86_64
  98. %package tokudb
  99. Version: %{mariadb_version}
  100. Summary: TokuDB storage engine for MariaDB.
  101. Group: Applications/Databases
  102. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  103. Requires: mariadb-server = %{mariadb_version}-%{release}
  104. %description tokudb
  105. The TokuDB storage engine is for use in high-performance and
  106. write-intensive environments, offering increased compression and
  107. better performance.
  108. %endif
  109. %package client
  110. Version: %{mariadb_version}
  111. Summary: MariaDB - Client
  112. Group: Applications/Databases
  113. Obsoletes: mysql-client MySQL-client < 5.6.0
  114. Provides: mysql-client MySQL-client mariadbclient-%{mariadb_base_version}
  115. %description client
  116. This package contains the standard MariaDB clients and administration tools.
  117. %package devel
  118. Version: %{mariadb_version}
  119. Summary: MariaDB - Development libraries and headers
  120. Group: Development/Libraries
  121. Requires: %{name}-static, openssl-devel, zlib-devel
  122. Conflicts: MySQL-devel < 5.6.0
  123. Conflicts: libmysqlclient-devel
  124. %description devel
  125. This package contains the development libraries and headers to develop
  126. MariaDB server components (e.g. plugins or embedded applications).
  127. %package static
  128. Version: %{mariadb_version}
  129. Summary: MariaDB - static libraries
  130. Group: Development/Libraries
  131. Requires: %{name}-devel
  132. %description static
  133. This package provides static libraries of MariaDB.
  134. %if %{with source}
  135. %package source
  136. Version: %{mariadb_version}
  137. Summary: MariaDB - Source
  138. Group: Development/Libraries
  139. Requires: mariadb-devel = %{version}-%{release}
  140. Obsoletes: MySQL-source < 5.6.0
  141. AutoReqProv: no
  142. %description source
  143. This package contains the sources files of MariaDB.
  144. %endif
  145. %package test
  146. Version: %{mariadb_version}
  147. Requires: %{name}-client = %{version}-%{release} perl-DBI perl
  148. Summary: MariaDB - Test suite
  149. Group: Applications/Databases
  150. Obsoletes: mysql-bench MySQL5-bench MySQL-bench MySQL-test < 5.6.0
  151. Provides: perl(mtr_misc.pl)
  152. %description test
  153. This package contains the MariaDB regression test suite.
  154. %package embedded
  155. Version: %{mariadb_version}
  156. Summary: MariaDB as an embeddable library
  157. Group: System Environment/Libraries
  158. Obsoletes: mysql-embedded MySQL-embedded
  159. Provides: mysql-embedded MySQL-embedded
  160. %description embedded
  161. This package contains a version of the MariaDB server that can be embedded
  162. into a client application instead of running as a separate process.
  163. %prep
  164. %setup -q
  165. %patch1000 -p1 -b .mroonga
  166. #%patch1001 -p1 -b .mariadb-10.2
  167. #%patch2000 -p1 -b .srv_buf_size
  168. %build
  169. # Be strict about variables, bail at earliest opportunity, etc.
  170. set -eu
  171. # Optional package files
  172. touch optional-files-devel
  173. export CFLAGS=${MYSQL_BUILD_CFLAGS:-${CFLAGS:-$RPM_OPT_FLAGS}}
  174. export CXXFLAGS=${MYSQL_BUILD_CXXFLAGS:-${CXXFLAGS:-$RPM_OPT_FLAGS -felide-constructors -fno-rtti}}
  175. # Build full release
  176. # workaround: force TOKUDB_OK=1
  177. # https://jira.mariadb.org/browse/MDEV-14524?workflowName=MariaDB+v3&stepId=1
  178. mkdir release
  179. (
  180. cd release
  181. cmake ../ \
  182. -DINSTALL_LAYOUT=RPM \
  183. -DBUILD_CONFIG=mysql_release \
  184. -DCMAKE_BUILD_TYPE=Release \
  185. -DINSTALL_UNIX_ADDRDIR="/var/lib/mysql/mysql.sock" \
  186. -DCOMPILATION_COMMENT="Vine Linux MariaDB RPM" \
  187. -DWITH_PIC="ON" \
  188. -DWITH_EMBEDDED_SERVER="ON" \
  189. -DWITH_ZLIB="system" \
  190. -DWITH_LOCALES="yes" \
  191. -DWITH_SSL="system" \
  192. -DWITH_UNIT_TESTS="no" \
  193. -DWITH_SEQUENCE_STORAGE_ENGINE="ON" \
  194. -DWITH_XTRADB_STORAGE_ENGINE="ON" \
  195. -DWITH_JEMALLOC="yes" \
  196. %ifarch x86_64
  197. -DTOKUDB_OK=1 \
  198. %endif
  199. -DGRN_WITH_MECAB="yes" \
  200. -DGRN_WITH_ONIGMO="no"
  201. # -DWITHOUT_TOKUDB="yes"
  202. # -DWITH_PCRE="system"
  203. echo BEGIN_NORMAL_CONFIG ; egrep '^#define' include/config.h ; echo END_NORMAL_CONFIG
  204. make %{?_smp_mflags} VERBOSE=1
  205. )
  206. %install
  207. rm -rf %{buildroot}
  208. install -d %{buildroot}%{mysqldatadir}/mysql
  209. install -d %{buildroot}%{_infodir}
  210. # Install all binaries
  211. (
  212. cd release
  213. make DESTDIR=%{buildroot} install
  214. )
  215. install -m 0644 Docs/mysql.info %{buildroot}%{_infodir}
  216. rm -rf ./doc
  217. mv -f %{buildroot}%{_docdir} ./
  218. mv -f %{buildroot}%{_datadir}/groonga ./
  219. mv -f %{buildroot}%{_datadir}/groonga-normalizer-mysql ./
  220. %if %{with source}
  221. mkdir -p %{buildroot}%{_datadir}/%{name}-source
  222. pushd %{buildroot}%{_datadir}/%{name}-source
  223. tar zxf %{SOURCE0}
  224. find %{buildroot}%{_datadir}/%{name}-source -type f -exec chmod ugo-x {} \;
  225. popd
  226. %endif
  227. install -d %{buildroot}%{_sysconfdir}/rpm
  228. sed -e 's/@BASEVERSION@/%{mariadb_base_version}/' -e 's/@VERSION@/%{version}/' -e 's/@RELEASE@/%{release}/' < %{SOURCE1000} > %{buildroot}%{_sysconfdir}/rpm/macros.mariadb
  229. rm -f %{buildroot}%{_mandir}/man1/mysql_fix_privilege_tables.1*
  230. rm -f %{buildroot}%{_mandir}/man8/mysqlmanager.8*
  231. rm -f %{buildroot}%{_sysconfdir}/my.cnf
  232. rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
  233. rm -f %{buildroot}%{_libdir}/libmysqlclient*.so*
  234. rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
  235. %ifarch x86_64
  236. pushd release
  237. install -m644 ./storage/tokudb/tokudb.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/
  238. popd
  239. %else
  240. rm -f %{buildroot}%{_mandir}/man1/tokuft*
  241. %endif
  242. # force linking statically.
  243. perl -pi -e 's,-lmysqlclient_r,%{_libdir}/libmysqlclient_r.a,' %{buildroot}%{_bindir}/mysql_config
  244. perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_bindir}/mysql_config
  245. perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
  246. # drop systemd files.
  247. rm -rf %{buildroot}%{_sysconfdir}/systemd
  248. # drop client library
  249. rm -f %{buildroot}%{_libdir}/libmariadb.so*
  250. ##############################################################################
  251. %pre server
  252. # Create a MySQL user and group. Do not report any problems if it already
  253. # exists.
  254. datadir=/var/lib/mysql
  255. groupadd -r mysql 2> /dev/null || true
  256. useradd -M -r -d $datadir -s /bin/bash -c "MySQL server" -g mysql mysql 2> /dev/null || true
  257. # The user may already exist, make sure it has the proper group nevertheless (BUG#12823)
  258. usermod -g mysql mysql 2> /dev/null || true
  259. %post server
  260. # Make MySQL start/shutdown automatically when the machine does it.
  261. if [ $1 = 1 ] ; then
  262. if [ -x /sbin/chkconfig ] ; then
  263. /sbin/chkconfig --add mysql
  264. fi
  265. basedir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--basedir=//p'|tail -1`
  266. if [ -z "$basedir" ] ; then
  267. basedir=/usr
  268. fi
  269. datadir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  270. if [ -z "$datadir" ] ; then
  271. datadir=/var/lib/mysql
  272. else
  273. # datadir may be relative to a basedir!
  274. if ! expr $datadir : / > /dev/null; then
  275. datadir=$basedir/$datadir
  276. fi
  277. fi
  278. tmpdir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  279. if [ -z "$datadir" ] ; then
  280. datadir=/var/lib/mysql
  281. else
  282. # datadir may be relative to a basedir!
  283. if ! expr $datadir : / > /dev/null; then
  284. datadir=$basedir/$datadir
  285. fi
  286. fi
  287. # Change permissions so that the user that will run the MySQL daemon
  288. # owns all database files.
  289. chown -R mysql:mysql $datadir
  290. if [ ! -e $datadir/mysql ]; then
  291. # Create data directory
  292. mkdir -p $datadir/{mysql,test}
  293. chown -R mysql:mysql $datadir
  294. # Initiate databases
  295. /usr/bin/mysql_install_db --rpm --user=mysql
  296. fi
  297. # Change permissions again to fix any new files.
  298. chown -R mysql:mysql $datadir
  299. # Fix permissions for the permission database so that only the user
  300. # can read them.
  301. chmod -R og-rw $datadir/mysql
  302. fi
  303. %preun server
  304. if [ $1 = 0 ] ; then
  305. # Stop MySQL before uninstalling it
  306. if [ -x /etc/init.d/mysql ] ; then
  307. /etc/init.d/mysql stop > /dev/null
  308. fi
  309. # Don't start it automatically anymore
  310. if [ -x /sbin/chkconfig ] ; then
  311. /sbin/chkconfig --del mysql
  312. fi
  313. fi
  314. %postun server
  315. if [ $1 -ge 1 ]; then
  316. if [ -x /etc/init.d/mysql ] ; then
  317. # only restart the server if it was alredy running
  318. /etc/init.d/mysql status > /dev/null 2>&1 && \
  319. /etc/init.d/mysql restart
  320. fi
  321. fi
  322. %pre mroonga
  323. if [ $1 -gt 1 ]; then
  324. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql || cat <<EOF
  325. An error occured when to unregister plugin.
  326. Please run a command below:
  327. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql
  328. EOF
  329. fi
  330. %post mroonga
  331. if [ $1 -eq 1 ] ; then
  332. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  333. An error occured when to register plugin.
  334. Please run a command below:
  335. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  336. EOF
  337. fi
  338. %postun mroonga
  339. if [ $1 -gt 0 ] ; then
  340. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  341. An error occured when to register plugin.
  342. Please run a command below:
  343. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  344. EOF
  345. fi
  346. # Clean up the BuildRoot
  347. %clean
  348. [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
  349. %files server
  350. %defattr(-,root,root)
  351. %{!?_licensedir:%global license %%doc}
  352. %license COPYING* EXCEPTIONS-CLIENT
  353. %doc CREDITS README.md doc/*
  354. %doc support-files/rpm/*.cnf
  355. %doc release/support-files/*.cnf
  356. %doc %{_infodir}/mysql.info*
  357. %doc %{_mandir}/man1/aria_*.1*
  358. %doc %{_mandir}/man1/galera_new_cluster.1*
  359. %doc %{_mandir}/man1/galera_recovery.1*
  360. %doc %{_mandir}/man1/innochecksum.1*
  361. %doc %{_mandir}/man1/mariabackup.1*
  362. %doc %{_mandir}/man1/mariadb-service-convert.1*
  363. %doc %{_mandir}/man1/mbstream.1*
  364. %doc %{_mandir}/man1/my_print_defaults.1*
  365. %doc %{_mandir}/man1/my_safe_process.1*
  366. %doc %{_mandir}/man1/myisam_ftdump.1*
  367. %doc %{_mandir}/man1/myisamchk.1*
  368. %doc %{_mandir}/man1/myisamlog.1*
  369. %doc %{_mandir}/man1/myisampack.1*
  370. %doc %{_mandir}/man1/mysql_convert_table_format.1*
  371. %doc %{_mandir}/man1/mysql_fix_extensions.1*
  372. %doc %{_mandir}/man8/mysqld.8*
  373. %doc %{_mandir}/man1/mysqld_multi.1*
  374. %doc %{_mandir}/man1/mysqld_safe.1*
  375. %doc %{_mandir}/man1/mysqld_safe_helper.1*
  376. %doc %{_mandir}/man1/mysqldumpslow.1*
  377. %doc %{_mandir}/man1/mysql_install_db.1*
  378. %doc %{_mandir}/man1/mysql_ldb.1*
  379. %doc %{_mandir}/man1/mysql_plugin.1*
  380. %doc %{_mandir}/man1/mysql_secure_installation.1*
  381. %doc %{_mandir}/man1/mysql_setpermission.1*
  382. %doc %{_mandir}/man1/mysql_upgrade.1*
  383. %doc %{_mandir}/man1/mysqlhotcopy.1*
  384. %doc %{_mandir}/man1/mysql.server.1*
  385. %doc %{_mandir}/man1/mysqltest.1*
  386. %doc %{_mandir}/man1/mysql_tzinfo_to_sql.1*
  387. %doc %{_mandir}/man1/perror.1*
  388. %doc %{_mandir}/man1/replace.1*
  389. %doc %{_mandir}/man1/resolve_stack_dump.1*
  390. %doc %{_mandir}/man1/resolveip.1*
  391. %doc %{_mandir}/man1/wsrep_sst_*.1*
  392. %{_bindir}/aria_*
  393. %{_bindir}/mariabackup
  394. %{_bindir}/mbstream
  395. %{_bindir}/innochecksum
  396. %{_bindir}/my_print_defaults
  397. %{_bindir}/myisam_ftdump
  398. %{_bindir}/myisamchk
  399. %{_bindir}/myisamlog
  400. %{_bindir}/myisampack
  401. %{_bindir}/mysql_convert_table_format
  402. %{_bindir}/mysql_fix_extensions
  403. %{_bindir}/mysql_install_db
  404. %{_bindir}/mysql_plugin
  405. %{_bindir}/mysql_secure_installation
  406. %{_bindir}/mysql_setpermission
  407. %{_bindir}/mysql_tzinfo_to_sql
  408. %{_bindir}/mysql_upgrade
  409. %{_bindir}/mysqld_multi
  410. %{_bindir}/mysqld_safe
  411. %{_bindir}/mysqld_safe_helper
  412. %{_bindir}/mysqldumpslow
  413. %{_bindir}/mysqlhotcopy
  414. %{_bindir}/mysqltest
  415. %{_bindir}/perror
  416. %{_bindir}/replace
  417. %{_bindir}/resolve_stack_dump
  418. %{_bindir}/resolveip
  419. %{_bindir}/wsrep*
  420. %{_sbindir}/mysqld
  421. %{_sbindir}/rcmysql
  422. %exclude %{_libdir}/mysql/plugin/ha_connect.so
  423. %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
  424. %exclude %{_datadir}/mysql/mroonga
  425. %{_libdir}/mysql
  426. %config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
  427. %config(noreplace) %{_sysconfdir}/my.cnf.d/server.cnf
  428. %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
  429. %{_sysconfdir}/init.d/mysql
  430. %{_datadir}/mysql
  431. %attr(755, mysql, mysql) %dir %{mysqldatadir}
  432. %ifarch x86_64
  433. %{_bindir}/myrocks_hotbackup
  434. %{_bindir}/mysql_ldb
  435. %{_bindir}/sst_dump
  436. %exclude %{_libdir}/mysql/plugin/ha_tokudb.so
  437. %endif
  438. %files mroonga
  439. %defattr(-, root, root)
  440. %{!?_licensedir:%global license %%doc}
  441. %license groonga groonga-normalizer-mysql
  442. %{_libdir}/mysql/plugin/ha_mroonga.so
  443. %{_datadir}/mysql/mroonga
  444. %files connect
  445. %defattr(-, root, root)
  446. %{_libdir}/mysql/plugin/ha_connect.so
  447. %ifarch x86_64
  448. %files tokudb
  449. %defattr(-, root, root)
  450. %config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf
  451. %{_libdir}/mysql/plugin/ha_tokudb.so
  452. %{_bindir}/tokuft*
  453. %doc %{_mandir}/man1/tokuft*
  454. %endif
  455. %files client
  456. %defattr(-, root, root)
  457. %{!?_licensedir:%global license %%doc}
  458. %license COPYING* EXCEPTIONS-CLIENT
  459. %config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
  460. %{_bindir}/msql2mysql
  461. %{_bindir}/mysql
  462. %{_bindir}/mysql_find_rows
  463. %{_bindir}/mysql_waitpid
  464. %{_bindir}/mysqlaccess
  465. %{_bindir}/mysqladmin
  466. %{_bindir}/mysqlbinlog
  467. %{_bindir}/mysqlcheck
  468. %{_bindir}/mysqldump
  469. %{_bindir}/mysqlimport
  470. %{_bindir}/mysqlshow
  471. %{_bindir}/mysqlslap
  472. %{_bindir}/mytop
  473. %doc %{_mandir}/man1/msql2mysql.1*
  474. %doc %{_mandir}/man1/mysql.1*
  475. %doc %{_mandir}/man1/mysql_find_rows.1*
  476. %doc %{_mandir}/man1/mysql_waitpid.1*
  477. %doc %{_mandir}/man1/mysqlaccess.1*
  478. %doc %{_mandir}/man1/mysqladmin.1*
  479. %doc %{_mandir}/man1/mysqlbinlog.1*
  480. %doc %{_mandir}/man1/mysqlcheck.1*
  481. %doc %{_mandir}/man1/mysqldump.1*
  482. %doc %{_mandir}/man1/mysqlimport.1*
  483. %doc %{_mandir}/man1/mysqlshow.1*
  484. %doc %{_mandir}/man1/mysqlslap.1*
  485. %files devel
  486. %defattr(-, root, root)
  487. %doc %{_mandir}/man1/mysql_config.1*
  488. %{_bindir}/mariadb_config
  489. %{_bindir}/mysql_config
  490. %{_includedir}/mysql
  491. %{_datadir}/aclocal/mysql.m4
  492. %{_datadir}/pkgconfig/mariadb.pc
  493. %{_libdir}/*.so
  494. %{_sysconfdir}/rpm/*
  495. %{_bindir}/mysql_embedded
  496. %doc %{_mandir}/man1/mysql_embedded.1*
  497. %files static
  498. %defattr(-,root,root)
  499. %{_libdir}/lib*.a
  500. %if %{with source}
  501. %files source
  502. %defattr(-, root, root)
  503. %{_datadir}/mariadb-source
  504. %endif
  505. %files test
  506. %defattr(-, root, root)
  507. %attr(-, root, root) %{_datadir}/mysql-test
  508. %{_bindir}/mysql_client_test
  509. %{_bindir}/mysql_client_test_embedded
  510. %{_bindir}/mysqltest_embedded
  511. %{_bindir}/test-connect-t
  512. %doc %{_mandir}/man1/mysql_client_test.1*
  513. %doc %{_mandir}/man1/mysql-stress-test.pl.1*
  514. %doc %{_mandir}/man1/mysql-test-run.pl.1*
  515. %doc %{_mandir}/man1/mysql_client_test_embedded.1*
  516. %doc %{_mandir}/man1/mysqltest_embedded.1*
  517. %files embedded
  518. %defattr(-,root,root)
  519. %{_libdir}/libmariadbd.so.*
  520. %changelog
  521. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-2
  522. - drop shared client library.
  523. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-1
  524. - new upstream release.
  525. - replaced patch1000 to update Mroonga to v8.07.
  526. * Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.14-1
  527. - new upstream release.
  528. - replaced patch1000 to update Mroonga to v8.01.
  529. * Sat Dec 02 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.11-1
  530. - new upstream release.
  531. - replaced patch1000 to update Mroonga to v7.09.
  532. * Sun Jul 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.7-1
  533. - new upstream release.
  534. - replaced patch1000 to update Mroonga to v7.04.
  535. * Thu May 4 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.23-1
  536. - new upstream release.
  537. - replaced patch1000 to update Mroonga to v7.02.
  538. * Thu Mar 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.22-1
  539. - new upstream release.
  540. - replaced patch1000 to update Mroonga to v7.00.
  541. * Wed Dec 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.20-1
  542. - new upstream release.
  543. - replaced patch1000 to update Mroonga to v6.11.
  544. * Tue Jul 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.16-1
  545. - new upstream release.
  546. - replaced patch1000 to update Mroonga to v6.06.
  547. * Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
  548. - new upstream release.
  549. - replaced patch1000 to update Mroonga to v6.02.
  550. * Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.13-1
  551. - new upstream release.
  552. - replaced patch1000 to update Mroonga to v6.01.
  553. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.12-1
  554. - new upstream release.
  555. - replaced patch1000 to update Mroonga to git HEAD.
  556. * Sat Jan 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.11-1
  557. - new upstream release.
  558. - replaced patch1000 to update Mroonga to v5.12.
  559. * Fri Jan 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.10-1
  560. - new upstream release.
  561. - replaced patch1000 to update Mroonga to v5.11.
  562. - moved CONNECT and TokuDB storage engines to subpackages.
  563. * Sun Nov 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-4
  564. - replaced patch1000 to update Mroonga to git HEAD.
  565. * Sat Nov 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-3
  566. - replaced patch1000 to update Mroonga to git HEAD.
  567. * Thu Nov 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-2
  568. - replaced patch1000 to update Mroonga to git HEAD.
  569. * Tue Nov 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-1
  570. - new upstream release.
  571. - replaced patch1000 to update Mroonga to git HEAD.
  572. * Fri Oct 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-3
  573. - added BR:jemalloc-devel.
  574. * Thu Oct 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-2
  575. - replaced patch1000 to update Mroonga to 5.09.
  576. * Wed Oct 21 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-1
  577. - new upstream release.
  578. - replaced patch1000 for MariaDB 10.1.8.
  579. * Fri Oct 9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-3
  580. - replaced patch1000 to update Mroonga to 5.08.
  581. * Mon Aug 31 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-2
  582. - replaced patch1000 to update Mroonga to 5.06.
  583. * Mon Aug 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
  584. - new upstream release.
  585. - added patch1000 to update Mroonga from 5.02 to 5.05.
  586. * Tue Jun 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-2
  587. - fixed dependencies.
  588. * Fri Jun 19 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-1
  589. - new upstream release.
  590. * Sun May 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.19-1
  591. - new upstream release.
  592. * Fri May 8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.18-1
  593. - new upstream release.
  594. * Tue Mar 3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.17-1
  595. - new upstream release.
  596. * Wed Jan 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.16-1
  597. - new upstream release.
  598. * Wed Nov 26 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.15-1
  599. - new upstream release.
  600. - enabled bundled Mroonga.
  601. * Mon Sep 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.14-1
  602. - new upstream release.
  603. * Sat May 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.11-1
  604. - new upstream release.
  605. * Sun Apr 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-2
  606. - fixed Conflicts: and Obsoletes:.
  607. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-1
  608. - new upstream release.
  609. * Mon Mar 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.9-1
  610. - new upstream release.
  611. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.8-1
  612. - new upstream release.
  613. * Sat Dec 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-2
  614. - removed duplicated files.
  615. * Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-1
  616. - switched to MariaDB.
  617. * Wed Feb 20 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.30-1
  618. - new upstream release.
  619. * Fri Nov 16 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.28-1
  620. - new upstream release.
  621. * Sat Sep 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.27-1
  622. - new upstream release.
  623. - added a sub-package 'MySQL-source".
  624. - added some macros for rpm.
  625. * Thu Jun 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.25-1
  626. - new upstream release.
  627. * Thu May 10 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.24-1
  628. - new upstream release.
  629. * Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.23-1
  630. - new upstream release.
  631. - added "Vendor:" and "Distribution:" tag.
  632. * Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.15-1
  633. - new upstream release.
  634. - removed NDB cluster support.
  635. * Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-3
  636. - Added "BR: zlib-devel" to MySQL-devel.
  637. * Sun Apr 03 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-2
  638. - Added "BR: openssl-devel" to MySQL-devel.
  639. * Fri Mar 11 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-1
  640. - new upstream release.
  641. * Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.54-1
  642. - new upstream release.
  643. - updated jp-patch.
  644. - added ssl support.
  645. * Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
  646. - new upstream release.
  647. - replaced '%%__find_requires' to '%%__perl_requires'.
  648. - updated jp-patch.
  649. * Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
  650. - added mysql-5.1.44-lib64.patch (on x86_64)
  651. - added -fPIC (on x86_64)
  652. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.44-2
  653. - made embedded package again
  654. * Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
  655. - new upstream release.
  656. - updated jp-patch.
  657. * Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
  658. - VineSeed: rebuilt with new toolchain.
  659. * Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
  660. - new upstream release.
  661. - fixed CVE-2009-4484.
  662. * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
  663. - new upstream release.
  664. * Thu Nov 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-2
  665. - added net-tools to 'Requires'.
  666. - added groff to 'BuildRequires'.
  667. - renamed subpackage 'MySQL-shared' to 'libmysqlclient16' (VineSeed only).
  668. * Tue Nov 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-1
  669. - new upstream release.
  670. * Sat Sep 26 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.39-1
  671. - new upstream release.
  672. * Sun Jul 5 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.36-1
  673. - new upstream release.
  674. - dropped %%Patch100 (fixed in upstream).
  675. * Sat Jun 6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.35-1
  676. - new upstream release.
  677. - add %%Patch100 (no longer needed for MySQL-5.1.36 or later).
  678. * Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.34-1
  679. - new upstream release.
  680. - rename 'MySQL-bench' to 'MySQL-test'.
  681. - update Patch0.
  682. - change default charset to 'utf8'.
  683. * Sat Apr 12 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.51a-1
  684. - new upstream release.
  685. - update Patch0.
  686. - add "--with-client-charset=ujis".
  687. - sync %%files to official RPM.
  688. - remove MySQL-Max.
  689. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl7
  690. - for VineSeed
  691. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl6
  692. - move shared library from /usr/lib/ to /usr/lib/mysql/
  693. - add /etc/ld.so.conf.d/*.conf
  694. - fix broken libmysqlcient*.la files (or should we remove them permanently?)
  695. * Sat Jun 16 2007 IWAI, Masaharu <iwai@alib.jp> 5.0.27-0vl5
  696. - rebuild <BTS:VineLinux:534>
  697. * Mon Nov 13 2006 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.27-0vl4
  698. - added -fPIC
  699. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl3
  700. - fixed dependency. <BTS:338>
  701. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl2
  702. - add %%Patch1. <BTS:320>
  703. * Sat Oct 28 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl1
  704. - new upstream release.
  705. * Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.26-0vl1
  706. - new upstream release.
  707. * Sat Jun 3 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.22-0vl1
  708. - new upstream release.
  709. * Sat May 13 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl1
  710. - release++.
  711. * Wed May 10 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl0
  712. - new upstream release.
  713. - for VineSeed.
  714. * Wed Feb 8 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.16-0vl0
  715. - new upstream release.
  716. - replace Patch0 for MySQL-4.1.16.
  717. * Thu Oct 6 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.14-0vl0
  718. - new upstream release.
  719. - add Patch0.
  720. * Tue Sep 6 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.25-0vl0
  721. - new upstream version
  722. -- mysql-4.0.25
  723. * Fri Jan 21 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.23-0vl0
  724. - new upstream version
  725. -- mysql-4.0.23
  726. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.22-0vl0
  727. - new upstream version
  728. -- mysql-4.0.22
  729. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.21-0vl1
  730. - new upstream version
  731. -- mysql-4.0.21
  732. * Fri May 21 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.20-0vl1
  733. - new upstream version
  734. -- mysql-4.0.20
  735. * Tue May 04 2004 Tomoya TAKA <taka@vinelinux.org> 4.0.18-0vl2
  736. - modify CFLAGS, CXXFLAGS and configure options for alpha
  737. * Tue Mar 23 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.18-0vl1
  738. - Upgraded to MySQL-4
  739. - added "with-charset=ujis" and "without-readline" to configure (vineseed-plus-02150)
  740. - merged to MySQL Official packages
  741. -- renamed package "MySQL" to "MySQL-server"
  742. -- when using gcc, _always_ use CXX=gcc
  743. -- replaced Copyright with License field (Copyright is obsolete)
  744. -- added myisam_ftdump to the Server package
  745. -- marked /etc/logrotate.d/mysql as a config file (BUG 2156)
  746. -- fixed file permissions (BUG 1672)
  747. -- removed dependency on MySQL-client from the MySQL-devel subpackage
  748. -- as it is not really required. (BUG 1610)
  749. -- Fixed BUG 1162 (removed macro names from the changelog)
  750. -- Really fixed BUG 998 (disable the checking for installed but
  751. -- unpackaged files)
  752. -- Fixed BUG 959 (libmysqld not being compiled properly)
  753. -- Fixed BUG 998 (RPM build errors): added missing files to the
  754. -- distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
  755. -- mysql_fix_privilege_tables.1), removed "-n" from install section.
  756. -- removed the GIF Icon (file was not included in the sources anyway)
  757. -- removed unused variable shared_lib_version
  758. -- do not run automake before building the standard binary
  759. -- (should not be necessary)
  760. -- add server suffix '-standard' to standard binary (to be in line
  761. -- with the binary tarball distributions)
  762. -- allow overriding CC and CXX (required when building
  763. -- with other compilers)
  764. * Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.23.56-0vl5
  765. - added BuildRequires: automake16
  766. * Thu Apr 03 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl3
  767. - add '-fPIC -DPIC' to CFLAGS on alpha
  768. - little fix of spec file
  769. * Thu Mar 27 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl2
  770. - enable MySQL-shared subpackage for alpha
  771. - delete 'BuildPrereq: kernel24-headers' for alpha
  772. - fix shared %files (exclude sparc)
  773. * Tue Mar 18 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.56-0vl1
  774. - new upstream version
  775. * Sun Mar 9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23.55-0vl2
  776. - fixed devel %files (dropped *.la files)
  777. * Tue Jan 28 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.55-0vl1
  778. - new upstream version
  779. - fixed document permission
  780. * Sat Dec 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.54a-0vl1
  781. - new upstream version
  782. * Sat Oct 19 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl2
  783. - dropped MySQL-Max sub-pakage for sparc/sparc64/alpha
  784. -- don't work
  785. * Wed Oct 16 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl1
  786. - new upstream version
  787. - diseble-assembler in configure on sparc,sparc64,alpha
  788. * Wed Aug 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.52-0vl1
  789. - new upstream version
  790. - moved some man files to main package
  791. - added enable-local-infile in configure
  792. - changed --with-extra-charsets=all in configure
  793. * Fri Jun 14 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl2
  794. - fixed changelog
  795. * Thu Jun 13 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl1
  796. - updated to mysql-3.23.51
  797. * Fri Mar 15 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl2
  798. - rebuild on zlib-1.1.4(security fix.)
  799. * Mon Feb 18 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl1
  800. - updated to mysql-2.23.49
  801. * Tue Feb 12 2002 Tomoya TAKA <taka@vinelinux.org> 3.23.48-0vl2
  802. - add 'BuildPrereq: kernel24-headers' on alpha
  803. - remove shared library and max on alpha
  804. * Tue Feb 12 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.48-0vl1
  805. - updated to mysql-3.23.48
  806. * Thu Jan 03 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.47-0vl1
  807. - updated to mysql-3.23.47
  808. * Wed Dec 05 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.46-0vl1
  809. - updated to mysql-3.23.46
  810. * Thu Nov 29 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.45-0vl1
  811. - updated to mysql-3.23.45
  812. * Mon Nov 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.44-0vl1
  813. - updated to mysql-3.23.44
  814. * Sat Oct 13 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.43-0vl1
  815. - updated to mysql-3.23.43
  816. - removed shared library and max on sparc
  817. * Wed Sep 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.42-0vl1
  818. - updated to mysql-3.23.42
  819. - changed MYSQL_BUILD_CC: and MYSQL_BUILD_XCC: to -gcc
  820. * Thu Aug 30 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.41-0vl1
  821. - updated to mysql-3.23.41
  822. * Wed Aug 22 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.40-0vl1
  823. - updated to mysql-3.23.40
  824. * Tue Jul 10 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.39-0vl1
  825. - updated to mysql-3.23.39
  826. * Fri Jun 15 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  827. - added configure --with-charset=ujis
  828. * Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  829. - used some rpmmacro
  830. * Fri May 25 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl1
  831. - updated to MySQL-3.23.38
  832. * Thu Dec 07 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl2
  833. - removed Bench pakages
  834. * Tue Dec 05 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl1
  835. - removed pt_BR locale
  836. - build on Vine Linux
  837. - partially used rpmmacros
  838. - added %clean tag
  839. * Fri Aug 18 2000 Tim Smith <tim@mysql.com>
  840. - Added separate libmysql_r directory; now both a threaded
  841. and non-threaded library is shipped.
  842. * Tue Sep 28 1999 David Axmark <davida@mysql.com>
  843. - Added the support-files/my-example.cnf to the docs directory.
  844. - Removed devel dependency on base since it is about client
  845. development.
  846. * Wed Sep 8 1999 David Axmark <davida@mysql.com>
  847. - Cleaned up some for 3.23.
  848. * Thu Jul 1 1999 David Axmark <davida@mysql.com>
  849. - Added support for shared libraries in a separate sub
  850. package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
  851. - The --enable-assembler switch is now automatically disables on
  852. platforms there assembler code is unavailable. This should allow
  853. building this RPM on non i386 systems.
  854. * Mon Feb 22 1999 David Axmark <david@detron.se>
  855. - Removed unportable cc switches from the spec file. The defaults can
  856. now be overridden with environment variables. This feature is used
  857. to compile the official RPM with optimal (but compiler version
  858. specific) switches.
  859. - Removed the repetitive description parts for the sub rpms. Maybe add
  860. again if RPM gets a multiline macro capability.
  861. - Added support for a pt_BR translation. Translation contributed by
  862. Jorge Godoy <jorge@bestway.com.br>.
  863. * Wed Nov 4 1998 David Axmark <david@detron.se>
  864. - A lot of changes in all the rpm and install scripts. This may even
  865. be a working RPM :-)
  866. * Sun Aug 16 1998 David Axmark <david@detron.se>
  867. - A developers changelog for MySQL is available in the source RPM. And
  868. there is a history of major user visible changed in the Reference
  869. Manual. Only RPM specific changes will be documented here.