SHA256
1
0
forked from pool/mariadb
Michal Hrusecky (old before rename to _miska_) 2015-04-14 10:38:26 +00:00 committed by Git OBS Bridge
parent 476e720435
commit f37a164df2
3 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4aa62499d5bcff38f7c077245fc896160539eef671aa1588bd7d65defd6bbe78 oid sha256:746bd24dc78bad63f5066c36c42743f66ea387359388ea22787d1dc51ca0045a
size 219 size 221

View File

@ -11,6 +11,7 @@ rm -f %buildroot%_libdir/*.a
[ \! -f "%buildroot%_libdir/"libmysqld.static ] || mv "%buildroot%_libdir/"libmysqld.static "%buildroot%_libdir/"libmysqld.a [ \! -f "%buildroot%_libdir/"libmysqld.static ] || mv "%buildroot%_libdir/"libmysqld.static "%buildroot%_libdir/"libmysqld.a
rm -f %buildroot%_libdir/mysql/{,plugin}/*.{a,la} rm -f %buildroot%_libdir/mysql/{,plugin}/*.{a,la}
rm -f %buildroot%_libdir/mysql/libndbclient.* rm -f %buildroot%_libdir/mysql/libndbclient.*
rm -f %buildroot%_libdir/mysql/plugin/debug_key_management.so
rm -f %{buildroot}/usr/share/mysql-test/{mysql-test-run,mtr} rm -f %{buildroot}/usr/share/mysql-test/{mysql-test-run,mtr}
rm -f %{buildroot}/usr/share/mysql/{binary-configure,errmsg-utf8.txt,magic,mysql-log-rotate,mysql*.server} rm -f %{buildroot}/usr/share/mysql/{binary-configure,errmsg-utf8.txt,magic,mysql-log-rotate,mysql*.server}
rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini

View File

@ -27,13 +27,13 @@
%endif %endif
%if 0 > 0 %if 0 > 0
%define_with_jemalloc 1 %define with_jemalloc 1
%define_with_oqgraph 1 %define with_oqgraph 1
%define_with_cassandra 1 %define with_cassandra 1
%else %else
%define_with_jemalloc 0 %define with_jemalloc 0
%define_with_oqgraph 0 %define with_oqgraph 0
%define_with_cassandra 0 %define with_cassandra 0
%endif %endif
Name: mariadb Name: mariadb