SPECS (DEVEL): mysql.spec - isam dropped

arekm arekm at pld-linux.org
Fri Sep 30 08:40:01 CEST 2005


Author: arekm                        Date: Fri Sep 30 06:40:01 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- isam dropped

---- Files affected:
SPECS:
   mysql.spec (1.259.2.3 -> 1.259.2.4) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.259.2.3 SPECS/mysql.spec:1.259.2.4
--- SPECS/mysql.spec:1.259.2.3	Thu Sep 29 20:45:59 2005
+++ SPECS/mysql.spec	Fri Sep 30 08:39:56 2005
@@ -8,7 +8,6 @@
 # Conditional build:
 %bcond_with	bdb	# Berkeley DB support
 %bcond_without	innodb	# Without InnoDB support
-%bcond_without	isam	# Without ISAM table format (used in mysql 3.22)
 %bcond_without	raid	# Without raid
 %bcond_without	ssl	# Without OpenSSL
 %bcond_without	tcpd	# Without libwrap (tcp_wrappers) support
@@ -459,7 +458,6 @@
 	--enable-thread-safe-client \
 	--with%{!?with_bdb:out}-berkeley-db \
 	--with%{!?with_innodb:out}-innodb \
-	--with%{!?with_isam:out}-isam \
 	--with%{!?with_raid:out}-raid \
 	--with%{!?with_ssl:out}-openssl \
 	--with%{!?with_tcpd:out}-libwrap \
@@ -520,7 +518,7 @@
 install %{SOURCE4} mysqld.conf
 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/mysql/clusters.conf
 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/monit
-touch $RPM_BUILD_ROOT/var/log/mysql/{err,log,update,isamlog.log}
+touch $RPM_BUILD_ROOT/var/log/mysql/{err,log,update}
 
 # remove innodb directives from mysqld.conf if mysqld is configured without
 %if %{without innodb}
@@ -721,17 +719,12 @@
 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/clusters.conf
 %attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/monit/*.monitrc
 %attr(755,root,root) %{_bindir}/innochecksum
-#%attr(755,root,root) %{_bindir}/isamchk
-#%attr(755,root,root) %{_bindir}/isamlog
 %attr(755,root,root) %{_bindir}/myisamchk
 %attr(755,root,root) %{_bindir}/myisamlog
 %attr(755,root,root) %{_bindir}/myisampack
 %attr(755,root,root) %{_bindir}/mysql_fix_privilege_tables
-#%attr(755,root,root) %{_bindir}/pack_isam
 %attr(755,root,root) %{_bindir}/my_print_defaults
 %attr(755,root,root) %{_sbindir}/mysqld
-#%{_mandir}/man1/isamchk.1*
-#%{_mandir}/man1/isamlog.1*
 %{_mandir}/man1/mysql_fix_privilege_tables.1*
 %{_mandir}/man1/mysqld.1*
 
@@ -879,6 +872,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.259.2.4  2005/09/30 06:39:56  arekm
+- isam dropped
+
 Revision 1.259.2.3  2005/09/29 18:45:59  arekm
 - up to 5.0.13
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.259.2.3&r2=1.259.2.4&f=u




More information about the pld-cvs-commit mailing list