|
@@ -7,7 +7,7 @@
|
|
%{!?_with_static:%define STATIC_BUILD 0}
|
|
%{!?_with_static:%define STATIC_BUILD 0}
|
|
|
|
|
|
# Working around perl dependency problem
|
|
# Working around perl dependency problem
|
|
-%define __find_requires %{SOURCE999}
|
|
|
|
|
|
+%define __perl_requires %{SOURCE998}
|
|
|
|
|
|
# We don't package all files installed into the build root by intention -
|
|
# We don't package all files installed into the build root by intention -
|
|
# See BUG#998 for details.
|
|
# See BUG#998 for details.
|
|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
%define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
|
|
%define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
|
|
|
|
|
|
-%define mysql_version 5.1.44
|
|
|
|
|
|
+%define mysql_version 5.1.52
|
|
%define client_version 16
|
|
%define client_version 16
|
|
|
|
|
|
%if %{?_dist_release}!="vl5"
|
|
%if %{?_dist_release}!="vl5"
|
|
@@ -28,7 +28,7 @@ Packager: tomop
|
|
Name: MySQL
|
|
Name: MySQL
|
|
Summary: MySQL: a very fast and reliable SQL database server
|
|
Summary: MySQL: a very fast and reliable SQL database server
|
|
Version: %{mysql_version}
|
|
Version: %{mysql_version}
|
|
-Release: 3%{_dist_release}
|
|
|
|
|
|
+Release: 1%{_dist_release}
|
|
|
|
|
|
Group: Applications/Databases
|
|
Group: Applications/Databases
|
|
# exceptions allow client libraries to be linked with most open source SW,
|
|
# exceptions allow client libraries to be linked with most open source SW,
|
|
@@ -38,15 +38,15 @@ URL: http://www.mysql.com/
|
|
|
|
|
|
Source: mysql-%{version}.tar.gz
|
|
Source: mysql-%{version}.tar.gz
|
|
# Don't depend on lib::mtr*
|
|
# Don't depend on lib::mtr*
|
|
-Source999: filter-requires-%{name}.sh
|
|
|
|
-Patch0: mysql-5.1.44-jp-all.patch
|
|
|
|
|
|
+Source998: perl-requires-%{name}.sh
|
|
|
|
+Patch0: mysql-5.1.52-jp-all.patch
|
|
|
|
|
|
# lib64 patch for vine
|
|
# lib64 patch for vine
|
|
Patch200: pysql-5.1.44-lib64.patch
|
|
Patch200: pysql-5.1.44-lib64.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: perl, readline-devel
|
|
BuildRequires: perl, readline-devel
|
|
-BuildRequires: gcc-c++, ncurses-devel, zlib-devel
|
|
|
|
|
|
+BuildRequires: gcc-c++, ncurses-devel, zlib-devel, openssl-devel
|
|
BuildRequires: groff, libtool, automake
|
|
BuildRequires: groff, libtool, automake
|
|
Requires: fileutils sh-utils
|
|
Requires: fileutils sh-utils
|
|
Provides: msqlormysql MySQL-server mysql
|
|
Provides: msqlormysql MySQL-server mysql
|
|
@@ -799,6 +799,11 @@ fi
|
|
%{_mandir}/man1/mysqltest_embedded.1*
|
|
%{_mandir}/man1/mysqltest_embedded.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- replaced '%%__find_requires' to '%%__perl_requires'.
|
|
|
|
+- updated jp-patch.
|
|
|
|
+
|
|
* Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
|
|
* Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
|
|
- added mysql-5.1.44-lib64.patch (on x86_64)
|
|
- added mysql-5.1.44-lib64.patch (on x86_64)
|
|
- added -fPIC (on x86_64)
|
|
- added -fPIC (on x86_64)
|