pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bc</Name>
  6. <Homepage>http://www.gnu.org/software/bc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Console-based calculator utility</Summary>
  14. <Description>bc is an arbitrary precision numeric processing language and can be used as a calculator. Syntax is similar to C, but differs in many substantial areas. For example, it supports interactive execution of statements.</Description>
  15. <Archive sha1sum="b4475c6d66590a5911d30f9747361db47231640a" type="targz">https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>flex</Dependency>
  18. <Dependency>texinfo</Dependency>
  19. <Dependency>readline-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!--Patch level="1">fedora/bc-1.06.95-memleak.patch</Patch>
  23. <Patch level="1">fedora/bc-1.06.95-matlib.patch</Patch>
  24. <Patch level="1">fedora/bc-1.06.95-sigintmasking.patch</Patch-->
  25. <Patch level="1">fix_libmath_use_sed.patch</Patch>
  26. <Patch level="1">fedora/bc-1.06-dc_ibase.patch</Patch>
  27. <Patch level="1">fedora/bc-1.06.95-doc.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>bc</Name>
  32. <RuntimeDependencies>
  33. <Dependency>readline</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="info">/usr/share/info</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="7">
  44. <Date>2020-12-09</Date>
  45. <Version>1.07.1</Version>
  46. <Comment>Rebuild.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="6">
  51. <Date>2019-12-23</Date>
  52. <Version>1.07.1</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>Idris Kalp</Name>
  55. <Email>idriskalp@gmail.com</Email>
  56. </Update>
  57. <Update release="5">
  58. <Date>2018-07-30</Date>
  59. <Version>1.07.1</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Ertuğrul Erata</Name>
  62. <Email>ertugrulerata@gmail.com</Email>
  63. </Update>
  64. <Update release="4">
  65. <Date>2017-12-03</Date>
  66. <Version>1.07.1</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Ertuğrul Erata</Name>
  69. <Email>ertugrulerata@gmail.com</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2017-01-27</Date>
  73. <Version>1.06.95</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>PisiLinux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2016-04-27</Date>
  80. <Version>1.06.95</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>PisiLinux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2016-03-05</Date>
  87. <Version>1.06.95</Version>
  88. <Comment>First release</Comment>
  89. <Name>Ertuğrul Erata</Name>
  90. <Email>ertugrulerata@gmail.com</Email>
  91. </Update>
  92. </History>
  93. </PISI>