Author: glen Date: Tue Apr 4 13:15:21 2006 GMT Module: SPECS Tag: MYSQL_3_23 ---- Log message: - adapterized
---- Files affected: SPECS: mysql.spec (1.51.2.9 -> 1.51.2.10) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.51.2.9 SPECS/mysql.spec:1.51.2.10 --- SPECS/mysql.spec:1.51.2.9 Tue Apr 4 15:12:46 2006 +++ SPECS/mysql.spec Tue Apr 4 15:15:16 2006 @@ -6,13 +6,11 @@ Summary(pl): MySQL: bardzo szybka i niezawodna baza danych (SQL) Summary(pt): MySQL: Um servidor SQL rápido e confiável Name: mysql -Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych -Group(pt): Aplicaçőes/Banco_de_Dados Version: 3.23.58 Release: 0.1 License: GPL/LGPL -Source0: http://downloads.mysql.com/archives/mysql-3.23/mysql-3.23.58.tar.gz +Group: Applications/Databases +Source0: http://downloads.mysql.com/archives/mysql-3.23/%{name}-%{version}.tar.gz # Source0-md5: 835a96c86132fbde0db36db60c5b34cd Source1: %{name}.init Source2: %{name}.sysconfig @@ -21,17 +19,16 @@ Patch0: %{name}-info.patch Patch1: %{name}-no_libbind.patch Patch2: %{name}-perldep.patch -Icon: mysql.gif URL: http://www.mysql.com/ -Requires: %{name}-libs = %{version} BuildRequires: libstdc++-devel -BuildRequires: zlib-devel BuildRequires: ncurses-devel BuildRequires: readline-devel -BuildRequires: texinfo BuildRequires: rpm-perlprov +BuildRequires: texinfo +BuildRequires: zlib-devel +Requires: %{name}-libs = %{version} Requires: rc-scripts >= 0.2.0 -Prereq: shadow +Requires: shadow Provides: msqlormysql MySQL-server Obsoletes: MySQL BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -106,10 +103,8 @@ informaçőes. %package extras -Summary: MySQL additional utilities +Summary: MySQL additional utilities Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych -Group(pt): Aplicaçőes/Banco_de_Dados Requires: %{name}-libs = %{version} %description extras @@ -119,8 +114,6 @@ %package extras-perl Summary: MySQL additional utilities written in Perl Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych -Group(pt): Aplicaçőes/Banco_de_Dados Requires: %{name}-extras = %{version} %description extras-perl @@ -131,27 +124,24 @@ Summary(pl): MySQL - Klient Summary(pt): MySQL - Cliente Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych -Group(pt): Aplicaçőes/Banco_de_Dados Requires: %{name}-libs = %{version} Obsoletes: MySQL-client %description client This package contains the standard MySQL clients. -%description -l fr client +%description client -l fr Ce package contient les clients MySQL standards. -%description -l pl client +%description client -l pl Standardowe programy klienckie MySQL. -%description -l pt_BR client +%description client -l pt_BR Este pacote contém os clientes padrăo para o MySQL. %package libs Summary: Shared libraries for MySQL Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych %description libs Shared libraries for MySQL. @@ -161,8 +151,6 @@ Summary(pl): MySQL - Pliki nagłówkowe i biblioteki dla programistów Summary(pt): MySQL - Mediçőes de desempenho Group: Development/Libraries -Group(pl): Programowanie/Biblioteki -Group(fr): Development/Librairies Requires: %{name}-libs = %{version} Obsoletes: MySQL-devel @@ -170,7 +158,7 @@ This package contains the development header files and libraries necessary to develop MySQL client applications. -%description -l pl devel +%description devel -l pl Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji klienckich MySQL. @@ -178,7 +166,7 @@ Este pacote contém os arquivos de cabeçalho (header files) e bibliotecas necessárias para desenvolver aplicaçőes clientes do MySQL. -%description -l fr devel +%description devel -l fr Ce package contient les fichiers entetes et les librairies de developpement necessaires pour developper des applications clientes MySQL. @@ -187,15 +175,13 @@ Summary: MySQL staic libraris Summary(pl): Biblioteki statyczne MySQL Group: Development/Libraries -Group(pl): Programowanie/Biblioteki -Group(fr): Development/Librairies Requires: %{name}-devel = %{version} Obsoletes: MySQL-static %description static MySQL staic libraris. -%description -l pl static +%description static -l pl Biblioteki statyczne MySQL. %package bench @@ -203,8 +189,6 @@ Summary(pl): mySQL - Programy testujące szybkość działania bazy Summary(pt): MySQL - Mediçőes de desempenho Group: Applications/Databases -Group(pl): Aplikacje/Bazy danych -Group(pt): Aplicaçőes/Banco_de_Dados Requires: %{name} = %{version} Requires: %{name}-client Obsoletes: MySQL-bench @@ -212,14 +196,14 @@ %description bench This package contains MySQL benchmark scripts and data. -%description -l pl bench +%description bench -l pl Programy testujące szybkość serwera MySQL. -%description -l pt_BR bench +%description bench -l pt_BR Este pacote contém mediçőes de desempenho de scripts e dados do MySQL. %prep -%setup -q -n %{name}-%{version} +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -230,8 +214,8 @@ #automake #aclocal #autoconf -CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fomit-frame-pointer" -CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer" +CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fomit-frame-pointer" +CFLAGS="%{rpmcflags} -fomit-frame-pointer" export LDFLAGS CXXFLAGS CFLAGS %configure \ --without-debug \ @@ -252,7 +236,7 @@ # If you have much RAM you can remove --with-low-memory # To build mysqld as static binary add option -# --with-mysqld-ldflags='-all-static' +# --with-mysqld-ldflags='-all-static' %{__make} benchdir=$RPM_BUILD_ROOT%{_datadir}/sql-bench %{__make} -C Docs mysql.info @@ -264,7 +248,8 @@ $RPM_BUILD_ROOT%{_infodir} # Make install -%{__make} install DESTDIR=$RPM_BUILD_ROOT benchdir=%{_datadir}/sql-bench +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT benchdir=%{_datadir}/sql-bench install Docs/mysql.info $RPM_BUILD_ROOT%{_infodir} install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysql @@ -339,10 +324,10 @@ %files %defattr(644,root,root,755) -%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/logrotate.d/mysql +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysql %attr(754,root,root) /etc/rc.d/init.d/mysql -%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/mysql -%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/mysqld.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysqld.conf %attr(755,root,root) %{_bindir}/isamchk %attr(755,root,root) %{_bindir}/isamlog %attr(755,root,root) %{_bindir}/mysqladmin @@ -356,7 +341,7 @@ %attr(751,mysql,mysql) %dir /var/lib/mysql %attr(750,mysql,mysql) %dir /var/log/mysql %attr(750,mysql,mysql) %dir /var/log/archiv/mysql -%attr(640,mysql,mysql) %config(noreplace) %verify(not md5 size mtime) /var/log/mysql/* +%attr(640,mysql,mysql) %config(noreplace) %verify(not md5 mtime size) /var/log/mysql/* %{_infodir}/mysql.info* %dir %{_datadir}/mysql @@ -431,19 +416,22 @@ %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog -* %{date} PLD Team <[EMAIL PROTECTED]> -All persons listed below can be reached at <cvs_login>@pld.org.pl +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51.2.10 2006/04/04 13:15:16 glen +- adapterized + Revision 1.51.2.9 2006/04/04 13:12:46 glen - 3.23.58, NFY Revision 1.51.2.8 2001/01/23 18:12:17 wiget - version 3.23.32 -kloczek, merge this with HEAD + kloczek, merge this with HEAD Revision 1.51.2.7 2001/01/22 11:43:04 wiget -3.23.31 - first production release in 3.23.X series + 3.23.31 - first production release in 3.23.X series Revision 1.51.2.6 2001/01/11 16:51:30 mis - updated to 3.23.30 @@ -504,7 +492,7 @@ - rebuild with ncurses 5.1 Revision 1.44 2000/06/09 07:23:26 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.43 2000/06/07 03:47:22 kloczek - spec adapterized. @@ -518,7 +506,7 @@ installed Revision 1.40 2000/04/25 20:10:00 wiget -fix permision to /var/lib/mysql +- fix permision to /var/lib/mysql Revision 1.39 2000/04/25 16:16:48 baggins - release++ @@ -583,7 +571,7 @@ - added -doc subpackage - mysql database currently removed - patches hacked for current version -- removing mysql user and group in %%postun +- removing mysql user and group in %postun - mysql.logrotate fixed (wrong owner and permissions) - added /var/log/mysqld.log @@ -602,7 +590,7 @@ - mysql-client don't required main package Revision 1.21 1999/10/29 08:48:20 wiget -- added %%clean section +- added %clean section Revision 1.20 1999/10/29 07:58:42 wiget - small reorder in bench subpackage preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.51.2.9&r2=1.51.2.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
