pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>libqalculate</Name>
  6. <Homepage>http://qalculate.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Multi-purpose calculator library</Summary>
  14. <Description>libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux.</Description>
  15. <Archive sha1sum="51b541f6ec12c900a3c89ecdad0f4e00455b9269" type="targz">https://github.com/Qalculate/libqalculate/releases/download/v3.6.0/libqalculate-3.6.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cln-devel</Dependency>
  18. <Dependency>icu4c-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libqalculate</Name>
  23. <RuntimeDependencies>
  24. <Dependency>cln</Dependency>
  25. <Dependency>icu4c</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="data">/usr/share/qalculate</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libqalculate-devel</Name>
  38. <Summary>Development files for libqalculate</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">libqalculate</Dependency>
  41. <Dependency>cln-devel</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="library">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2019-12-14</Date>
  51. <Version>3.6.0</Version>
  52. <Comment>Version bump to 3.6.0</Comment>
  53. <Name>Süleyman Poyraz</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2019-11-23</Date>
  58. <Version>3.5.0</Version>
  59. <Comment>First release</Comment>
  60. <Name>Süleyman Poyraz</Name>
  61. <Email>zaryob.dev@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </INARY>