pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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>utempter</Name>
  6. <Homepage>http://www.redhat.com/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>app:console</IsA>
  14. <Summary>Application that allows non-privileged applications to write utmp (login) info</Summary>
  15. <Description>Utempter is a utility that allows non-privileged applications such as terminal emulators to modify the utmp database without having to setuid root.</Description>
  16. <Archive sha1sum="1964279755290c4b576f2db0ed518e2b45a9ca53" type="tarbz2">ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>utempter</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/libexec</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>utempter-devel</Name>
  29. <Summary>Development files for utempter</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">utempter</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2020-04-24</Date>
  40. <Version>1.1.6</Version>
  41. <Comment>First release for SulinOS 2021</Comment>
  42. <Name>Suleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </INARY>