pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>audit</Name>
  6. <Homepage>http://people.redhat.com/sgrubb/audit/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <IsA>service</IsA>
  15. <Summary>User space tools for kernel auditing</Summary>
  16. <Description>audit contains the user space utilities for storing and searching the audit records generated by the audit subsystem in the Linux 2.6 kernel.</Description>
  17. <Archive sha1sum="48d2a5eac70d7cf94495447500df491cdcf26969" type="targz">http://people.redhat.com/sgrubb/audit/audit-2.8.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>kernel-headers</Dependency>
  21. <Dependency>libcap-ng-devel</Dependency>
  22. <Dependency>tcp-wrappers-devel</Dependency>
  23. <Dependency>swig</Dependency>
  24. <Dependency>openldap-client</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <!-- <Patch level="1">without_openldap.patch</Patch> -->
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>audit</Name>
  32. <RuntimeDependencies>
  33. <Dependency>libcap-ng</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="config">/etc</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="executable">/usr/sbin</Path>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="data">/var/log/audit</Path>
  43. <Path fileType="data">/var/spool/audit</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. </Files>
  46. <Provides>
  47. <COMAR script="service.py">System.Service</COMAR>
  48. <COMAR script="package.py">System.Package</COMAR>
  49. </Provides>
  50. </Package>
  51. <Package>
  52. <Name>python-audit</Name>
  53. <Summary>Python bindings for audit</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">audit</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib/python*</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>audit-devel</Name>
  63. <PartOf>system.devel</PartOf>
  64. <Summary>Development files for audit</Summary>
  65. <RuntimeDependencies>
  66. <Dependency release="current">audit</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="header">/usr/include</Path>
  70. <Path fileType="library">/usr/lib/pkgconfig</Path>
  71. <Path fileType="man">/usr/share/man/man3</Path>
  72. </Files>
  73. </Package>
  74. <History>
  75. <Update release="4">
  76. <Date>2018-01-15</Date>
  77. <Version>2.8.2</Version>
  78. <Comment>Version bump</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="3">
  83. <Date>2017-09-20</Date>
  84. <Version>2.7.1</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Kamil Atlı</Name>
  87. <Email>suvari@pisilinux.org</Email>
  88. </Update>
  89. <Update release="2">
  90. <Date>2016-06-08</Date>
  91. <Version>2.3.7</Version>
  92. <Comment>Release Bump</Comment>
  93. <Name>Pisi Linux Community</Name>
  94. <Email>admin@pisilinux.org</Email>
  95. </Update>
  96. <Update release="1">
  97. <Date>2016-03-21</Date>
  98. <Version>2.3.7</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Serdar Soytetir</Name>
  101. <Email>kaptan@pisilinux.org</Email>
  102. </Update>
  103. </History>
  104. </PISI>