pspec.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mariadb</Name>
  6. <Homepage>https://mariadb.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>MariaDB is a drop-in replacement for MySQL</Summary>
  14. <Description>MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server.</Description>
  15. <Archive sha1sum="d2e8e198d5c55e6af47f3b082c2d122ae7072fc9" type="targz">https://downloads.mariadb.org/interstitial/mariadb-11.4.2/source/mariadb-11.4.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>libxml2-devel</Dependency>
  20. <Dependency>readline-devel</Dependency>
  21. <Dependency>libevent-devel</Dependency>
  22. <Dependency>openssl-devel</Dependency>
  23. <Dependency>libaio-devel</Dependency>
  24. <Dependency>liburing-devel</Dependency>
  25. <Dependency>unixODBC-devel</Dependency>
  26. <Dependency>pam-devel</Dependency>
  27. <Dependency>snappy-devel</Dependency>
  28. <Dependency>cracklib-devel</Dependency>
  29. <Dependency>mit-kerberos-devel</Dependency>
  30. <Dependency>xz-devel</Dependency>
  31. <Dependency>lzo-devel</Dependency>
  32. <Dependency>curl-devel</Dependency>
  33. <Dependency>lz4-devel</Dependency>
  34. <Dependency>zstd-devel</Dependency>
  35. <Dependency>e2fsprogs-devel</Dependency>
  36. <Dependency versionFrom="10.40">libpcre2-devel</Dependency>
  37. <Dependency>cmake</Dependency>
  38. </BuildDependencies>
  39. <Patches>
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>mariadb-lib</Name>
  44. <IsA>app:console</IsA>
  45. <IsA>library</IsA>
  46. <Summary>The shared libraries required for MariaDB clients</Summary>
  47. <RuntimeDependencies>
  48. <Dependency>zlib</Dependency>
  49. <Dependency>curl</Dependency>
  50. <Dependency>bzip2</Dependency>
  51. <Dependency>libgcc</Dependency>
  52. <Dependency>libxml2</Dependency>
  53. <Dependency>openssl</Dependency>
  54. <Dependency>libaio</Dependency>
  55. <Dependency>liburing</Dependency>
  56. <Dependency>unixODBC</Dependency>
  57. <Dependency>xz</Dependency>
  58. <Dependency>lzo</Dependency>
  59. <Dependency>libpcre2</Dependency>
  60. </RuntimeDependencies>
  61. <Replaces>
  62. <Package>mysql-lib</Package>
  63. </Replaces>
  64. <Files>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="executable">/usr/bin/mysql_config</Path>
  67. <Path fileType="header">/usr/include</Path>
  68. <Path fileType="library">/usr/lib/libmariadb.so.3</Path>
  69. <Path fileType="library">/usr/lib/libmariadbclient.a</Path>
  70. <Path fileType="library">/usr/lib/libmariadbd*</Path>
  71. <Path fileType="library">/usr/lib/libmariadb.a</Path>
  72. <Path fileType="library">/usr/lib/libmariadb.so</Path>
  73. <Path fileType="library">/usr/lib/libmysqlclient.so</Path>
  74. <Path fileType="library">/usr/lib/libmysqlclient.so.19</Path>
  75. <Path fileType="library">/usr/lib/libmysqlclient.so.19.0.0</Path>
  76. <Path fileType="library">/usr/lib/libmysqlclient_r.so</Path>
  77. <Path fileType="library">/usr/lib/libmysqlclient_r.so.19</Path>
  78. <Path fileType="library">/usr/lib/libmysqlclient_r.so.19.0.0</Path>
  79. <Path fileType="library">/usr/lib/libmysqld.a</Path>
  80. <Path fileType="library">/usr/lib/libmysqlclient_r.a</Path>
  81. <Path fileType="library">/usr/lib/libmysqlclient.a</Path>
  82. <Path fileType="library">/usr/lib/libmysqld.so</Path>
  83. <Path fileType="library">/usr/lib/libmysqld.so.19</Path>
  84. <Path fileType="library">/usr/lib/libmysqlservices.a</Path>
  85. <Path fileType="executable">/usr/bin/mysqld_safe_helper</Path>
  86. <Path fileType="data">/usr/lib/pkgconfig/libmariadb.pc</Path>
  87. <Path fileType="data">/usr/lib/pkgconfig/mariadb.pc</Path>
  88. <Path fileType="data">/usr/share/pam_user_map.so</Path>
  89. <Path fileType="data">/usr/share/user_map.conf</Path>
  90. </Files>
  91. </Package>
  92. <Package>
  93. <Name>mariadb-client</Name>
  94. <IsA>app:console</IsA>
  95. <Summary>MariaDB client programs</Summary>
  96. <RuntimeDependencies>
  97. <Dependency version="current">mariadb-lib</Dependency>
  98. <Dependency>libaio</Dependency>
  99. <Dependency>zlib</Dependency>
  100. <Dependency>libgcc</Dependency>
  101. <Dependency>libpcre2</Dependency>
  102. <Dependency>ncurses</Dependency>
  103. <Dependency>openssl</Dependency>
  104. </RuntimeDependencies>
  105. <Replaces>
  106. <Package>mysql-client</Package>
  107. </Replaces>
  108. <Files>
  109. <Path fileType="executable">/usr/bin/mysql</Path>
  110. <Path fileType="executable">/usr/bin/mysqladmin</Path>
  111. <Path fileType="executable">/usr/bin/mysqlcheck</Path>
  112. <Path fileType="executable">/usr/bin/mysqldump</Path>
  113. <Path fileType="executable">/usr/bin/mysqlimport</Path>
  114. <Path fileType="executable">/usr/bin/mysqlshow</Path>
  115. <Path fileType="executable">/usr/bin/mysqlslap</Path>
  116. </Files>
  117. </Package>
  118. <Package>
  119. <Name>mariadb-server</Name>
  120. <IsA>service</IsA>
  121. <Summary>The MariaDB server and related files</Summary>
  122. <RuntimeDependencies>
  123. <Dependency version="current">mariadb-lib</Dependency>
  124. <Dependency version="current">mariadb-client</Dependency>
  125. <Dependency>xz</Dependency>
  126. <Dependency>lz4</Dependency>
  127. <Dependency>lzo</Dependency>
  128. <Dependency>curl</Dependency>
  129. <Dependency>zstd</Dependency>
  130. <Dependency>bzip2</Dependency>
  131. <Dependency>zlib</Dependency>
  132. <Dependency>libgcc</Dependency>
  133. <Dependency>openssl</Dependency>
  134. <Dependency>libxml2</Dependency>
  135. <Dependency>unixODBC</Dependency>
  136. <Dependency>pam</Dependency>
  137. <Dependency>snappy</Dependency>
  138. <Dependency>cracklib</Dependency>
  139. <Dependency>mit-kerberos</Dependency>
  140. </RuntimeDependencies>
  141. <Replaces>
  142. <Package>mysql-server</Package>
  143. </Replaces>
  144. <Files>
  145. <Path fileType="config">/etc</Path>
  146. <Path fileType="executable">/usr/bin/aria_chk</Path>
  147. <Path fileType="executable">/usr/bin/aria_dump_log</Path>
  148. <Path fileType="executable">/usr/bin/aria_ftdump</Path>
  149. <Path fileType="executable">/usr/bin/aria_pack</Path>
  150. <Path fileType="executable">/usr/bin/aria_read_log</Path>
  151. <Path fileType="executable">/usr/bin/innochecksum</Path>
  152. <Path fileType="executable">/usr/bin/msql2mysql</Path>
  153. <Path fileType="executable">/usr/bin/my_print_defaults</Path>
  154. <Path fileType="executable">/usr/bin/myisam_ftdump</Path>
  155. <Path fileType="executable">/usr/bin/myisamchk</Path>
  156. <Path fileType="executable">/usr/bin/myisamlog</Path>
  157. <Path fileType="executable">/usr/bin/myisampack</Path>
  158. <Path fileType="executable">/usr/bin/mysql_ldb</Path>
  159. <Path fileType="executable">/usr/bin/mysql_client_test</Path>
  160. <Path fileType="executable">/usr/bin/mysql_convert_table_format</Path>
  161. <Path fileType="executable">/usr/bin/mysql_embedded</Path>
  162. <Path fileType="executable">/usr/bin/mysql_client_test_embedded</Path>
  163. <Path fileType="executable">/usr/bin/mysqltest_embedded</Path>
  164. <Path fileType="executable">/usr/bin/mysql_find_rows</Path>
  165. <Path fileType="executable">/usr/bin/mysql_fix_extensions</Path>
  166. <Path fileType="executable">/usr/bin/mysql_install_db</Path>
  167. <Path fileType="executable">/usr/bin/mysql_plugin</Path>
  168. <Path fileType="executable">/usr/bin/mysql_secure_installation</Path>
  169. <Path fileType="executable">/usr/bin/mysql_setpermission</Path>
  170. <Path fileType="executable">/usr/bin/mysql_tzinfo_to_sql</Path>
  171. <Path fileType="executable">/usr/bin/mysql_upgrade</Path>
  172. <Path fileType="executable">/usr/bin/mysql_waitpid</Path>
  173. <Path fileType="executable">/usr/bin/mysql_zap</Path>
  174. <Path fileType="executable">/usr/bin/mysqlaccess</Path>
  175. <Path fileType="executable">/usr/bin/mysqlbinlog</Path>
  176. <Path fileType="executable">/usr/bin/mysqlbug</Path>
  177. <Path fileType="executable">/usr/bin/mysqld</Path>
  178. <Path fileType="executable">/usr/bin/mysqld-post</Path>
  179. <Path fileType="executable">/usr/bin/mysqld_multi</Path>
  180. <Path fileType="executable">/usr/bin/mysqld_safe</Path>
  181. <Path fileType="executable">/usr/bin/mysqldumpslow</Path>
  182. <Path fileType="executable">/usr/bin/mysqlhotcopy</Path>
  183. <Path fileType="executable">/usr/bin/mysqltest</Path>
  184. <Path fileType="executable">/usr/bin/perror</Path>
  185. <Path fileType="executable">/usr/bin/replace</Path>
  186. <Path fileType="executable">/usr/bin/resolve_stack_dump</Path>
  187. <Path fileType="executable">/usr/bin/resolveip</Path>
  188. <Path fileType="executable">/usr/bin/tokuft_logprint</Path>
  189. <Path fileType="executable">/usr/bin/tokuftdump</Path>
  190. <Path fileType="executable">/usr/bin/wsrep_sst_common</Path>
  191. <Path fileType="executable">/usr/bin/wsrep_sst_mysqldump</Path>
  192. <Path fileType="executable">/usr/bin/wsrep_sst_rsync</Path>
  193. <Path fileType="executable">/usr/bin/wsrep_sst_xtrabackup</Path>
  194. <Path fileType="executable">/usr/bin/wsrep_sst_xtrabackup-v2</Path>
  195. <Path fileType="executable">/usr/bin/mytop</Path>
  196. <Path fileType="library">/usr/lib/mysql/plugin</Path>
  197. <Path fileType="data">/usr/share/mysql</Path>
  198. <Path fileType="data">/usr/share/groonga-normalizer-mysql</Path>
  199. <Path fileType="data">/var</Path>
  200. <Path fileType="doc">/usr/share/doc</Path>
  201. <Path fileType="doc">/usr/share/groonga</Path>
  202. <Path fileType="config">/usr/lib/tmpfiles.d/mariadb.conf</Path>
  203. <Path fileType="data">/run/mysqld</Path>
  204. </Files>
  205. <AdditionalFiles>
  206. <AdditionalFile owner="root" permission="0644" target="/etc/mysql/my.cnf">my.cnf</AdditionalFile>
  207. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/mariadb.conf">tmpfiles.conf</AdditionalFile>
  208. </AdditionalFiles>
  209. <Provides>
  210. <COMAR script="service.py">System.Service</COMAR>
  211. <COMAR script="package.py">System.Package</COMAR>
  212. </Provides>
  213. </Package>
  214. <Package>
  215. <Name>mariadb-man-pages</Name>
  216. <IsA>data</IsA>
  217. <Summary>Man pages for MariaDB server and client</Summary>
  218. <Replaces>
  219. <Package>mysql-man-pages</Package>
  220. </Replaces>
  221. <Files>
  222. <Path fileType="man">/usr/share/man</Path>
  223. </Files>
  224. </Package>
  225. <History>
  226. <Update release="12">
  227. <Date>2024-12-17</Date>
  228. <Version>11.4.2</Version>
  229. <Comment>Rebuild.</Comment>
  230. <Name>Pisi Linux Community</Name>
  231. <Email>admin@pisilinux.org</Email>
  232. </Update>
  233. <Update release="11">
  234. <Date>2024-06-03</Date>
  235. <Version>11.4.2</Version>
  236. <Comment>Version bump.</Comment>
  237. <Name>Pisi Linux Community</Name>
  238. <Email>admin@pisilinux.org</Email>
  239. </Update>
  240. <Update release="10">
  241. <Date>2023-11-15</Date>
  242. <Version>11.1.2</Version>
  243. <Comment>Version bump.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@gmail.com</Email>
  246. </Update>
  247. <Update release="9">
  248. <Date>2023-05-27</Date>
  249. <Version>10.11.3</Version>
  250. <Comment>Version bump.</Comment>
  251. <Name>Mustafa Cinasal</Name>
  252. <Email>muscnsl@gmail.com</Email>
  253. </Update>
  254. <Update release="8">
  255. <Date>2023-01-27</Date>
  256. <Version>10.6.10</Version>
  257. <Comment>Version bump.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@gmail.com</Email>
  260. </Update>
  261. <Update release="7">
  262. <Date>2022-09-25</Date>
  263. <Version>10.6.4</Version>
  264. <Comment>Rebuild.</Comment>
  265. <Name>Mustafa Cinasal</Name>
  266. <Email>muscnsl@gmail.com</Email>
  267. </Update>
  268. <Update release="6">
  269. <Date>2022-08-25</Date>
  270. <Version>10.6.4</Version>
  271. <Comment>Rebuild.</Comment>
  272. <Name>Mustafa Cinasal</Name>
  273. <Email>muscnsl@gmail.com</Email>
  274. </Update>
  275. <Update release="5">
  276. <Date>2021-11-06</Date>
  277. <Version>10.6.4</Version>
  278. <Comment>Version bump.</Comment>
  279. <Name>Mustafa Cinasal</Name>
  280. <Email>muscnsl@gmail.com</Email>
  281. </Update>
  282. <Update release="4">
  283. <Date>2020-01-13</Date>
  284. <Version>10.4.11</Version>
  285. <Comment>Version Bump.</Comment>
  286. <Name>Idris Kalp</Name>
  287. <Email>idriskalp@gmail.com</Email>
  288. </Update>
  289. <Update release="4">
  290. <Date>2018-08-03</Date>
  291. <Version>10.2.13</Version>
  292. <Comment>Version Bump.</Comment>
  293. <Name>Mustafa Cinasal</Name>
  294. <Email>muscnsl@gmail.com</Email>
  295. </Update>
  296. <Update release="3">
  297. <Date>2017-02-09</Date>
  298. <Version>10.1.21</Version>
  299. <Comment>Release bump.</Comment>
  300. <Name>Stefan Gronewold(groni)</Name>
  301. <Email>groni@pisilinux.org</Email>
  302. </Update>
  303. <Update release="2">
  304. <Date>2016-06-08</Date>
  305. <Version>10.1.10</Version>
  306. <Comment>Release Bump</Comment>
  307. <Name>Pisi Linux Community</Name>
  308. <Email>admin@pisilinux.org</Email>
  309. </Update>
  310. <Update release="1">
  311. <Date>2016-01-24</Date>
  312. <Version>10.1.10</Version>
  313. <Comment>First release</Comment>
  314. <Name>Alihan Öztürk</Name>
  315. <Email>alihan@pisilinux.org</Email>
  316. </Update>
  317. </History>
  318. </PISI>