]> git.pld-linux.org Git - packages/mysql.git/blob - mysql.spec
sample about setting default storage engine
[packages/mysql.git] / mysql.spec
1 # TODO:
2 # - unpackaged files:
3 #   /usr/bin/mysqlaccess.conf
4 #   /usr/lib/mysql/plugin/daemon_example.ini
5 # - make response_time_distribution.patch compatible with i386 alpha sparc ppc arches
6 # - mysqldump ... (invalid usage) prints to stdout not stderr (idiotic if you want to create dump and get usage in .sql)
7 # - http://bugs.mysql.com/bug.php?id=16470
8 # - innodb are dynamic (= as plugins) ?
9 # - missing have_archive, have_merge
10 # - is plugin_dir lib64 safe?
11 # - Using NDB Cluster... could not find sci transporter in /{include, lib}
12 # - !!! Makefiles for libmysqld.so !!!
13 # - segfaults on select from non-mysql user (caused by builder environment):
14 #     https://bugs.launchpad.net/pld-linux/+bug/381904
15 #     (profiling disabled temporaily to workaround this)
16 #
17 # Conditional build:
18 %bcond_with     autodeps        # BR packages needed only for resolving deps
19 %bcond_without  innodb          # InnoDB storage engine support
20 %bcond_without  big_tables      # Support tables with more than 4G rows even on 32 bit platforms
21 %bcond_without  federated       # Federated storage engine support
22 %bcond_without  raid            # RAID support
23 %bcond_without  ssl             # OpenSSL support
24 %bcond_without  tcpd            # libwrap (tcp_wrappers) support
25 %bcond_without  sphinx          # Sphinx storage engine support
26 %bcond_with     tests           # FIXME: don't run correctly
27 %bcond_with     ndb             # NDB is now a separate product, this here is broken, so disable it
28
29 %include        /usr/lib/rpm/macros.perl
30 Summary:        MySQL: a very fast and reliable SQL database engine
31 Summary(de.UTF-8):      MySQL: ist eine SQL-Datenbank
32 Summary(fr.UTF-8):      MySQL: un serveur SQL rapide et fiable
33 Summary(pl.UTF-8):      MySQL: bardzo szybka i niezawodna baza danych (SQL)
34 Summary(pt_BR.UTF-8):   MySQL: Um servidor SQL rápido e confiável
35 Summary(ru.UTF-8):      MySQL - быстрый SQL-сервер
36 Summary(uk.UTF-8):      MySQL - швидкий SQL-сервер
37 Summary(zh_CN.UTF-8):   MySQL数据库服务器
38 Name:           mysql
39 %define percona_rel     28.1
40 Version:        5.5.27
41 Release:        1
42 License:        GPL + MySQL FLOSS Exception
43 Group:          Applications/Databases
44 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
45 # Source0:      http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz
46 Source0:        http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.27-28.1/source/Percona-Server-5.5.27-rel28.1.tar.gz
47 # Source0-md5:  92fecef62446b5388ec2369d997506ed
48 Source100:      http://sphinxsearch.com/files/sphinx-2.0.3-release.tar.gz
49 # Source100-md5:        a1293aecd5034aa797811610beb7ba89
50 Source1:        %{name}.init
51 Source2:        %{name}.sysconfig
52 Source3:        %{name}.logrotate
53 Source4:        %{name}d.conf
54 Source5:        %{name}-clusters.conf
55 Source7:        %{name}-ndb.init
56 Source8:        %{name}-ndb.sysconfig
57 Source9:        %{name}-ndb-mgm.init
58 Source10:       %{name}-ndb-mgm.sysconfig
59 Source11:       %{name}-ndb-cpc.init
60 Source12:       %{name}-ndb-cpc.sysconfig
61 Source13:       %{name}-client.conf
62 Source14:       my.cnf
63 # from fedora
64 Source15:       lib%{name}.version
65
66 Patch4:         bug-62472.patch
67 # from fedora
68 Patch5:         %{name}-versioning.patch
69 Patch6:         %{name}-system-users.patch
70
71 Patch8:         %{name}-client-config.patch
72 Patch9:         %{name}-build.patch
73 Patch11:        %{name}-upgrade.patch
74 Patch12:        %{name}-config.patch
75 Patch14:        %{name}-bug-43594.patch
76 Patch18:        %{name}-sphinx.patch
77 Patch19:        %{name}-chain-certs.patch
78 # from fedora
79 Patch20:        %{name}-dubious-exports.patch
80 URL:            http://www.mysql.com/products/community/
81 BuildRequires:  bison
82 BuildRequires:  cmake >= 2.6
83 BuildRequires:  groff
84 %if "%{pld_release}" == "ac"
85 BuildRequires:  libstdc++4-devel >= 5:4.0
86 %else
87 BuildRequires:  libstdc++-devel >= 5:4.0
88 %endif
89 BuildRequires:  libtool
90 %{?with_tcpd:BuildRequires:     libwrap-devel}
91 BuildRequires:  ncurses-devel >= 4.2
92 %{?with_ssl:BuildRequires:      openssl-devel >= 0.9.7d}
93 %{?with_autodeps:BuildRequires: perl-DBI}
94 BuildRequires:  perl-devel >= 1:5.6.1
95 BuildRequires:  readline-devel >= 4.2
96 BuildRequires:  rpm-perlprov >= 4.1-13
97 BuildRequires:  rpmbuild(macros) >= 1.597
98 BuildRequires:  sed >= 4.0
99 BuildRequires:  zlib-devel
100 Requires(post,preun):   /sbin/chkconfig
101 Requires(postun):       /usr/sbin/groupdel
102 Requires(postun):       /usr/sbin/userdel
103 Requires(pre):  /bin/id
104 Requires(pre):  /usr/bin/getgid
105 Requires(pre):  /usr/sbin/groupadd
106 Requires(pre):  /usr/sbin/useradd
107 Requires(triggerpostun):        sed >= 4.0
108 Requires:       %{name}-charsets = %{version}-%{release}
109 Requires:       %{name}-libs = %{version}-%{release}
110 Requires:       /usr/bin/setsid
111 Requires:       rc-scripts >= 0.2.0
112 Suggests:       mysql-client
113 %{?with_tcpd:Suggests:  tcp_wrappers}
114 Suggests:       vim-syntax-mycnf
115 Provides:       MySQL-server
116 Provides:       group(mysql)
117 Provides:       msqlormysql
118 Provides:       user(mysql)
119 Obsoletes:      MySQL
120 Obsoletes:      mysql-server
121 Conflicts:      logrotate < 3.8.0
122 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
123
124 %define         _libexecdir     %{_sbindir}
125 %define         _localstatedir  /var/lib/mysql
126 %define         _mysqlhome      /home/services/mysql
127
128 %define         _noautoreqdep   'perl(DBD::mysql)'
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}-client = %{version}-%{release}
275 Requires:       %{name}-libs = %{version}-%{release}
276
277 %description extras
278 MySQL additional utilities except Perl scripts (they may be found in
279 %{name}-extras-perl package).
280
281 %description extras -l pl.UTF-8
282 Dodatkowe narzędzia do MySQL - z wyjątkiem skryptów Perla (które są w
283 pakiecie %{name}-extras-perl).
284
285 %package extras-perl
286 Summary:        MySQL additional utilities written in Perl
287 Summary(pl.UTF-8):      Dodatkowe narzędzia do MySQL napisane w Perlu
288 Group:          Applications/Databases
289 Requires:       %{name}-extras = %{version}-%{release}
290 # this is just for the sake of smooth upgrade, not to break systems
291 Requires:       mysqlhotcopy = %{version}-%{release}
292 Requires:       perl(DBD::mysql)
293
294 %description extras-perl
295 MySQL additional utilities written in Perl.
296
297 %description extras-perl -l pl.UTF-8
298 Dodatkowe narzędzia do MySQL napisane w Perlu.
299
300 %package client
301 Summary:        MySQL - Client
302 Summary(pl.UTF-8):      MySQL - Klient
303 Summary(pt.UTF-8):      MySQL - Cliente
304 Summary(ru.UTF-8):      MySQL клиент
305 Summary(uk.UTF-8):      MySQL клієнт
306 Group:          Applications/Databases
307 Requires:       %{name}-charsets = %{version}-%{release}
308 Requires:       %{name}-libs = %{version}-%{release}
309 Obsoletes:      MySQL-client
310
311 %description client
312 This package contains the standard MySQL clients.
313
314 %description client -l fr.UTF-8
315 Ce package contient les clients MySQL standards.
316
317 %description client -l pl.UTF-8
318 Standardowe programy klienckie MySQL.
319
320 %description client -l pt_BR.UTF-8
321 Este pacote contém os clientes padrão para o MySQL.
322
323 %description client -l ru.UTF-8
324 Этот пакет содержит только клиент MySQL.
325
326 %description client -l uk.UTF-8
327 Цей пакет містить тільки клієнта MySQL.
328
329 %package libs
330 Summary:        Shared libraries for MySQL
331 Summary(pl.UTF-8):      Biblioteki współdzielone MySQL
332 Group:          Libraries
333 Obsoletes:      libmysql10
334 Obsoletes:      mysql-doc < 4.1.12
335
336 %description libs
337 Shared libraries for MySQL.
338
339 %description libs -l pl.UTF-8
340 Biblioteki współdzielone MySQL.
341
342 %package devel
343 Summary:        MySQL - development header files and other files
344 Summary(pl.UTF-8):      MySQL - Pliki nagłówkowe i inne dla programistów
345 Summary(pt.UTF-8):      MySQL - Medições de desempenho
346 Summary(ru.UTF-8):      MySQL - хедеры и библиотеки разработчика
347 Summary(uk.UTF-8):      MySQL - хедери та бібліотеки програміста
348 Group:          Development/Libraries
349 Requires:       %{name}-libs = %{version}-%{release}
350 %{?with_ssl:Requires:   openssl-devel}
351 Requires:       zlib-devel
352 Obsoletes:      MySQL-devel
353 Obsoletes:      libmysql10-devel
354
355 %description devel
356 This package contains the development header files and other files
357 necessary to develop MySQL client applications.
358
359 %description devel -l fr.UTF-8
360 Ce package contient les fichiers entetes et les librairies de
361 developpement necessaires pour developper des applications clientes
362 MySQL.
363
364 %description devel -l pl.UTF-8
365 Pliki nagłówkowe i inne pliki konieczne do kompilacji aplikacji
366 klienckich MySQL.
367
368 %description devel -l pt_BR.UTF-8
369 Este pacote contém os arquivos de cabeçalho (header files) e
370 bibliotecas necessárias para desenvolver aplicações clientes do MySQL.
371
372 %description devel -l ru.UTF-8
373 Этот пакет содержит хедеры и библиотеки разработчика, необходимые для
374 разработки клиентских приложений.
375
376 %description devel -l uk.UTF-8
377 Цей пакет містить хедери та бібліотеки програміста, необхідні для
378 розробки програм-клієнтів.
379
380 %package static
381 Summary:        MySQL static libraries
382 Summary(pl.UTF-8):      Biblioteki statyczne MySQL
383 Summary(ru.UTF-8):      MySQL - статические библиотеки
384 Summary(uk.UTF-8):      MySQL - статичні бібліотеки
385 Group:          Development/Libraries
386 Requires:       %{name}-devel = %{version}-%{release}
387 Obsoletes:      MySQL-static
388
389 %description static
390 MySQL static libraries.
391
392 %description static -l pl.UTF-8
393 Biblioteki statyczne MySQL.
394
395 %description static -l ru.UTF-8
396 Этот пакет содержит статические библиотеки разработчика, необходимые
397 для разработки клиентских приложений.
398
399 %description static -l uk.UTF-8
400 Цей пакет містить статичні бібліотеки програміста, необхідні для
401 розробки програм-клієнтів.
402
403 %package bench
404 Summary:        MySQL - Benchmarks
405 Summary(pl.UTF-8):      MySQL - Programy testujące szybkość działania bazy
406 Summary(pt.UTF-8):      MySQL - Medições de desempenho
407 Summary(ru.UTF-8):      MySQL - бенчмарки
408 Summary(uk.UTF-8):      MySQL - бенчмарки
409 Group:          Applications/Databases
410 Requires:       %{name} = %{version}-%{release}
411 Requires:       %{name}-client
412 Requires:       perl(DBD::mysql)
413 Obsoletes:      MySQL-bench
414
415 %description bench
416 This package contains MySQL benchmark scripts and data.
417
418 %description bench -l pl.UTF-8
419 Programy testujące szybkość serwera MySQL.
420
421 %description bench -l pt_BR.UTF-8
422 Este pacote contém medições de desempenho de scripts e dados do MySQL.
423
424 %description bench -l ru.UTF-8
425 Этот пакет содержит скрипты и данные для оценки производительности
426 MySQL.
427
428 %description bench -l uk.UTF-8
429 Цей пакет містить скрипти та дані для оцінки продуктивності MySQL.
430
431 %package doc
432 Summary:        MySQL manual
433 Summary(pl.UTF-8):      Podręcznik użytkownika MySQL
434 Group:          Applications/Databases
435
436 %description doc
437 This package contains manual in HTML format.
438
439 %description doc -l pl.UTF-8
440 Podręcznik MySQL-a w formacie HTML.
441
442 %package ndb
443 Summary:        MySQL - NDB Storage Engine Daemon
444 Summary(pl.UTF-8):      MySQL - demon silnika przechowywania danych NDB
445 Group:          Applications/Databases
446 Requires:       %{name}-libs = %{version}-%{release}
447
448 %description ndb
449 This package contains the standard MySQL NDB Storage Engine Daemon.
450
451 %description ndb -l pl.UTF-8
452 Ten pakiet zawiera standardowego demona silnika przechowywania danych
453 NDB.
454
455 %package ndb-client
456 Summary:        MySQL - NDB Clients
457 Summary(pl.UTF-8):      MySQL - programy klienckie NDB
458 Group:          Applications/Databases
459 Requires:       %{name}-libs = %{version}-%{release}
460
461 %description ndb-client
462 This package contains the standard MySQL NDB Clients.
463
464 %description ndb-client -l pl.UTF-8
465 Ten pakiet zawiera standardowe programy klienckie MySQL NDB.
466
467 %package ndb-mgm
468 Summary:        MySQL - NDB Management Daemon
469 Summary(pl.UTF-8):      MySQL - demon zarządzający NDB
470 Group:          Applications/Databases
471 Requires:       %{name}-libs = %{version}-%{release}
472
473 %description ndb-mgm
474 This package contains the standard MySQL NDB Management Daemon.
475
476 %description ndb-mgm -l pl.UTF-8
477 Ten pakiet zawiera standardowego demona zarządzającego MySQL NDB.
478
479 %package ndb-cpc
480 Summary:        MySQL - NDB CPC Daemon
481 Summary(pl.UTF-8):      MySQL - demon NDB CPC
482 Group:          Applications/Databases
483 Requires:       %{name}-libs = %{version}-%{release}
484
485 %description ndb-cpc
486 This package contains the standard MySQL NDB CPC Daemon.
487
488 %description ndb-cpc -l pl.UTF-8
489 Ten pakiet zawiera standardowego demona MySQL NDB CPC.
490
491 %prep
492 %setup -q -n Percona-Server-%{version}-rel%{percona_rel} %{?with_sphinx:-a100}
493 %if %{with sphinx}
494 # http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
495 mv sphinx-*/mysqlse storage/sphinx
496 %patch18 -p1
497 %endif
498
499 %patch4 -p1
500 %patch5 -p1
501 %patch6 -p1
502
503 %patch8 -p1
504 %patch9 -p1
505 %patch11 -p1
506 %patch12 -p1
507 %patch14 -p0
508 %patch19 -p1
509 %patch20 -p1
510
511 # to get these files rebuild
512 [ -f sql/sql_yacc.cc ] && rm sql/sql_yacc.cc
513 [ -f sql/sql_yacc.h ] && rm sql/sql_yacc.h
514
515 %build
516 install -d build
517 cd build
518 # NOTE that /var/lib/mysql/mysql.sock is symlink to real sock file
519 # (it defaults to first cluster but user may change it to whatever
520 # cluster it wants)
521
522 %if "%{pld_release}" == "ac"
523 # add suffix, but allow ccache, etc in ~/.rpmmacros
524 %{expand:%%define       __cc    %(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
525 %{expand:%%define       __cxx   %(echo '%__cxx' | sed -e 's,-g++,-g++4,')}
526 %{expand:%%define       __cpp   %(echo '%__cpp' | sed -e 's,-gcc,-gcc4,')}
527 %endif
528
529 # upstream has fallen down badly on symbol versioning, do it ourselves
530 install -d libmysql
531 cp -a %{SOURCE15} libmysql/libmysql.version
532
533 %cmake \
534         -DCMAKE_BUILD_TYPE=%{!?debug:RelWithDebInfo}%{?debug:Debug} \
535         -DFEATURE_SET="community" \
536         -DCMAKE_C_FLAGS_RELEASE="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
537         -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
538         -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
539         -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \
540         %{?debug:-DWITH_DEBUG=ON} \
541         -DWITH_FAST_MUTEXES=ON \
542         -DWITH_PIC=ON \
543         -DWITH_LIBEDIT=OFF \
544         -DWITH_READLINE=OFF \
545 %if "%{pld_release}" == "ac"
546         -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \
547 %else
548         -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
549 %endif
550         -DWITH_ZLIB=system \
551         -DCOMPILATION_COMMENT="PLD/Linux Distribution MySQL RPM" \
552         -DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
553         -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
554         -DCURSES_INCLUDE_PATH=/usr/include/ncurses \
555         -DMYSQL_UNIX_ADDR=/var/lib/%{name}/%{name}.sock \
556         -DINSTALL_LAYOUT=RPM \
557         -DINSTALL_MYSQLTESTDIR_RPM="" \
558         -DINSTALL_SQLBENCHDIR=%{_datadir} \
559         -DINSTALL_SUPPORTFILESDIR=%{_datadir}/%{name}-support \
560         ..
561
562 %{__make}
563
564 %{?with_tests:%{__make} test}
565
566 %install
567 rm -rf $RPM_BUILD_ROOT
568 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql,skel} \
569            $RPM_BUILD_ROOT/var/{log/{archive,}/mysql,lib/mysql} \
570            $RPM_BUILD_ROOT{%{_infodir},%{_mysqlhome}} \
571            $RPM_BUILD_ROOT%{_libdir}
572
573 %{__make} -C build install \
574         DESTDIR=$RPM_BUILD_ROOT
575
576 cp -a Docs/mysql.info $RPM_BUILD_ROOT%{_infodir}
577
578 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql
579 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/mysql
580 cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/mysql
581 # This is template for configuration file which is created after 'service mysql init'
582 cp -a %{SOURCE4} mysqld.conf
583 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/clusters.conf
584 touch $RPM_BUILD_ROOT/var/log/%{name}/{mysqld,query,slow}.log
585
586 # remove innodb directives from mysqld.conf if mysqld is configured without
587 %if %{without innodb}
588         cp mysqld.conf mysqld.tmp
589         awk 'BEGIN { RS="\n\n" } !/innodb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
590 %endif
591
592 # remove berkeley-db directives from mysqld.conf if mysqld is configured without
593 cp mysqld.conf mysqld.tmp
594 awk 'BEGIN { RS="\n\n" } !/bdb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
595
596 cp -a mysqld.conf $RPM_BUILD_ROOT%{_datadir}/%{name}/mysqld.conf
597 cp -a %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/mysql-client.conf
598 cp -a %{SOURCE14} $RPM_BUILD_ROOT/etc/skel/.my.cnf
599
600 # NDB
601 %if %{with ndb}
602 install -p %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb
603 cp -a %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb
604 install -p %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-mgm
605 cp -a %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-mgm
606 install -p %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-cpc
607 cp -a %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-cpc
608 %endif
609
610 # symlinks point to the .so file, fix it
611 ln -sf libmysqlclient.so.18 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18
612 ln -sf libmysqlclient.so.18.0.0 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18.0.0
613
614 sed -i -e 's,/usr//usr,%{_prefix},g' $RPM_BUILD_ROOT%{_bindir}/mysql_config
615 sed -i -e '/libs/s/$ldflags//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
616
617 # remove known unpackaged files
618 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/mysql-support
619
620 # rename not to be so generic name
621 mv $RPM_BUILD_ROOT%{_bindir}/{,mysql_}resolve_stack_dump
622 mv $RPM_BUILD_ROOT%{_mandir}/man1/{,mysql_}resolve_stack_dump.1
623
624 # not useful without -debug build
625 %{!?debug:%{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_resolve_stack_dump}
626 %{!?debug:%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_resolve_stack_dump.1}
627 # generate symbols file, so one can generate backtrace using it
628 # mysql_resolve_stack_dump -s %{_datadir}/%{name}/mysqld.sym -n mysqld.stack.
629 # http://dev.mysql.com/doc/refman/5.0/en/using-stack-trace.html
630 %{?debug:nm -n $RPM_BUILD_ROOT%{_sbindir}/mysqld > $RPM_BUILD_ROOT%{_datadir}/%{name}/mysqld.sym}
631
632 # do not clobber users $PATH
633 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_plugin
634 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_upgrade
635 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/innochecksum
636 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamchk
637 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamlog
638 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisampack
639 #mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_fix_privilege_tables
640 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/my_print_defaults
641 sed -i -e 's#/usr/bin/my_print_defaults#%{_sbindir}/my_print_defaults#g' $RPM_BUILD_ROOT%{_bindir}/mysql_install_db
642 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysqlcheck
643
644 # delete - functionality in initscript / rpm
645 # note: mysql_install_db (and thus resolveip) are needed by digikam
646 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysqld_safe
647 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysqld_multi
648 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysqld_{multi,safe}*
649 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql-log-rotate
650 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql.server
651 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/binary-configure
652 %{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/errmsg-utf8.txt
653 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_waitpid
654 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_waitpid.1*
655 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql.server*
656 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysqlman.1*
657 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/comp_err.1*
658
659 # we don't package those (we have no -test or -testsuite pkg) and some of them just segfault
660 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_client_test
661 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test.1*
662 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test_embedded.1*
663 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql-stress-test.pl.1*
664 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql-test-run.pl.1*
665 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/mysql-test
666
667 # not needed
668 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugin/libdaemon_example.*
669
670 %clean
671 rm -rf $RPM_BUILD_ROOT
672
673 %pre
674 %groupadd -g 89 mysql
675 %useradd -u 89 -d %{_mysqlhome} -s /bin/sh -g mysql -c "MySQL Server" mysql
676
677 %post
678 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
679 /sbin/ldconfig
680 /sbin/chkconfig --add mysql
681 %service mysql restart
682
683 %preun
684 if [ "$1" = "0" ]; then
685         %service -q mysql stop
686         /sbin/chkconfig --del mysql
687 fi
688
689 %postun
690 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
691 /sbin/ldconfig
692
693 if [ "$1" = "0" ]; then
694         %userremove mysql
695         %groupremove mysql
696 fi
697
698 %post ndb
699 /sbin/chkconfig --add mysql-ndb
700 %service mysql-ndb restart "mysql NDB engine"
701
702 %preun ndb
703 if [ "$1" = "0" ]; then
704         %service mysql-ndb stop
705         /sbin/chkconfig --del mysql-ndb
706 fi
707
708 %post ndb-mgm
709 /sbin/chkconfig --add mysql-ndb-mgm
710 %service mysql-ndb-mgm restart "mysql NDB management node"
711
712 %preun ndb-mgm
713 if [ "$1" = "0" ]; then
714         %service mysql-ndb-mgm stop
715         /sbin/chkconfig --del mysql-ndb-mgm
716 fi
717
718 %post ndb-cpc
719 /sbin/chkconfig --add mysql-ndb-cpc
720 %service mysql-ndb-cpc restart "mysql NDB CPC"
721
722 %preun ndb-cpc
723 if [ "$1" = "0" ]; then
724         %service mysql-ndb-cpc stop
725         /sbin/chkconfig --del mysql-ndb-cpc
726 fi
727
728 %post   libs -p /sbin/ldconfig
729 %postun libs -p /sbin/ldconfig
730
731 %triggerpostun -- mysql < 4.0.20-2.4
732 # For clusters in /etc/%{name}/clusters.conf
733 if [ -f /etc/sysconfig/mysql ]; then
734         . /etc/sysconfig/mysql
735         if [ -n "$MYSQL_DB_CLUSTERS" ]; then
736                 for i in "$MYSQL_DB_CLUSTERS"; do
737                         echo "$i/mysqld.conf=$i" >> /etc/%{name}/clusters.conf
738                 done
739                 echo "# Do not use **obsolete** option MYSQL_DB_CLUSTERS" >> /etc/sysconfig/mysql
740                 echo "# USE /etc/%{name}/clusters.conf instead" >> /etc/sysconfig/mysql
741                 echo "Converted clusters from MYSQL_DB_CLUSTERS to /etc/%{name}/clusters.conf."
742                 echo "You NEED to fix your /etc/sysconfig/mysql and verify /etc/%{name}/clusters.conf."
743         fi
744 fi
745
746 %triggerpostun -- mysql < 4.1.1
747 # For better compatibility with prevoius versions:
748 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
749         if echo "$config" | grep -q '^/'; then
750                 config_file="$config"
751         elif [ -f "/etc/%{name}/$config" ]; then
752                 config_file=/etc/%{name}/$config
753         else
754                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
755                 if [ -z "$clusterdir" ]; then
756                         echo >&2 "Can't find cluster dir for $config!"
757                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
758                         exit 1
759                 fi
760                 config_file="$clusterdir/mysqld.conf"
761         fi
762
763         if [ ! -f "$config_file" ]; then
764                         echo >&2 "Lost myself! Please report this (with above errors, if any) to http://bugs.pld-linux.org/"
765                         exit 1
766         fi
767         echo "Adding option old-passwords to config: $config_file"
768         echo "If you want to use new, better passwords - remove it"
769
770         # sed magic to add 'old-passwords' to [mysqld] section
771         sed -i -e '/./{H;$!d;};x;/\[mysqld\]/{
772                 a
773                 a; Compatibility options:
774                 aold-passwords
775         }
776         ' $config_file
777 done
778
779 %banner -e %{name}-4.1.x <<-EOF
780         If you want to use new help tables in MySQL 4.1.x then You'll need to import the help data:
781         mysql -u mysql mysql < %{_datadir}/%{name}/fill_help_tables.sql
782 EOF
783 #'
784
785 %triggerpostun -- mysql < 5.1.0
786 configs=""
787 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
788         if echo "$config" | grep -q '^/'; then
789                 config_file="$config"
790         elif [ -f "/etc/%{name}/$config" ]; then
791                 config_file=/etc/%{name}/$config
792         else
793                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
794                 if [ -z "$clusterdir" ]; then
795                         echo >&2 "Can't find cluster dir for $config!"
796                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
797                         exit 1
798                 fi
799                 config_file="$clusterdir/mysqld.conf"
800         fi
801
802         if [ ! -f "$config_file" ]; then
803                 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/"
804                 continue
805         fi
806         configs="$configs $config_file"
807 done
808
809 (
810 echo 'You should run MySQL upgrade script *after* restarting MySQL server for all MySQL clusters.'
811 echo 'Thus, you should invoke:'
812 for config in $configs; do
813         sed -i -e '
814                 s/set-variable\s*=\s* //
815                 # use # as comment in config
816                 s/^;/#/
817         ' $config
818
819         datadir=$(awk -F= '!/^#/ && $1 ~ /datadir/{print $2}' $config | xargs)
820         echo "# mysql_upgrade --datadir=$datadir"
821 done
822 ) | %banner -e %{name}-5.1
823
824 %triggerpostun -- mysql < 5.5.0
825 configs=""
826 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
827         if echo "$config" | grep -q '^/'; then
828                 config_file="$config"
829         elif [ -f "/etc/%{name}/$config" ]; then
830                 config_file=/etc/%{name}/$config
831         else
832                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
833                 if [ -z "$clusterdir" ]; then
834                         echo >&2 "Can't find cluster dir for $config!"
835                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
836                         exit 1
837                 fi
838                 config_file="$clusterdir/mysqld.conf"
839         fi
840
841         if [ ! -f "$config_file" ]; then
842                 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/"
843                 continue
844         fi
845         configs="$configs $config_file"
846 done
847
848 (
849 echo 'You should run MySQL upgrade script *after* restarting MySQL server for all MySQL clusters.'
850 echo 'Thus, you should invoke:'
851 for config in $configs; do
852         sed -i -e '
853                 s/^language *= *polish/lc-messages = pl_PL/i
854                 s/set-variable\s*=\s* //
855                 s/^skip-locking/skip-external-locking/
856                 # this is not valid for server. it is client option
857                 s/^default-character-set/# client-config: &/
858                 # use # as comment in config
859                 s/^;/#/
860         ' $config
861
862         socket=$(awk -F= '!/^#/ && $1 ~ /socket/{print $2}' $config | xargs)
863         echo "# mysql_upgrade ${socket:+--socket=$socket}"
864 done
865 ) | %banner -e %{name}-5.5
866
867 %files
868 %defattr(644,root,root,755)
869 %doc build/support-files/*.cnf build/support-files/*.ini
870 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
871 %attr(754,root,root) /etc/rc.d/init.d/%{name}
872 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
873 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/clusters.conf
874 %attr(755,root,root) %{_sbindir}/innochecksum
875 %attr(755,root,root) %{_sbindir}/my_print_defaults
876 %attr(755,root,root) %{_sbindir}/myisamchk
877 %attr(755,root,root) %{_sbindir}/myisamlog
878 %attr(755,root,root) %{_sbindir}/myisampack
879 #%attr(755,root,root) %{_sbindir}/mysql_fix_privilege_tables
880 %attr(755,root,root) %{_sbindir}/mysql_plugin
881 %attr(755,root,root) %{_sbindir}/mysql_upgrade
882 %attr(755,root,root) %{_sbindir}/mysqlcheck
883 %attr(755,root,root) %{_sbindir}/mysqld
884 %dir %{_libdir}/%{name}
885 %dir %{_libdir}/%{name}/plugin
886 %attr(755,root,root) %{_libdir}/%{name}/plugin/adt_null.so
887 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth.so
888 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_pam.so
889 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_pam_compat.so
890 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_socket.so
891 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_test_plugin.so
892 %attr(755,root,root) %{_libdir}/%{name}/plugin/dialog.so
893 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_archive.so
894 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_blackhole.so
895 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_federated.so
896 %attr(755,root,root) %{_libdir}/%{name}/plugin/mypluglib.so
897 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_client.so
898 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_interface.so
899 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_server.so
900 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_master.so
901 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_slave.so
902 %if %{with sphinx}
903 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_sphinx.so
904 %endif
905 # for plugins
906 %attr(755,root,root) %{_libdir}/libmysqlservices.so
907 %{_mandir}/man1/innochecksum.1*
908 %{_mandir}/man1/my_print_defaults.1*
909 %{_mandir}/man1/myisamchk.1*
910 %{_mandir}/man1/myisamlog.1*
911 %{_mandir}/man1/myisampack.1*
912 #%{_mandir}/man1/mysql_fix_privilege_tables.1*
913 %{_mandir}/man1/mysql_plugin.1*
914 %{_mandir}/man1/mysql_upgrade.1*
915 %{_mandir}/man1/mysqlcheck.1*
916 %{_mandir}/man8/mysqld.8*
917
918 %if %{?debug:1}0
919 %attr(755,root,root) %{_bindir}/*resolve_stack_dump
920 %{_datadir}/%{name}/mysqld.sym
921 %{_mandir}/man1/*resolve_stack_dump.1*
922 %endif
923
924 %attr(700,mysql,mysql) %{_mysqlhome}
925 # root:root is proper here for mysql.rpm while mysql:mysql is potential security hole
926 %attr(751,root,root) /var/lib/mysql
927 %attr(750,mysql,mysql) %dir /var/log/mysql
928 %attr(750,mysql,mysql) %dir /var/log/archive/mysql
929 %attr(640,mysql,mysql) %ghost /var/log/mysql/*
930
931 %{_infodir}/mysql.info*
932 # This is template for configuration file which is created after 'service mysql init'
933 %{_datadir}/%{name}/mysqld.conf
934 %{_datadir}/%{name}/mysql_system_tables.sql
935 %{_datadir}/%{name}/mysql_system_tables_data.sql
936 %{_datadir}/%{name}/mysql_test_data_timezone.sql
937
938 %{_datadir}/%{name}/english
939 %{_datadir}/%{name}/fill_help_tables.sql
940 #%{_datadir}/%{name}/mysql_fix_privilege_tables.sql
941 %lang(cs) %{_datadir}/%{name}/czech
942 %lang(da) %{_datadir}/%{name}/danish
943 %lang(de) %{_datadir}/%{name}/german
944 %lang(el) %{_datadir}/%{name}/greek
945 %lang(es) %{_datadir}/%{name}/spanish
946 %lang(et) %{_datadir}/%{name}/estonian
947 %lang(fr) %{_datadir}/%{name}/french
948 %lang(hu) %{_datadir}/%{name}/hungarian
949 %lang(it) %{_datadir}/%{name}/italian
950 %lang(ja) %{_datadir}/%{name}/japanese
951 %lang(ko) %{_datadir}/%{name}/korean
952 %lang(nl) %{_datadir}/%{name}/dutch
953 %lang(nb) %{_datadir}/%{name}/norwegian
954 %lang(nn) %{_datadir}/%{name}/norwegian-ny
955 %lang(pl) %{_datadir}/%{name}/polish
956 %lang(pt) %{_datadir}/%{name}/portuguese
957 %lang(ro) %{_datadir}/%{name}/romanian
958 %lang(ru) %{_datadir}/%{name}/russian
959 %lang(sr) %{_datadir}/%{name}/serbian
960 %lang(sk) %{_datadir}/%{name}/slovak
961 %lang(sv) %{_datadir}/%{name}/swedish
962 %lang(uk) %{_datadir}/%{name}/ukrainian
963
964 %files charsets
965 %defattr(644,root,root,755)
966 %dir %{_datadir}/mysql
967 %{_datadir}/%{name}/charsets
968
969 %files extras
970 %defattr(644,root,root,755)
971 %attr(755,root,root) %{_bindir}/msql2mysql
972 %attr(755,root,root) %{_bindir}/myisam_ftdump
973 %attr(755,root,root) %{_bindir}/mysql_install_db
974 %attr(755,root,root) %{_bindir}/mysql_secure_installation
975 %attr(755,root,root) %{_bindir}/mysql_tzinfo_to_sql
976 %attr(755,root,root) %{_bindir}/perror
977 %attr(755,root,root) %{_bindir}/replace
978 %attr(755,root,root) %{_bindir}/resolveip
979 %{_mandir}/man1/msql2mysql.1*
980 %{_mandir}/man1/myisam_ftdump.1*
981 %{_mandir}/man1/mysql_install_db.1*
982 %{_mandir}/man1/mysql_secure_installation.1*
983 %{_mandir}/man1/mysql_tzinfo_to_sql.1*
984 %{_mandir}/man1/perror.1*
985 %{_mandir}/man1/replace.1*
986 %{_mandir}/man1/resolveip.1*
987
988 %files -n mysqlhotcopy
989 %defattr(644,root,root,755)
990 %attr(755,root,root) %{_bindir}/mysqlhotcopy
991 %{_mandir}/man1/mysqlhotcopy.1*
992
993 %files extras-perl
994 %defattr(644,root,root,755)
995 %attr(755,root,root) %{_bindir}/mysql_convert_table_format
996 %attr(755,root,root) %{_bindir}/mysql_find_rows
997 %attr(755,root,root) %{_bindir}/mysql_fix_extensions
998 %attr(755,root,root) %{_bindir}/mysql_setpermission
999 %attr(755,root,root) %{_bindir}/mysql_zap
1000 %attr(755,root,root) %{_bindir}/mysqlaccess
1001 %attr(755,root,root) %{_bindir}/mysqldumpslow
1002 %{_mandir}/man1/mysql_convert_table_format.1*
1003 %{_mandir}/man1/mysql_find_rows.1*
1004 %{_mandir}/man1/mysql_fix_extensions.1*
1005 %{_mandir}/man1/mysql_setpermission.1*
1006 %{_mandir}/man1/mysql_zap.1*
1007 %{_mandir}/man1/mysqlaccess.1*
1008 %{_mandir}/man1/mysqldumpslow.1*
1009
1010 %files client
1011 %defattr(644,root,root,755)
1012 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/skel/.my.cnf
1013 %attr(755,root,root) %{_bindir}/mysql
1014 %attr(755,root,root) %{_bindir}/mysqladmin
1015 %attr(755,root,root) %{_bindir}/mysqlbinlog
1016 %attr(755,root,root) %{_bindir}/mysqlbug
1017 %attr(755,root,root) %{_bindir}/mysqldump
1018 %attr(755,root,root) %{_bindir}/mysqlimport
1019 %attr(755,root,root) %{_bindir}/mysqlshow
1020 %{_mandir}/man1/mysql.1*
1021 %{_mandir}/man1/mysqladmin.1*
1022 %{_mandir}/man1/mysqlbinlog.1*
1023 %{_mandir}/man1/mysqlbug.1*
1024 %{_mandir}/man1/mysqldump.1*
1025 %{_mandir}/man1/mysqlimport.1*
1026 %{_mandir}/man1/mysqlshow.1*
1027
1028 %files libs
1029 %defattr(644,root,root,755)
1030 %attr(751,root,root) %dir %{_sysconfdir}/mysql
1031 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/mysql-client.conf
1032 %attr(755,root,root) %{_libdir}/libmysqlclient.so.*.*.*
1033 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient.so.18
1034 %attr(755,root,root) %{_libdir}/libmysqlclient_r.so.*.*.*
1035 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient_r.so.18
1036 %if %{with ndb}
1037 %attr(755,root,root) %{_libdir}/libndbclient.so.*.*.*
1038 %attr(755,root,root) %ghost %{_libdir}/libndbclient.so.3
1039 %endif
1040
1041 %files devel
1042 %defattr(644,root,root,755)
1043 %attr(755,root,root) %{_bindir}/mysql_config
1044 %attr(755,root,root) %{_libdir}/libmysqlclient.so
1045 %attr(755,root,root) %{_libdir}/libmysqlclient_r.so
1046 %if %{with ndb}
1047 %attr(755,root,root) %{_libdir}/libndbclient.so
1048 %endif
1049 %{_includedir}/mysql
1050 %{_aclocaldir}/mysql.m4
1051 %{_mandir}/man1/mysql_config.1*
1052
1053 %files static
1054 %defattr(644,root,root,755)
1055 %{_libdir}/libmysqlclient.a
1056 %{_libdir}/libmysqlclient_r.a
1057 %if %{with ndb}
1058 %{_libdir}/libndbclient.a
1059 %endif
1060
1061 %files bench
1062 %defattr(644,root,root,755)
1063 %attr(755,root,root) %{_bindir}/mysqlslap
1064 %attr(755,root,root) %{_bindir}/mysqltest
1065 %dir %{_datadir}/sql-bench
1066 %{_datadir}/sql-bench/[CDRl]*
1067 %attr(755,root,root) %{_datadir}/sql-bench/[bcgirst]*
1068 %{_mandir}/man1/mysqlslap.1*
1069 %{_mandir}/man1/mysqltest.1*
1070 %{_mandir}/man1/mysqltest_embedded.1*
1071
1072 #%files doc
1073 #%defattr(644,root,root,755)
1074 #%doc Docs/manual.html Docs/manual_toc.html
1075
1076 %if %{with ndb}
1077 %files ndb
1078 %defattr(644,root,root,755)
1079 %attr(755,root,root) %{_sbindir}/ndbd
1080 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb
1081 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb
1082 %{_mandir}/man1/ndbd_redo_log_reader.1*
1083 %{_mandir}/man8/ndbd.8*
1084
1085 %files ndb-client
1086 %defattr(644,root,root,755)
1087 %attr(755,root,root) %{_bindir}/ndb_config
1088 %attr(755,root,root) %{_bindir}/ndb_delete_all
1089 %attr(755,root,root) %{_bindir}/ndb_desc
1090 %attr(755,root,root) %{_bindir}/ndb_drop_index
1091 %attr(755,root,root) %{_bindir}/ndb_drop_table
1092 %attr(755,root,root) %{_bindir}/ndb_error_reporter
1093 %attr(755,root,root) %{_bindir}/ndb_mgm
1094 %attr(755,root,root) %{_bindir}/ndb_print_backup_file
1095 %attr(755,root,root) %{_bindir}/ndb_print_schema_file
1096 %attr(755,root,root) %{_bindir}/ndb_print_sys_file
1097 %attr(755,root,root) %{_bindir}/ndb_restore
1098 %attr(755,root,root) %{_bindir}/ndb_select_all
1099 %attr(755,root,root) %{_bindir}/ndb_select_count
1100 %attr(755,root,root) %{_bindir}/ndb_show_tables
1101 %attr(755,root,root) %{_bindir}/ndb_size.pl
1102 %attr(755,root,root) %{_bindir}/ndb_test_platform
1103 %attr(755,root,root) %{_bindir}/ndb_waiter
1104 %{_mandir}/man1/ndb_config.1*
1105 %{_mandir}/man1/ndb_delete_all.1*
1106 %{_mandir}/man1/ndb_desc.1*
1107 %{_mandir}/man1/ndb_drop_index.1*
1108 %{_mandir}/man1/ndb_drop_table.1*
1109 %{_mandir}/man1/ndb_error_reporter.1*
1110 %{_mandir}/man1/ndb_mgm.1*
1111 %{_mandir}/man1/ndb_print_backup_file.1*
1112 %{_mandir}/man1/ndb_print_schema_file.1*
1113 %{_mandir}/man1/ndb_print_sys_file.1*
1114 %{_mandir}/man1/ndb_restore.1*
1115 %{_mandir}/man1/ndb_select_all.1*
1116 %{_mandir}/man1/ndb_select_count.1*
1117 %{_mandir}/man1/ndb_show_tables.1*
1118 %{_mandir}/man1/ndb_size.pl.1*
1119 %{_mandir}/man1/ndb_waiter.1*
1120
1121 %files ndb-mgm
1122 %defattr(644,root,root,755)
1123 %attr(755,root,root) %{_sbindir}/ndb_mgmd
1124 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-mgm
1125 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-mgm
1126 %{_mandir}/man8/ndb_mgmd.8*
1127
1128 %files ndb-cpc
1129 %defattr(644,root,root,755)
1130 %attr(755,root,root) %{_sbindir}/ndb_cpcd
1131 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-cpc
1132 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-cpc
1133 %{_mandir}/man1/ndb_cpcd.1*
1134 %endif
This page took 0.122675 seconds and 3 git commands to generate.