]> git.pld-linux.org Git - packages/mysql.git/blob - mysql.spec
- package more plugins: auth_pam, auth_pam_compat, dialog
[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     26.0
40 Version:        5.5.24
41 Release:        0.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.24-26.0/source/Percona-Server-5.5.24-rel26.0.tar.gz
47 # Source0-md5:  76f835e98ad3c71fcaa33794ee187630
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 Patch2:         %{name}-c++.patch
66 Patch3:         %{name}-info.patch
67 # from fedora
68 Patch5:         %{name}-versioning.patch
69 Patch6:         %{name}-system-users.patch
70 Patch7:         %{name}-bug-34192.patch
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 #%patch2 -p1 # NEEDS CHECK, which exact program needs -lc++
499 # obsolete, no more docs?
500 #%patch3 -p1
501 %patch5 -p1
502 %patch6 -p1
503 # make sure mysqldump still works with 4.0
504 #%patch7 -p1
505 %patch8 -p1
506 %patch9 -p1
507 %patch11 -p1
508 %patch12 -p1
509 %patch14 -p0
510 %patch19 -p1
511 %patch20 -p1
512
513 # to get these files rebuild
514 [ -f sql/sql_yacc.cc ] && rm sql/sql_yacc.cc
515 [ -f sql/sql_yacc.h ] && rm sql/sql_yacc.h
516
517 %build
518 install -d build
519 cd build
520 # NOTE that /var/lib/mysql/mysql.sock is symlink to real sock file
521 # (it defaults to first cluster but user may change it to whatever
522 # cluster it wants)
523
524 %if "%{pld_release}" == "ac"
525 # add suffix, but allow ccache, etc in ~/.rpmmacros
526 %{expand:%%define       __cc    %(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
527 %{expand:%%define       __cxx   %(echo '%__cxx' | sed -e 's,-g++,-g++4,')}
528 %{expand:%%define       __cpp   %(echo '%__cpp' | sed -e 's,-gcc,-gcc4,')}
529 %endif
530
531 # upstream has fallen down badly on symbol versioning, do it ourselves
532 install -d libmysql
533 cp -a %{SOURCE15} libmysql/libmysql.version
534
535 %cmake \
536         -DCMAKE_BUILD_TYPE=%{!?debug:RelWithDebInfo}%{?debug:Debug} \
537         -DFEATURE_SET="community" \
538         -DCMAKE_C_FLAGS_RELEASE="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
539         -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
540         -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
541         -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \
542         %{?debug:-DWITH_DEBUG=ON} \
543         -DWITH_FAST_MUTEXES=ON \
544         -DWITH_PIC=ON \
545         -DWITH_LIBEDIT=OFF \
546         -DWITH_READLINE=OFF \
547 %if "%{pld_release}" == "ac"
548         -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \
549 %else
550         -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
551 %endif
552         -DWITH_ZLIB=system \
553         -DCOMPILATION_COMMENT="PLD/Linux Distribution MySQL RPM" \
554         -DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
555         -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
556         -DCURSES_INCLUDE_PATH=/usr/include/ncurses \
557         -DMYSQL_UNIX_ADDR=/var/lib/%{name}/%{name}.sock \
558         -DINSTALL_LAYOUT=RPM \
559         -DINSTALL_MYSQLTESTDIR_RPM="" \
560         -DINSTALL_SQLBENCHDIR=%{_datadir} \
561         -DINSTALL_SUPPORTFILESDIR=%{_datadir}/%{name}-support \
562         ..
563
564 %{__make}
565
566 %{?with_tests:%{__make} test}
567
568 %install
569 rm -rf $RPM_BUILD_ROOT
570 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql,skel} \
571            $RPM_BUILD_ROOT/var/{log/{archive,}/mysql,lib/mysql} \
572            $RPM_BUILD_ROOT{%{_infodir},%{_mysqlhome}} \
573            $RPM_BUILD_ROOT%{_libdir}
574
575 %{__make} -C build install \
576         DESTDIR=$RPM_BUILD_ROOT
577
578 cp -a Docs/mysql.info $RPM_BUILD_ROOT%{_infodir}
579
580 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql
581 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/mysql
582 cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/mysql
583 # This is template for configuration file which is created after 'service mysql init'
584 cp -a %{SOURCE4} mysqld.conf
585 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/clusters.conf
586 touch $RPM_BUILD_ROOT/var/log/%{name}/{mysqld,query,slow}.log
587
588 %if "%{_lib}" != "lib"
589 # percona broke something with lib64 handling
590 mv $RPM_BUILD_ROOT%{_prefix}/lib/* $RPM_BUILD_ROOT%{_libdir}
591 %endif
592
593 # remove innodb directives from mysqld.conf if mysqld is configured without
594 %if %{without innodb}
595         cp mysqld.conf mysqld.tmp
596         awk 'BEGIN { RS="\n\n" } !/innodb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
597 %endif
598
599 # remove berkeley-db directives from mysqld.conf if mysqld is configured without
600 cp mysqld.conf mysqld.tmp
601 awk 'BEGIN { RS="\n\n" } !/bdb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
602
603 cp -a mysqld.conf $RPM_BUILD_ROOT%{_datadir}/%{name}/mysqld.conf
604 cp -a %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/mysql-client.conf
605 cp -a %{SOURCE14} $RPM_BUILD_ROOT/etc/skel/.my.cnf
606
607 # NDB
608 %if %{with ndb}
609 install -p %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb
610 cp -a %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb
611 install -p %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-mgm
612 cp -a %{SOURCE10} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-mgm
613 install -p %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql-ndb-cpc
614 cp -a %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/mysql-ndb-cpc
615 %endif
616
617 # symlinks point to the .so file, fix it
618 ln -sf libmysqlclient.so.18 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18
619 ln -sf libmysqlclient.so.18.0.0 $RPM_BUILD_ROOT%{_libdir}/libmysqlclient_r.so.18.0.0
620
621 sed -i -e 's,/usr//usr,%{_prefix},g' $RPM_BUILD_ROOT%{_bindir}/mysql_config
622 sed -i -e '/libs/s/$ldflags//' $RPM_BUILD_ROOT%{_bindir}/mysql_config
623
624 # remove known unpackaged files
625 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/mysql-support
626
627 # rename not to be so generic name
628 mv $RPM_BUILD_ROOT%{_bindir}/{,mysql_}resolve_stack_dump
629 mv $RPM_BUILD_ROOT%{_mandir}/man1/{,mysql_}resolve_stack_dump.1
630
631 # not useful without -debug build
632 %{!?debug:%{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_resolve_stack_dump}
633 %{!?debug:%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_resolve_stack_dump.1}
634 # generate symbols file, so one can generate backtrace using it
635 # mysql_resolve_stack_dump -s %{_datadir}/%{name}/mysqld.sym -n mysqld.stack.
636 # http://dev.mysql.com/doc/refman/5.0/en/using-stack-trace.html
637 %{?debug:nm -n $RPM_BUILD_ROOT%{_sbindir}/mysqld > $RPM_BUILD_ROOT%{_datadir}/%{name}/mysqld.sym}
638
639 # do not clobber users $PATH
640 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_plugin
641 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_upgrade
642 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/innochecksum
643 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamchk
644 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisamlog
645 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/myisampack
646 #mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysql_fix_privilege_tables
647 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/my_print_defaults
648 sed -i -e 's#/usr/bin/my_print_defaults#%{_sbindir}/my_print_defaults#g' $RPM_BUILD_ROOT%{_bindir}/mysql_install_db
649 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/mysqlcheck
650
651 # delete - functionality in initscript / rpm
652 # note: mysql_install_db (and thus resolveip) are needed by digikam
653 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysqld_safe
654 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysqld_multi
655 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysqld_{multi,safe}*
656 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql-log-rotate
657 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql.server
658 #rm $RPM_BUILD_ROOT%{_datadir}/%{name}/binary-configure
659 %{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/errmsg-utf8.txt
660 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_waitpid
661 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_waitpid.1*
662 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql.server*
663 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysqlman.1*
664 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/comp_err.1*
665
666 # we don't package those (we have no -test or -testsuite pkg) and some of them just segfault
667 %{__rm} $RPM_BUILD_ROOT%{_bindir}/mysql_client_test
668 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test.1*
669 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql_client_test_embedded.1*
670 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql-stress-test.pl.1*
671 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/mysql-test-run.pl.1*
672 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/mysql-test
673
674 # not needed
675 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugin/libdaemon_example.*
676
677 %clean
678 rm -rf $RPM_BUILD_ROOT
679
680 %pre
681 %groupadd -g 89 mysql
682 %useradd -u 89 -d %{_mysqlhome} -s /bin/sh -g mysql -c "MySQL Server" mysql
683
684 %post
685 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
686 /sbin/ldconfig
687 /sbin/chkconfig --add mysql
688 %service mysql restart
689
690 %preun
691 if [ "$1" = "0" ]; then
692         %service -q mysql stop
693         /sbin/chkconfig --del mysql
694 fi
695
696 %postun
697 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
698 /sbin/ldconfig
699
700 if [ "$1" = "0" ]; then
701         %userremove mysql
702         %groupremove mysql
703 fi
704
705 %post ndb
706 /sbin/chkconfig --add mysql-ndb
707 %service mysql-ndb restart "mysql NDB engine"
708
709 %preun ndb
710 if [ "$1" = "0" ]; then
711         %service mysql-ndb stop
712         /sbin/chkconfig --del mysql-ndb
713 fi
714
715 %post ndb-mgm
716 /sbin/chkconfig --add mysql-ndb-mgm
717 %service mysql-ndb-mgm restart "mysql NDB management node"
718
719 %preun ndb-mgm
720 if [ "$1" = "0" ]; then
721         %service mysql-ndb-mgm stop
722         /sbin/chkconfig --del mysql-ndb-mgm
723 fi
724
725 %post ndb-cpc
726 /sbin/chkconfig --add mysql-ndb-cpc
727 %service mysql-ndb-cpc restart "mysql NDB CPC"
728
729 %preun ndb-cpc
730 if [ "$1" = "0" ]; then
731         %service mysql-ndb-cpc stop
732         /sbin/chkconfig --del mysql-ndb-cpc
733 fi
734
735 %post   libs -p /sbin/ldconfig
736 %postun libs -p /sbin/ldconfig
737
738 %triggerpostun -- mysql < 4.0.20-2.4
739 # For clusters in /etc/%{name}/clusters.conf
740 if [ -f /etc/sysconfig/mysql ]; then
741         . /etc/sysconfig/mysql
742         if [ -n "$MYSQL_DB_CLUSTERS" ]; then
743                 for i in "$MYSQL_DB_CLUSTERS"; do
744                         echo "$i/mysqld.conf=$i" >> /etc/%{name}/clusters.conf
745                 done
746                 echo "# Do not use **obsolete** option MYSQL_DB_CLUSTERS" >> /etc/sysconfig/mysql
747                 echo "# USE /etc/%{name}/clusters.conf instead" >> /etc/sysconfig/mysql
748                 echo "Converted clusters from MYSQL_DB_CLUSTERS to /etc/%{name}/clusters.conf."
749                 echo "You NEED to fix your /etc/sysconfig/mysql and verify /etc/%{name}/clusters.conf."
750         fi
751 fi
752
753 %triggerpostun -- mysql < 4.1.1
754 # For better compatibility with prevoius versions:
755 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
756         if echo "$config" | grep -q '^/'; then
757                 config_file="$config"
758         elif [ -f "/etc/%{name}/$config" ]; then
759                 config_file=/etc/%{name}/$config
760         else
761                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
762                 if [ -z "$clusterdir" ]; then
763                         echo >&2 "Can't find cluster dir for $config!"
764                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
765                         exit 1
766                 fi
767                 config_file="$clusterdir/mysqld.conf"
768         fi
769
770         if [ ! -f "$config_file" ]; then
771                         echo >&2 "Lost myself! Please report this (with above errors, if any) to http://bugs.pld-linux.org/"
772                         exit 1
773         fi
774         echo "Adding option old-passwords to config: $config_file"
775         echo "If you want to use new, better passwords - remove it"
776
777         # sed magic to add 'old-passwords' to [mysqld] section
778         sed -i -e '/./{H;$!d;};x;/\[mysqld\]/{
779                 a
780                 a; Compatibility options:
781                 aold-passwords
782         }
783         ' $config_file
784 done
785
786 %banner -e %{name}-4.1.x <<-EOF
787         If you want to use new help tables in MySQL 4.1.x then You'll need to import the help data:
788         mysql -u mysql mysql < %{_datadir}/%{name}/fill_help_tables.sql
789 EOF
790 #'
791
792 %triggerpostun -- mysql < 5.1.0
793 configs=""
794 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
795         if echo "$config" | grep -q '^/'; then
796                 config_file="$config"
797         elif [ -f "/etc/%{name}/$config" ]; then
798                 config_file=/etc/%{name}/$config
799         else
800                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
801                 if [ -z "$clusterdir" ]; then
802                         echo >&2 "Can't find cluster dir for $config!"
803                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
804                         exit 1
805                 fi
806                 config_file="$clusterdir/mysqld.conf"
807         fi
808
809         if [ ! -f "$config_file" ]; then
810                 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/"
811                 continue
812         fi
813         configs="$configs $config_file"
814 done
815
816 (
817 echo 'You should run MySQL upgrade script *after* restarting MySQL server for all MySQL clusters.'
818 echo 'Thus, you should invoke:'
819 for config in $configs; do
820         sed -i -e '
821                 s/set-variable\s*=\s* //
822                 # use # as comment in config
823                 s/^;/#/
824         ' $config
825
826         datadir=$(awk -F= '!/^#/ && $1 ~ /datadir/{print $2}' $config | xargs)
827         echo "# mysql_upgrade --datadir=$datadir"
828 done
829 ) | %banner -e %{name}-5.1
830
831 %triggerpostun -- mysql < 5.5.0
832 configs=""
833 for config in $(awk -F= '!/^#/ && /=/{print $1}' /etc/%{name}/clusters.conf); do
834         if echo "$config" | grep -q '^/'; then
835                 config_file="$config"
836         elif [ -f "/etc/%{name}/$config" ]; then
837                 config_file=/etc/%{name}/$config
838         else
839                 clusterdir=$(awk -F= "/^$config/{print \$2}" /etc/%{name}/clusters.conf)
840                 if [ -z "$clusterdir" ]; then
841                         echo >&2 "Can't find cluster dir for $config!"
842                         echo >&2 "Please remove extra (leading) spaces from /etc/%{name}/clusters.conf"
843                         exit 1
844                 fi
845                 config_file="$clusterdir/mysqld.conf"
846         fi
847
848         if [ ! -f "$config_file" ]; then
849                 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/"
850                 continue
851         fi
852         configs="$configs $config_file"
853 done
854
855 (
856 echo 'You should run MySQL upgrade script *after* restarting MySQL server for all MySQL clusters.'
857 echo 'Thus, you should invoke:'
858 for config in $configs; do
859         sed -i -e '
860                 s/^language *= *polish/lc-messages = pl_PL/i
861                 s/set-variable\s*=\s* //
862                 s/^skip-locking/skip-external-locking/
863                 # this is not valid for server. it is client option
864                 s/^default-character-set/# client-config: &/
865                 # use # as comment in config
866                 s/^;/#/
867         ' $config
868
869         socket=$(awk -F= '!/^#/ && $1 ~ /socket/{print $2}' $config | xargs)
870         echo "# mysql_upgrade ${socket:+--socket=$socket}"
871 done
872 ) | %banner -e %{name}-5.5
873
874 %files
875 %defattr(644,root,root,755)
876 %doc build/support-files/*.cnf build/support-files/*.ini
877 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
878 %attr(754,root,root) /etc/rc.d/init.d/%{name}
879 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
880 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/clusters.conf
881 %attr(755,root,root) %{_sbindir}/innochecksum
882 %attr(755,root,root) %{_sbindir}/my_print_defaults
883 %attr(755,root,root) %{_sbindir}/myisamchk
884 %attr(755,root,root) %{_sbindir}/myisamlog
885 %attr(755,root,root) %{_sbindir}/myisampack
886 #%attr(755,root,root) %{_sbindir}/mysql_fix_privilege_tables
887 %attr(755,root,root) %{_sbindir}/mysql_plugin
888 %attr(755,root,root) %{_sbindir}/mysql_upgrade
889 %attr(755,root,root) %{_sbindir}/mysqlcheck
890 %attr(755,root,root) %{_sbindir}/mysqld
891 %dir %{_libdir}/%{name}
892 %dir %{_libdir}/%{name}/plugin
893 %attr(755,root,root) %{_libdir}/%{name}/plugin/adt_null.so
894 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth.so
895 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_pam.so
896 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_pam_compat.so
897 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_socket.so
898 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_test_plugin.so
899 %attr(755,root,root) %{_libdir}/%{name}/plugin/dialog.so
900 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_archive.so
901 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_blackhole.so
902 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_federated.so
903 %attr(755,root,root) %{_libdir}/%{name}/plugin/mypluglib.so
904 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_client.so
905 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_interface.so
906 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_server.so
907 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_master.so
908 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_slave.so
909 %if %{with sphinx}
910 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_sphinx.so
911 %endif
912 # for plugins
913 %attr(755,root,root) %{_libdir}/libmysqlservices.so
914 %{_mandir}/man1/innochecksum.1*
915 %{_mandir}/man1/my_print_defaults.1*
916 %{_mandir}/man1/myisamchk.1*
917 %{_mandir}/man1/myisamlog.1*
918 %{_mandir}/man1/myisampack.1*
919 #%{_mandir}/man1/mysql_fix_privilege_tables.1*
920 %{_mandir}/man1/mysql_plugin.1*
921 %{_mandir}/man1/mysql_upgrade.1*
922 %{_mandir}/man1/mysqlcheck.1*
923 %{_mandir}/man8/mysqld.8*
924
925 %if %{?debug:1}0
926 %attr(755,root,root) %{_bindir}/*resolve_stack_dump
927 %{_datadir}/%{name}/mysqld.sym
928 %{_mandir}/man1/*resolve_stack_dump.1*
929 %endif
930
931 %attr(700,mysql,mysql) %{_mysqlhome}
932 # root:root is proper here for mysql.rpm while mysql:mysql is potential security hole
933 %attr(751,root,root) /var/lib/mysql
934 %attr(750,mysql,mysql) %dir /var/log/mysql
935 %attr(750,mysql,mysql) %dir /var/log/archive/mysql
936 %attr(640,mysql,mysql) %ghost /var/log/mysql/*
937
938 %{_infodir}/mysql.info*
939 # This is template for configuration file which is created after 'service mysql init'
940 %{_datadir}/%{name}/mysqld.conf
941 %{_datadir}/%{name}/mysql_system_tables.sql
942 %{_datadir}/%{name}/mysql_system_tables_data.sql
943 %{_datadir}/%{name}/mysql_test_data_timezone.sql
944
945 %{_datadir}/%{name}/english
946 %{_datadir}/%{name}/fill_help_tables.sql
947 #%{_datadir}/%{name}/mysql_fix_privilege_tables.sql
948 %lang(cs) %{_datadir}/%{name}/czech
949 %lang(da) %{_datadir}/%{name}/danish
950 %lang(de) %{_datadir}/%{name}/german
951 %lang(el) %{_datadir}/%{name}/greek
952 %lang(es) %{_datadir}/%{name}/spanish
953 %lang(et) %{_datadir}/%{name}/estonian
954 %lang(fr) %{_datadir}/%{name}/french
955 %lang(hu) %{_datadir}/%{name}/hungarian
956 %lang(it) %{_datadir}/%{name}/italian
957 %lang(ja) %{_datadir}/%{name}/japanese
958 %lang(ko) %{_datadir}/%{name}/korean
959 %lang(nl) %{_datadir}/%{name}/dutch
960 %lang(nb) %{_datadir}/%{name}/norwegian
961 %lang(nn) %{_datadir}/%{name}/norwegian-ny
962 %lang(pl) %{_datadir}/%{name}/polish
963 %lang(pt) %{_datadir}/%{name}/portuguese
964 %lang(ro) %{_datadir}/%{name}/romanian
965 %lang(ru) %{_datadir}/%{name}/russian
966 %lang(sr) %{_datadir}/%{name}/serbian
967 %lang(sk) %{_datadir}/%{name}/slovak
968 %lang(sv) %{_datadir}/%{name}/swedish
969 %lang(uk) %{_datadir}/%{name}/ukrainian
970
971 %files charsets
972 %defattr(644,root,root,755)
973 %dir %{_datadir}/mysql
974 %{_datadir}/%{name}/charsets
975
976 %files extras
977 %defattr(644,root,root,755)
978 %attr(755,root,root) %{_bindir}/msql2mysql
979 %attr(755,root,root) %{_bindir}/myisam_ftdump
980 %attr(755,root,root) %{_bindir}/mysql_install_db
981 %attr(755,root,root) %{_bindir}/mysql_secure_installation
982 %attr(755,root,root) %{_bindir}/mysql_tzinfo_to_sql
983 %attr(755,root,root) %{_bindir}/perror
984 %attr(755,root,root) %{_bindir}/replace
985 %attr(755,root,root) %{_bindir}/resolveip
986 %{_mandir}/man1/msql2mysql.1*
987 %{_mandir}/man1/myisam_ftdump.1*
988 %{_mandir}/man1/mysql_install_db.1*
989 %{_mandir}/man1/mysql_secure_installation.1*
990 %{_mandir}/man1/mysql_tzinfo_to_sql.1*
991 %{_mandir}/man1/perror.1*
992 %{_mandir}/man1/replace.1*
993 %{_mandir}/man1/resolveip.1*
994
995 %files -n mysqlhotcopy
996 %defattr(644,root,root,755)
997 %attr(755,root,root) %{_bindir}/mysqlhotcopy
998 %{_mandir}/man1/mysqlhotcopy.1*
999
1000 %files extras-perl
1001 %defattr(644,root,root,755)
1002 %attr(755,root,root) %{_bindir}/mysql_convert_table_format
1003 %attr(755,root,root) %{_bindir}/mysql_find_rows
1004 %attr(755,root,root) %{_bindir}/mysql_fix_extensions
1005 %attr(755,root,root) %{_bindir}/mysql_setpermission
1006 %attr(755,root,root) %{_bindir}/mysql_zap
1007 %attr(755,root,root) %{_bindir}/mysqlaccess
1008 %attr(755,root,root) %{_bindir}/mysqldumpslow
1009 %{_mandir}/man1/mysql_convert_table_format.1*
1010 %{_mandir}/man1/mysql_find_rows.1*
1011 %{_mandir}/man1/mysql_fix_extensions.1*
1012 %{_mandir}/man1/mysql_setpermission.1*
1013 %{_mandir}/man1/mysql_zap.1*
1014 %{_mandir}/man1/mysqlaccess.1*
1015 %{_mandir}/man1/mysqldumpslow.1*
1016
1017 %files client
1018 %defattr(644,root,root,755)
1019 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/skel/.my.cnf
1020 %attr(755,root,root) %{_bindir}/mysql
1021 %attr(755,root,root) %{_bindir}/mysqladmin
1022 %attr(755,root,root) %{_bindir}/mysqlbinlog
1023 %attr(755,root,root) %{_bindir}/mysqlbug
1024 %attr(755,root,root) %{_bindir}/mysqldump
1025 %attr(755,root,root) %{_bindir}/mysqlimport
1026 %attr(755,root,root) %{_bindir}/mysqlshow
1027 %{_mandir}/man1/mysql.1*
1028 %{_mandir}/man1/mysqladmin.1*
1029 %{_mandir}/man1/mysqlbinlog.1*
1030 %{_mandir}/man1/mysqlbug.1*
1031 %{_mandir}/man1/mysqldump.1*
1032 %{_mandir}/man1/mysqlimport.1*
1033 %{_mandir}/man1/mysqlshow.1*
1034
1035 %files libs
1036 %defattr(644,root,root,755)
1037 %attr(751,root,root) %dir %{_sysconfdir}/mysql
1038 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/mysql-client.conf
1039 %attr(755,root,root) %{_libdir}/libmysqlclient.so.*.*.*
1040 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient.so.18
1041 %attr(755,root,root) %{_libdir}/libmysqlclient_r.so.*.*.*
1042 %attr(755,root,root) %ghost %{_libdir}/libmysqlclient_r.so.18
1043 %if %{with ndb}
1044 %attr(755,root,root) %{_libdir}/libndbclient.so.*.*.*
1045 %attr(755,root,root) %ghost %{_libdir}/libndbclient.so.3
1046 %endif
1047
1048 %files devel
1049 %defattr(644,root,root,755)
1050 %attr(755,root,root) %{_bindir}/mysql_config
1051 %attr(755,root,root) %{_libdir}/libmysqlclient.so
1052 %attr(755,root,root) %{_libdir}/libmysqlclient_r.so
1053 %if %{with ndb}
1054 %attr(755,root,root) %{_libdir}/libndbclient.so
1055 %endif
1056 %{_includedir}/mysql
1057 %{_aclocaldir}/mysql.m4
1058 %{_mandir}/man1/mysql_config.1*
1059
1060 %files static
1061 %defattr(644,root,root,755)
1062 %{_libdir}/libmysqlclient.a
1063 %{_libdir}/libmysqlclient_r.a
1064 %if %{with ndb}
1065 %{_libdir}/libndbclient.a
1066 %endif
1067
1068 %files bench
1069 %defattr(644,root,root,755)
1070 %attr(755,root,root) %{_bindir}/mysqlslap
1071 %attr(755,root,root) %{_bindir}/mysqltest
1072 %dir %{_datadir}/sql-bench
1073 %{_datadir}/sql-bench/[CDRl]*
1074 %attr(755,root,root) %{_datadir}/sql-bench/[bcgirst]*
1075 %{_mandir}/man1/mysqlslap.1*
1076 %{_mandir}/man1/mysqltest.1*
1077 %{_mandir}/man1/mysqltest_embedded.1*
1078
1079 #%files doc
1080 #%defattr(644,root,root,755)
1081 #%doc Docs/manual.html Docs/manual_toc.html
1082
1083 %if %{with ndb}
1084 %files ndb
1085 %defattr(644,root,root,755)
1086 %attr(755,root,root) %{_sbindir}/ndbd
1087 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb
1088 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb
1089 %{_mandir}/man1/ndbd_redo_log_reader.1*
1090 %{_mandir}/man8/ndbd.8*
1091
1092 %files ndb-client
1093 %defattr(644,root,root,755)
1094 %attr(755,root,root) %{_bindir}/ndb_config
1095 %attr(755,root,root) %{_bindir}/ndb_delete_all
1096 %attr(755,root,root) %{_bindir}/ndb_desc
1097 %attr(755,root,root) %{_bindir}/ndb_drop_index
1098 %attr(755,root,root) %{_bindir}/ndb_drop_table
1099 %attr(755,root,root) %{_bindir}/ndb_error_reporter
1100 %attr(755,root,root) %{_bindir}/ndb_mgm
1101 %attr(755,root,root) %{_bindir}/ndb_print_backup_file
1102 %attr(755,root,root) %{_bindir}/ndb_print_schema_file
1103 %attr(755,root,root) %{_bindir}/ndb_print_sys_file
1104 %attr(755,root,root) %{_bindir}/ndb_restore
1105 %attr(755,root,root) %{_bindir}/ndb_select_all
1106 %attr(755,root,root) %{_bindir}/ndb_select_count
1107 %attr(755,root,root) %{_bindir}/ndb_show_tables
1108 %attr(755,root,root) %{_bindir}/ndb_size.pl
1109 %attr(755,root,root) %{_bindir}/ndb_test_platform
1110 %attr(755,root,root) %{_bindir}/ndb_waiter
1111 %{_mandir}/man1/ndb_config.1*
1112 %{_mandir}/man1/ndb_delete_all.1*
1113 %{_mandir}/man1/ndb_desc.1*
1114 %{_mandir}/man1/ndb_drop_index.1*
1115 %{_mandir}/man1/ndb_drop_table.1*
1116 %{_mandir}/man1/ndb_error_reporter.1*
1117 %{_mandir}/man1/ndb_mgm.1*
1118 %{_mandir}/man1/ndb_print_backup_file.1*
1119 %{_mandir}/man1/ndb_print_schema_file.1*
1120 %{_mandir}/man1/ndb_print_sys_file.1*
1121 %{_mandir}/man1/ndb_restore.1*
1122 %{_mandir}/man1/ndb_select_all.1*
1123 %{_mandir}/man1/ndb_select_count.1*
1124 %{_mandir}/man1/ndb_show_tables.1*
1125 %{_mandir}/man1/ndb_size.pl.1*
1126 %{_mandir}/man1/ndb_waiter.1*
1127
1128 %files ndb-mgm
1129 %defattr(644,root,root,755)
1130 %attr(755,root,root) %{_sbindir}/ndb_mgmd
1131 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-mgm
1132 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-mgm
1133 %{_mandir}/man8/ndb_mgmd.8*
1134
1135 %files ndb-cpc
1136 %defattr(644,root,root,755)
1137 %attr(755,root,root) %{_sbindir}/ndb_cpcd
1138 %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-cpc
1139 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-cpc
1140 %{_mandir}/man1/ndb_cpcd.1*
1141 %endif
This page took 0.158954 seconds and 4 git commands to generate.