pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>rpcsvc-proto</Name>
  6. <Homepage>https://github.com/thkukuk/rpcsvc-proto</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>rpcsvc protocol definitions from glibc.</Summary>
  15. <Description>This package contains rpcsvc proto.x files from glibc, which are missing in libtirpc. Additional it contains rpcgen, which is needed to create header files and sources from protocol files.</Description>
  16. <Archive sha1sum="6439172f24679fc0636450046913dc2fc0e3c204" type="tarbz2">https://gitlab.com/sulinos/resources/rpcsvc-proto/-/archive/v1.4/rpcsvc-proto-v1.4.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>rpcsvc-proto</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <!-- <Path fileType="library">/usr/lib</Path> -->
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. <Path fileType="man">/usr/share/man/man1/rpcgen.1</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>rpcsvc-proto-devel</Name>
  29. <Summary>Development headers for rpcsvc-proto</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">rpcsvc-proto</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="library">/usr/lib/pkgconfig</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2019-12-12</Date>
  41. <Version>1.4</Version>
  42. <Comment>First release</Comment>
  43. <Name>Süleyman Poyraz</Name>
  44. <Email>zaryob.dev@gmail.com</Email>
  45. </Update>
  46. </History>
  47. </INARY>