mariadb-vl.spec 39 KB

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