pspec.xml.new 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>libtommath</Name>
  6. <Homepage>http://math.libtomcrypt.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>public-domain</License>
  12. <IsA>library</IsA>
  13. <Summary>Highly optimized and portable routines for integer based number theoretic applications</Summary>
  14. <Description>libtommath provides highly optimized and portable routines for integer based number theoretic applications.</Description>
  15. <Archive sha1sum="1329d340bd571d04c3d30baf9564796c198c1a08" type="targz">https://github.com/libtom/libtommath/archive/v1.2.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libtommath</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc/libtommath/changes.txt</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libtommath-devel</Name>
  26. <Summary>Development headers for libtommath</Summary>
  27. <Description>libtommath-devel provides development headers for libtommath.</Description>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libtommath</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libtommath-docs</Name>
  37. <IsA>data:doc</IsA>
  38. <Summary>Documentation files for libtommath</Summary>
  39. <Description>libtommath-docs provides documentation files for libtommath.</Description>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libtommath</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="2">
  49. <Date>2019-12-12</Date>
  50. <Version>1.2.0</Version>
  51. <Comment>Automatic version upgrade.</Comment>
  52. <Name>Ali Rıza KESKİN</Name>
  53. <Email>parduscix@yandex.ru</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2019-10-25</Date>
  57. <Version>0.42.0</Version>
  58. <Comment>First release</Comment>
  59. <Name>Süleyman Poyraz</Name>
  60. <Email>zaryob.dev@gmail.com</Email>
  61. </Update>
  62. </History>
  63. </INARY>