1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql.spec.sh:

Added "test" RPM package
  Install all binaries "make install" would
make_binary_distribution.sh:
  Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955)


scripts/make_binary_distribution.sh:
  Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955)
support-files/mysql.spec.sh:
  Removed the rest of the "bench" sub RPM, but added a new "test" sub
  RPM containing the "mysql-test" directory earlier in the "bench" sub
  RPM. The new sub RPM "Obsoltes" "mysql-bench" as well.
  
  Added the rest of the binaries that "make install" would install
  
    bin/ndb_print_backup_file
    bin/ndb_print_schema_file
    bin/ndb_print_sys_file
    sbin/ndb_cpcd
This commit is contained in:
unknown
2006-09-24 00:41:20 +02:00
parent a5d82874a7
commit 5268450145
2 changed files with 19 additions and 7 deletions

View File

@ -165,16 +165,16 @@ They should be used with caution.
%{see_base}
%package bench
%package test
Requires: %{name}-client perl-DBI perl
Summary: MySQL - Benchmarks and test system
Summary: MySQL - Test suite
Group: Applications/Databases
Provides: mysql-bench
Obsoletes: mysql-bench
Provides: mysql-test
Obsoletes: mysql-bench mysql-test
AutoReqProv: no
%description bench
This package contains MySQL benchmark scripts and data.
%description test
This package contains the MySQL regression test suite.
%{see_base}
@ -628,6 +628,9 @@ fi
%attr(755, root, root) %{_bindir}/ndb_config
%attr(755, root, root) %{_bindir}/ndb_error_reporter
%attr(755, root, root) %{_bindir}/ndb_size.pl
%attr(755, root, root) %{_bindir}/ndb_print_backup_file
%attr(755, root, root) %{_bindir}/ndb_print_schema_file
%attr(755, root, root) %{_bindir}/ndb_print_sys_file
%attr(-, root, root) %{_datadir}/mysql/ndb_size.tmpl
%files ndb-extra
@ -635,6 +638,7 @@ fi
%attr(755, root, root) %{_bindir}/ndb_drop_index
%attr(755, root, root) %{_bindir}/ndb_drop_table
%attr(755, root, root) %{_bindir}/ndb_delete_all
%attr(755, root, root) %{_sbindir}/ndb_cpcd
%files devel
%defattr(-, root, root, 0755)
@ -667,6 +671,13 @@ fi
%{_libdir}/libmysql*.so*
%{_libdir}/libndb*.so*
%files test
%defattr(-, root, root, 0755)
%attr(-, root, root) %{_datadir}/mysql-test
%attr(755, root, root) %{_bindir}/mysql_client_test
%attr(755, root, root) %{_bindir}/mysql_client_test_embedded
%attr(755, root, root) %{_bindir}/mysqltest_embedded
%files embedded
%defattr(-, root, root, 0755)
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a