pspec.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>man-db</Name>
  6. <Homepage>http://www.nongnu.org/man-db/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>GPLv3+</License>
  13. <IsA>app:console</IsA>
  14. <IsA>data:doc</IsA>
  15. <Summary>Application to read Linux man pages</Summary>
  16. <Description>Man package consists of programs which is used to read most of the documentation available in linux system. For example, you can write "man nameoftheprogram" into the konsole or "man:nameoftheprogram" into the konqueror to get a detailed usage information for many programs.</Description>
  17. <Archive sha1sum="919dcb34d604faac9b18a38ead07f457d0dab501" type="tarxz">http://download.savannah.gnu.org/releases/man-db/man-db-2.7.6.1.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>less</Dependency>
  20. <Dependency>gzip</Dependency>
  21. <Dependency>groff</Dependency>
  22. <Dependency>gdbm-devel</Dependency>
  23. <Dependency>zlib-devel</Dependency>
  24. <Dependency>gettext-devel</Dependency>
  25. <Dependency versionFrom="1.4.1">libpipeline-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>man-db</Name>
  32. <RuntimeDependencies>
  33. <Dependency>gdbm</Dependency>
  34. <Dependency>zlib</Dependency>
  35. <Dependency versionFrom="1.4.1">libpipeline</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="config">/etc</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="executable">/usr/sbin</Path>
  42. <Path fileType="executable">/usr/libexec</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="data">/var/cache</Path>
  47. </Files>
  48. <AdditionalFiles>
  49. <AdditionalFile target="/etc/conf.d/mandb" owner="root" group="root" permission="0644">mandb.conf</AdditionalFile>
  50. <AdditionalFile target="/etc/cron.daily/mandb.cron" owner="root" group="root" permission="0755">mandb.cron.daily</AdditionalFile>
  51. </AdditionalFiles>
  52. </Package>
  53. <History>
  54. <Update release="3">
  55. <Date>2017-01-24</Date>
  56. <Version>2.7.6.1</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Ertuğrul Erata</Name>
  59. <Email>ertugrulerata@gmail.com</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-04-27</Date>
  63. <Version>2.7.5</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>PisiLinux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2016-03-09</Date>
  70. <Version>2.7.5</Version>
  71. <Comment>First release</Comment>
  72. <Name>Alihan Öztürk</Name>
  73. <Email>alihan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>