1 |
< |
### RPM external mysql 5.0.18-XXXX |
1 |
> |
### RPM external mysql 5.0.18 |
2 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib/mysql |
3 |
|
|
4 |
|
#Different download locations according to the version. |
6 |
|
%if "%(echo %realversion | cut -d. -f1)" == "4" |
7 |
|
%define source http://downloads.mysql.com/archives/mysql-4.0/%n-%realversion.tar.gz |
8 |
|
%else |
9 |
< |
%define source http://mysql.belnet.be/Downloads/MySQL-5.0/mysql-%realversion.tar.gz |
9 |
> |
%define source http://mi.mirror.garr.it/mirrors/MySQL/Downloads/MySQL-5.0/%n-%realversion.tar.gz |
10 |
|
%endif |
11 |
|
|
12 |
|
Source: %source |
39 |
|
%{relocateConfig}bin/mysql_fix_privilege_tables |
40 |
|
%{relocateConfig}bin/mysql_install_db |
41 |
|
|
42 |
– |
|