pspec.xml 2.3 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>help2man</Name>
  6. <Homepage>http://www.gnu.org/software/help2man</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>GNU utility to convert program --help output to a man page</Summary>
  14. <Description>Help2man is a tool which generate man page from help text of programs.</Description>
  15. <Archive sha1sum="eec547bc2832d47a23437b680232339862d8ca4c" type="tarxz">http://ftp.gnu.org/gnu/help2man/help2man-1.47.3.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl-Locale-gettext</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!-- <Patch>help2man-1.36.4-respect-LDFLAGS.patch</Patch>-->
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>help2man</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl-Locale-gettext</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="info">/usr/share/info</Path>
  33. <Path fileType="localedata">/usr/share/locale</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-01-28</Date>
  40. <Version>1.47.3</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>PisiLinux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-04-27</Date>
  47. <Version>1.47.3</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>PisiLinux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2016-03-08</Date>
  54. <Version>1.47.3</Version>
  55. <Comment>First release</Comment>
  56. <Name>Alihan Öztürk</Name>
  57. <Email>alihan@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>