pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>telepathy-python</Name>
  6. <Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>Python libraries for Telepathy</Summary>
  14. <Description>telepathy-python is the Python libraries for use in Telepathy client and connection managers.</Description>
  15. <Archive sha1sum="a0cc066088f2fc25849c1d005baaea2b7c6409fd" type="targz">http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.19.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libxslt-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">telepathy-python-0.15.19-mkdir_p.patch</Patch>
  21. <Patch level="1">dont-compile-py.patch</Patch>
  22. <Patch level="1">python-telepathy-no_double_errors-py.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>telepathy-python</Name>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2017-01-25</Date>
  35. <Version>0.15.19</Version>
  36. <Comment>Rebuild for new toolchain</Comment>
  37. <Name>Pisi Linux Community</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-06-09</Date>
  42. <Version>0.15.19</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>Pisi Linux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2015-11-22</Date>
  49. <Version>0.15.19</Version>
  50. <Comment>First release</Comment>
  51. <Name>Alihan Öztürk</Name>
  52. <Email>alihan@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>