pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <PISI>
  2. <Source>
  3. <Name>dkms</Name>
  4. <Homepage>https://github.com/dell/dkms</Homepage>
  5. <Packager>
  6. <Name>Marcin Bojara</Name>
  7. <Email>marcin.bojara@gmail.com</Email>
  8. </Packager>
  9. <License>GPLv2</License>
  10. <PartOf>hardware.misc</PartOf>
  11. <IsA>kernel</IsA>
  12. <Summary>Dynamic Kernel Module Support</Summary>
  13. <Description>DKMS is a dynamic kernel module support framework.</Description>
  14. <Archive sha1sum="84ddbf2af646550dec116df458090b276494de16" type="targz">https://github.com/dell/dkms/archive/refs/tags/v3.1.2.tar.gz</Archive>
  15. </Source>
  16. <Package>
  17. <Name>dkms</Name>
  18. <RuntimeDependencies>
  19. <Dependency>gcc</Dependency>
  20. <Dependency>bash</Dependency>
  21. <Dependency>kmod</Dependency>
  22. <Dependency>make</Dependency>
  23. <Dependency>coreutils</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="config">/etc</Path>
  27. <Path fileType="executable">/usr/sbin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="data">/var/lib</Path>
  32. <Path fileType="data">/usr/share/bash-completion</Path>
  33. <Path fileType="data">/usr/share/zsh/site-functions</Path>
  34. </Files>
  35. <Provides>
  36. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  37. </Provides>
  38. </Package>
  39. <History>
  40. <Update release="9">
  41. <Date>2024-11-29</Date>
  42. <Version>3.1.2</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Ümit Solmaz</Name>
  45. <Email>admins@pisilinux.org</Email>
  46. </Update>
  47. <Update release="8">
  48. <Date>2023-01-04</Date>
  49. <Version>3.0.10</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Mustafa Cinasal</Name>
  52. <Email>muscnsl@gmail.com</Email>
  53. </Update>
  54. <Update release="7">
  55. <Date>2020-04-15</Date>
  56. <Version>2.8.1</Version>
  57. <Comment>pakhandler.py improvements</Comment>
  58. <Name>Marcin Bojara</Name>
  59. <Email>marcin.bojara@gmail.com</Email>
  60. </Update>
  61. <Update release="6">
  62. <Date>2020-01-06</Date>
  63. <Version>2.8.1</Version>
  64. <Comment>Version bump. Add pakhandler.py</Comment>
  65. <Name>Marcin Bojara</Name>
  66. <Email>marcin.bojara@gmail.com</Email>
  67. </Update>
  68. <Update release="5">
  69. <Date>2018-09-01</Date>
  70. <Version>2.6.1</Version>
  71. <Comment>Rebuild New T.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="4">
  76. <Date>2018-01-04</Date>
  77. <Version>2.5</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-04-29</Date>
  84. <Version>2.3</Version>
  85. <Comment>new release</Comment>
  86. <Name>Ali Algül</Name>
  87. <Email>aligulle3801@gmail.com</Email>
  88. </Update>
  89. <Update release="2">
  90. <Date>2016-06-09</Date>
  91. <Version>2.2.0.3</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-01-01</Date>
  98. <Version>2.2.0.3</Version>
  99. <Comment>First release</Comment>
  100. <Name>Stefan Gronewold(groni)</Name>
  101. <Email>groni@pisilinux.org</Email>
  102. </Update>
  103. </History>
  104. </PISI>