Author: glen Date: Mon Feb 20 13:04:28 2006 GMT Module: SPECS Tag: MYSQL_4_1 ---- Log message: - adapterized - configure cache hack
---- Files affected: SPECS: mysql.spec (1.300.2.4 -> 1.300.2.5) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.300.2.4 SPECS/mysql.spec:1.300.2.5 --- SPECS/mysql.spec:1.300.2.4 Mon Feb 20 10:07:21 2006 +++ SPECS/mysql.spec Mon Feb 20 14:04:22 2006 @@ -16,18 +16,18 @@ # %include /usr/lib/rpm/macros.perl Summary: MySQL: a very fast and reliable SQL database engine +Summary(de): MySQL: ist eine SQL-Datenbank Summary(fr): MySQL: un serveur SQL rapide et fiable Summary(pl): MySQL: bardzo szybka i niezawodna baza danych (SQL) -Summary(de): MySQL: ist eine SQL-Datenbank Summary(pt_BR): MySQL: Um servidor SQL rápido e confiável Summary(ru): MySQL - ÂŮÓÔŇŮĘ SQL-ÓĹŇ×ĹŇ Summary(uk): MySQL - Ű×ÉÄËÉĘ SQL-ÓĹŇ×ĹŇ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql -Group: Applications/Databases Version: 4.1.18 Release: 1 License: GPL + MySQL FLOSS Exception +Group: Applications/Databases Source0: http://mysql.dataphone.se/Downloads/MySQL-4.1/%{name}-%{version}.tar.gz # Source0-md5: a2db4edb3e1e3b8e0f8c2242225ea513 Source1: %{name}.init @@ -52,7 +52,6 @@ Patch6: %{name}-fix_privilege_tables.patch Patch7: %{name}-align.patch Patch8: %{name}-client-config.patch -Icon: mysql.gif URL: http://www.mysql.com/ #BuildRequires: ORBit-devel BuildRequires: autoconf @@ -70,16 +69,16 @@ BuildRequires: rpmbuild(macros) >= 1.228 BuildRequires: texinfo BuildRequires: zlib-devel -PreReq: rc-scripts >= 0.2.0 -Requires(pre): /usr/bin/getgid +Requires(post,preun): /sbin/chkconfig +Requires(postun): /usr/sbin/groupdel +Requires(postun): /usr/sbin/userdel Requires(pre): /bin/id +Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd -Requires(postun): /usr/sbin/userdel -Requires(postun): /usr/sbin/groupdel -Requires(post,preun): /sbin/chkconfig Requires(triggerpostun): sed >= 4.0 Requires: /usr/bin/setsid +Requires: rc-scripts >= 0.2.0 Provides: MySQL-server Provides: group(mysql) Provides: msqlormysql @@ -94,6 +93,9 @@ %define _noautoreqdep 'perl(DBD::mysql)' +# innodb confcache has different CFLAGS +%undefine configure_cache + %description MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database server. SQL is the most popular database language @@ -884,6 +886,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.300.2.5 2006/02/20 13:04:22 glen +- adapterized +- configure cache hack + Revision 1.300.2.4 2006/02/20 09:07:21 arekm - updated to 4.1.18 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.300.2.4&r2=1.300.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
