@@ -39,7 +39,6 @@ def setup():
|
||||
-DWITH_READLINE=ON \
|
||||
-DWITH_ZLIB=system \
|
||||
-DWITH_SSL=system \
|
||||
-DWITH_PCRE=system \
|
||||
-DWITH_LIBWRAP=OFF \
|
||||
-DWITH_JEMALLOC=ON \
|
||||
-DWITH_EXTRA_CHARSETS=complex \
|
||||
@@ -71,7 +70,7 @@ def install():
|
||||
|
||||
# Documents
|
||||
pisitools.dodoc("%s/%s/support-files/my-*.cnf" % (get.workDIR(), get.srcDIR()))
|
||||
pisitools.dodoc("COPYING", "INSTALL-SOURCE", "README", "VERSION")
|
||||
pisitools.dodoc("COPYING", "INSTALL-SOURCE", "README*", "VERSION")
|
||||
|
||||
# Remove not needed files
|
||||
pisitools.removeDir("/usr/data")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>MariaDB is a drop-in replacement for MySQL</Summary>
|
||||
<Description>MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server.</Description>
|
||||
<Archive sha1sum="f9ccaa9881b98eeef68f4dbcf5ab9653c903819f" type="targz">http://mirrors.syringanetworks.net/mariadb/mariadb-10.1.21/source/mariadb-10.1.21.tar.gz</Archive>
|
||||
<Archive sha1sum="5602cf11707b0db93cd034f633d0c89145ba12df" type="targz">https://downloads.mariadb.org/interstitial/mariadb-10.2.13/source/mariadb-10.2.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -48,19 +48,23 @@
|
||||
<Package>mysql-lib</Package>
|
||||
</Replaces>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/bin/mysql_config</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/libmariadb.so.3</Path>
|
||||
<Path fileType="library">/usr/lib/libmariadbclient.a</Path>
|
||||
<Path fileType="library">/usr/lib/libmariadb.so</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.so</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.so.18</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.so.18.0.0</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.so.19</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.so.19.0.0</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.so</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.so.18</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.so.18.0.0</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.so.19</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.so.19.0.0</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqld.a</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient_r.a</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlclient.a</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqld.so</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqld.so.18</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqld.so.19</Path>
|
||||
<Path fileType="library">/usr/lib/libmysqlservices.a</Path>
|
||||
<Path fileType="library">/usr/bin/mysqld_safe_helper</Path>
|
||||
</Files>
|
||||
@@ -123,6 +127,7 @@
|
||||
<Path fileType="executable">/usr/bin/myisamchk</Path>
|
||||
<Path fileType="executable">/usr/bin/myisamlog</Path>
|
||||
<Path fileType="executable">/usr/bin/myisampack</Path>
|
||||
<Path fileType="executable">/usr/bin/mysql_ldb</Path>
|
||||
<Path fileType="executable">/usr/bin/mysql_client_test</Path>
|
||||
<Path fileType="executable">/usr/bin/mysql_convert_table_format</Path>
|
||||
<Path fileType="executable">/usr/bin/mysql_embedded</Path>
|
||||
@@ -162,8 +167,10 @@
|
||||
<Path fileType="executable">/usr/bin/mytop</Path>
|
||||
<Path fileType="library">/usr/lib/mysql/plugin</Path>
|
||||
<Path fileType="data">/usr/share/mysql</Path>
|
||||
<Path fileType="data">/usr/share/groonga-normalizer-mysql</Path>
|
||||
<Path fileType="data">/var</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/groonga</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/mariadb.conf</Path>
|
||||
<Path fileType="data">/run/mysqld</Path>
|
||||
</Files>
|
||||
@@ -190,6 +197,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>10.2.13</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-09</Date>
|
||||
<Version>10.1.21</Version>
|
||||
|
||||
Reference in New Issue
Block a user