pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rpcbind</Name>
  6. <Homepage>http://nfsv4.bullopensource.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>service</IsA>
  13. <Summary>Universal Addresses to RPC Program Number Mapper</Summary>
  14. <Description>The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine.</Description>
  15. <Archive sha1sum="a6dad1d9454f42f2f25a92caba8d3d7bddf527e3" type="tarbz2">mirrors://sourceforge/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libtirpc-devel</Dependency>
  18. <Dependency>tcp-wrappers-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!-- <Patch level="1"></Patch> -->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>rpcbind</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libtirpc</Dependency>
  28. <Dependency>tcp-wrappers</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="config">/etc</Path>
  32. <Path fileType="executable">/usr/sbin/rpcbind</Path>
  33. <Path fileType="executable">/usr/bin/rpcinfo</Path>
  34. <Path fileType="data">/var/lib</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. <AdditionalFiles>
  39. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/rpcbind">rpcbind.sysconfig</AdditionalFile>
  40. </AdditionalFiles>
  41. <Provides>
  42. <COMAR script="service.py">System.Service</COMAR>
  43. </Provides>
  44. </Package>
  45. <History>
  46. <Update release="1">
  47. <Date>2022-03-11</Date>
  48. <Version>1.2.6</Version>
  49. <Comment>First release</Comment>
  50. <Name>Kamil Atlı</Name>
  51. <Email>suvari@pisilinux.org</Email>
  52. </Update>
  53. </History>
  54. </PISI>