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