pspec.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openslp</Name>
  6. <Homepage>http://www.openslp.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>An open-source implementation of Service Location Protocol</Summary>
  14. <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>
  15. <Archive sha1sum="e4630bfb986cdffab6bb829b37e9340c9152d838" type="targz">mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>docbook-xsl</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>openslp</Name>
  25. <RuntimeDependencies>
  26. <Dependency>openssl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="config">/etc/slp.conf</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="doc">/usr/share/doc/openslp/html/IntroductionToSLP</Path>
  34. <Path fileType="doc">/usr/share/doc/openslp/html/UsersGuide</Path>
  35. <Path fileType="doc">/usr/share/doc/openslp/html/faq*</Path>
  36. <Path fileType="data">/var/log</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>openslp-server</Name>
  41. <Summary>OpenSLP server daemon</Summary>
  42. <Description>openslp-server contains ths OpenSLP server daemon to dynamically register services.</Description>
  43. <RuntimeDependencies>
  44. <Dependency>openssl</Dependency>
  45. <Dependency release="current">openslp</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="config">/etc/slp.reg</Path>
  49. <Path fileType="config">/etc/slp.spi</Path>
  50. <Path fileType="executable">/usr/sbin/slpd</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>openslp-devel</Name>
  55. <Summary>Development files for openslp</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">openslp</Dependency>
  58. <Dependency>zlib-devel</Dependency>
  59. <Dependency>openssl-devel</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="header">/usr/include</Path>
  63. <Path fileType="doc">/usr/share/doc/openslp/html/ProgrammersGuide</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="3">
  68. <Date>2017-03-06</Date>
  69. <Version>2.0.0</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Ayhan Yalçınsoy</Name>
  72. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-09</Date>
  76. <Version>2.0.0</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2014-02-01</Date>
  83. <Version>2.0.0</Version>
  84. <Comment>First release</Comment>
  85. <Name>Alihan Öztürk</Name>
  86. <Email>alihan@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>