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