]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.spec
- up to 5.0.88
[packages/mysql.git] / mysql.spec
CommitLineData
13ce82d8 1# TODO:
2# - C(XX)FLAGS for innodb subdirs are overriden by ./configure!
3# - http://bugs.mysql.com/bug.php?id=16470
4#
5# Conditional build:
f3b912d8
ER
6%bcond_without big_tables # Support tables with more than 4G rows even on 32 bit platforms
7%bcond_without federated # Federated storage engine support
a78a22c1 8%bcond_without innodb # InnoDB storage engine support
13ce82d8 9%bcond_without raid # Without raid
10%bcond_without ssl # Without OpenSSL
11%bcond_without tcpd # Without libwrap (tcp_wrappers) support
420c5d74 12%bcond_without autodeps # BR packages needed only for resolving deps
f3b912d8 13%bcond_with bdb # Berkeley DB support
b79f901f 14%bcond_without sphinx # Sphinx storage engine support
f8f6f421 15%bcond_with xtrabackup # XtraBackup
4ea87158 16
13ce82d8 17%include /usr/lib/rpm/macros.perl
13ce82d8 18Summary: MySQL: a very fast and reliable SQL database engine
89316dd1
ER
19Summary(de.UTF-8): MySQL: ist eine SQL-Datenbank
20Summary(fr.UTF-8): MySQL: un serveur SQL rapide et fiable
21Summary(pl.UTF-8): MySQL: bardzo szybka i niezawodna baza danych (SQL)
22Summary(pt_BR.UTF-8): MySQL: Um servidor SQL rápido e confiável
23Summary(ru.UTF-8): MySQL - быстрый SQL-сервер
24Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
25Summary(zh_CN.UTF-8): MySQL数据库服务器
13ce82d8 26Name: mysql
e10c7631
AM
27Version: 5.0.88
28Release: 1
13ce82d8 29License: GPL + MySQL FLOSS Exception
30Group: Applications/Databases
7628f771 31#Source0: ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
2644efb8 32Source0: http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
e10c7631 33# Source0-md5: a56810288c40a2a5d7b649467f57422c
fd2b4d8b 34#Source0: http://mysql.he.net/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
2644efb8 35#Source0: http://mirror.provenscaling.com/mysql/enterprise/source/5.0/%{name}-%{version}.tar.gz
45532174
ER
36Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz
37# Source100-md5: 1ca266613bfdb0e6952d9ca1af93f7cc
13ce82d8 38Source1: %{name}.init
39Source2: %{name}.sysconfig
40Source3: %{name}.logrotate
41Source4: %{name}d.conf
42Source5: %{name}-clusters.conf
43Source7: %{name}-ndb.init
44Source8: %{name}-ndb.sysconfig
45Source9: %{name}-ndb-mgm.init
46Source10: %{name}-ndb-mgm.sysconfig
47Source11: %{name}-ndb-cpc.init
48Source12: %{name}-ndb-cpc.sysconfig
49Source13: %{name}-client.conf
0dd56262 50Source14: percona.sh
13ce82d8 51Patch0: %{name}-libs.patch
a78a22c1 52Patch1: %{name}-sphinx.patch
13ce82d8 53Patch2: %{name}-c++.patch
54Patch3: %{name}-info.patch
55Patch4: %{name}-sql-cxx-pic.patch
56Patch5: %{name}-noproc.patch
57Patch6: %{name}-fix_privilege_tables.patch
58Patch7: %{name}-align.patch
59Patch8: %{name}-client-config.patch
60Patch9: %{name}-build.patch
61Patch10: %{name}-alpha.patch
62Patch11: %{name}-ndb-ldflags.patch
63Patch12: %{name}-bug-20153.patch
8ecd9b33
ER
64Patch13: %{name}-bug-34192.patch
65Patch14: %{name}-bug-16470.patch
66Patch15: %{name}-system-users.patch
0dd56262
ER
67Patch16: %{name}-errorlog-no-rename.patch
68Patch17: %{name}-alpha-stack.patch
69Patch18: %{name}-xtrabackup.patch
70Patch19: %{name}-fixes.patch
71Patch20: %{name}-gcc3.patch
3ff095bd 72Patch21: %{name}-atomic.patch
c6c45637 73Patch22: %{name}-fix-dummy-thread-race-condition.patch
a660043b 74# <percona patches, http://www.percona.com/percona-lab.html>
89b96684
ER
75Patch100: %{name}-show_patches.patch
76Patch101: %{name}-microslow_innodb.patch
77Patch102: %{name}-profiling_slow.patch
78Patch103: %{name}-userstatv2.patch
79Patch104: %{name}-microsec_process.patch
80Patch105: %{name}-innodb_io_patches.patch
81Patch106: %{name}-innodb_locks_held.patch
82Patch107: %{name}-innodb_show_bp.patch
83Patch108: %{name}-innodb_check_fragmentation.patch
84Patch109: %{name}-innodb_io_pattern.patch
85Patch110: %{name}-innodb_fsync_source.patch
86Patch111: %{name}-innodb_show_hashed_memory.patch
87Patch112: %{name}-innodb_dict_size_limit.patch
88Patch113: %{name}-innodb_extra_rseg.patch
89Patch114: %{name}-innodb_thread_concurrency_timer_based.patch
90Patch115: %{name}-innodb_use_sys_malloc.patch
91Patch116: %{name}-innodb_recovery_patches.patch
5b9e9ff4
ER
92Patch117: %{name}-innodb_misc_patch.patch
93Patch118: %{name}-innodb_split_buf_pool_mutex.patch
94Patch119: %{name}-innodb_rw_lock.patch
95Patch120: %{name}-mysql-test.patch
a660043b 96# </percona>
13ce82d8 97URL: http://www.mysql.com/products/database/mysql/community_edition.html
98BuildRequires: autoconf
99BuildRequires: automake
a203d680 100BuildRequires: bison
13ce82d8 101%{?with_bdb:BuildRequires: db3-devel}
a203d680 102BuildRequires: flex
13ce82d8 103BuildRequires: libstdc++-devel >= 5:3.0
104BuildRequires: libtool
105%{?with_tcpd:BuildRequires: libwrap-devel}
106BuildRequires: ncurses-devel >= 4.2
107%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d}
420c5d74 108%{?with_autodeps:BuildRequires: perl-DBI}
13ce82d8 109BuildRequires: perl-devel >= 1:5.6.1
110BuildRequires: readline-devel >= 4.2
111BuildRequires: rpm-perlprov >= 4.1-13
34c3c791 112BuildRequires: rpmbuild(macros) >= 1.453
13ce82d8 113BuildRequires: sed >= 4.0
114BuildRequires: texinfo
115BuildRequires: zlib-devel
116Requires(post,preun): /sbin/chkconfig
117Requires(postun): /usr/sbin/groupdel
118Requires(postun): /usr/sbin/userdel
119Requires(pre): /bin/id
120Requires(pre): /usr/bin/getgid
121Requires(pre): /usr/sbin/groupadd
122Requires(pre): /usr/sbin/useradd
123Requires(triggerpostun): sed >= 4.0
124Requires: %{name}-charsets = %{version}-%{release}
420c5d74 125Requires: %{name}-libs = %{version}-%{release}
13ce82d8 126Requires: /usr/bin/setsid
127Requires: rc-scripts >= 0.2.0
37400e9a
ER
128Suggests: mysql-client
129%{?with_tcpd:Suggests: tcp_wrappers}
13ce82d8 130Provides: MySQL-server
131Provides: group(mysql)
132Provides: msqlormysql
133Provides: user(mysql)
134Obsoletes: MySQL
135Obsoletes: mysql-server
73ecfc30 136Conflicts: logrotate < 3.7-4
13ce82d8 137BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
138
139%define _libexecdir %{_sbindir}
140%define _localstatedir /var/lib/mysql
141%define _mysqlhome /home/services/mysql
142
143%define _noautoreqdep 'perl(DBD::mysql)'
144# CFLAGS for innodb are altered
145%undefine configure_cache
146
147%description
148MySQL is a true multi-user, multi-threaded SQL (Structured Query
149Language) database server. SQL is the most popular database language
150in the world. MySQL is a client/server implementation that consists of
151a server daemon mysqld and many different client programs/libraries.
152
153The main goals of MySQL are speed, robustness and easy to use. MySQL
154was originally developed because we at Tcx needed a SQL server that
155could handle very big databases with magnitude higher speed than what
156any database vendor could offer to us. We have now been using MySQL
157since 1996 in a environment with more than 40 databases, 10,000
158tables, of which more than 500 have more than 7 million rows. This is
159about 50G of mission critical data.
160
161The base upon which MySQL is built is a set of routines that have been
162used in a highly demanding production environment for many years.
163While MySQL is still in development, it already offers a rich and
164highly useful function set.
165
89316dd1 166%description -l fr.UTF-8
13ce82d8 167MySQL est un serveur de bases de donnees SQL vraiment multi-usagers et
168multi-taches. Le langage SQL est le langage de bases de donnees le
169plus populaire au monde. MySQL est une implementation client/serveur
170qui consiste en un serveur (mysqld) et differents
171programmes/bibliotheques clientes.
172
173Les objectifs principaux de MySQL sont: vitesse, robustesse et
174facilite d'utilisation. MySQL fut originalement developpe parce que
175nous, chez Tcx, avions besoin d'un serveur SQL qui pouvait gerer de
176tres grandes bases de donnees avec une vitesse d'un ordre de magnitude
177superieur a ce que n'importe quel vendeur pouvait nous offrir. Nous
178utilisons MySQL depuis 1996 dans un environnement avec plus de 40
179bases de donnees, 10000 tables, desquelles plus de 500 ont plus de 7
180millions de lignes. Ceci represente environ 50G de donnees critiques.
181
182A la base de la conception de MySQL, on retrouve une serie de routines
183qui ont ete utilisees dans un environnement de production pendant
184plusieurs annees. Meme si MySQL est encore en developpement, il offre
185deja une riche et utile serie de fonctions.
186
89316dd1
ER
187%description -l pl.UTF-8
188MySQL to prawdziwie wieloużytkownikowy, wielowątkowy serwer baz danych
189SQL. SQL jest najpopularniejszym na świecie językiem używanym do baz
190danych. MySQL to implementacja klient/serwer składająca się z demona
191mysqld i wielu różnych programów i bibliotek klienckich.
192
193Głównymi celami MySQL-a są szybkość, potęga i łatwość użytkowania.
194MySQL oryginalnie był tworzony, ponieważ autorzy w Tcx potrzebowali
195serwera SQL do obsługi bardzo dużych baz danych z szybkością o wiele
196większą, niż mogli zaoferować inni producenci baz danych. Używają go
197od 1996 roku w środowisku z ponad 40 bazami danych, 10 000 tabel, z
198których ponad 500 zawiera ponad 7 milionów rekordów - w sumie około
13ce82d8 19950GB krytycznych danych.
200
89316dd1
ER
201Baza, na której oparty jest MySQL, składa się ze zbioru procedur,
202które były używane w bardzo wymagającym środowisku produkcyjnym przez
203wiele lat. Pomimo, że MySQL jest ciągle rozwijany, już oferuje bogaty
204i użyteczny zbiór funkcji.
13ce82d8 205
89316dd1 206%description -l de.UTF-8
13ce82d8 207MySQL ist eine SQL-Datenbank. Allerdings ist sie im Gegensatz zu
208Oracle, DB2 oder PostgreSQL keine relationale Datenbank. Die Daten
89316dd1
ER
209werden zwar in zweidimensionalen Tabellen gespeichert und können mit
210einem Primärschlüssel versehen werden. Es ist aber keine Definition
211eines Fremdschlüssels möglich. Der Benutzer ist somit bei einer
212MySQL-Datenbank völlig allein für die (referenzielle) Integrität der
13ce82d8 213Daten verantwortlich. Allein durch die Nutzung externer
89316dd1
ER
214Tabellenformate, wie InnoDB bzw Berkeley DB wird eine Relationalität
215ermöglicht. Diese Projekte sind aber getrennt von MySQL zu betrachten.
13ce82d8 216
89316dd1
ER
217%description -l pt_BR.UTF-8
218O MySQL é um servidor de banco de dados SQL realmente multiusuário e
219multi-tarefa. A linguagem SQL é a mais popular linguagem para banco de
220dados no mundo. O MySQL é uma implementação cliente/servidor que
13ce82d8 221consiste de um servidor chamado mysqld e diversos
89316dd1 222programas/bibliotecas clientes. Os principais objetivos do MySQL são:
13ce82d8 223velocidade, robustez e facilidade de uso. O MySQL foi originalmente
89316dd1 224desenvolvido porque nós na Tcx precisávamos de um servidor SQL que
13ce82d8 225pudesse lidar com grandes bases de dados e com uma velocidade muito
226maior do que a que qualquer vendedor podia nos oferecer. Estamos
227usando o MySQL desde 1996 em um ambiente com mais de 40 bases de dados
89316dd1
ER
228com 10.000 tabelas, das quais mais de 500 têm mais de 7 milhões de
229linhas. Isto é o equivalente a aproximadamente 50G de dados críticos.
230A base da construção do MySQL é uma série de rotinas que foram usadas
231em um ambiente de produção com alta demanda por muitos anos. Mesmo o
232MySQL estando ainda em desenvolvimento, ele já oferece um conjunto de
233funções muito ricas e úteis. Veja a documentação para maiores
234informações.
235
236%description -l ru.UTF-8
237MySQL - это SQL (Structured Query Language) сервер базы данных. MySQL
238была написана Michael'ом (monty) Widenius'ом. См. файл CREDITS в
239дистрибутиве на предмет других участников проекта и прочей информации
240о MySQL.
241
242%description -l uk.UTF-8
243MySQL - це SQL (Structured Query Language) сервер бази даних. MySQL
244було написано Michael'ом (monty) Widenius'ом. Див. файл CREDITS в
245дистрибутиві для інформації про інших учасників проекту та іншої
246інформації.
13ce82d8 247
248%package charsets
249Summary: MySQL - character sets definitions
89316dd1 250Summary(pl.UTF-8): MySQL - definicje kodowań znaków
13ce82d8 251Group: Applications/Databases
252
253%description charsets
254This package contains character sets definitions needed by both client
255and server.
256
89316dd1
ER
257%description charsets -l pl.UTF-8
258Ten pakiet zawiera definicje kodowań znaków potrzebne dla serwera i
13ce82d8 259klienta.
260
4ea87158
ER
261%package -n mysqlhotcopy
262Summary: mysqlhotcopy - A MySQL database backup program
976e3244 263Summary(pl.UTF-8): mysqlhotcopy - program do tworzenia kopii zapasowych baz MySQL
4ea87158
ER
264Group: Applications/Databases
265Requires: %{name}-libs = %{version}-%{release}
266Requires: perl-DBD-mysql
267
268%description -n mysqlhotcopy
269mysqlhotcopy uses LOCK TABLES, FLUSH TABLES, and cp or scp to make a
270database backup quickly. It is the fastest way to make a backup of the
271database or single tables, but it can be run only on the same machine
272where the database directories are located. mysqlhotcopy works only
273for backing up MyISAM and ARCHIVE tables.
274
275See innobackup package to backup InnoDB tables.
276
976e3244
ER
277%description -n mysqlhotcopy -l pl.UTF-8
278mysqlhotcopy wykorzystuje LOCK TABLES, FLUSH TABLES oraz cp i scp do
279szybkiego tworzenia kopii zapasowych baz danych. Jest to najszybszy
280sposób wykonania kopii zapasowej bazy danych lub pojedynczych tabel,
281ale może działać tylko na maszynie, na której znajdują się katalogi z
282bazą danych. mysqlhotcopy działa tylko dla tabel typu MyISAM i
283ARCHIVE.
284
285Narzędzie do tworzenia kopii tabel InnoDB znajduje się w pakiecie
286innobackup.
287
13ce82d8 288%package extras
289Summary: MySQL additional utilities
89316dd1 290Summary(pl.UTF-8): Dodatkowe narzędzia do MySQL
13ce82d8 291Group: Applications/Databases
292Requires: %{name}-libs = %{version}-%{release}
293
294%description extras
295MySQL additional utilities except Perl scripts (they may be found in
296%{name}-extras-perl package).
297
89316dd1
ER
298%description extras -l pl.UTF-8
299Dodatkowe narzędzia do MySQL - z wyjątkiem skryptów Perla (które są w
13ce82d8 300pakiecie %{name}-extras-perl).
301
302%package extras-perl
303Summary: MySQL additional utilities written in Perl
89316dd1 304Summary(pl.UTF-8): Dodatkowe narzędzia do MySQL napisane w Perlu
13ce82d8 305Group: Applications/Databases
306Requires: %{name}-extras = %{version}-%{release}
4ea87158
ER
307# this is just for the sake of smooth upgrade, not to break systems
308Requires: mysqlhotcopy = %{version}-%{release}
13ce82d8 309Requires: perl(DBD::mysql)
310
311%description extras-perl
312MySQL additional utilities written in Perl.
313
89316dd1
ER
314%description extras-perl -l pl.UTF-8
315Dodatkowe narzędzia do MySQL napisane w Perlu.
13ce82d8 316
317%package client
318Summary: MySQL - Client
89316dd1
ER
319Summary(pl.UTF-8): MySQL - Klient
320Summary(pt.UTF-8): MySQL - Cliente
321Summary(ru.UTF-8): MySQL клиент
322Summary(uk.UTF-8): MySQL клієнт
13ce82d8 323Group: Applications/Databases
324Requires: %{name}-charsets = %{version}-%{release}
325Requires: %{name}-libs = %{version}-%{release}
326Obsoletes: MySQL-client
327
328%description client
329This package contains the standard MySQL clients.
330
89316dd1 331%description client -l fr.UTF-8
13ce82d8 332Ce package contient les clients MySQL standards.
333
89316dd1 334%description client -l pl.UTF-8
13ce82d8 335Standardowe programy klienckie MySQL.
336
89316dd1
ER
337%description client -l pt_BR.UTF-8
338Este pacote contém os clientes padrão para o MySQL.
13ce82d8 339
89316dd1
ER
340%description client -l ru.UTF-8
341Этот пакет содержит только клиент MySQL.
13ce82d8 342
89316dd1
ER
343%description client -l uk.UTF-8
344Цей пакет містить тільки клієнта MySQL.
13ce82d8 345
346%package libs
347Summary: Shared libraries for MySQL
89316dd1 348Summary(pl.UTF-8): Biblioteki dzielone MySQL
13ce82d8 349Group: Libraries
c6c45637 350Requires: glibc >= 6:2.3.6-15
13ce82d8 351Obsoletes: libmysql10
352Obsoletes: mysql-doc < 4.1.12
353
354%description libs
355Shared libraries for MySQL.
356
89316dd1 357%description libs -l pl.UTF-8
13ce82d8 358Biblioteki dzielone MySQL.
359
360%package devel
361Summary: MySQL - Development header files and libraries
89316dd1
ER
362Summary(pl.UTF-8): MySQL - Pliki nagłówkowe i biblioteki dla programistów
363Summary(pt.UTF-8): MySQL - Medições de desempenho
364Summary(ru.UTF-8): MySQL - хедеры и библиотеки разработчика
365Summary(uk.UTF-8): MySQL - хедери та бібліотеки програміста
13ce82d8 366Group: Development/Libraries
367Requires: %{name}-libs = %{version}-%{release}
368%{?with_ssl:Requires: openssl-devel}
369Requires: zlib-devel
370Obsoletes: MySQL-devel
371Obsoletes: libmysql10-devel
372
373%description devel
374This package contains the development header files and libraries
375necessary to develop MySQL client applications.
376
89316dd1 377%description devel -l fr.UTF-8
13ce82d8 378Ce package contient les fichiers entetes et les librairies de
379developpement necessaires pour developper des applications clientes
380MySQL.
381
89316dd1
ER
382%description devel -l pl.UTF-8
383Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji
13ce82d8 384klienckich MySQL.
385
89316dd1
ER
386%description devel -l pt_BR.UTF-8
387Este pacote contém os arquivos de cabeçalho (header files) e
388bibliotecas necessárias para desenvolver aplicações clientes do MySQL.
13ce82d8 389
89316dd1
ER
390%description devel -l ru.UTF-8
391Этот пакет содержит хедеры и библиотеки разработчика, необходимые для
392разработки клиентских приложений.
13ce82d8 393
89316dd1
ER
394%description devel -l uk.UTF-8
395Цей пакет містить хедери та бібліотеки програміста, необхідні для
396розробки програм-клієнтів.
13ce82d8 397
398%package static
399Summary: MySQL static libraries
89316dd1
ER
400Summary(pl.UTF-8): Biblioteki statyczne MySQL
401Summary(ru.UTF-8): MySQL - статические библиотеки
402Summary(uk.UTF-8): MySQL - статичні бібліотеки
13ce82d8 403Group: Development/Libraries
404Requires: %{name}-devel = %{version}-%{release}
405Obsoletes: MySQL-static
406
407%description static
408MySQL static libraries.
409
89316dd1 410%description static -l pl.UTF-8
13ce82d8 411Biblioteki statyczne MySQL.
412
89316dd1
ER
413%description static -l ru.UTF-8
414Этот пакет содержит статические библиотеки разработчика, необходимые
415для разработки клиентских приложений.
13ce82d8 416
89316dd1
ER
417%description static -l uk.UTF-8
418Цей пакет містить статичні бібліотеки програміста, необхідні для
419розробки програм-клієнтів.
13ce82d8 420
421%package bench
422Summary: MySQL - Benchmarks
89316dd1
ER
423Summary(pl.UTF-8): MySQL - Programy testujące szybkość działania bazy
424Summary(pt.UTF-8): MySQL - Medições de desempenho
425Summary(ru.UTF-8): MySQL - бенчмарки
426Summary(uk.UTF-8): MySQL - бенчмарки
13ce82d8 427Group: Applications/Databases
428Requires: %{name} = %{version}-%{release}
429Requires: %{name}-client
430Requires: perl(DBD::mysql)
431Obsoletes: MySQL-bench
432
433%description bench
434This package contains MySQL benchmark scripts and data.
435
89316dd1
ER
436%description bench -l pl.UTF-8
437Programy testujące szybkość serwera MySQL.
13ce82d8 438
89316dd1
ER
439%description bench -l pt_BR.UTF-8
440Este pacote contém medições de desempenho de scripts e dados do MySQL.
13ce82d8 441
89316dd1
ER
442%description bench -l ru.UTF-8
443Этот пакет содержит скрипты и данные для оценки производительности
13ce82d8 444MySQL.
445
89316dd1
ER
446%description bench -l uk.UTF-8
447Цей пакет містить скрипти та дані для оцінки продуктивності MySQL.
13ce82d8 448
449%package doc
450Summary: MySQL manual
89316dd1 451Summary(pl.UTF-8): Podręcznik użytkownika MySQL
13ce82d8 452Group: Applications/Databases
453
454%description doc
455This package contains manual in HTML format.
456
89316dd1
ER
457%description doc -l pl.UTF-8
458Podręcznik MySQL-a w formacie HTML.
13ce82d8 459
460%package ndb
461Summary: MySQL - NDB Storage Engine Daemon
89316dd1 462Summary(pl.UTF-8): MySQL - demon silnika przechowywania danych NDB
13ce82d8 463Group: Applications/Databases
464Requires: %{name}-libs = %{version}-%{release}
465
466%description ndb
467This package contains the standard MySQL NDB Storage Engine Daemon.
468
89316dd1 469%description ndb -l pl.UTF-8
13ce82d8 470Ten pakiet zawiera standardowego demona silnika przechowywania danych
471NDB.
472
473%package ndb-client
474Summary: MySQL - NDB Clients
89316dd1 475Summary(pl.UTF-8): MySQL - programy klienckie NDB
13ce82d8 476Group: Applications/Databases
477Requires: %{name}-libs = %{version}-%{release}
478
479%description ndb-client
480This package contains the standard MySQL NDB Clients.
481
89316dd1 482%description ndb-client -l pl.UTF-8
13ce82d8 483Ten pakiet zawiera standardowe programy klienckie MySQL NDB.
484
485%package ndb-mgm
486Summary: MySQL - NDB Management Daemon
89316dd1 487Summary(pl.UTF-8): MySQL - demon zarządzający NDB
13ce82d8 488Group: Applications/Databases
489Requires: %{name}-libs = %{version}-%{release}
490
491%description ndb-mgm
492This package contains the standard MySQL NDB Management Daemon.
493
89316dd1
ER
494%description ndb-mgm -l pl.UTF-8
495Ten pakiet zawiera standardowego demona zarządzającego MySQL NDB.
13ce82d8 496
497%package ndb-cpc
498Summary: MySQL - NDB CPC Daemon
89316dd1 499Summary(pl.UTF-8): MySQL - demon NDB CPC
13ce82d8 500Group: Applications/Databases
501Requires: %{name}-libs = %{version}-%{release}
502
503%description ndb-cpc
504This package contains the standard MySQL NDB CPC Daemon.
505
89316dd1 506%description ndb-cpc -l pl.UTF-8
13ce82d8 507Ten pakiet zawiera standardowego demona MySQL NDB CPC.
508
509%prep
5b9e9ff4 510%setup -q %{?with_sphinx:-a100}
13ce82d8 511%patch0 -p1
a78a22c1
ER
512%if %{with sphinx}
513mv sphinx-*/mysqlse sql/sphinx
514%patch1 -p1
515%endif
13ce82d8 516%patch2 -p1
517%patch3 -p1
518%ifarch alpha
519# this is strange: mysqld functions for UDF modules are not explicitly defined,
520# so -rdynamic is used; in such case gcc3+ld on alpha doesn't like C++ vtables
521# in objects compiled without -fPIC
522%patch4 -p1
523# gcc 3.3.x ICE
524%patch10 -p1
525%endif
526%patch5 -p1
527%patch6 -p1
528%patch7 -p1
529%patch8 -p1
530%patch9 -p1
531%patch11 -p1
532%patch12 -p1
e140e412 533%patch13 -p1
f22fdf33 534%patch14 -p1
f2227d5a 535%patch15 -p1
0dd56262
ER
536%patch16 -p1
537%ifarch alpha
538%patch17 -p1
539%endif
540%{?with_xtrabackup:%patch18 -p1}
89b96684 541
425dfcbb 542# <percona %patches>
89b96684
ER
543%patch100 -p1
544%patch101 -p1
545%patch102 -p1
546%patch103 -p1
547%patch104 -p1
548%patch105 -p1
549%patch106 -p1
550%patch107 -p1
551%patch108 -p1
552%patch109 -p1
553%patch110 -p1
554%patch111 -p1
555%patch112 -p1
556%patch113 -p1
557%patch114 -p1
558%patch115 -p1
559%patch116 -p1
560%patch117 -p1
561%patch118 -p1
562%patch119 -p1
5b9e9ff4 563%patch120 -p1
89b96684
ER
564# </percona>
565
0dd56262 566%patch19 -p1
45532174 567%if "%{cxx_version}" < "4.1"
0dd56262 568%patch20 -p1
34c3c791 569%endif
3ff095bd 570%patch21 -p0
c6c45637 571%patch22 -p1
13ce82d8 572
573%build
574%{__libtoolize}
575%{__aclocal}
576%{__automake}
3ff095bd 577%{__autoheader}
13ce82d8 578%{__autoconf}
579
580# The compiler flags are as per their "official" spec ;)
c2495d4f
AM
581CXXFLAGS="%{rpmcflags} -fno-implicit-templates -fno-exceptions -fno-rtti"
582CFLAGS="%{rpmcflags}"
583CPPFLAGS="%{rpmcppflags}"
13ce82d8 584
585# NOTE: the PS, FIND_PROC, KILL, CHECK_PID are not used by PLD Linux
586# and therefore do not add BR on these. These are here just to satisfy
587# configure.
588
589%configure \
590 PS='/bin/ps' \
591 FIND_PROC='/bin/ps p $$PID' \
592 KILL='/bin/kill' \
593 CHECK_PID='/bin/kill -0 $$PID' \
594 --enable-assembler \
595 --enable-largefile=yes \
596 --enable-shared \
597 --enable-static \
598 --enable-thread-safe-client \
599 --with%{!?with_bdb:out}-berkeley-db \
600 --with%{!?with_innodb:out}-innodb \
601 --with%{!?with_raid:out}-raid \
602 --with%{!?with_ssl:out}-openssl \
603 --with%{!?with_tcpd:out}-libwrap \
604 %{?with_big_tables:--with-big-tables} \
605 --with-comment="PLD Linux Distribution MySQL RPM" \
606 --with%{!?debug:out}-debug \
607 --with%{!?debug:out}-ndb-debug \
608 --with-embedded-server \
609 --with-extra-charsets=all \
610 --with-low-memory \
611 --with-mysqld-user=mysql \
612 --with-named-curses-libs="-lncurses" \
613 --with-named-thread-libs="-lpthread" \
614 --with-unix-socket-path=/var/lib/mysql/mysql.sock \
615 --with-archive-storage-engine \
a78a22c1 616 %{?with_sphinx:--with-sphinx-storage-engine} \
f3b912d8 617 %{?with_federated:--with-federated-storage-engine} \
13ce82d8 618 --with-vio \
619 --with-ndbcluster \
620 --without-readline \
621 --without-libedit \
622 --without-docs
623# --with-mysqlfs
624# --with-ndb-test --with-ndb-docs
625
626# NOTE that /var/lib/mysql/mysql.sock is symlink to real sock file
627# (it defaults to first cluster but user may change it to whatever
628# cluster it wants)
629
630echo -e "all:\ninstall:\nclean:\nlink_sources:\n" > libmysqld/examples/Makefile
631
632%{__make} \
633 benchdir=$RPM_BUILD_ROOT%{_datadir}/sql-bench
634
f8f6f421
ER
635%if %{with xtrabackup}
636%{__make} -C innobase/xtrabackup \
637 CC="%{__cc}"
638%endif
639
13ce82d8 640%{__make} -C Docs mysql.info
641
642%install
643rm -rf $RPM_BUILD_ROOT
a8c2b192 644install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql,ssl/certs/mysql} \
37400e9a 645 $RPM_BUILD_ROOT/var/{log/{archive,}/mysql,lib/mysql} \
13ce82d8 646 $RPM_BUILD_ROOT{%{_infodir},%{_mysqlhome}}
647
648%if %{with bdb}
649install -d $RPM_BUILD_ROOT/var/lib/mysql/bdb/{log,tmp}
650%endif
651
652# Make install
653%{__make} install \
654 DESTDIR=$RPM_BUILD_ROOT \
655 benchdir=%{_datadir}/sql-bench \
656 libsdir=/tmp
657# libsdir is to avoid installing innodb static libs in $RPM_BUILD_ROOT../libs
658
659install Docs/mysql.info $RPM_BUILD_ROOT%{_infodir}
660
661install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql
662install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/mysql
663install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/mysql
664# This is template for configuration file which is created after 'service mysql init'
665install %{SOURCE4} mysqld.conf
666install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/mysql/clusters.conf
667touch $RPM_BUILD_ROOT/var/log/mysql/{err,log,update}
668
669# remove innodb directives from mysqld.conf if mysqld is configured without
37400e9a 670%if %{without innodb}
13ce82d8 671 cp mysqld.conf mysqld.tmp
672 awk 'BEGIN { RS="\n\n" } !/innodb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
673%endif
674
675# remove berkeley-db directives from mysqld.conf if mysqld is configured without
37400e9a 676%if %{without bdb}
13ce82d8 677 cp mysqld.conf mysqld.tmp
678 awk 'BEGIN { RS="\n\n" } !/bdb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
679%endif
680
681install mysqld.conf $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld.conf
37400e9a 682cp -a %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/mysql/mysql-client.conf
13ce82d8 683
684# NDB
685install %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb
686install %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb
687install %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-mgm
688install %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-mgm
689install %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-cpc
690install %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-cpc
13ce82d8 691
692mv -f $RPM_BUILD_ROOT%{_libdir}/mysql/lib* $RPM_BUILD_ROOT%{_libdir}
693sed -i -e 's,%{_libdir}/mysql,%{_libdir},' $RPM_BUILD_ROOT{%{_libdir}/libmysqlclient{,_r}.la,%{_bindir}/mysql_config}
37400e9a 694sed -i -e '/libs/s/$ldflags//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
13ce82d8 695
696# remove known unpackaged files
697rm -rf $RPM_BUILD_ROOT%{_prefix}/mysql-test
698
37400e9a
ER
699# remove .txt variants for .sys messages
700rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/*/*.txt
701
13ce82d8 702# rename not to be so generic name
13ce82d8 703mv $RPM_BUILD_ROOT%{_bindir}/{,mysql_}resolve_stack_dump
448811bf 704mv $RPM_BUILD_ROOT%{_mandir}/man1/{,mysql_}resolve_stack_dump.1
13ce82d8 705
706# not useful without -debug build
707%{!?debug:rm -f $RPM_BUILD_ROOT%{_bindir}/mysql_resolve_stack_dump}
448811bf 708%{!?debug:rm -f $RPM_BUILD_ROOT%{_mandir}/man1/mysql_resolve_stack_dump.1}
13ce82d8 709# generate symbols file, so one can generate backtrace using it
710# mysql_resolve_stack_dump -s %{_datadir}/mysql/mysqld.sym -n mysqld.stack.
711# http://dev.mysql.com/doc/refman/5.0/en/using-stack-trace.html
712%{?debug:nm -n $RPM_BUILD_ROOT%{_sbindir}/mysqld > $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld.sym}
713
37400e9a
ER
714# do not clobber users $PATH
715mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_upgrade
716mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/innochecksum
717mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamchk
718mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamlog
719mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisampack
720mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_fix_privilege_tables
721mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/my_print_defaults
722mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysqlcheck
723
724# functionality in initscript / rpm
13ce82d8 725rm $RPM_BUILD_ROOT%{_bindir}/mysql_install_db
37400e9a 726rm $RPM_BUILD_ROOT%{_bindir}/mysql_upgrade_shell
13ce82d8 727rm $RPM_BUILD_ROOT%{_bindir}/mysqld_safe
728rm $RPM_BUILD_ROOT%{_bindir}/mysqld_multi
729rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqld_{multi,safe}*
730rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql-log-rotate
731rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql.server
732rm $RPM_BUILD_ROOT%{_datadir}/%{name}/binary-configure
733rm $RPM_BUILD_ROOT%{_datadir}/%{name}/errmsg.txt
734rm $RPM_BUILD_ROOT%{_bindir}/mysql_waitpid
735rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql.server*
736rm $RPM_BUILD_ROOT%{_mandir}/man1/safe_mysqld*
737rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqlman.1*
37400e9a
ER
738rm $RPM_BUILD_ROOT%{_bindir}/resolveip
739rm $RPM_BUILD_ROOT%{_mandir}/man1/resolveip.1*
37400e9a
ER
740rm $RPM_BUILD_ROOT%{_bindir}/comp_err
741rm $RPM_BUILD_ROOT%{_mandir}/man1/comp_err.1
a78a22c1 742rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_install_db.1
2cc8e9c5 743rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_waitpid.1
e32f1a7b 744rm $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld_multi.server
448811bf
ER
745
746# no package for tests
747rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql-stress-test.pl.1
748rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql-test-run.pl.1
749rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test_embedded.1
37400e9a 750# orphaned manuals
37400e9a 751rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqltest_embedded.1
13ce82d8 752
753# in %doc
754rm $RPM_BUILD_ROOT%{_datadir}/%{name}/*.{ini,cnf}
755
756%clean
757rm -rf $RPM_BUILD_ROOT
758
759%pre
760%groupadd -g 89 mysql
761%useradd -u 89 -d %{_mysqlhome} -s /bin/sh -g mysql -c "MySQL Server" mysql
762
763%post
764[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
765/sbin/chkconfig --add mysql
766%service mysql restart
767
768%preun
769if [ "$1" = "0" ]; then
770 %service -q mysql stop
771 /sbin/chkconfig --del mysql
772fi
773
774%postun
775[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
776if [ "$1" = "0" ]; then
777 %userremove mysql
778 %groupremove mysql
779fi
780
781%post ndb
782/sbin/chkconfig --add mysql-ndb
783%service mysql-ndb restart "mysql NDB engine"
784
785%preun ndb
786if [ "$1" = "0" ]; then
787 %service mysql-ndb stop
788 /sbin/chkconfig --del mysql-ndb
789fi
790
791%post ndb-mgm
792/sbin/chkconfig --add mysql-ndb-mgm
793%service mysql-ndb-mgm restart "mysql NDB management node"
794
795%preun ndb-mgm
796if [ "$1" = "0" ]; then
797 %service mysql-ndb-mgm stop
798 /sbin/chkconfig --del mysql-ndb-mgm
799fi
800
801%post ndb-cpc
802/sbin/chkconfig --add mysql-ndb-cpc
803%service mysql-ndb-cpc restart "mysql NDB CPC"
804
805%preun ndb-cpc
806if [ "$1" = "0" ]; then
807 %service mysql-ndb-cpc stop
808 /sbin/chkconfig --del mysql-ndb-cpc
809fi
810
811%post libs -p /sbin/ldconfig
812%postun libs -p /sbin/ldconfig
813
885918e3 814%triggerpostun -- mysql < 4.0.20-2.4
13ce82d8 815# For clusters in /etc/mysql/clusters.conf
885918e3 816if [ -f /etc/sysconfig/mysql ]; then
13ce82d8 817 . /etc/sysconfig/mysql
818 if [ -n "$MYSQL_DB_CLUSTERS" ]; then
819 for i in "$MYSQL_DB_CLUSTERS"; do
820 echo "$i/mysqld.conf=$i" >> /etc/mysql/clusters.conf
821 done
822 echo "# Do not use **obsolete** option MYSQL_DB_CLUSTERS" >> /etc/sysconfig/mysql
823 echo "# USE /etc/mysql/clusters.conf instead" >> /etc/sysconfig/mysql
824 echo "Converted clusters from MYSQL_DB_CLUSTERS to /etc/mysql/clusters.conf."
825 echo "You NEED to fix your /etc/sysconfig/mysql and verify /etc/mysql/clusters.conf."
826 fi
827fi
828
885918e3 829%triggerpostun -- mysql < 4.1.1
13ce82d8 830# For better compatibility with prevoius versions:
831for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/mysql/clusters.conf); do
832 if echo "$config" | grep -q '^/'; then
833 config_file="$config"
834 elif [ -f "/etc/mysql/$config" ]; then
835 config_file=/etc/mysql/$config
836 else
837 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/mysql/clusters.conf)
838 if [ -z "$clusterdir" ]; then
839 echo >&2 "Can't find cluster dir for $config!"
840 echo >&2 "Please remove extra (leading) spaces from /etc/mysql/clusters.conf"
841 exit 1
842 fi
843 config_file="$clusterdir/mysqld.conf"
844 fi
845
846 if [ ! -f "$config_file" ]; then
847 echo >&2 "Lost myself! Please report this (with above errors, if any) to http://bugs.pld-linux.org/"
848 exit 1
849 fi
850 echo "Adding option old-passwords to config: $config_file"
851 echo "If you want to use new, better passwords - remove it"
852
853 # sed magic to add 'old-passwords' to [mysqld] section
854 sed -i -e '/./{H;$!d;};x;/\[mysqld\]/{
855 a
856 a; Compatibility options:
857 aold-passwords
858 }
859 ' $config_file
860done
861
862%banner -e %{name}-4.1.x <<-EOF
863 If you want to use new help tables in MySQL 4.1.x then You'll need to import the help data:
864 mysql -u mysql mysql < %{_datadir}/%{name}/fill_help_tables.sql
865EOF
866#'
867
868%files
869%defattr(644,root,root,755)
d5eb4b14 870%doc support-files/*.cnf support-files/*.ini ChangeLog
13ce82d8 871%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysql
872%attr(754,root,root) /etc/rc.d/init.d/mysql
873%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql
a8c2b192 874%dir /etc/ssl/certs/mysql
13ce82d8 875%attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/clusters.conf
37400e9a
ER
876%attr(755,root,root) %{_sbindir}/innochecksum
877%attr(755,root,root) %{_sbindir}/my_print_defaults
878%attr(755,root,root) %{_sbindir}/myisamchk
879%attr(755,root,root) %{_sbindir}/myisamlog
880%attr(755,root,root) %{_sbindir}/myisampack
881%attr(755,root,root) %{_sbindir}/mysql_fix_privilege_tables
882%attr(755,root,root) %{_sbindir}/mysql_upgrade
883%attr(755,root,root) %{_sbindir}/mysqlcheck
13ce82d8 884%attr(755,root,root) %{_sbindir}/mysqld
37400e9a 885%{_mandir}/man1/innochecksum.1*
540a650f 886%{_mandir}/man1/my_print_defaults.1*
13ce82d8 887%{_mandir}/man1/myisamchk.1*
888%{_mandir}/man1/myisamlog.1*
889%{_mandir}/man1/myisampack.1*
37400e9a 890%{_mandir}/man1/mysql_fix_privilege_tables.1*
13ce82d8 891%{_mandir}/man1/mysql_upgrade.1*
37400e9a 892%{_mandir}/man1/mysqlcheck.1*
13ce82d8 893%{_mandir}/man8/mysqld.8*
894
a397d2f1
ER
895%if %{?debug:1}0
896%attr(755,root,root) %{_bindir}/*resolve_stack_dump
897%{_datadir}/mysql/mysqld.sym
898%{_mandir}/man1/*resolve_stack_dump.1*
899%endif
900
13ce82d8 901%attr(700,mysql,mysql) %{_mysqlhome}
37400e9a 902# root:root is proper here for mysql.rpm while mysql:mysql is potential security hole
13ce82d8 903%attr(751,root,root) /var/lib/mysql
904%attr(750,mysql,mysql) %dir /var/log/mysql
37400e9a 905%attr(750,mysql,mysql) %dir /var/log/archive/mysql
13ce82d8 906%attr(640,mysql,mysql) %ghost /var/log/mysql/*
907
908%{_infodir}/mysql.info*
909# This is template for configuration file which is created after 'service mysql init'
910%{_datadir}/mysql/mysqld.conf
448811bf
ER
911%{_datadir}/mysql/mysql_system_tables.sql
912%{_datadir}/mysql/mysql_system_tables_data.sql
913%{_datadir}/mysql/mysql_test_data_timezone.sql
914
915%{_datadir}/mysql/english
37400e9a
ER
916%{_datadir}/mysql/fill_help_tables.sql
917%{_datadir}/mysql/mysql_fix_privilege_tables.sql
13ce82d8 918%lang(cs) %{_datadir}/mysql/czech
919%lang(da) %{_datadir}/mysql/danish
920%lang(de) %{_datadir}/mysql/german
921%lang(el) %{_datadir}/mysql/greek
922%lang(es) %{_datadir}/mysql/spanish
923%lang(et) %{_datadir}/mysql/estonian
924%lang(fr) %{_datadir}/mysql/french
925%lang(hu) %{_datadir}/mysql/hungarian
926%lang(it) %{_datadir}/mysql/italian
927%lang(ja) %{_datadir}/mysql/japanese
928%lang(ko) %{_datadir}/mysql/korean
929%lang(nl) %{_datadir}/mysql/dutch
930%lang(nb) %{_datadir}/mysql/norwegian
931%lang(nn) %{_datadir}/mysql/norwegian-ny
932%lang(pl) %{_datadir}/mysql/polish
933%lang(pt) %{_datadir}/mysql/portuguese
934%lang(ro) %{_datadir}/mysql/romanian
935%lang(ru) %{_datadir}/mysql/russian
936%lang(sr) %{_datadir}/mysql/serbian
937%lang(sk) %{_datadir}/mysql/slovak
938%lang(sv) %{_datadir}/mysql/swedish
939%lang(uk) %{_datadir}/mysql/ukrainian
940
941%files charsets
942%defattr(644,root,root,755)
943%dir %{_datadir}/mysql
944%{_datadir}/mysql/charsets
945
946%files extras
947%defattr(644,root,root,755)
948%attr(755,root,root) %{_bindir}/msql2mysql
949%attr(755,root,root) %{_bindir}/myisam_ftdump
950%attr(755,root,root) %{_bindir}/mysql_secure_installation
951%attr(755,root,root) %{_bindir}/mysql_tzinfo_to_sql
13ce82d8 952%attr(755,root,root) %{_bindir}/perror
953%attr(755,root,root) %{_bindir}/replace
13ce82d8 954%{_mandir}/man1/msql2mysql.1*
955%{_mandir}/man1/myisam_ftdump.1*
448811bf 956%{_mandir}/man1/mysql_secure_installation.1*
540a650f 957%{_mandir}/man1/mysql_tzinfo_to_sql.1*
13ce82d8 958%{_mandir}/man1/perror.1*
959%{_mandir}/man1/replace.1*
960
4ea87158
ER
961%files -n mysqlhotcopy
962%defattr(644,root,root,755)
963%attr(755,root,root) %{_bindir}/mysqlhotcopy
964%{_mandir}/man1/mysqlhotcopy.1*
965
13ce82d8 966%files extras-perl
967%defattr(644,root,root,755)
968%attr(755,root,root) %{_bindir}/mysql_convert_table_format
969%attr(755,root,root) %{_bindir}/mysql_explain_log
970%attr(755,root,root) %{_bindir}/mysql_find_rows
971%attr(755,root,root) %{_bindir}/mysql_fix_extensions
972%attr(755,root,root) %{_bindir}/mysql_setpermission
973%attr(755,root,root) %{_bindir}/mysql_tableinfo
974%attr(755,root,root) %{_bindir}/mysql_zap
975%attr(755,root,root) %{_bindir}/mysqlaccess
976%attr(755,root,root) %{_bindir}/mysqldumpslow
37400e9a 977%{_mandir}/man1/mysql_convert_table_format.1*
13ce82d8 978%{_mandir}/man1/mysql_explain_log.1*
37400e9a
ER
979%{_mandir}/man1/mysql_find_rows.1*
980%{_mandir}/man1/mysql_fix_extensions.1*
981%{_mandir}/man1/mysql_setpermission.1*
982%{_mandir}/man1/mysql_tableinfo.1*
13ce82d8 983%{_mandir}/man1/mysql_zap.1*
984%{_mandir}/man1/mysqlaccess.1*
309acf82 985%{_mandir}/man1/mysqldumpslow.1*
13ce82d8 986
987%files client
988%defattr(644,root,root,755)
989%attr(755,root,root) %{_bindir}/mysql
37400e9a
ER
990%attr(755,root,root) %{_bindir}/mysqladmin
991%attr(755,root,root) %{_bindir}/mysqlbinlog
13ce82d8 992%attr(755,root,root) %{_bindir}/mysqlbug
993%attr(755,root,root) %{_bindir}/mysqldump
994%attr(755,root,root) %{_bindir}/mysqlimport
13ce82d8 995%attr(755,root,root) %{_bindir}/mysqlshow
37400e9a 996%attr(755,root,root) %{_sbindir}/mysqlmanager
13ce82d8 997%{_mandir}/man1/mysql.1*
998%{_mandir}/man1/mysqladmin.1*
13ce82d8 999%{_mandir}/man1/mysqlbinlog.1*
37400e9a
ER
1000%{_mandir}/man1/mysqlbug.1*
1001%{_mandir}/man1/mysqldump.1*
13ce82d8 1002%{_mandir}/man1/mysqlimport.1*
37400e9a 1003%{_mandir}/man1/mysqlshow.1*
13ce82d8 1004%{_mandir}/man8/mysqlmanager.8*
1005
1006%files libs
1007%defattr(644,root,root,755)
1008%doc EXCEPTIONS-CLIENT
37400e9a
ER
1009%attr(751,root,root) %dir %{_sysconfdir}/mysql
1010%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/mysql-client.conf
e32f1a7b 1011%attr(755,root,root) %{_libdir}/libmysqlclient.so.*.*
e32f1a7b 1012%attr(755,root,root) %ghost %{_libdir}/libmysqlclient.so.15
37400e9a 1013%attr(755,root,root) %{_libdir}/libmysqlclient_r.so.*.*
e32f1a7b 1014%attr(755,root,root) %ghost %{_libdir}/libmysqlclient_r.so.15
37400e9a 1015%attr(755,root,root) %{_libdir}/libndbclient.so.*.*
e32f1a7b 1016%attr(755,root,root) %ghost %{_libdir}/libndbclient.so.2
13ce82d8 1017
1018%files devel
1019%defattr(644,root,root,755)
1020%attr(755,root,root) %{_bindir}/mysql_config
37400e9a
ER
1021%attr(755,root,root) %{_libdir}/libmysqlclient.so
1022%attr(755,root,root) %{_libdir}/libmysqlclient_r.so
1023%attr(755,root,root) %{_libdir}/libndbclient.so
1024%{_libdir}/libmysqlclient.la
1025%{_libdir}/libmysqlclient_r.la
1026%{_libdir}/libndbclient.la
1027# static-only
1028%{_libdir}/libdbug.a
1029%{_libdir}/libheap.a
1030%{_libdir}/libmyisam.a
1031%{_libdir}/libmyisammrg.a
1032%{_libdir}/libmysqld.a
1033%{_libdir}/libmystrings.a
1034%{_libdir}/libmysys.a
1035%{_libdir}/libvio.a
13ce82d8 1036%{_includedir}/mysql
1037%{_mandir}/man1/mysql_config.1*
1038
1039%files static
1040%defattr(644,root,root,755)
37400e9a
ER
1041%{_libdir}/libmysqlclient.a
1042%{_libdir}/libmysqlclient_r.a
1043%{_libdir}/libndbclient.a
13ce82d8 1044
1045%files bench
1046%defattr(644,root,root,755)
13ce82d8 1047%attr(755,root,root) %{_bindir}/mysql_client_test
e32f1a7b
ER
1048%attr(755,root,root) %{_bindir}/mysqltest
1049%attr(755,root,root) %{_bindir}/mysqltestmanager
1050%attr(755,root,root) %{_bindir}/mysqltestmanager-pwgen
1051%attr(755,root,root) %{_bindir}/mysqltestmanagerc
13ce82d8 1052%dir %{_datadir}/sql-bench
1053%{_datadir}/sql-bench/[CDRl]*
1054%attr(755,root,root) %{_datadir}/sql-bench/[bcgirst]*
1055# wrong dir?
1056%{_datadir}/mysql/mi_test_all.res
1057%attr(755,root,root) %{_datadir}/mysql/mi_test_all
2cc8e9c5 1058%{_mandir}/man1/mysql_client_test.1*
37400e9a 1059%{_mandir}/man1/mysqltest.1*
13ce82d8 1060
1061#%files doc
1062#%defattr(644,root,root,755)
1063#%doc Docs/manual.html Docs/manual_toc.html
1064
1065%files ndb
1066%defattr(644,root,root,755)
1067%attr(755,root,root) %{_sbindir}/ndbd
1068%attr(754,root,root) /etc/rc.d/init.d/mysql-ndb
1069%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb
8ecd9b33 1070%{_mandir}/man8/ndbd.8*
13ce82d8 1071
1072%files ndb-client
1073%defattr(644,root,root,755)
37400e9a
ER
1074%attr(755,root,root) %{_bindir}/ndb_config
1075%attr(755,root,root) %{_bindir}/ndb_delete_all
1076%attr(755,root,root) %{_bindir}/ndb_desc
1077%attr(755,root,root) %{_bindir}/ndb_drop_index
1078%attr(755,root,root) %{_bindir}/ndb_drop_table
1079%attr(755,root,root) %{_bindir}/ndb_error_reporter
1080%attr(755,root,root) %{_bindir}/ndb_mgm
1081%attr(755,root,root) %{_bindir}/ndb_restore
1082%attr(755,root,root) %{_bindir}/ndb_select_all
1083%attr(755,root,root) %{_bindir}/ndb_select_count
1084%attr(755,root,root) %{_bindir}/ndb_show_tables
1085%attr(755,root,root) %{_bindir}/ndb_size.pl
1086%attr(755,root,root) %{_bindir}/ndb_test_platform
1087%attr(755,root,root) %{_bindir}/ndb_waiter
13ce82d8 1088%attr(755,root,root) %{_datadir}/mysql/ndb_size.tmpl
37400e9a
ER
1089%{_mandir}/man1/ndb_config.1*
1090%{_mandir}/man1/ndb_delete_all.1*
1091%{_mandir}/man1/ndb_desc.1*
1092%{_mandir}/man1/ndb_drop_index.1*
1093%{_mandir}/man1/ndb_drop_table.1*
1094%{_mandir}/man1/ndb_error_reporter.1*
1095%{_mandir}/man1/ndb_mgm.1*
1096%{_mandir}/man1/ndb_restore.1*
1097%{_mandir}/man1/ndb_select_all.1*
1098%{_mandir}/man1/ndb_select_count.1*
1099%{_mandir}/man1/ndb_show_tables.1*
1100%{_mandir}/man1/ndb_size.pl.1*
1101%{_mandir}/man1/ndb_waiter.1*
13ce82d8 1102
1103%files ndb-mgm
1104%defattr(644,root,root,755)
1105%attr(755,root,root) %{_sbindir}/ndb_mgmd
1106%attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-mgm
1107%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-mgm
8ecd9b33 1108%{_mandir}/man8/ndb_mgmd.8*
13ce82d8 1109
1110%files ndb-cpc
1111%defattr(644,root,root,755)
1112%attr(755,root,root) %{_sbindir}/ndb_cpcd
1113%attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-cpc
1114%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-cpc
fae2e159 1115%{_mandir}/man1/ndb_cpcd.1*
This page took 0.296966 seconds and 4 git commands to generate.