pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libyaml</Name>
  6. <Homepage>http://pyyaml.org/wiki/LibYAML</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>YAML 1.1 parser and emitter written in C</Summary>
  14. <Description>libyaml is a YAML 1.1 parser and emitter written in C.</Description>
  15. <Archive sha1sum="3590cbf092ef4c71bc0a9b404c00a626b1e04dee" type="targz">http://pyyaml.org/download/libyaml/yaml-0.1.7.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libyaml</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libyaml-devel</Name>
  26. <Summary>Development headers for libyaml</Summary>
  27. <Description>libyaml-devel provides development headers for libyaml.</Description>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libyaml</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="library">/usr/lib/pkgconfig</Path>
  34. <Path fileType="doc">/usr/share/doc/libyaml/html/</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-09-20</Date>
  40. <Version>0.1.7</Version>
  41. <Comment>Version Bump</Comment>
  42. <Name>Ayhan Yalçınsoy</Name>
  43. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-06-09</Date>
  47. <Version>0.1.5</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2015-07-22</Date>
  54. <Version>0.1.5</Version>
  55. <Comment>First release</Comment>
  56. <Name>Ertuğrul Erata</Name>
  57. <Email>ertugrulerata@gmail.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>