Files
main/network/analyzer/openslp/pspec.xml
T
2018-08-15 13:29:42 +03:00

101 lines
3.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openslp</Name>
<Homepage>http://www.openslp.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>service</IsA>
<Summary>An open-source implementation of Service Location Protocol</Summary>
<Description>Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.</Description>
<Archive sha1sum="e4630bfb986cdffab6bb829b37e9340c9152d838" type="targz">mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>docbook-xsl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>openslp</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/slp.conf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/IntroductionToSLP</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/UsersGuide</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/faq*</Path>
<Path fileType="data">/var/log</Path>
</Files>
</Package>
<Package>
<Name>openslp-server</Name>
<Summary>OpenSLP server daemon</Summary>
<Description>openslp-server contains ths OpenSLP server daemon to dynamically register services.</Description>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency release="current">openslp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/slp.reg</Path>
<Path fileType="config">/etc/slp.spi</Path>
<Path fileType="executable">/usr/sbin/slpd</Path>
</Files>
</Package>
<Package>
<Name>openslp-devel</Name>
<Summary>Development files for openslp</Summary>
<RuntimeDependencies>
<Dependency release="current">openslp</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/openslp/html/ProgrammersGuide</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-08-15</Date>
<Version>2.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-06</Date>
<Version>2.0.0</Version>
<Comment>Release Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.0.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-02-01</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>