Author: arekm Date: Sun Dec 2 20:22:00 2007 GMT Module: SPECS Tag: MYSQL_4_1 ---- Log message: - up to 4.1.23
---- Files affected: SPECS: mysql.spec (1.300.2.15 -> 1.300.2.16) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.300.2.15 SPECS/mysql.spec:1.300.2.16 --- SPECS/mysql.spec:1.300.2.15 Wed Jun 13 20:16:02 2007 +++ SPECS/mysql.spec Sun Dec 2 21:21:55 2007 @@ -24,12 +24,15 @@ Summary(uk): MySQL - Ű×ÉÄËÉĘ SQL-ÓĹŇ×ĹŇ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql -Version: 4.1.22 -Release: 2 +Version: 4.1.23 +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: 37b4479951fa0cf052269d27c41ca200 +# Newer releases from bk only, see how to fetch mysql from bk repo tag: +# http://dev.mysql.com/doc/refman/4.1/en/installing-source-tree.html +# Manual pages repository location is unfortunately knknown. +Source0: %{name}-%{version}.tar.bz2 +# Source0-md5: 146ab42a1c066156a8dcbd25abbe564a Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.logrotate @@ -440,8 +443,21 @@ %build %{__libtoolize} %{__aclocal} +%{__autoheader} %{__automake} %{__autoconf} + +cd bdb/dist +sh s_all +cd ../.. + +cd innobase +%{__aclocal} +%{__autoheader} +%{__autoconf} +%{__automake} +cd .. + # The compiler flags are as per their "official" spec ;) CXXFLAGS="%{rpmcflags} -felide-constructors -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}" CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" @@ -563,13 +579,11 @@ rm $RPM_BUILD_ROOT%{_bindir}/mysql_install_db rm $RPM_BUILD_ROOT%{_bindir}/mysqld_safe rm $RPM_BUILD_ROOT%{_bindir}/mysqld_multi -rm $RPM_BUILD_ROOT%{_mandir}/man1/mysqld_{multi,safe}* rm $RPM_BUILD_ROOT%{_datadir}/%{name}/fill_help_tables.sql rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql-log-rotate rm $RPM_BUILD_ROOT%{_datadir}/%{name}/mysql.server rm $RPM_BUILD_ROOT%{_datadir}/%{name}/binary-configure rm $RPM_BUILD_ROOT%{_bindir}/mysql_waitpid -rm $RPM_BUILD_ROOT%{_mandir}/man1/{mysql.server,safe_mysqld}* # in %doc rm $RPM_BUILD_ROOT%{_datadir}/%{name}/*.{ini,cnf} @@ -730,15 +744,15 @@ %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* -%{_mandir}/man1/myisamchk.1* -%{_mandir}/man1/myisamlog.1* -%{_mandir}/man1/myisampack.1* -%{_mandir}/man1/pack_isam.1* -%{_mandir}/man8/mysqld.8* +#%{_mandir}/man1/isamchk.1* +#%{_mandir}/man1/isamlog.1* +#%{_mandir}/man1/mysql_fix_privilege_tables.1* +#%{_mandir}/man1/mysqld.1* +#%{_mandir}/man1/myisamchk.1* +#%{_mandir}/man1/myisamlog.1* +#%{_mandir}/man1/myisampack.1* +#%{_mandir}/man1/pack_isam.1* +#%{_mandir}/man8/mysqld.8* %attr(700,mysql,mysql) %{_mysqlhome} # root:root is proper here for AC mysql.rpm while mysql:mysql is potential security hole @@ -788,11 +802,11 @@ %attr(755,root,root) %{_bindir}/mysql_secure_installation %attr(755,root,root) %{_bindir}/mysql_tzinfo_to_sql %attr(755,root,root) %{_bindir}/mysqlcheck -%{_mandir}/man1/perror.1* -%{_mandir}/man1/replace.1* -%{_mandir}/man1/msql2mysql* -%{_mandir}/man1/myisam_ftdump.1* -%{_mandir}/man1/mysqlcheck.1* +#%{_mandir}/man1/perror.1* +#%{_mandir}/man1/replace.1* +#%{_mandir}/man1/msql2mysql* +#%{_mandir}/man1/myisam_ftdump.1* +#%{_mandir}/man1/mysqlcheck.1* %files extras-perl %defattr(644,root,root,755) @@ -806,10 +820,10 @@ %attr(755,root,root) %{_bindir}/mysql_fix_extensions %attr(755,root,root) %{_bindir}/mysql_explain_log %attr(755,root,root) %{_bindir}/mysql_tableinfo -%{_mandir}/man1/mysql_zap.1* -%{_mandir}/man1/mysqlaccess.1* -%{_mandir}/man1/mysqlhotcopy.1* -%{_mandir}/man1/mysql_explain_log.1* +#%{_mandir}/man1/mysql_zap.1* +#%{_mandir}/man1/mysqlaccess.1* +#%{_mandir}/man1/mysqlhotcopy.1* +#%{_mandir}/man1/mysql_explain_log.1* %files client %defattr(644,root,root,755) @@ -821,13 +835,13 @@ %attr(755,root,root) %{_bindir}/mysqlshow %attr(755,root,root) %{_bindir}/mysqlbinlog %attr(755,root,root) %{_bindir}/mysqladmin -%{_mandir}/man1/mysql.1* -%{_mandir}/man1/mysqlman.1* -%{_mandir}/man1/mysqladmin.1* -%{_mandir}/man1/mysqldump.1* -%{_mandir}/man1/mysqlshow.1* -%{_mandir}/man1/mysqlbinlog.1* -%{_mandir}/man1/mysqlimport.1* +#%{_mandir}/man1/mysql.1* +#%{_mandir}/man1/mysqlman.1* +#%{_mandir}/man1/mysqladmin.1* +#%{_mandir}/man1/mysqldump.1* +#%{_mandir}/man1/mysqlshow.1* +#%{_mandir}/man1/mysqlbinlog.1* +#%{_mandir}/man1/mysqlimport.1* %files libs %defattr(644,root,root,755) @@ -845,7 +859,7 @@ %{_libdir}/lib*.la %{_libdir}/lib*[!tr].a %{_includedir}/mysql -%{_mandir}/man1/mysql_config.1* +#%{_mandir}/man1/mysql_config.1* %files static %defattr(644,root,root,755) @@ -895,6 +909,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.300.2.16 2007-12-02 20:21:55 arekm +- up to 4.1.23 + Revision 1.300.2.15 2007-06-13 18:16:02 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.300.2.15&r2=1.300.2.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
