pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libksba</Name>
  6. <Homepage>http://www.gnupg.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Library handling X.509 certificates and CMS data</Summary>
  15. <Description>libksba is a library designed to build software based on the X.509 and CMS protocols.</Description>
  16. <Archive sha1sum="a98385734a0c3f5b713198e8d6e6e4aeb0b76fde" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/libksba/libksba-1.3.5.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>libgpg-error-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libksba</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgpg-error</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="info">/usr/share/info</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libksba-devel</Name>
  35. <Summary>Development files for libksba</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libksba</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/share/aclocal</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="4">
  46. <Date>2017-02-19</Date>
  47. <Version>1.3.5</Version>
  48. <Comment>Release bump.</Comment>
  49. <Name>Stefan Gronewold</Name>
  50. <Email>groni@pisilinux.org</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2016-12-24</Date>
  54. <Version>1.3.5</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Stefan Gronewold</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-08</Date>
  61. <Version>1.3.3</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2015-04-12</Date>
  68. <Version>1.3.3</Version>
  69. <Comment>First release</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. </History>
  74. </PISI>