pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cgmanager</Name>
  6. <Homepage>https://github.com/lxc/cgmanager</Homepage>
  7. <Packager>
  8. <Name>Aydın Demirel</Name>
  9. <Email>aydin.demirel@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Central cgroup management daemon</Summary>
  14. <Description>CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API.</Description>
  15. <Archive sha1sum="52c0a05c64deb0053b737f736fe63660c469fb15" type="targz">https://github.com/lxc/cgmanager/archive/v0.42.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>popt-devel</Dependency>
  18. <Dependency>libnih-devel</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>help2man</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>cgmanager</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libnih</Dependency>
  27. <Dependency>pam</Dependency>
  28. <Dependency>popt</Dependency>
  29. <Dependency>dbus</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="executable">/usr/libexec/cgmanager/cgm-release-agent</Path>
  34. <Path fileType="library">/lib/security</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="data">/usr/share/cgmanager</Path>
  37. <Path fileType="library">/usr/lib/libcgmanager*</Path>
  38. </Files>
  39. <Provides>
  40. <COMAR script="service.py">System.Service</COMAR>
  41. </Provides>
  42. </Package>
  43. <Package>
  44. <Name>cgmanager-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency release="current">cgmanager</Dependency>
  47. <Dependency>libnih-devel</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="7">
  56. <Date>2020-09-01</Date>
  57. <Version>0.42</Version>
  58. <Comment>fixed "Unknown subsys name 'subsystems'" error</Comment>
  59. <Name>Ayhan Yalçınsoy</Name>
  60. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  61. </Update>
  62. <Update release="6">
  63. <Date>2020-02-01</Date>
  64. <Version>0.42</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="5">
  70. <Date>2018-08-13</Date>
  71. <Version>0.41</Version>
  72. <Comment>Rebuild New T.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="4">
  77. <Date>2018-01-15</Date>
  78. <Version>0.41</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="3">
  84. <Date>2017-01-28</Date>
  85. <Version>0.39</Version>
  86. <Comment>Release Bump</Comment>
  87. <Name>Kamil Atlı</Name>
  88. <Email>suvari@pisilinux.org</Email>
  89. </Update>
  90. <Update release="2">
  91. <Date>2016-06-08</Date>
  92. <Version>0.39</Version>
  93. <Comment>Release Bump</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="1">
  98. <Date>2015-09-10</Date>
  99. <Version>0.39</Version>
  100. <Comment>First release</Comment>
  101. <Name>Ertuğrul Erata</Name>
  102. <Email>ertugrulerata@gmail.com</Email>
  103. </Update>
  104. </History>
  105. </PISI>