| 14 |
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston |
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston |
| 15 |
# MA 02110-1301 USA. |
# MA 02110-1301 USA. |
| 16 |
|
|
| 17 |
%define mysql_version 5.0.67-tritonn-1.0.12 |
%define mysql_version 5.0.87-tritonn-1.0.12a |
| 18 |
%define srcdir tritonn-1.0.12-mysql-5.0.67 |
%define srcdir tritonn-1.0.12-mysql-5.0.87 |
| 19 |
|
|
| 20 |
# use "rpmbuild --with static" or "rpm --define '_with_static 1'" (for RPM 3.x) |
# use "rpmbuild --with static" or "rpm --define '_with_static 1'" (for RPM 3.x) |
| 21 |
# to enable static linking (off by default) |
# to enable static linking (off by default) |
| 30 |
%if %{STATIC_BUILD} |
%if %{STATIC_BUILD} |
| 31 |
%define release 0 |
%define release 0 |
| 32 |
%else |
%else |
| 33 |
%define release tritonn.1.0.12 |
%define release tritonn.1.0.12a |
| 34 |
%endif |
%endif |
| 35 |
%define license GPL |
%define license GPL |
| 36 |
%define mysqld_user mysql |
%define mysqld_user mysql |
| 64 |
Name: MySQL |
Name: MySQL |
| 65 |
Summary: MySQL with Senna (Tritonn Project) |
Summary: MySQL with Senna (Tritonn Project) |
| 66 |
Group: Applications/Databases |
Group: Applications/Databases |
| 67 |
Version: 5.0.67 |
Version: 5.0.87 |
| 68 |
Release: %{release} |
Release: %{release} |
| 69 |
License: %{license} |
License: %{license} |
| 70 |
Source: %{srcdir}.tar.gz |
Source: %{srcdir}.tar.gz |
| 240 |
sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ |
sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ |
| 241 |
CC=\"${CC:-$MYSQL_BUILD_CC}\" \ |
CC=\"${CC:-$MYSQL_BUILD_CC}\" \ |
| 242 |
CXX=\"${CXX:-$MYSQL_BUILD_CXX}\" \ |
CXX=\"${CXX:-$MYSQL_BUILD_CXX}\" \ |
| 243 |
CFLAGS=\"${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS} -O2\" \ |
CFLAGS=\"${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS} -g -O3\" \ |
| 244 |
CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS \ |
CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS \ |
| 245 |
-felide-constructors -fno-exceptions -fno-rtti -O2\ |
-felide-constructors -fno-exceptions -fno-rtti -g -O3\ |
| 246 |
}\" \ |
}\" \ |
| 247 |
LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ |
LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ |
| 248 |
./configure \ |
./configure \ |
| 727 |
# itself - note that they must be ordered by date (important when |
# itself - note that they must be ordered by date (important when |
| 728 |
# merging BK trees) |
# merging BK trees) |
| 729 |
%changelog |
%changelog |
| 730 |
|
* Thu Nov 26 2009 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> |
| 731 |
|
- Tritonn 1.0.12 with MySQL 5.0.87 |
| 732 |
|
|
| 733 |
* Tue Dec 09 2008 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> |
* Tue Dec 09 2008 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> |
| 734 |
- Tritonn 1.0.12 |
- Tritonn 1.0.12 |
| 735 |
|
|