pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>http://linux.dell.com/libsmbios/main/index.html</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="c0f9a8ddf5f13fd2ca9b3ab18bee07b54c74dd1a" type="targz">https://codeload.github.com/dell/libsmbios/tar.gz/v2.3.3</Archive>
  18. <BuildDependencies>
  19. <Dependency>libxml2-devel</Dependency>
  20. <Dependency>chrpath</Dependency>
  21. <Dependency>doxygen</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libsmbios</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgcc</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="config">/etc</Path>
  31. <Path fileType="executable">/usr/sbin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man/man3</Path>
  35. <Path fileType="data">/usr/share/smbios-utils</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libsmbios-devel</Name>
  41. <Summary>Development files for libsmbios</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libsmbios</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include/smbios</Path>
  47. <Path fileType="header">/usr/include/smbios_c</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="4">
  53. <Date>2017-12-11</Date>
  54. <Version>2.3.3</Version>
  55. <Comment>Rebuild</Comment>
  56. <Name>Ertuğrul Erata</Name>
  57. <Email>ertugrulerata@gmail.com</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2017-04-29</Date>
  61. <Version>2.3.3</Version>
  62. <Comment>new release</Comment>
  63. <Name>Ali Algül</Name>
  64. <Email>aligulle3801@gmail.com</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-06-09</Date>
  68. <Version>2.3.0</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2016-04-01</Date>
  75. <Version>2.3.0</Version>
  76. <Comment>First release</Comment>
  77. <Name>Stefan Gronewold(groni)</Name>
  78. <Email>groni@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>