pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>groff</Name>
  6. <Homepage>http://www.gnu.org/software/groff/groff.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <License>BSD</License>
  13. <License>MIT</License>
  14. <IsA>app:console</IsA>
  15. <Summary>A document formatting system</Summary>
  16. <Description>groff is a document formatting system. Groff takes standard text and formatting commands as input and produces formatted output.</Description>
  17. <Archive sha1sum="61a6808ea1ef715df9fa8e9b424e1f6b9fa8c091" type="targz">http://ftp.gnu.org/gnu/groff/groff-1.22.3.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>texinfo</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch>groff-1.19.2-man-unicode-dashes.patch</Patch>
  23. <Patch level="1">groff-1.22.3-parallel-mom.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>groff</Name>
  28. <RuntimeDependencies>
  29. <Dependency>texinfo</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="config">/etc</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share/groff</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>groff-doc</Name>
  41. <PartOf>system.doc</PartOf>
  42. <RuntimeDependencies>
  43. <Dependency>groff</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. <Path fileType="info">/usr/share/info</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="3">
  53. <Date>2017-01-24</Date>
  54. <Version>1.22.3</Version>
  55. <Comment>Rebuild.</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-04-27</Date>
  61. <Version>1.22.3</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>PisiLinux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2016-03-08</Date>
  68. <Version>1.22.3</Version>
  69. <Comment>First release</Comment>
  70. <Name>Alihan Öztürk</Name>
  71. <Email>alihan@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>