pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fwupdate</Name>
  6. <Homepage>https://github.com/rhinstaller/fwupdate</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Tools for using the ESRT and UpdateCapsule() to apply firmware updates</Summary>
  14. <Description>Tools for using the ESRT and UpdateCapsule() to apply firmware updates</Description>
  15. <Archive sha1sum="68873b972eff83c360d8e50d0214e354d881f272" type="targz">https://github.com/rhboot/fwupdate/archive/9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gnu-efi</Dependency>
  18. <Dependency>efivar-devel</Dependency>
  19. <Dependency>popt-devel</Dependency>
  20. <Dependency>libsmbios-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">build.patch</Patch>
  24. <Patch level="1">fwupdate-9-objcopy_detection.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>fwupdate</Name>
  29. <RuntimeDependencies>
  30. <Dependency>popt</Dependency>
  31. <Dependency>efivar</Dependency>
  32. <Dependency>libsmbios</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="data">/usr/share/bash-completion</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>fwupdate-devel</Name>
  44. <RuntimeDependencies>
  45. <Dependency release="current">fwupdate</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="library">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2019-01-20</Date>
  55. <Version>9</Version>
  56. <Comment>Rebuild</Comment>
  57. <Name>Mustafa Cinasal</Name>
  58. <Email>muscnsl@gmail.com</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2018-09-09</Date>
  62. <Version>9</Version>
  63. <Comment>Rebuild New T.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2017-12-11</Date>
  69. <Version>9</Version>
  70. <Comment>First release</Comment>
  71. <Name>Ertuğrul Erata</Name>
  72. <Email>ertugrulerata@gmail.com</Email>
  73. </Update>
  74. </History>
  75. </PISI>