]> git.pld-linux.org Git - packages/mysql.git/blob - mysql.spec
- up to 5.0.88
[packages/mysql.git] / mysql.spec
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:
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
8 %bcond_without  innodb          # InnoDB storage engine support
9 %bcond_without  raid            # Without raid
10 %bcond_without  ssl             # Without OpenSSL
11 %bcond_without  tcpd            # Without libwrap (tcp_wrappers) support
12 %bcond_without  autodeps        # BR packages needed only for resolving deps
13 %bcond_with     bdb             # Berkeley DB support
14 %bcond_without  sphinx          # Sphinx storage engine support
15 %bcond_with     xtrabackup              # XtraBackup
16
17 %include        /usr/lib/rpm/macros.perl
18 Summary:        MySQL: a very fast and reliable SQL database engine
19 Summary(de.UTF-8):      MySQL: ist eine SQL-Datenbank
20 Summary(fr.UTF-8):      MySQL: un serveur SQL rapide et fiable
21 Summary(pl.UTF-8):      MySQL: bardzo szybka i niezawodna baza danych (SQL)
22 Summary(pt_BR.UTF-8):   MySQL: Um servidor SQL rápido e confiável
23 Summary(ru.UTF-8):      MySQL - быстрый SQL-сервер
24 Summary(uk.UTF-8):      MySQL - швидкий SQL-сервер
25 Summary(zh_CN.UTF-8):   MySQL数据库服务器
26 Name:           mysql
27 Version:        5.0.88
28 Release:        1
29 License:        GPL + MySQL FLOSS Exception
30 Group:          Applications/Databases
31 #Source0:       ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
32 Source0:        http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
33 # Source0-md5:  a56810288c40a2a5d7b649467f57422c
34 #Source0:       http://mysql.he.net/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
35 #Source0:       http://mirror.provenscaling.com/mysql/enterprise/source/5.0/%{name}-%{version}.tar.gz
36 Source100:      http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz
37 # Source100-md5:        1ca266613bfdb0e6952d9ca1af93f7cc
38 Source1:        %{name}.init
39 Source2:        %{name}.sysconfig
40 Source3:        %{name}.logrotate
41 Source4:        %{name}d.conf
42 Source5:        %{name}-clusters.conf
43 Source7:        %{name}-ndb.init
44 Source8:        %{name}-ndb.sysconfig
45 Source9:        %{name}-ndb-mgm.init
46 Source10:       %{name}-ndb-mgm.sysconfig
47 Source11:       %{name}-ndb-cpc.init
48 Source12:       %{name}-ndb-cpc.sysconfig
49 Source13:       %{name}-client.conf
50 Source14:       percona.sh
51 Patch0:         %{name}-libs.patch
52 Patch1:         %{name}-sphinx.patch
53 Patch2:         %{name}-c++.patch
54 Patch3:         %{name}-info.patch
55 Patch4:         %{name}-sql-cxx-pic.patch
56 Patch5:         %{name}-noproc.patch
57 Patch6:         %{name}-fix_privilege_tables.patch
58 Patch7:         %{name}-align.patch
59 Patch8:         %{name}-client-config.patch
60 Patch9:         %{name}-build.patch
61 Patch10:        %{name}-alpha.patch
62 Patch11:        %{name}-ndb-ldflags.patch
63 Patch12:        %{name}-bug-20153.patch
64 Patch13:        %{name}-bug-34192.patch
65 Patch14:        %{name}-bug-16470.patch
66 Patch15:        %{name}-system-users.patch
67 Patch16:        %{name}-errorlog-no-rename.patch
68 Patch17:        %{name}-alpha-stack.patch
69 Patch18:        %{name}-xtrabackup.patch
70 Patch19:        %{name}-fixes.patch
71 Patch20:        %{name}-gcc3.patch
72 Patch21:        %{name}-atomic.patch
73 Patch22:        %{name}-fix-dummy-thread-race-condition.patch
74 # <percona patches, http://www.percona.com/percona-lab.html>
75 Patch100:       %{name}-show_patches.patch
76 Patch101:       %{name}-microslow_innodb.patch
77 Patch102:       %{name}-profiling_slow.patch
78 Patch103:       %{name}-userstatv2.patch
79 Patch104:       %{name}-microsec_process.patch
80 Patch105:       %{name}-innodb_io_patches.patch
81 Patch106:       %{name}-innodb_locks_held.patch
82 Patch107:       %{name}-innodb_show_bp.patch
83 Patch108:       %{name}-innodb_check_fragmentation.patch
84 Patch109:       %{name}-innodb_io_pattern.patch
85 Patch110:       %{name}-innodb_fsync_source.patch
86 Patch111:       %{name}-innodb_show_hashed_memory.patch
87 Patch112:       %{name}-innodb_dict_size_limit.patch
88 Patch113:       %{name}-innodb_extra_rseg.patch
89 Patch114:       %{name}-innodb_thread_concurrency_timer_based.patch
90 Patch115:       %{name}-innodb_use_sys_malloc.patch
91 Patch116:       %{name}-innodb_recovery_patches.patch
92 Patch117:       %{name}-innodb_misc_patch.patch
93 Patch118:       %{name}-innodb_split_buf_pool_mutex.patch
94 Patch119:       %{name}-innodb_rw_lock.patch
95 Patch120:       %{name}-mysql-test.patch
96 # </percona>
97 URL:            http://www.mysql.com/products/database/mysql/community_edition.html
98 BuildRequires:  autoconf
99 BuildRequires:  automake
100 BuildRequires:  bison
101 %{?with_bdb:BuildRequires:      db3-devel}
102 BuildRequires:  flex
103 BuildRequires:  libstdc++-devel >= 5:3.0
104 BuildRequires:  libtool
105 %{?with_tcpd:BuildRequires:     libwrap-devel}
106 BuildRequires:  ncurses-devel >= 4.2
107 %{?with_ssl:BuildRequires:      openssl-devel >= 0.9.7d}
108 %{?with_autodeps:BuildRequires: perl-DBI}
109 BuildRequires:  perl-devel >= 1:5.6.1
110 BuildRequires:  readline-devel >= 4.2
111 BuildRequires:  rpm-perlprov >= 4.1-13
112 BuildRequires:  rpmbuild(macros) >= 1.453
113 BuildRequires:  sed >= 4.0
114 BuildRequires:  texinfo
115 BuildRequires:  zlib-devel
116 Requires(post,preun):   /sbin/chkconfig
117 Requires(postun):       /usr/sbin/groupdel
118 Requires(postun):       /usr/sbin/userdel
119 Requires(pre):  /bin/id
120 Requires(pre):  /usr/bin/getgid
121 Requires(pre):  /usr/sbin/groupadd
122 Requires(pre):  /usr/sbin/useradd
123 Requires(triggerpostun):        sed >= 4.0
124 Requires:       %{name}-charsets = %{version}-%{release}
125 Requires:       %{name}-libs = %{version}-%{release}
126 Requires:       /usr/bin/setsid
127 Requires:       rc-scripts >= 0.2.0
128 Suggests:       mysql-client
129 %{?with_tcpd:Suggests:  tcp_wrappers}
130 Provides:       MySQL-server
131 Provides:       group(mysql)
132 Provides:       msqlormysql
133 Provides:       user(mysql)
134 Obsoletes:      MySQL
135 Obsoletes:      mysql-server
136 Conflicts:      logrotate < 3.7-4
137 BuildRoot:      %{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
148 MySQL is a true multi-user, multi-threaded SQL (Structured Query
149 Language) database server. SQL is the most popular database language
150 in the world. MySQL is a client/server implementation that consists of
151 a server daemon mysqld and many different client programs/libraries.
152
153 The main goals of MySQL are speed, robustness and easy to use. MySQL
154 was originally developed because we at Tcx needed a SQL server that
155 could handle very big databases with magnitude higher speed than what
156 any database vendor could offer to us. We have now been using MySQL
157 since 1996 in a environment with more than 40 databases, 10,000
158 tables, of which more than 500 have more than 7 million rows. This is
159 about 50G of mission critical data.
160
161 The base upon which MySQL is built is a set of routines that have been
162 used in a highly demanding production environment for many years.
163 While MySQL is still in development, it already offers a rich and
164 highly useful function set.
165
166 %description -l fr.UTF-8
167 MySQL est un serveur de bases de donnees SQL vraiment multi-usagers et
168 multi-taches. Le langage SQL est le langage de bases de donnees le
169 plus populaire au monde. MySQL est une implementation client/serveur
170 qui consiste en un serveur (mysqld) et differents
171 programmes/bibliotheques clientes.
172
173 Les objectifs principaux de MySQL sont: vitesse, robustesse et
174 facilite d'utilisation. MySQL fut originalement developpe parce que
175 nous, chez Tcx, avions besoin d'un serveur SQL qui pouvait gerer de
176 tres grandes bases de donnees avec une vitesse d'un ordre de magnitude
177 superieur a ce que n'importe quel vendeur pouvait nous offrir. Nous
178 utilisons MySQL depuis 1996 dans un environnement avec plus de 40
179 bases de donnees, 10000 tables, desquelles plus de 500 ont plus de 7
180 millions de lignes. Ceci represente environ 50G de donnees critiques.
181
182 A la base de la conception de MySQL, on retrouve une serie de routines
183 qui ont ete utilisees dans un environnement de production pendant
184 plusieurs annees. Meme si MySQL est encore en developpement, il offre
185 deja une riche et utile serie de fonctions.
186
187 %description -l pl.UTF-8
188 MySQL to prawdziwie wieloużytkownikowy, wielowątkowy serwer baz danych
189 SQL. SQL jest najpopularniejszym na świecie językiem używanym do baz
190 danych. MySQL to implementacja klient/serwer składająca się z demona
191 mysqld i wielu różnych programów i bibliotek klienckich.
192
193 Głównymi celami MySQL-a są szybkość, potęga i łatwość użytkowania.
194 MySQL oryginalnie był tworzony, ponieważ autorzy w Tcx potrzebowali
195 serwera SQL do obsługi bardzo dużych baz danych z szybkością o wiele
196 większą, niż mogli zaoferować inni producenci baz danych. Używają go
197 od 1996 roku w środowisku z ponad 40 bazami danych, 10 000 tabel, z
198 których ponad 500 zawiera ponad 7 milionów rekordów - w sumie około
199 50GB krytycznych danych.
200
201 Baza, na której oparty jest MySQL, składa się ze zbioru procedur,
202 które były używane w bardzo wymagającym środowisku produkcyjnym przez
203 wiele lat. Pomimo, że MySQL jest ciągle rozwijany, już oferuje bogaty
204 i użyteczny zbiór funkcji.
205
206 %description -l de.UTF-8
207 MySQL ist eine SQL-Datenbank. Allerdings ist sie im Gegensatz zu
208 Oracle, DB2 oder PostgreSQL keine relationale Datenbank. Die Daten
209 werden zwar in zweidimensionalen Tabellen gespeichert und können mit
210 einem Primärschlüssel versehen werden. Es ist aber keine Definition
211 eines Fremdschlüssels möglich. Der Benutzer ist somit bei einer
212 MySQL-Datenbank völlig allein für die (referenzielle) Integrität der
213 Daten verantwortlich. Allein durch die Nutzung externer
214 Tabellenformate, wie InnoDB bzw Berkeley DB wird eine Relationalität
215 ermöglicht. Diese Projekte sind aber getrennt von MySQL zu betrachten.
216
217 %description -l pt_BR.UTF-8
218 O MySQL é um servidor de banco de dados SQL realmente multiusuário e
219 multi-tarefa. A linguagem SQL é a mais popular linguagem para banco de
220 dados no mundo. O MySQL é uma implementação cliente/servidor que
221 consiste de um servidor chamado mysqld e diversos
222 programas/bibliotecas clientes. Os principais objetivos do MySQL são:
223 velocidade, robustez e facilidade de uso. O MySQL foi originalmente
224 desenvolvido porque nós na Tcx precisávamos de um servidor SQL que
225 pudesse lidar com grandes bases de dados e com uma velocidade muito
226 maior do que a que qualquer vendedor podia nos oferecer. Estamos
227 usando o MySQL desde 1996 em um ambiente com mais de 40 bases de dados
228 com 10.000 tabelas, das quais mais de 500 têm mais de 7 milhões de
229 linhas. Isto é o equivalente a aproximadamente 50G de dados críticos.
230 A base da construção do MySQL é uma série de rotinas que foram usadas
231 em um ambiente de produção com alta demanda por muitos anos. Mesmo o
232 MySQL estando ainda em desenvolvimento, ele já oferece um conjunto de
233 funções muito ricas e úteis. Veja a documentação para maiores
234 informações.
235
236 %description -l ru.UTF-8
237 MySQL - это SQL (Structured Query Language) сервер базы данных. MySQL
238 была написана Michael'ом (monty) Widenius'ом. См. файл CREDITS в
239 дистрибутиве на предмет других участников проекта и прочей информации
240 о MySQL.
241
242 %description -l uk.UTF-8
243 MySQL - це SQL (Structured Query Language) сервер бази даних. MySQL
244 було написано Michael'ом (monty) Widenius'ом. Див. файл CREDITS в
245 дистрибутиві для інформації про інших учасників проекту та іншої
246 інформації.
247
248 %package charsets
249 Summary:        MySQL - character sets definitions
250 Summary(pl.UTF-8):      MySQL - definicje kodowań znaków
251 Group:          Applications/Databases
252
253 %description charsets
254 This package contains character sets definitions needed by both client
255 and server.
256
257 %description charsets -l pl.UTF-8
258 Ten pakiet zawiera definicje kodowań znaków potrzebne dla serwera i
259 klienta.
260
261 %package -n mysqlhotcopy
262 Summary:        mysqlhotcopy - A MySQL database backup program
263 Summary(pl.UTF-8):      mysqlhotcopy - program do tworzenia kopii zapasowych baz MySQL
264 Group:          Applications/Databases
265 Requires:       %{name}-libs = %{version}-%{release}
266 Requires:       perl-DBD-mysql
267
268 %description -n mysqlhotcopy
269 mysqlhotcopy uses LOCK TABLES, FLUSH TABLES, and cp or scp to make a
270 database backup quickly. It is the fastest way to make a backup of the
271 database or single tables, but it can be run only on the same machine
272 where the database directories are located. mysqlhotcopy works only
273 for backing up MyISAM and ARCHIVE tables.
274
275 See innobackup package to backup InnoDB tables.
276
277 %description -n mysqlhotcopy -l pl.UTF-8
278 mysqlhotcopy wykorzystuje LOCK TABLES, FLUSH TABLES oraz cp i scp do
279 szybkiego tworzenia kopii zapasowych baz danych. Jest to najszybszy
280 sposób wykonania kopii zapasowej bazy danych lub pojedynczych tabel,
281 ale może działać tylko na maszynie, na której znajdują się katalogi z
282 bazą danych. mysqlhotcopy działa tylko dla tabel typu MyISAM i
283 ARCHIVE.
284
285 Narzędzie do tworzenia kopii tabel InnoDB znajduje się w pakiecie
286 innobackup.
287
288 %package extras
289 Summary:        MySQL additional utilities
290 Summary(pl.UTF-8):      Dodatkowe narzędzia do MySQL
291 Group:          Applications/Databases
292 Requires:       %{name}-libs = %{version}-%{release}
293
294 %description extras
295 MySQL additional utilities except Perl scripts (they may be found in
296 %{name}-extras-perl package).
297
298 %description extras -l pl.UTF-8
299 Dodatkowe narzędzia do MySQL - z wyjątkiem skryptów Perla (które są w
300 pakiecie %{name}-extras-perl).
301
302 %package extras-perl
303 Summary:        MySQL additional utilities written in Perl
304 Summary(pl.UTF-8):      Dodatkowe narzędzia do MySQL napisane w Perlu
305 Group:          Applications/Databases
306 Requires:       %{name}-extras = %{version}-%{release}
307 # this is just for the sake of smooth upgrade, not to break systems
308 Requires:       mysqlhotcopy = %{version}-%{release}
309 Requires:       perl(DBD::mysql)
310
311 %description extras-perl
312 MySQL additional utilities written in Perl.
313
314 %description extras-perl -l pl.UTF-8
315 Dodatkowe narzędzia do MySQL napisane w Perlu.
316
317 %package client
318 Summary:        MySQL - Client
319 Summary(pl.UTF-8):      MySQL - Klient
320 Summary(pt.UTF-8):      MySQL - Cliente
321 Summary(ru.UTF-8):      MySQL клиент
322 Summary(uk.UTF-8):      MySQL клієнт
323 Group:          Applications/Databases
324 Requires:       %{name}-charsets = %{version}-%{release}
325 Requires:       %{name}-libs = %{version}-%{release}
326 Obsoletes:      MySQL-client
327
328 %description client
329 This package contains the standard MySQL clients.
330
331 %description client -l fr.UTF-8
332 Ce package contient les clients MySQL standards.
333
334 %description client -l pl.UTF-8
335 Standardowe programy klienckie MySQL.
336
337 %description client -l pt_BR.UTF-8
338 Este pacote contém os clientes padrão para o MySQL.
339
340 %description client -l ru.UTF-8
341 Этот пакет содержит только клиент MySQL.
342
343 %description client -l uk.UTF-8
344 Цей пакет містить тільки клієнта MySQL.
345
346 %package libs
347 Summary:        Shared libraries for MySQL
348 Summary(pl.UTF-8):      Biblioteki dzielone MySQL
349 Group:          Libraries
350 Requires:       glibc >= 6:2.3.6-15
351 Obsoletes:      libmysql10
352 Obsoletes:      mysql-doc < 4.1.12
353
354 %description libs
355 Shared libraries for MySQL.
356
357 %description libs -l pl.UTF-8
358 Biblioteki dzielone MySQL.
359
360 %package devel
361 Summary:        MySQL - Development header files and libraries
362 Summary(pl.UTF-8):      MySQL - Pliki nagłówkowe i biblioteki dla programistów
363 Summary(pt.UTF-8):      MySQL - Medições de desempenho
364 Summary(ru.UTF-8):      MySQL - хедеры и библиотеки разработчика
365 Summary(uk.UTF-8):      MySQL - хедери та бібліотеки програміста
366 Group:          Development/Libraries
367 Requires:       %{name}-libs = %{version}-%{release}
368 %{?with_ssl:Requires:   openssl-devel}
369 Requires:       zlib-devel
370 Obsoletes:      MySQL-devel
371 Obsoletes:      libmysql10-devel
372
373 %description devel
374 This package contains the development header files and libraries
375 necessary to develop MySQL client applications.
376
377 %description devel -l fr.UTF-8
378 Ce package contient les fichiers entetes et les librairies de
379 developpement necessaires pour developper des applications clientes
380 MySQL.
381
382 %description devel -l pl.UTF-8
383 Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji
384 klienckich MySQL.
385
386 %description devel -l pt_BR.UTF-8
387 Este pacote contém os arquivos de cabeçalho (header files) e
388 bibliotecas necessárias para desenvolver aplicações clientes do MySQL.
389
390 %description devel -l ru.UTF-8
391 Этот пакет содержит хедеры и библиотеки разработчика, необходимые для
392 разработки клиентских приложений.
393
394 %description devel -l uk.UTF-8
395 Цей пакет містить хедери та бібліотеки програміста, необхідні для
396 розробки програм-клієнтів.
397
398 %package static
399 Summary:        MySQL static libraries
400 Summary(pl.UTF-8):      Biblioteki statyczne MySQL
401 Summary(ru.UTF-8):      MySQL - статические библиотеки
402 Summary(uk.UTF-8):      MySQL - статичні бібліотеки
403 Group:          Development/Libraries
404 Requires:       %{name}-devel = %{version}-%{release}
405 Obsoletes:      MySQL-static
406
407 %description static
408 MySQL static libraries.
409
410 %description static -l pl.UTF-8
411 Biblioteki statyczne MySQL.
412
413 %description static -l ru.UTF-8
414 Этот пакет содержит статические библиотеки разработчика, необходимые
415 для разработки клиентских приложений.
416
417 %description static -l uk.UTF-8
418 Цей пакет містить статичні бібліотеки програміста, необхідні для
419 розробки програм-клієнтів.
420
421 %package bench
422 Summary:        MySQL - Benchmarks
423 Summary(pl.UTF-8):      MySQL - Programy testujące szybkość działania bazy
424 Summary(pt.UTF-8):      MySQL - Medições de desempenho
425 Summary(ru.UTF-8):      MySQL - бенчмарки
426 Summary(uk.UTF-8):      MySQL - бенчмарки
427 Group:          Applications/Databases
428 Requires:       %{name} = %{version}-%{release}
429 Requires:       %{name}-client
430 Requires:       perl(DBD::mysql)
431 Obsoletes:      MySQL-bench
432
433 %description bench
434 This package contains MySQL benchmark scripts and data.
435
436 %description bench -l pl.UTF-8
437 Programy testujące szybkość serwera MySQL.
438
439 %description bench -l pt_BR.UTF-8
440 Este pacote contém medições de desempenho de scripts e dados do MySQL.
441
442 %description bench -l ru.UTF-8
443 Этот пакет содержит скрипты и данные для оценки производительности
444 MySQL.
445
446 %description bench -l uk.UTF-8
447 Цей пакет містить скрипти та дані для оцінки продуктивності MySQL.
448
449 %package doc
450 Summary:        MySQL manual
451 Summary(pl.UTF-8):      Podręcznik użytkownika MySQL
452 Group:          Applications/Databases
453
454 %description doc
455 This package contains manual in HTML format.
456
457 %description doc -l pl.UTF-8
458 Podręcznik MySQL-a w formacie HTML.
459
460 %package ndb
461 Summary:        MySQL - NDB Storage Engine Daemon
462 Summary(pl.UTF-8):      MySQL - demon silnika przechowywania danych NDB
463 Group:          Applications/Databases
464 Requires:       %{name}-libs = %{version}-%{release}
465
466 %description ndb
467 This package contains the standard MySQL NDB Storage Engine Daemon.
468
469 %description ndb -l pl.UTF-8
470 Ten pakiet zawiera standardowego demona silnika przechowywania danych
471 NDB.
472
473 %package ndb-client
474 Summary:        MySQL - NDB Clients
475 Summary(pl.UTF-8):      MySQL - programy klienckie NDB
476 Group:          Applications/Databases
477 Requires:       %{name}-libs = %{version}-%{release}
478
479 %description ndb-client
480 This package contains the standard MySQL NDB Clients.
481
482 %description ndb-client -l pl.UTF-8
483 Ten pakiet zawiera standardowe programy klienckie MySQL NDB.
484
485 %package ndb-mgm
486 Summary:        MySQL - NDB Management Daemon
487 Summary(pl.UTF-8):      MySQL - demon zarządzający NDB
488 Group:          Applications/Databases
489 Requires:       %{name}-libs = %{version}-%{release}
490
491 %description ndb-mgm
492 This package contains the standard MySQL NDB Management Daemon.
493
494 %description ndb-mgm -l pl.UTF-8
495 Ten pakiet zawiera standardowego demona zarządzającego MySQL NDB.
496
497 %package ndb-cpc
498 Summary:        MySQL - NDB CPC Daemon
499 Summary(pl.UTF-8):      MySQL - demon NDB CPC
500 Group:          Applications/Databases
501 Requires:       %{name}-libs = %{version}-%{release}
502
503 %description ndb-cpc
504 This package contains the standard MySQL NDB CPC Daemon.
505
506 %description ndb-cpc -l pl.UTF-8
507 Ten pakiet zawiera standardowego demona MySQL NDB CPC.
508
509 %prep
510 %setup -q %{?with_sphinx:-a100}
511 %patch0 -p1
512 %if %{with sphinx}
513 mv sphinx-*/mysqlse sql/sphinx
514 %patch1 -p1
515 %endif
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
533 %patch13 -p1
534 %patch14 -p1
535 %patch15 -p1
536 %patch16 -p1
537 %ifarch alpha
538 %patch17 -p1
539 %endif
540 %{?with_xtrabackup:%patch18 -p1}
541
542 # <percona %patches>
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
563 %patch120 -p1
564 # </percona>
565
566 %patch19 -p1
567 %if "%{cxx_version}" < "4.1"
568 %patch20 -p1
569 %endif
570 %patch21 -p0
571 %patch22 -p1
572
573 %build
574 %{__libtoolize}
575 %{__aclocal}
576 %{__automake}
577 %{__autoheader}
578 %{__autoconf}
579
580 # The compiler flags are as per their "official" spec ;)
581 CXXFLAGS="%{rpmcflags} -fno-implicit-templates -fno-exceptions -fno-rtti"
582 CFLAGS="%{rpmcflags}"
583 CPPFLAGS="%{rpmcppflags}"
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 \
616         %{?with_sphinx:--with-sphinx-storage-engine} \
617         %{?with_federated:--with-federated-storage-engine} \
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
630 echo -e "all:\ninstall:\nclean:\nlink_sources:\n" > libmysqld/examples/Makefile
631
632 %{__make} \
633         benchdir=$RPM_BUILD_ROOT%{_datadir}/sql-bench
634
635 %if %{with xtrabackup}
636 %{__make} -C innobase/xtrabackup \
637         CC="%{__cc}"
638 %endif
639
640 %{__make} -C Docs mysql.info
641
642 %install
643 rm -rf $RPM_BUILD_ROOT
644 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql,ssl/certs/mysql} \
645            $RPM_BUILD_ROOT/var/{log/{archive,}/mysql,lib/mysql} \
646            $RPM_BUILD_ROOT{%{_infodir},%{_mysqlhome}}
647
648 %if %{with bdb}
649 install -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
659 install Docs/mysql.info $RPM_BUILD_ROOT%{_infodir}
660
661 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql
662 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/mysql
663 install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/mysql
664 # This is template for configuration file which is created after 'service mysql init'
665 install %{SOURCE4} mysqld.conf
666 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/mysql/clusters.conf
667 touch $RPM_BUILD_ROOT/var/log/mysql/{err,log,update}
668
669 # remove innodb directives from mysqld.conf if mysqld is configured without
670 %if %{without innodb}
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
676 %if %{without bdb}
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
681 install mysqld.conf $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld.conf
682 cp -a %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/mysql/mysql-client.conf
683
684 # NDB
685 install %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb
686 install %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb
687 install %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-mgm
688 install %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-mgm
689 install %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-cpc
690 install %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-cpc
691
692 mv -f $RPM_BUILD_ROOT%{_libdir}/mysql/lib* $RPM_BUILD_ROOT%{_libdir}
693 sed -i -e 's,%{_libdir}/mysql,%{_libdir},' $RPM_BUILD_ROOT{%{_libdir}/libmysqlclient{,_r}.la,%{_bindir}/mysql_config}
694 sed -i -e '/libs/s/$ldflags//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
695
696 # remove known unpackaged files
697 rm -rf $RPM_BUILD_ROOT%{_prefix}/mysql-test
698
699 # remove .txt variants for .sys messages
700 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/*/*.txt
701
702 # rename not to be so generic name
703 mv $RPM_BUILD_ROOT%{_bindir}/{,mysql_}resolve_stack_dump
704 mv $RPM_BUILD_ROOT%{_mandir}/man1/{,mysql_}resolve_stack_dump.1
705
706 # not useful without -debug build
707 %{!?debug:rm -f $RPM_BUILD_ROOT%{_bindir}/mysql_resolve_stack_dump}
708 %{!?debug:rm -f $RPM_BUILD_ROOT%{_mandir}/man1/mysql_resolve_stack_dump.1}
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
714 # do not clobber users $PATH
715 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_upgrade
716 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/innochecksum
717 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamchk
718 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamlog
719 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisampack
720 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_fix_privilege_tables
721 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/my_print_defaults
722 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysqlcheck
723
724 # functionality in initscript / rpm
725 rm $RPM_BUILD_ROOT%{_bindir}/mysql_install_db
726 rm $RPM_BUILD_ROOT%{_bindir}/mysql_upgrade_shell
727 rm $RPM_BUILD_ROOT%{_bindir}/mysqld_safe
728 rm $RPM_BUILD_ROOT%{_bindir}/mysqld_multi
729 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqld_{multi,safe}*
730 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql-log-rotate
731 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql.server
732 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/binary-configure
733 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/errmsg.txt
734 rm $RPM_BUILD_ROOT%{_bindir}/mysql_waitpid
735 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql.server*
736 rm $RPM_BUILD_ROOT%{_mandir}/man1/safe_mysqld*
737 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqlman.1*
738 rm $RPM_BUILD_ROOT%{_bindir}/resolveip
739 rm $RPM_BUILD_ROOT%{_mandir}/man1/resolveip.1*
740 rm $RPM_BUILD_ROOT%{_bindir}/comp_err
741 rm $RPM_BUILD_ROOT%{_mandir}/man1/comp_err.1
742 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_install_db.1
743 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_waitpid.1
744 rm $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld_multi.server
745
746 # no package for tests
747 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql-stress-test.pl.1
748 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql-test-run.pl.1
749 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test_embedded.1
750 # orphaned manuals
751 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqltest_embedded.1
752
753 # in %doc
754 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/*.{ini,cnf}
755
756 %clean
757 rm -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
769 if [ "$1" = "0" ]; then
770         %service -q mysql stop
771         /sbin/chkconfig --del mysql
772 fi
773
774 %postun
775 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
776 if [ "$1" = "0" ]; then
777         %userremove mysql
778         %groupremove mysql
779 fi
780
781 %post ndb
782 /sbin/chkconfig --add mysql-ndb
783 %service mysql-ndb restart "mysql NDB engine"
784
785 %preun ndb
786 if [ "$1" = "0" ]; then
787         %service mysql-ndb stop
788         /sbin/chkconfig --del mysql-ndb
789 fi
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
796 if [ "$1" = "0" ]; then
797         %service mysql-ndb-mgm stop
798         /sbin/chkconfig --del mysql-ndb-mgm
799 fi
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
806 if [ "$1" = "0" ]; then
807         %service mysql-ndb-cpc stop
808         /sbin/chkconfig --del mysql-ndb-cpc
809 fi
810
811 %post   libs -p /sbin/ldconfig
812 %postun libs -p /sbin/ldconfig
813
814 %triggerpostun -- mysql < 4.0.20-2.4
815 # For clusters in /etc/mysql/clusters.conf
816 if [ -f /etc/sysconfig/mysql ]; then
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
827 fi
828
829 %triggerpostun -- mysql < 4.1.1
830 # For better compatibility with prevoius versions:
831 for 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
860 done
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
865 EOF
866 #'
867
868 %files
869 %defattr(644,root,root,755)
870 %doc support-files/*.cnf support-files/*.ini ChangeLog
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
874 %dir /etc/ssl/certs/mysql
875 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/clusters.conf
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
884 %attr(755,root,root) %{_sbindir}/mysqld
885 %{_mandir}/man1/innochecksum.1*
886 %{_mandir}/man1/my_print_defaults.1*
887 %{_mandir}/man1/myisamchk.1*
888 %{_mandir}/man1/myisamlog.1*
889 %{_mandir}/man1/myisampack.1*
890 %{_mandir}/man1/mysql_fix_privilege_tables.1*
891 %{_mandir}/man1/mysql_upgrade.1*
892 %{_mandir}/man1/mysqlcheck.1*
893 %{_mandir}/man8/mysqld.8*
894
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
901 %attr(700,mysql,mysql) %{_mysqlhome}
902 # root:root is proper here for mysql.rpm while mysql:mysql is potential security hole
903 %attr(751,root,root) /var/lib/mysql
904 %attr(750,mysql,mysql) %dir /var/log/mysql
905 %attr(750,mysql,mysql) %dir /var/log/archive/mysql
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
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
916 %{_datadir}/mysql/fill_help_tables.sql
917 %{_datadir}/mysql/mysql_fix_privilege_tables.sql
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
952 %attr(755,root,root) %{_bindir}/perror
953 %attr(755,root,root) %{_bindir}/replace
954 %{_mandir}/man1/msql2mysql.1*
955 %{_mandir}/man1/myisam_ftdump.1*
956 %{_mandir}/man1/mysql_secure_installation.1*
957 %{_mandir}/man1/mysql_tzinfo_to_sql.1*
958 %{_mandir}/man1/perror.1*
959 %{_mandir}/man1/replace.1*
960
961 %files -n mysqlhotcopy
962 %defattr(644,root,root,755)
963 %attr(755,root,root) %{_bindir}/mysqlhotcopy
964 %{_mandir}/man1/mysqlhotcopy.1*
965
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
977 %{_mandir}/man1/mysql_convert_table_format.1*
978 %{_mandir}/man1/mysql_explain_log.1*
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*
983 %{_mandir}/man1/mysql_zap.1*
984 %{_mandir}/man1/mysqlaccess.1*
985 %{_mandir}/man1/mysqldumpslow.1*
986
987 %files client
988 %defattr(644,root,root,755)
989 %attr(755,root,root) %{_bindir}/mysql
990 %attr(755,root,root) %{_bindir}/mysqladmin
991 %attr(755,root,root) %{_bindir}/mysqlbinlog
992 %attr(755,root,root) %{_bindir}/mysqlbug
993 %attr(755,root,root) %{_bindir}/mysqldump
994 %attr(755,root,root) %{_bindir}/mysqlimport
995 %attr(755,root,root) %{_bindir}/mysqlshow
996 %attr(755,root,root) %{_sbindir}/mysqlmanager
997 %{_mandir}/man1/mysql.1*
998 %{_mandir}/man1/mysqladmin.1*
999 %{_mandir}/man1/mysqlbinlog.1*
1000 %{_mandir}/man1/mysqlbug.1*
1001 %{_mandir}/man1/mysqldump.1*
1002 %{_mandir}/man1/mysqlimport.1*
1003 %{_mandir}/man1/mysqlshow.1*
1004 %{_mandir}/man8/mysqlmanager.8*
1005
1006 %files libs
1007 %defattr(644,root,root,755)
1008 %doc EXCEPTIONS-CLIENT
1009 %attr(751,root,root) %dir %{_sysconfdir}/mysql
1010 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/mysql-client.conf
1011 %attr(755,root,root) %{_libdir}/libmysqlclient.so.*.*
1012 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient.so.15
1013 %attr(755,root,root) %{_libdir}/libmysqlclient_r.so.*.*
1014 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient_r.so.15
1015 %attr(755,root,root) %{_libdir}/libndbclient.so.*.*
1016 %attr(755,root,root) %ghost %{_libdir}/libndbclient.so.2
1017
1018 %files devel
1019 %defattr(644,root,root,755)
1020 %attr(755,root,root) %{_bindir}/mysql_config
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
1036 %{_includedir}/mysql
1037 %{_mandir}/man1/mysql_config.1*
1038
1039 %files static
1040 %defattr(644,root,root,755)
1041 %{_libdir}/libmysqlclient.a
1042 %{_libdir}/libmysqlclient_r.a
1043 %{_libdir}/libndbclient.a
1044
1045 %files bench
1046 %defattr(644,root,root,755)
1047 %attr(755,root,root) %{_bindir}/mysql_client_test
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
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
1058 %{_mandir}/man1/mysql_client_test.1*
1059 %{_mandir}/man1/mysqltest.1*
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
1070 %{_mandir}/man8/ndbd.8*
1071
1072 %files ndb-client
1073 %defattr(644,root,root,755)
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
1088 %attr(755,root,root) %{_datadir}/mysql/ndb_size.tmpl
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*
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
1108 %{_mandir}/man8/ndb_mgmd.8*
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
1115 %{_mandir}/man1/ndb_cpcd.1*
This page took 0.158048 seconds and 3 git commands to generate.