mariadb-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  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.0
  10. %define mariadb_version 10.1.14
  11. %define mroonga_version 6.02
  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. # mroonga 5.04 -> 6.02
  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. %if %{with source}
  212. mkdir -p %{buildroot}%{_datadir}/%{name}-source
  213. pushd %{buildroot}%{_datadir}/%{name}-source
  214. tar zxf %{SOURCE0}
  215. find %{buildroot}%{_datadir}/%{name}-source -type f -exec chmod ugo-x {} \;
  216. popd
  217. %endif
  218. install -d %{buildroot}%{_sysconfdir}/rpm
  219. sed -e 's/@BASEVERSION@/%{mariadb_base_version}/' -e 's/@VERSION@/%{version}/' -e 's/@RELEASE@/%{release}/' < %{SOURCE1000} > %{buildroot}%{_sysconfdir}/rpm/macros.mariadb
  220. rm -f %{buildroot}%{_mandir}/man1/mysql_fix_privilege_tables.1*
  221. rm -f %{buildroot}%{_mandir}/man8/mysqlmanager.8*
  222. rm -f %{buildroot}%{_sysconfdir}/my.cnf
  223. rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
  224. rm -f %{buildroot}%{_libdir}/libmysqlclient*.so*
  225. rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
  226. # force linking statically.
  227. perl -pi -e 's,-lmysqlclient_r,%{_libdir}/libmysqlclient_r.a,' %{buildroot}%{_bindir}/mysql_config
  228. perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_bindir}/mysql_config
  229. perl -pi -e 's,-lmysqlclient,%{_libdir}/libmysqlclient.a,' %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
  230. ##############################################################################
  231. %pre server
  232. # Create a MySQL user and group. Do not report any problems if it already
  233. # exists.
  234. datadir=/var/lib/mysql
  235. groupadd -r mysql 2> /dev/null || true
  236. useradd -M -r -d $datadir -s /bin/bash -c "MySQL server" -g mysql mysql 2> /dev/null || true
  237. # The user may already exist, make sure it has the proper group nevertheless (BUG#12823)
  238. usermod -g mysql mysql 2> /dev/null || true
  239. %post server
  240. # Make MySQL start/shutdown automatically when the machine does it.
  241. if [ $1 = 1 ] ; then
  242. if [ -x /sbin/chkconfig ] ; then
  243. /sbin/chkconfig --add mysql
  244. fi
  245. basedir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--basedir=//p'|tail -1`
  246. if [ -z "$basedir" ] ; then
  247. basedir=/usr
  248. fi
  249. datadir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  250. if [ -z "$datadir" ] ; then
  251. datadir=/var/lib/mysql
  252. else
  253. # datadir may be relative to a basedir!
  254. if ! expr $datadir : / > /dev/null; then
  255. datadir=$basedir/$datadir
  256. fi
  257. fi
  258. tmpdir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  259. if [ -z "$datadir" ] ; then
  260. datadir=/var/lib/mysql
  261. else
  262. # datadir may be relative to a basedir!
  263. if ! expr $datadir : / > /dev/null; then
  264. datadir=$basedir/$datadir
  265. fi
  266. fi
  267. # Change permissions so that the user that will run the MySQL daemon
  268. # owns all database files.
  269. chown -R mysql:mysql $datadir
  270. if [ ! -e $datadir/mysql ]; then
  271. # Create data directory
  272. mkdir -p $datadir/{mysql,test}
  273. chown -R mysql:mysql $datadir
  274. # Initiate databases
  275. /usr/bin/mysql_install_db --rpm --user=mysql
  276. fi
  277. # Change permissions again to fix any new files.
  278. chown -R mysql:mysql $datadir
  279. # Fix permissions for the permission database so that only the user
  280. # can read them.
  281. chmod -R og-rw $datadir/mysql
  282. fi
  283. %preun server
  284. if [ $1 = 0 ] ; then
  285. # Stop MySQL before uninstalling it
  286. if [ -x /etc/init.d/mysql ] ; then
  287. /etc/init.d/mysql stop > /dev/null
  288. fi
  289. # Don't start it automatically anymore
  290. if [ -x /sbin/chkconfig ] ; then
  291. /sbin/chkconfig --del mysql
  292. fi
  293. fi
  294. %postun server
  295. if [ $1 -ge 1 ]; then
  296. if [ -x /etc/init.d/mysql ] ; then
  297. # only restart the server if it was alredy running
  298. /etc/init.d/mysql status > /dev/null 2>&1 && \
  299. /etc/init.d/mysql restart
  300. fi
  301. fi
  302. %pre mroonga
  303. if [ $1 -gt 1 ]; then
  304. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql || cat <<EOF
  305. An error occured when to unregister plugin.
  306. Please run a command below:
  307. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql
  308. EOF
  309. fi
  310. %post mroonga
  311. if [ $1 -eq 1 ] ; then
  312. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  313. An error occured when to register plugin.
  314. Please run a command below:
  315. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  316. EOF
  317. fi
  318. %postun mroonga
  319. if [ $1 -gt 0 ] ; then
  320. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  321. An error occured when to register plugin.
  322. Please run a command below:
  323. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  324. EOF
  325. fi
  326. # Clean up the BuildRoot
  327. %clean
  328. [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
  329. %files server
  330. %defattr(-,root,root)
  331. %doc doc/*
  332. %doc release/support-files/my-*.cnf
  333. %doc %{_infodir}/mysql.info*
  334. %doc %{_mandir}/man1/aria_*.1*
  335. %doc %{_mandir}/man1/innochecksum.1*
  336. %doc %{_mandir}/man1/my_print_defaults.1*
  337. %doc %{_mandir}/man1/myisam_ftdump.1*
  338. %doc %{_mandir}/man1/myisamchk.1*
  339. %doc %{_mandir}/man1/myisamlog.1*
  340. %doc %{_mandir}/man1/myisampack.1*
  341. %doc %{_mandir}/man1/mysql_convert_table_format.1*
  342. %doc %{_mandir}/man1/mysql_fix_extensions.1*
  343. %doc %{_mandir}/man8/mysqld.8*
  344. %doc %{_mandir}/man1/mysqld_multi.1*
  345. %doc %{_mandir}/man1/mysqld_safe.1*
  346. %doc %{_mandir}/man1/mysqldumpslow.1*
  347. %doc %{_mandir}/man1/mysql_install_db.1*
  348. %doc %{_mandir}/man1/mysql_plugin.1*
  349. %doc %{_mandir}/man1/mysql_secure_installation.1*
  350. %doc %{_mandir}/man1/mysql_setpermission.1*
  351. %doc %{_mandir}/man1/mysql_upgrade.1*
  352. %doc %{_mandir}/man1/mysqlhotcopy.1*
  353. %doc %{_mandir}/man1/mysql.server.1*
  354. %doc %{_mandir}/man1/mysqltest.1*
  355. %doc %{_mandir}/man1/mysql_tzinfo_to_sql.1*
  356. %doc %{_mandir}/man1/mysql_zap.1*
  357. %doc %{_mandir}/man1/mysqlbug.1*
  358. %doc %{_mandir}/man1/perror.1*
  359. %doc %{_mandir}/man1/replace.1*
  360. %doc %{_mandir}/man1/resolve_stack_dump.1*
  361. %doc %{_mandir}/man1/resolveip.1*
  362. %{_bindir}/aria_*
  363. %{_bindir}/innochecksum
  364. %{_bindir}/my_print_defaults
  365. %{_bindir}/myisam_ftdump
  366. %{_bindir}/myisamchk
  367. %{_bindir}/myisamlog
  368. %{_bindir}/myisampack
  369. %{_bindir}/mysql_convert_table_format
  370. %{_bindir}/mysql_fix_extensions
  371. %{_bindir}/mysql_install_db
  372. %{_bindir}/mysql_plugin
  373. %{_bindir}/mysql_secure_installation
  374. %{_bindir}/mysql_setpermission
  375. %{_bindir}/mysql_tzinfo_to_sql
  376. %{_bindir}/mysql_upgrade
  377. %{_bindir}/mysql_zap
  378. %{_bindir}/mysqlbug
  379. %{_bindir}/mysqld_multi
  380. %{_bindir}/mysqld_safe
  381. %{_bindir}/mysqldumpslow
  382. %{_bindir}/mysqlhotcopy
  383. %{_bindir}/mysqltest
  384. %{_bindir}/perror
  385. %{_bindir}/replace
  386. %{_bindir}/resolve_stack_dump
  387. %{_bindir}/resolveip
  388. %{_bindir}/wsrep*
  389. %{_sbindir}/mysqld
  390. %{_sbindir}/rcmysql
  391. %exclude %{_libdir}/mysql/plugin/ha_connect.so
  392. %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
  393. %ifarch x86_64
  394. %exclude %{_libdir}/mysql/plugin/ha_tokudb.so
  395. %endif
  396. %exclude %{_datadir}/mysql/mroonga
  397. %{_libdir}/mysql
  398. %config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
  399. %config(noreplace) %{_sysconfdir}/my.cnf.d/server.cnf
  400. %ifarch x86_64
  401. %config(noreplace) %{_sysconfdir}/my.cnf.d/tokudb.cnf
  402. %endif
  403. %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
  404. %{_sysconfdir}/init.d/mysql
  405. %{_datadir}/mysql
  406. %attr(755, mysql, mysql) %dir %{mysqldatadir}
  407. %files mroonga
  408. %defattr(-, root, root)
  409. %doc groonga
  410. %{_libdir}/mysql/plugin/ha_mroonga.so
  411. %{_datadir}/mysql/mroonga
  412. %files connect
  413. %defattr(-, root, root)
  414. %{_libdir}/mysql/plugin/ha_connect.so
  415. %ifarch x86_64
  416. %files tokudb
  417. %defattr(-, root, root)
  418. %{_libdir}/mysql/plugin/ha_tokudb.so
  419. %{_bindir}/tokuft*
  420. %endif
  421. %files client
  422. %defattr(-, root, root)
  423. %config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
  424. %{_bindir}/msql2mysql
  425. %{_bindir}/mysql
  426. %{_bindir}/mysql_find_rows
  427. %{_bindir}/mysql_waitpid
  428. %{_bindir}/mysqlaccess
  429. %{_bindir}/mysqladmin
  430. %{_bindir}/mysqlbinlog
  431. %{_bindir}/mysqlcheck
  432. %{_bindir}/mysqldump
  433. %{_bindir}/mysqlimport
  434. %{_bindir}/mysqlshow
  435. %{_bindir}/mysqlslap
  436. %{_bindir}/mytop
  437. %doc %{_mandir}/man1/msql2mysql.1*
  438. %doc %{_mandir}/man1/mysql.1*
  439. %doc %{_mandir}/man1/mysql_find_rows.1*
  440. %doc %{_mandir}/man1/mysql_waitpid.1*
  441. %doc %{_mandir}/man1/mysqlaccess.1*
  442. %doc %{_mandir}/man1/mysqladmin.1*
  443. %doc %{_mandir}/man1/mysqlbinlog.1*
  444. %doc %{_mandir}/man1/mysqlcheck.1*
  445. %doc %{_mandir}/man1/mysqldump.1*
  446. %doc %{_mandir}/man1/mysqlimport.1*
  447. %doc %{_mandir}/man1/mysqlshow.1*
  448. %doc %{_mandir}/man1/mysqlslap.1*
  449. %files devel -f optional-files-devel
  450. %defattr(-, root, root)
  451. %doc %{_mandir}/man1/mysql_config.1*
  452. %{_bindir}/mysql_config
  453. %{_includedir}/mysql
  454. %{_datadir}/aclocal/mysql.m4
  455. %{_datadir}/pkgconfig/mariadb.pc
  456. %{_libdir}/*.so
  457. %{_sysconfdir}/rpm/*
  458. %{_bindir}/mysql_embedded
  459. %files static
  460. %defattr(-,root,root)
  461. %{_libdir}/lib*.a
  462. %if %{with source}
  463. %files source
  464. %defattr(-, root, root)
  465. %{_datadir}/mariadb-source
  466. %endif
  467. %files test
  468. %defattr(-, root, root)
  469. %attr(-, root, root) %{_datadir}/mysql-test
  470. %{_bindir}/mysql_client_test
  471. %{_bindir}/mysql_client_test_embedded
  472. %{_bindir}/mysqltest_embedded
  473. %doc %{_mandir}/man1/mysql_client_test.1*
  474. %doc %{_mandir}/man1/mysql-stress-test.pl.1*
  475. %doc %{_mandir}/man1/mysql-test-run.pl.1*
  476. %doc %{_mandir}/man1/mysql_client_test_embedded.1*
  477. %doc %{_mandir}/man1/mysqltest_embedded.1*
  478. %files embedded
  479. %defattr(-,root,root)
  480. %{_libdir}/libmysqld.so.*
  481. %changelog
  482. * Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
  483. - new upstream release.
  484. - replaced patch1000 to update Mroonga to v6.02.
  485. * Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.13-1
  486. - new upstream release.
  487. - replaced patch1000 to update Mroonga to v6.01.
  488. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.12-1
  489. - new upstream release.
  490. - replaced patch1000 to update Mroonga to git HEAD.
  491. * Sat Jan 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.11-1
  492. - new upstream release.
  493. - replaced patch1000 to update Mroonga to v5.12.
  494. * Fri Jan 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.10-1
  495. - new upstream release.
  496. - replaced patch1000 to update Mroonga to v5.11.
  497. - moved CONNECT and TokuDB storage engines to subpackages.
  498. * Sun Nov 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-4
  499. - replaced patch1000 to update Mroonga to git HEAD.
  500. * Sat Nov 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-3
  501. - replaced patch1000 to update Mroonga to git HEAD.
  502. * Thu Nov 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-2
  503. - replaced patch1000 to update Mroonga to git HEAD.
  504. * Tue Nov 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-1
  505. - new upstream release.
  506. - replaced patch1000 to update Mroonga to git HEAD.
  507. * Fri Oct 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-3
  508. - added BR:jemalloc-devel.
  509. * Thu Oct 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-2
  510. - replaced patch1000 to update Mroonga to 5.09.
  511. * Wed Oct 21 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-1
  512. - new upstream release.
  513. - replaced patch1000 for MariaDB 10.1.8.
  514. * Fri Oct 9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-3
  515. - replaced patch1000 to update Mroonga to 5.08.
  516. * Mon Aug 31 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-2
  517. - replaced patch1000 to update Mroonga to 5.06.
  518. * Mon Aug 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
  519. - new upstream release.
  520. - added patch1000 to update Mroonga from 5.02 to 5.05.
  521. * Tue Jun 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-2
  522. - fixed dependencies.
  523. * Fri Jun 19 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-1
  524. - new upstream release.
  525. * Sun May 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.19-1
  526. - new upstream release.
  527. * Fri May 8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.18-1
  528. - new upstream release.
  529. * Tue Mar 3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.17-1
  530. - new upstream release.
  531. * Wed Jan 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.16-1
  532. - new upstream release.
  533. * Wed Nov 26 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.15-1
  534. - new upstream release.
  535. - enabled bundled Mroonga.
  536. * Mon Sep 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.14-1
  537. - new upstream release.
  538. * Sat May 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.11-1
  539. - new upstream release.
  540. * Sun Apr 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-2
  541. - fixed Conflicts: and Obsoletes:.
  542. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-1
  543. - new upstream release.
  544. * Mon Mar 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.9-1
  545. - new upstream release.
  546. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.8-1
  547. - new upstream release.
  548. * Sat Dec 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-2
  549. - removed duplicated files.
  550. * Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-1
  551. - switched to MariaDB.
  552. * Wed Feb 20 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.30-1
  553. - new upstream release.
  554. * Fri Nov 16 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.28-1
  555. - new upstream release.
  556. * Sat Sep 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.27-1
  557. - new upstream release.
  558. - added a sub-package 'MySQL-source".
  559. - added some macros for rpm.
  560. * Thu Jun 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.25-1
  561. - new upstream release.
  562. * Thu May 10 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.24-1
  563. - new upstream release.
  564. * Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.23-1
  565. - new upstream release.
  566. - added "Vendor:" and "Distribution:" tag.
  567. * Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.15-1
  568. - new upstream release.
  569. - removed NDB cluster support.
  570. * Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-3
  571. - Added "BR: zlib-devel" to MySQL-devel.
  572. * Sun Apr 03 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-2
  573. - Added "BR: openssl-devel" to MySQL-devel.
  574. * Fri Mar 11 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-1
  575. - new upstream release.
  576. * Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.54-1
  577. - new upstream release.
  578. - updated jp-patch.
  579. - added ssl support.
  580. * Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
  581. - new upstream release.
  582. - replaced '%%__find_requires' to '%%__perl_requires'.
  583. - updated jp-patch.
  584. * Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
  585. - added mysql-5.1.44-lib64.patch (on x86_64)
  586. - added -fPIC (on x86_64)
  587. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.44-2
  588. - made embedded package again
  589. * Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
  590. - new upstream release.
  591. - updated jp-patch.
  592. * Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
  593. - VineSeed: rebuilt with new toolchain.
  594. * Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
  595. - new upstream release.
  596. - fixed CVE-2009-4484.
  597. * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
  598. - new upstream release.
  599. * Thu Nov 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-2
  600. - added net-tools to 'Requires'.
  601. - added groff to 'BuildRequires'.
  602. - renamed subpackage 'MySQL-shared' to 'libmysqlclient16' (VineSeed only).
  603. * Tue Nov 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-1
  604. - new upstream release.
  605. * Sat Sep 26 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.39-1
  606. - new upstream release.
  607. * Sun Jul 5 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.36-1
  608. - new upstream release.
  609. - dropped %%Patch100 (fixed in upstream).
  610. * Sat Jun 6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.35-1
  611. - new upstream release.
  612. - add %%Patch100 (no longer needed for MySQL-5.1.36 or later).
  613. * Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.34-1
  614. - new upstream release.
  615. - rename 'MySQL-bench' to 'MySQL-test'.
  616. - update Patch0.
  617. - change default charset to 'utf8'.
  618. * Sat Apr 12 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.51a-1
  619. - new upstream release.
  620. - update Patch0.
  621. - add "--with-client-charset=ujis".
  622. - sync %%files to official RPM.
  623. - remove MySQL-Max.
  624. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl7
  625. - for VineSeed
  626. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl6
  627. - move shared library from /usr/lib/ to /usr/lib/mysql/
  628. - add /etc/ld.so.conf.d/*.conf
  629. - fix broken libmysqlcient*.la files (or should we remove them permanently?)
  630. * Sat Jun 16 2007 IWAI, Masaharu <iwai@alib.jp> 5.0.27-0vl5
  631. - rebuild <BTS:VineLinux:534>
  632. * Mon Nov 13 2006 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.27-0vl4
  633. - added -fPIC
  634. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl3
  635. - fixed dependency. <BTS:338>
  636. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl2
  637. - add %%Patch1. <BTS:320>
  638. * Sat Oct 28 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl1
  639. - new upstream release.
  640. * Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.26-0vl1
  641. - new upstream release.
  642. * Sat Jun 3 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.22-0vl1
  643. - new upstream release.
  644. * Sat May 13 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl1
  645. - release++.
  646. * Wed May 10 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl0
  647. - new upstream release.
  648. - for VineSeed.
  649. * Wed Feb 8 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.16-0vl0
  650. - new upstream release.
  651. - replace Patch0 for MySQL-4.1.16.
  652. * Thu Oct 6 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.14-0vl0
  653. - new upstream release.
  654. - add Patch0.
  655. * Tue Sep 6 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.25-0vl0
  656. - new upstream version
  657. -- mysql-4.0.25
  658. * Fri Jan 21 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.23-0vl0
  659. - new upstream version
  660. -- mysql-4.0.23
  661. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.22-0vl0
  662. - new upstream version
  663. -- mysql-4.0.22
  664. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.21-0vl1
  665. - new upstream version
  666. -- mysql-4.0.21
  667. * Fri May 21 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.20-0vl1
  668. - new upstream version
  669. -- mysql-4.0.20
  670. * Tue May 04 2004 Tomoya TAKA <taka@vinelinux.org> 4.0.18-0vl2
  671. - modify CFLAGS, CXXFLAGS and configure options for alpha
  672. * Tue Mar 23 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.18-0vl1
  673. - Upgraded to MySQL-4
  674. - added "with-charset=ujis" and "without-readline" to configure (vineseed-plus-02150)
  675. - merged to MySQL Official packages
  676. -- renamed package "MySQL" to "MySQL-server"
  677. -- when using gcc, _always_ use CXX=gcc
  678. -- replaced Copyright with License field (Copyright is obsolete)
  679. -- added myisam_ftdump to the Server package
  680. -- marked /etc/logrotate.d/mysql as a config file (BUG 2156)
  681. -- fixed file permissions (BUG 1672)
  682. -- removed dependency on MySQL-client from the MySQL-devel subpackage
  683. -- as it is not really required. (BUG 1610)
  684. -- Fixed BUG 1162 (removed macro names from the changelog)
  685. -- Really fixed BUG 998 (disable the checking for installed but
  686. -- unpackaged files)
  687. -- Fixed BUG 959 (libmysqld not being compiled properly)
  688. -- Fixed BUG 998 (RPM build errors): added missing files to the
  689. -- distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
  690. -- mysql_fix_privilege_tables.1), removed "-n" from install section.
  691. -- removed the GIF Icon (file was not included in the sources anyway)
  692. -- removed unused variable shared_lib_version
  693. -- do not run automake before building the standard binary
  694. -- (should not be necessary)
  695. -- add server suffix '-standard' to standard binary (to be in line
  696. -- with the binary tarball distributions)
  697. -- allow overriding CC and CXX (required when building
  698. -- with other compilers)
  699. * Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.23.56-0vl5
  700. - added BuildRequires: automake16
  701. * Thu Apr 03 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl3
  702. - add '-fPIC -DPIC' to CFLAGS on alpha
  703. - little fix of spec file
  704. * Thu Mar 27 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl2
  705. - enable MySQL-shared subpackage for alpha
  706. - delete 'BuildPrereq: kernel24-headers' for alpha
  707. - fix shared %files (exclude sparc)
  708. * Tue Mar 18 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.56-0vl1
  709. - new upstream version
  710. * Sun Mar 9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23.55-0vl2
  711. - fixed devel %files (dropped *.la files)
  712. * Tue Jan 28 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.55-0vl1
  713. - new upstream version
  714. - fixed document permission
  715. * Sat Dec 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.54a-0vl1
  716. - new upstream version
  717. * Sat Oct 19 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl2
  718. - dropped MySQL-Max sub-pakage for sparc/sparc64/alpha
  719. -- don't work
  720. * Wed Oct 16 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl1
  721. - new upstream version
  722. - diseble-assembler in configure on sparc,sparc64,alpha
  723. * Wed Aug 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.52-0vl1
  724. - new upstream version
  725. - moved some man files to main package
  726. - added enable-local-infile in configure
  727. - changed --with-extra-charsets=all in configure
  728. * Fri Jun 14 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl2
  729. - fixed changelog
  730. * Thu Jun 13 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl1
  731. - updated to mysql-3.23.51
  732. * Fri Mar 15 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl2
  733. - rebuild on zlib-1.1.4(security fix.)
  734. * Mon Feb 18 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl1
  735. - updated to mysql-2.23.49
  736. * Tue Feb 12 2002 Tomoya TAKA <taka@vinelinux.org> 3.23.48-0vl2
  737. - add 'BuildPrereq: kernel24-headers' on alpha
  738. - remove shared library and max on alpha
  739. * Tue Feb 12 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.48-0vl1
  740. - updated to mysql-3.23.48
  741. * Thu Jan 03 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.47-0vl1
  742. - updated to mysql-3.23.47
  743. * Wed Dec 05 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.46-0vl1
  744. - updated to mysql-3.23.46
  745. * Thu Nov 29 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.45-0vl1
  746. - updated to mysql-3.23.45
  747. * Mon Nov 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.44-0vl1
  748. - updated to mysql-3.23.44
  749. * Sat Oct 13 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.43-0vl1
  750. - updated to mysql-3.23.43
  751. - removed shared library and max on sparc
  752. * Wed Sep 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.42-0vl1
  753. - updated to mysql-3.23.42
  754. - changed MYSQL_BUILD_CC: and MYSQL_BUILD_XCC: to -gcc
  755. * Thu Aug 30 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.41-0vl1
  756. - updated to mysql-3.23.41
  757. * Wed Aug 22 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.40-0vl1
  758. - updated to mysql-3.23.40
  759. * Tue Jul 10 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.39-0vl1
  760. - updated to mysql-3.23.39
  761. * Fri Jun 15 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  762. - added configure --with-charset=ujis
  763. * Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  764. - used some rpmmacro
  765. * Fri May 25 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl1
  766. - updated to MySQL-3.23.38
  767. * Thu Dec 07 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl2
  768. - removed Bench pakages
  769. * Tue Dec 05 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl1
  770. - removed pt_BR locale
  771. - build on Vine Linux
  772. - partially used rpmmacros
  773. - added %clean tag
  774. * Fri Aug 18 2000 Tim Smith <tim@mysql.com>
  775. - Added separate libmysql_r directory; now both a threaded
  776. and non-threaded library is shipped.
  777. * Tue Sep 28 1999 David Axmark <davida@mysql.com>
  778. - Added the support-files/my-example.cnf to the docs directory.
  779. - Removed devel dependency on base since it is about client
  780. development.
  781. * Wed Sep 8 1999 David Axmark <davida@mysql.com>
  782. - Cleaned up some for 3.23.
  783. * Thu Jul 1 1999 David Axmark <davida@mysql.com>
  784. - Added support for shared libraries in a separate sub
  785. package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
  786. - The --enable-assembler switch is now automatically disables on
  787. platforms there assembler code is unavailable. This should allow
  788. building this RPM on non i386 systems.
  789. * Mon Feb 22 1999 David Axmark <david@detron.se>
  790. - Removed unportable cc switches from the spec file. The defaults can
  791. now be overridden with environment variables. This feature is used
  792. to compile the official RPM with optimal (but compiler version
  793. specific) switches.
  794. - Removed the repetitive description parts for the sub rpms. Maybe add
  795. again if RPM gets a multiline macro capability.
  796. - Added support for a pt_BR translation. Translation contributed by
  797. Jorge Godoy <jorge@bestway.com.br>.
  798. * Wed Nov 4 1998 David Axmark <david@detron.se>
  799. - A lot of changes in all the rpm and install scripts. This may even
  800. be a working RPM :-)
  801. * Sun Aug 16 1998 David Axmark <david@detron.se>
  802. - A developers changelog for MySQL is available in the source RPM. And
  803. there is a history of major user visible changed in the Reference
  804. Manual. Only RPM specific changes will be documented here.