SPECS (MYSQL_5_0): mysql.spec - main pkg requires -libs as at least mysql_u...

glen glen at pld-linux.org
Sun Oct 26 17:04:07 CET 2008


Author: glen                         Date: Sun Oct 26 16:04:07 2008 GMT
Module: SPECS                         Tag: MYSQL_5_0
---- Log message:
- main pkg requires -libs as at least mysql_upgrade and mysqlcheck link with libmysqlclient

---- Files affected:
SPECS:
   mysql.spec (1.353.2.54 -> 1.353.2.55) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.353.2.54 SPECS/mysql.spec:1.353.2.55
--- SPECS/mysql.spec:1.353.2.54	Sun Oct 26 15:32:29 2008
+++ SPECS/mysql.spec	Sun Oct 26 17:04:02 2008
@@ -10,6 +10,7 @@
 %bcond_without	raid		# Without raid
 %bcond_without	ssl		# Without OpenSSL
 %bcond_without	tcpd		# Without libwrap (tcp_wrappers) support
+%bcond_without	autodeps	# BR packages needed only for resolving deps
 %bcond_with	bdb		# Berkeley DB support
 %bcond_without	sphinx		# Sphinx storage engine support
 #
@@ -25,7 +26,7 @@
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
 Version:	5.0.68
-Release:	0.2
+Release:	0.3
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0:	ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
@@ -84,11 +85,11 @@
 %{?with_tcpd:BuildRequires:	libwrap-devel}
 BuildRequires:	ncurses-devel >= 4.2
 %{?with_ssl:BuildRequires:	openssl-devel >= 0.9.7d}
-BuildRequires:	perl-DBI
+%{?with_autodeps:BuildRequires:	perl-DBI}
 BuildRequires:	perl-devel >= 1:5.6.1
 BuildRequires:	readline-devel >= 4.2
 BuildRequires:	rpm-perlprov >= 4.1-13
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.414
 BuildRequires:	sed >= 4.0
 BuildRequires:	texinfo
 BuildRequires:	zlib-devel
@@ -101,6 +102,7 @@
 Requires(pre):	/usr/sbin/useradd
 Requires(triggerpostun):	sed >= 4.0
 Requires:	%{name}-charsets = %{version}-%{release}
+Requires:	%{name}-libs = %{version}-%{release}
 Requires:	/usr/bin/setsid
 Requires:	logrotate >= 3.7-4
 Requires:	rc-scripts >= 0.2.0
@@ -1037,6 +1039,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.353.2.55  2008/10/26 16:04:02  glen
+- main pkg requires -libs as at least mysql_upgrade and mysqlcheck link with libmysqlclient
+
 Revision 1.353.2.54  2008/10/26 14:32:29  glen
 - verbose files, move admin tools to sbindir and other merges from HEAD
 - mysqlcheck/mysql_upgrade in same (main pkg now)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.353.2.54&r2=1.353.2.55&f=u



More information about the pld-cvs-commit mailing list