pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>recode</Name>
  6. <Homepage>http://www.gnu.org/software/recode/</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>File character set converter</Summary>
  14. <Description>Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..).</Description>
  15. <Archive sha1sum="53fdab85241c47dcc079fe4290335b991edc74b5" type="targz">https://github.com/rrthomas/recode/releases/download/v3.7/recode-3.7.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gettext</Dependency>
  18. <Dependency>texinfo</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!-- <Patch level="1">recode.patch</Patch> -->
  22. <!-- <Patch level="1">recode-3.6-getcwd.patch</Patch> -->
  23. <!-- <Patch level="0">recode-bool-bitfield.patch</Patch> -->
  24. <!-- <Patch level="1">recode-flex-m4.patch</Patch> -->
  25. <!-- <Patch level="1">stdlib.patch</Patch> -->
  26. <!-- <Patch level="1">recode-3.6-gettextfix.diff</Patch> -->
  27. <!--
  28. <Patch level="1">recode_3.6-15.diff</Patch>
  29. -->
  30. <!-- <Patch level="1">system-aclocal.diff</Patch> -->
  31. <!-- Segfault patch from SuSE -->
  32. <!-- <Patch>recode-3.6-segfault.patch</Patch> -->
  33. <!-- <Patch level="1">recode-automake.patch</Patch> -->
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>recode</Name>
  38. <Files>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="info">/usr/share/info</Path>
  43. <Path fileType="man">/usr/share/man</Path>
  44. <Path fileType="localedata">/usr/share/locale</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>recode-devel</Name>
  49. <Summary>Development files for recode</Summary>
  50. <RuntimeDependencies>
  51. <Dependency release="current">recode</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="header">/usr/include</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="4">
  59. <Date>2018-02-11</Date>
  60. <Version>3.7</Version>
  61. <Comment>Version Bump.</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-03-02</Date>
  67. <Version>3.6</Version>
  68. <Comment>Rebuild for new toolchain.</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>3.6</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2016-01-01</Date>
  81. <Version>3.6</Version>
  82. <Comment>First release</Comment>
  83. <Name>Stefan Gronewold</Name>
  84. <Email>groni@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>