pspec.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nfs-utils</Name>
  6. <Homepage>https://nfs.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>service</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>NFS client and server</Summary>
  15. <Description>Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol.</Description>
  16. <Archive sha1sum="c306230a5f29c0f0404cc227210805d35bb51c75" type="tarbz2">https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.1/nfs-utils-2.8.1.tar.bz2/download</Archive>
  17. <BuildDependencies>
  18. <Dependency>sqlite-devel</Dependency>
  19. <Dependency>libcap-devel</Dependency>
  20. <Dependency>libnl-devel</Dependency>
  21. <Dependency>readline-devel</Dependency>
  22. <Dependency>libxml2-devel</Dependency>
  23. <Dependency>libtirpc-devel</Dependency>
  24. <Dependency>libevent-devel</Dependency>
  25. <Dependency>e2fsprogs-devel</Dependency>
  26. <Dependency>libgssglue-devel</Dependency>
  27. <Dependency>mit-kerberos-devel</Dependency>
  28. <Dependency>rpcsvc-proto-devel</Dependency>
  29. <Dependency>tcp-wrappers-devel</Dependency>
  30. <Dependency>device-mapper-devel</Dependency>
  31. <Dependency>libutil-linux-devel</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <!-- <Patch level="1">nfs-utils-1.2.1-statdpath-man.patch</Patch> -->
  35. <!-- <Patch level="1">nfs-utils-1.2.1-exp-subtree-warn-off.patch</Patch> -->
  36. <!-- <Patch level></Patch> -->
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>nfs-utils</Name>
  41. <RuntimeDependencies>
  42. <Dependency>libcap</Dependency>
  43. <Dependency>sqlite</Dependency>
  44. <Dependency>libnl</Dependency>
  45. <Dependency>readline</Dependency>
  46. <Dependency>rpcbind</Dependency>
  47. <Dependency>nfsidmap</Dependency>
  48. <Dependency>keyutils</Dependency>
  49. <Dependency>libevent</Dependency>
  50. <Dependency>libtirpc</Dependency>
  51. <Dependency>e2fsprogs</Dependency>
  52. <Dependency>libgssglue</Dependency>
  53. <Dependency>mit-kerberos</Dependency>
  54. <Dependency>tcp-wrappers</Dependency>
  55. <Dependency>device-mapper</Dependency>
  56. <Dependency>libutil-linux</Dependency>
  57. <Dependency>openldap-client</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="config">/etc/exports</Path>
  61. <Path fileType="config">/etc/modprobe.d/50-nfs.conf</Path>
  62. <Path fileType="config">/etc/gssapi_mech.conf</Path>
  63. <Path fileType="config">/etc/nfsmount.conf</Path>
  64. <Path fileType="config">/etc/conf.d/nfs</Path>
  65. <Path fileType="executable">/usr/sbin</Path>
  66. <Path fileType="executable">/sbin</Path>
  67. <Path fileType="executable">/usr/libexec/nfsrahead</Path>
  68. <Path fileType="library">/var/lib</Path>
  69. <Path fileType="library">/lib/udev/rules.d</Path>
  70. <Path fileType="man">/usr/share/man</Path>
  71. <Path fileType="doc">/usr/share/doc</Path>
  72. </Files>
  73. <AdditionalFiles>
  74. <AdditionalFile owner="root" permission="0644" target="/etc/exports">exports</AdditionalFile>
  75. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/nfs">nfs.confd</AdditionalFile>
  76. <AdditionalFile owner="root" permission="0644" target="/etc/idmapd.conf">idmapd.conf</AdditionalFile>
  77. <AdditionalFile owner="root" permission="0644" target="/etc/gssapi_mech.conf">gssapi_mech.conf</AdditionalFile>
  78. </AdditionalFiles>
  79. <Provides>
  80. <COMAR script="nfs-common.py" name="nfs_common">System.Service</COMAR>
  81. <COMAR script="nfs-server.py" name="nfs_server">System.Service</COMAR>
  82. </Provides>
  83. </Package>
  84. <Package>
  85. <Name>nfsidmap</Name>
  86. <Summary>Library to help mapping IDs, mainly for NFSv4</Summary>
  87. <RuntimeDependencies>
  88. <Dependency>openldap-client</Dependency>
  89. </RuntimeDependencies>
  90. <Files>
  91. <Path fileType="config">/etc/idmapd.conf</Path>
  92. <Path fileType="library">/usr/lib/libnfsidmap*</Path>
  93. <Path fileType="doc">/usr/share/doc/libnfsidmap</Path>
  94. </Files>
  95. </Package>
  96. <History>
  97. <Update release="5">
  98. <Date>2024-10-21</Date>
  99. <Version>2.8.1</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="4">
  105. <Date>2023-11-20</Date>
  106. <Version>2.6.4</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="3">
  112. <Date>2023-05-24</Date>
  113. <Version>2.6.2</Version>
  114. <Comment>Rebuild</Comment>
  115. <Name>Ümit Solmaz</Name>
  116. <Email>us@mynetiz.com</Email>
  117. </Update>
  118. <Update release="2">
  119. <Date>2022-11-05</Date>
  120. <Version>2.6.2</Version>
  121. <Comment>New Version</Comment>
  122. <Name>Ümit Solmaz</Name>
  123. <Email>us@mynetiz.com</Email>
  124. </Update>
  125. <Update release="1">
  126. <Date>2022-03-11</Date>
  127. <Version>2.6.1</Version>
  128. <Comment>First release</Comment>
  129. <Name>Kamil Atlı</Name>
  130. <Email>suvari@pisilinux.org</Email>
  131. </Update>
  132. </History>
  133. </PISI>