pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>utempter</Name>
  6. <Homepage>http://www.redhat.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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. <Patches>
  18. <Patch level="1">libutempter-pierelro.patch</Patch>
  19. </Patches>
  20. </Source>
  21. <Package>
  22. <Name>utempter</Name>
  23. <Files>
  24. <Path fileType="executable">/usr/libexec</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. </Files>
  29. <Provides>
  30. <COMAR script="package.py">System.Package</COMAR>
  31. </Provides>
  32. </Package>
  33. <Package>
  34. <Name>utempter-devel</Name>
  35. <Summary>Development files for utempter</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">utempter</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="5">
  45. <Date>2020-02-02</Date>
  46. <Version>1.1.6</Version>
  47. <Comment>Rebuild New T.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="4">
  52. <Date>2018-08-15</Date>
  53. <Version>1.1.6</Version>
  54. <Comment>Rebuild New T.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2017-01-30</Date>
  60. <Version>1.1.6</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>suvari@pisilinux.org</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2016-06-08</Date>
  67. <Version>1.1.6</Version>
  68. <Comment>Release Bump</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2014-05-25</Date>
  74. <Version>1.1.6</Version>
  75. <Comment>First release</Comment>
  76. <Name>Kamil Atlı</Name>
  77. <Email>suvarice@gmail.com</Email>
  78. </Update>
  79. </History>
  80. </PISI>