Suppress someone's silly idea that libtool overhead can be skipped. Run
make test on all archs.
This commit is contained in:
parent
e3c78ce63d
commit
a7768d6f9e
10
mysql.spec
10
mysql.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 4.1.7
|
Version: 4.1.7
|
||||||
Release: 6
|
Release: 7
|
||||||
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
Source2: mysql.logrotate
|
Source2: mysql.logrotate
|
||||||
@ -10,6 +10,7 @@ Source4: scriptstub.c
|
|||||||
Source999: filter-requires-mysql.sh
|
Source999: filter-requires-mysql.sh
|
||||||
Patch1: mysql-libdir.patch
|
Patch1: mysql-libdir.patch
|
||||||
Patch2: mysql-errno.patch
|
Patch2: mysql-errno.patch
|
||||||
|
Patch3: mysql-libtool.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 libraries.
|
Summary: MySQL client programs and shared libraries.
|
||||||
@ -83,6 +84,7 @@ MySQL.
|
|||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
aclocal
|
aclocal
|
||||||
@ -124,9 +126,7 @@ gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4}
|
|||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make check
|
make check
|
||||||
%ifnarch ppc64 s390x x86_64
|
|
||||||
make test
|
make test
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -353,6 +353,10 @@ fi
|
|||||||
%{_datadir}/sql-bench
|
%{_datadir}/sql-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 13 2004 Tom Lane <tgl@redhat.com> 4.1.7-7
|
||||||
|
- Suppress someone's silly idea that libtool overhead can be skipped
|
||||||
|
- Run make test on all archs
|
||||||
|
|
||||||
* Sun Dec 12 2004 Tom Lane <tgl@redhat.com> 4.1.7-6
|
* Sun Dec 12 2004 Tom Lane <tgl@redhat.com> 4.1.7-6
|
||||||
- Fix init script to not need a valid username for startup check (bz#142328)
|
- Fix init script to not need a valid username for startup check (bz#142328)
|
||||||
- Fix init script to honor settings appearing in /etc/my.cnf (bz#76051)
|
- Fix init script to honor settings appearing in /etc/my.cnf (bz#76051)
|
||||||
|
Loading…
Reference in New Issue
Block a user