pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <PISI>
  2. <Source>
  3. <Name>docbook2x</Name>
  4. <Homepage>http://docbook2x.sourceforge.net</Homepage>
  5. <Packager>
  6. <Name>Osman Erkan</Name>
  7. <Email>osman.erkan@pisilinux.org</Email>
  8. </Packager>
  9. <License>MIT</License>
  10. <PartOf>office.docbook</PartOf>
  11. <IsA>app:gui</IsA>
  12. <Summary>docbook2X converts DocBook documents to man and Texinfo format.</Summary>
  13. <Description>docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format.</Description>
  14. <Archive sha1sum="7dc34d420f8aae2a0c0cdb39f52146ce005bf902" type="targz">http://downloads.sourceforge.net/project/docbook2x/docbook2x/0.8.8/docbook2X-0.8.8.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>docbook-xml</Dependency>
  17. <Dependency>libxml2-devel</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>perl-XML-SAX</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">docbook2X-0.8.8-error_on_missing_refentry.patch</Patch>
  23. <Patch level="1">docbook2X-0.8.8-filename_whitespace_handling.patch</Patch>
  24. <Patch level="1">docbook2X-0.8.8-preprocessor_declaration_syntax.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>docbook2x</Name>
  29. <RuntimeDependencies>
  30. <Dependency>docbook-xml</Dependency>
  31. <Dependency>libxml2</Dependency>
  32. <Dependency>libxslt</Dependency>
  33. <Dependency>perl-XML-SAX</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2021-06-29</Date>
  45. <Version>0.8.8</Version>
  46. <Comment>Rebuild</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2018-07-27</Date>
  52. <Version>0.8.8</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2017-12-12</Date>
  59. <Version>0.8.8</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>