diff options
author | unknown <kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se> | 2006-09-24 00:41:20 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se> | 2006-09-24 00:41:20 +0200 |
commit | 5268450145f17a78afdcb8e714fa5b5f9f1f7f30 (patch) | |
tree | 20d1ffc9c99afd3fb539228705e287b3c6bea311 /support-files | |
parent | a5d82874a7292c6023c78f6c2386824c932108a5 (diff) | |
download | mariadb-git-5268450145f17a78afdcb8e714fa5b5f9f1f7f30.tar.gz |
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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 20bfd7188d2..4dc9c2e1be4 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -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 |