mariadb-vl.spec 35 KB

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