pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libsmbios</Name>
  6. <Homepage>https://github.com/dell/libsmbios</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>OSL-2.0</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Provide access to (SM)BIOS information</Summary>
  16. <Description>libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries.</Description>
  17. <Archive sha1sum="84bc52f51bc1ecdcc392f402c5ceef2221bd56b9" type="targz">https://codeload.github.com/dell/libsmbios/tar.gz/v2.4.2</Archive>
  18. <BuildDependencies>
  19. <Dependency>libxml2-devel</Dependency>
  20. <Dependency>chrpath</Dependency>
  21. <Dependency>doxygen</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">0001-libsmbios-fix-more-places-with-loop-iterators-with-b.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>libsmbios</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="config">/etc</Path>
  34. <Path fileType="executable">/usr/sbin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="man">/usr/share/man/man3</Path>
  38. <Path fileType="man">/usr/share/man/man1</Path>
  39. <Path fileType="data">/usr/share/smbios-utils</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libsmbios-devel</Name>
  45. <Summary>Development files for libsmbios</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">libsmbios</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include/Makefile.am</Path>
  51. <Path fileType="header">/usr/include/smbios</Path>
  52. <Path fileType="header">/usr/include/smbios_c</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="6">
  58. <Date>2020-01-31</Date>
  59. <Version>2.4.2</Version>
  60. <Comment>Rebuild New T.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="5">
  65. <Date>2018-09-01</Date>
  66. <Version>2.4.2</Version>
  67. <Comment>Rebuild New T.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2017-12-11</Date>
  73. <Version>2.3.3</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>Ertuğrul Erata</Name>
  76. <Email>ertugrulerata@gmail.com</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-04-29</Date>
  80. <Version>2.3.3</Version>
  81. <Comment>new release</Comment>
  82. <Name>Ali Algül</Name>
  83. <Email>aligulle3801@gmail.com</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>2.3.0</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2016-04-01</Date>
  94. <Version>2.3.0</Version>
  95. <Comment>First release</Comment>
  96. <Name>Stefan Gronewold(groni)</Name>
  97. <Email>groni@pisilinux.org</Email>
  98. </Update>
  99. </History>
  100. </PISI>