auto-import changelog data from mysql-3.23.41-1a.src.rpm

Wed Oct 24 2001 Phil Knirsch <pknirsch@redhat.de>
- S390 fix.
This commit is contained in:
cvsdist 2004-09-09 08:55:47 +00:00 committed by Michal Schorm
parent 01baec9a85
commit a488535d73

View File

@ -1,10 +1,11 @@
Name: mysql Name: mysql
Version: 3.23.41 Version: 3.23.41
Release: 1 Release: 1a
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
Source1: mysql.init Source1: mysql.init
Source2: mysql.logrotate Source2: mysql.logrotate
Source3: my.cnf Source3: my.cnf
Patch1: mysql-3.23.33-s390.patch
URL: http://www.mysql.com URL: http://www.mysql.com
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Summary: MySQL client programs and shared library. Summary: MySQL client programs and shared library.
@ -55,6 +56,7 @@ developing MySQL applications.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .s390
%build %build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
@ -70,7 +72,7 @@ CXXFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
--with-mysqld-user="mysql" \ --with-mysqld-user="mysql" \
--with-extra-charsets=all \ --with-extra-charsets=all \
--disable-assember \ --disable-assember \
%ifnarch alpha %ifnarch alpha s390 s390x
--with-berkeley-db --enable-large-files=yes --enable-largefile=yes \ --with-berkeley-db --enable-large-files=yes --enable-largefile=yes \
%endif %endif
--with-thread-safe-client \ --with-thread-safe-client \
@ -78,7 +80,7 @@ CXXFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
make make
make check make check
%ifnarch s390 s390x ia64 %ifnarch ia64
make test make test
%endif %endif
@ -199,6 +201,9 @@ fi
/usr/lib/mysql/libmysqlclient*.so /usr/lib/mysql/libmysqlclient*.so
%changelog %changelog
* Wed Oct 24 2001 Phil Knirsch <pknirsch@redhat.de>
- S390 fix.
* Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.23.41-1 * Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.23.41-1
- 3.23.41 bugfix release - 3.23.41 bugfix release
- disable innodb, to avoid the broken updates - disable innodb, to avoid the broken updates