pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>comar-api</Name>
  6. <Homepage>http://www.pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Utility functions for Comar scripts</Summary>
  14. <Description>Generic utility library for common Comar script operations.</Description>
  15. <Archive sha1sum="80d3ebca0e57e1c5c5d649e92342676452da65d7" type="targz">https://github.com/PisiLinuxNew/comar-api/archive/v2.4.9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python</Dependency>
  18. </BuildDependencies>
  19. <!--Patches>
  20. <Patch level="1">run_dir.patch</Patch>
  21. <Patch level="1">pisilinux.patch</Patch>
  22. <Patch level="1">add-stopdependencies.patch</Patch>
  23. </Patches-->
  24. </Source>
  25. <Package>
  26. <Name>comar-api</Name>
  27. <RuntimeDependencies>
  28. <Dependency>python</Dependency>
  29. <Dependency>pisilinux-python</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib/pisilinux</Path>
  33. <Path fileType="library">/usr/lib/python2.7</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-02-05</Date>
  39. <Version>2.4.9</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Ertuğrul Erata</Name>
  42. <Email>ertugrulerata@gmail.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-04-27</Date>
  46. <Version>2.4.9</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>PisiLinux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2016-03-11</Date>
  53. <Version>2.4.9</Version>
  54. <Comment>First release</Comment>
  55. <Name>Alihan Öztürk</Name>
  56. <Email>alihan@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>