pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>gcc</Name>
  6. <Homepage>http://gcc.gnu.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <License>LGPLv3+</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <PartOf>system.devel</PartOf>
  16. <Summary>The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers</Summary>
  17. <Description>The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages</Description>
  18. <Archive sha1sum="9db7917f4ce337026335430814de0a5e991ec6c1" type="tarxz">https://ftp.gnu.org/gnu/gcc/gcc-11.1.0/gcc-11.1.0.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>binutils</Dependency>
  21. <Dependency>bison</Dependency>
  22. <Dependency>gettext</Dependency>
  23. <Dependency>ncurses</Dependency>
  24. <Dependency>zlib</Dependency>
  25. <Dependency>gnuconfig</Dependency>
  26. <Dependency>patch</Dependency>
  27. <Dependency>sed</Dependency>
  28. <Dependency>texinfo</Dependency>
  29. <Dependency>gmp-devel</Dependency>
  30. <Dependency>mpfr-devel</Dependency>
  31. <Dependency>libmpc-devel</Dependency>
  32. <Dependency>ppl</Dependency>
  33. <Dependency>zlib-devel</Dependency>
  34. <Dependency>isl-devel</Dependency>
  35. <Dependency>elfutils</Dependency>
  36. </BuildDependencies>
  37. <Patches>
  38. <!-- Fix paths in 64bit -->
  39. <Patch level="1">sulin/64.patch</Patch>
  40. <Patch level="1">sulin/gcc_47_based-record_gcc_options.patch</Patch>
  41. </Patches>
  42. </Source>
  43. <Package>
  44. <Name>libquadmath</Name>
  45. <IsA>library</IsA>
  46. <BuildFlags>
  47. <Flag>noDebug</Flag>
  48. </BuildFlags>
  49. <PartOf>system.base</PartOf>
  50. <Summary>The GNU Fortran Compiler Quadmath Runtime Library</Summary>
  51. <Files>
  52. <Path fileType="library">/usr/lib/libquadmath.so*</Path>
  53. <Path fileType="library">/usr/lib/libquadmath.a</Path>
  54. <Path fileType="library">/usr/lib32/libquadmath.a</Path>
  55. <Path fileType="library">/usr/lib/libquadmath.spec*</Path>
  56. <Path fileType="library">/usr/lib32/libquadmath.so*</Path>
  57. <Path fileType="library">/usr/lib32/libquadmath.spec*</Path>
  58. <Path fileType="info">/usr/share/info/libquadmath.info</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>libgcc</Name>
  63. <IsA>library</IsA>
  64. <BuildFlags>
  65. <Flag>noDebug</Flag>
  66. </BuildFlags>
  67. <PartOf>system.base</PartOf>
  68. <Summary>Contains a shared library of support routines used by GCC's runtime, and thus by every program on the system</Summary>
  69. <Files>
  70. <Path fileType="config">/etc</Path>
  71. <Path fileType="library">/usr/lib/libiberty.a</Path>
  72. <Path fileType="library">/usr/lib/libstdc++.so*</Path>
  73. <Path fileType="library">/usr/lib/libgcc_s.so*</Path>
  74. <Path fileType="library">/usr/lib32/libstdc++.so*</Path>
  75. <Path fileType="library">/usr/lib32/libgcc_s.so*</Path>
  76. <Path fileType="library">/usr/lib/libsupc++.a</Path>
  77. <Path fileType="library">/usr/lib/libstdc++fs.a</Path>
  78. <Path fileType="library">/usr/lib/libstdc++.a</Path>
  79. <Path fileType="library">/usr/lib32/libsupc++.a</Path>
  80. <Path fileType="library">/usr/lib32/libstdc++fs.a</Path>
  81. <Path fileType="library">/usr/lib32/libstdc++.a</Path>
  82. <Path fileType="library">/usr/share/gcc-*</Path>
  83. <Path fileType="library">/usr/share/gdb</Path>
  84. </Files>
  85. </Package>
  86. <Package>
  87. <Name>libgomp</Name>
  88. <IsA>library</IsA>
  89. <BuildFlags>
  90. <Flag>noDebug</Flag>
  91. </BuildFlags>
  92. <Summary>Contains GCC shared support library which is needed for OpenMP 2.5 support</Summary>
  93. <Files>
  94. <Path fileType="library">/usr/lib/libgomp.so*</Path>
  95. <Path fileType="library">/usr/lib/libgomp.a</Path>
  96. <Path fileType="library">/usr/lib/libgomp.spec*</Path>
  97. <Path fileType="library">/usr/lib32/libgomp.so*</Path>
  98. <Path fileType="library">/usr/lib32/libgomp.a</Path>
  99. <Path fileType="library">/usr/lib32/libgomp.spec*</Path>
  100. <Path fileType="info">/usr/share/info/libgomp.info</Path>
  101. </Files>
  102. </Package>
  103. <Package>
  104. <Name>libgfortran</Name>
  105. <RuntimeDependencies>
  106. <Dependency>libquadmath</Dependency>
  107. </RuntimeDependencies>
  108. <BuildFlags>
  109. <Flag>noDebug</Flag>
  110. </BuildFlags>
  111. <IsA>library</IsA>
  112. <Summary>Contains GCC shared support library for gfortran</Summary>
  113. <Files>
  114. <Path fileType="info">/usr/share/info/gfortran.info</Path>
  115. <Path fileType="library">/usr/lib/libgfortran.so*</Path>
  116. <Path fileType="library">/usr/lib/libgfortran.spec</Path>
  117. <Path fileType="library">/usr/lib32/libgfortran.spec</Path>
  118. <Path fileType="library">/usr/lib/libgfortran.a</Path>
  119. <Path fileType="library">/usr/lib32/libgfortran.so*</Path>
  120. <Path fileType="library">/usr/lib32/libgfortran.a</Path>
  121. </Files>
  122. </Package>
  123. <Package>
  124. <Name>libgccgo</Name>
  125. <BuildFlags>
  126. <Flag>noDebug</Flag>
  127. </BuildFlags>
  128. <RuntimeDependencies>
  129. <Dependency>libgcc</Dependency>
  130. <Dependency>libgomp</Dependency>
  131. </RuntimeDependencies>
  132. <IsA>library</IsA>
  133. <Summary>Contains GCC shared support library for golang.</Summary>
  134. <Files>
  135. <Path fileType="info">/usr/share/info/gccgo.info</Path>
  136. <Path fileType="library">/usr/lib/libgo.so*</Path>
  137. <Path fileType="library">/usr/lib/libgo.a*</Path>
  138. <Path fileType="library">/usr/lib/libgolibbegin.a</Path>
  139. <Path fileType="library">/usr/lib/libgobegin.a</Path>
  140. <Path fileType="library">/usr/lib/go/11.1.0/x86_64-pc-linux-gnu/</Path>
  141. <Path fileType="library">/usr/lib32/libgo.so*</Path>
  142. <Path fileType="library">/usr/lib32/libgo.a*</Path>
  143. <Path fileType="library">/usr/lib32/libgolibbegin.a</Path>
  144. <Path fileType="library">/usr/lib32/libgobegin.a</Path>
  145. <Path fileType="library">/usr/lib32/go/11.1.0/x86_64-pc-linux-gnu/</Path>
  146. <Path fileType="library">/usr/bin/gccgo</Path>
  147. <Path fileType="library">/usr/bin/go*</Path>
  148. <Path fileType="library">/usr/bin/x86_64-pc-linux-gnu-gccgo</Path>
  149. </Files>
  150. </Package>
  151. <Package>
  152. <Name>libobjc</Name>
  153. <IsA>library</IsA>
  154. <BuildFlags>
  155. <Flag>noDebug</Flag>
  156. </BuildFlags>
  157. <Summary>Contains GCC shared support library for objc</Summary>
  158. <Files>
  159. <Path fileType="library">/usr/lib/libobjc.so*</Path>
  160. <Path fileType="library">/usr/lib/libobjc.a</Path>
  161. <Path fileType="library">/usr/lib32/libobjc.so*</Path>
  162. <Path fileType="library">/usr/lib32/libobjc.a</Path>
  163. </Files>
  164. </Package>
  165. <Package>
  166. <Name>gcc-l10n</Name>
  167. <PartOf>system.locale</PartOf>
  168. <BuildFlags>
  169. <Flag>noDebug</Flag>
  170. </BuildFlags>
  171. <Summary>Contains available GCC localization files, includes also turkish translations</Summary>
  172. <RuntimeDependencies>
  173. <Dependency>gcc</Dependency>
  174. </RuntimeDependencies>
  175. <Files>
  176. <Path fileType="localedata">/usr/share/locale</Path>
  177. </Files>
  178. </Package>
  179. <Package>
  180. <Name>gcc</Name>
  181. <BuildFlags>
  182. <Flag>noDebug</Flag>
  183. </BuildFlags>
  184. <RuntimeDependencies>
  185. <Dependency>gmp</Dependency>
  186. <Dependency>isl</Dependency>
  187. <Dependency>mpfr</Dependency>
  188. <Dependency>zlib</Dependency>
  189. <Dependency>libmpc</Dependency>
  190. </RuntimeDependencies>
  191. <Files>
  192. <Path fileType="executable">/lib</Path>
  193. <Path fileType="executable">/usr/bin</Path>
  194. <Path fileType="info">/usr/share/info/cpp.info</Path>
  195. <Path fileType="info">/usr/share/info/gcc.info</Path>
  196. <Path fileType="info">/usr/share/info/gccint.info</Path>
  197. <Path fileType="info">/usr/share/info/cppinternals.info</Path>
  198. <Path fileType="info">/usr/share/info/gccinstall.info</Path>
  199. <Path fileType="info">/usr/share/info/libitm.info</Path>
  200. <Path fileType="library">/usr/lib/gcc</Path>
  201. <Path fileType="library">/usr/lib/liba*</Path>
  202. <Path fileType="library">/usr/lib/libcc*</Path>
  203. <Path fileType="library">/usr/lib/libitm*</Path>
  204. <Path fileType="library">/usr/lib/liblsan*</Path>
  205. <Path fileType="library">/usr/lib/libmpx*</Path>
  206. <Path fileType="library">/usr/lib/libsanitizer.spec</Path>
  207. <Path fileType="library">/usr/lib/libtsan*</Path>
  208. <Path fileType="library">/usr/lib/libubsan*</Path>
  209. <Path fileType="library">/usr/lib32/liba*</Path>
  210. <Path fileType="library">/usr/lib32/libcc*</Path>
  211. <Path fileType="library">/usr/lib32/libitm*</Path>
  212. <Path fileType="library">/usr/lib32/liblsan*</Path>
  213. <Path fileType="library">/usr/lib32/libmpx*</Path>
  214. <Path fileType="library">/usr/lib32/libsanitizer.spec</Path>
  215. <Path fileType="library">/usr/lib32/libtsan*</Path>
  216. <Path fileType="library">/usr/lib32/libubsan*</Path>
  217. <Path fileType="library">/usr/libexec</Path>
  218. <Path fileType="header">/usr/include</Path>
  219. <Path fileType="man">/usr/share/man</Path>
  220. </Files>
  221. <AdditionalFiles>
  222. <AdditionalFile owner="root" permission="0755" target="/usr/bin/gfilt">gfilt</AdditionalFile>
  223. <AdditionalFile owner="root" permission="0644" target="/usr/libexec/gSTLFilt.pl">gSTLFilt.pl</AdditionalFile>
  224. </AdditionalFiles>
  225. </Package>
  226. <History>
  227. <Update release="5">
  228. <Date>2020-06-14</Date>
  229. <Version>11.1.0</Version>
  230. <Comment>Gcc 11.1 has been compiled.</Comment>
  231. <Name>Suleyman Poyraz</Name>
  232. <Email>zaryob.dev@gmail.com</Email>
  233. </Update>
  234. <Update release="4">
  235. <Date>2020-06-14</Date>
  236. <Version>10.1.0</Version>
  237. <Comment>Gcc 10.1 has been compiled.</Comment>
  238. <Name>Suleyman Poyraz</Name>
  239. <Email>zaryob.dev@gmail.com</Email>
  240. </Update>
  241. <Update release="3">
  242. <Date>2019-12-13</Date>
  243. <Version>9.2.0</Version>
  244. <Comment>Package is rebuilded and released up.</Comment>
  245. <Name>Süleyman POYRAZ</Name>
  246. <Email>zaryob.dev@gmail.com</Email>
  247. </Update>
  248. <Update release="2">
  249. <Date>2019-09-17</Date>
  250. <Version>9.2.0</Version>
  251. <Comment>Updated gcc major version to 9.2.0</Comment>
  252. <Name>Süleyman Poyraz</Name>
  253. <Email>zaryob.dev@gmail.com</Email>
  254. </Update>
  255. <Update release="1">
  256. <Date>2019-01-19</Date>
  257. <Version>8.2.0</Version>
  258. <Comment>First release</Comment>
  259. <Name>Süleyman POYRAZ</Name>
  260. <Email>zaryob.dev@gmail.com</Email>
  261. </Update>
  262. </History>
  263. </INARY>