pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>openslp</Name>
  6. <Homepage>http://www.openslp.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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">https://gitlab.com/sulinos/resources/binaries/raw/master/openslp-2.0.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>doxygen</Dependency>
  18. <Dependency>docbook-xsl</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch>openslp-2.0.0-cflags.patch</Patch>
  22. <Patch>openslp-2.0.0-CVE-2016-4912.patch</Patch>
  23. <Patch>openslp-2.0.0-CVE-2012-4428.patch</Patch>
  24. <Patch>openslp-2.0.0-CVE-2016-7567.patch</Patch>
  25. <Patch>openslp-2.0.0-namespace.patch</Patch>
  26. <Patch>openslp-2.0.0-openssl-1.1-fix.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>openslp</Name>
  31. <RuntimeDependencies>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc/slp.conf</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="doc">/usr/share/doc/openslp/html/IntroductionToSLP</Path>
  39. <Path fileType="doc">/usr/share/doc/openslp/html/UsersGuide</Path>
  40. <Path fileType="doc">/usr/share/doc/openslp/html/faq*</Path>
  41. <Path fileType="data">/var/log</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>openslp-server</Name>
  46. <Summary>OpenSLP server daemon</Summary>
  47. <Description>openslp-server contains ths OpenSLP server daemon to dynamically register services.</Description>
  48. <RuntimeDependencies>
  49. <Dependency release="current">openslp</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="config">/etc/init.d</Path>
  53. <Path fileType="config">/etc/slp.reg</Path>
  54. <Path fileType="config">/etc/slp.spi</Path>
  55. <Path fileType="executable">/usr/sbin/slpd</Path>
  56. </Files>
  57. <AdditionalFiles>
  58. <AdditionalFile owner="root" permission="0755" target="/etc/init.d/slpd">slpd-init</AdditionalFile>
  59. </AdditionalFiles>
  60. </Package>
  61. <Package>
  62. <Name>openslp-devel</Name>
  63. <Summary>Development files for openslp</Summary>
  64. <RuntimeDependencies>
  65. <Dependency release="current">openslp</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="doc">/usr/share/doc/openslp/html/ProgrammersGuide</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="1">
  74. <Date>2019-12-12</Date>
  75. <Version>2.0.0</Version>
  76. <Comment>First release</Comment>
  77. <Name>Süleyman Poyraz</Name>
  78. <Email>zaryob.dev@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </INARY>