Files
main/server/rpcbind/pspec.xml
T
2022-03-11 20:43:46 +03:00

57 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rpcbind</Name>
<Homepage>http://nfsv4.bullopensource.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>service</IsA>
<Summary>Universal Addresses to RPC Program Number Mapper</Summary>
<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>
<Archive sha1sum="a6dad1d9454f42f2f25a92caba8d3d7bddf527e3" type="tarbz2">mirrors://sourceforge/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libtirpc-devel</Dependency>
<Dependency>tcp-wrappers-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>rpcbind</Name>
<RuntimeDependencies>
<Dependency>libtirpc</Dependency>
<Dependency>tcp-wrappers</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin/rpcbind</Path>
<Path fileType="executable">/usr/bin/rpcinfo</Path>
<Path fileType="data">/var/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/rpcbind">rpcbind.sysconfig</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
</Package>
<History>
<Update release="1">
<Date>2022-03-11</Date>
<Version>1.2.6</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>