pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fribidi</Name>
  6. <Homepage>http://fribidi.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A free implementation of the unicode bidirectional algorithm</Summary>
  15. <Description>GNU FriBidi is the Free Implementation of the Unicode Bidirectional Algorithm.</Description>
  16. <Archive sha1sum="e470e078eafe6c065708def3e037c129c0d7367d" type="tarbz2">https://www.fribidi.org/download/fribidi-0.19.7.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>fribidi</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="man">/usr/share/man</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>fribidi-devel</Name>
  29. <Summary>Development files for fribidi</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">fribidi</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="man">/usr/share/man/man3</Path>
  36. <Path fileType="data">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="3">
  41. <Date>2017-01-25</Date>
  42. <Version>0.19.7</Version>
  43. <Comment>Version Bump</Comment>
  44. <Name>Pisi Linux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-06-09</Date>
  49. <Version>0.19.6</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2014-02-23</Date>
  56. <Version>0.19.6</Version>
  57. <Comment>First release</Comment>
  58. <Name>Alihan Öztürk</Name>
  59. <Email>alihan@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>