pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fwupd</Name>
  6. <Homepage>https://fwupd.org</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>Aims to make updating firmware on Linux automatic, safe and reliable</Summary>
  13. <Description>Aims to make updating firmware on Linux automatic, safe and reliable</Description>
  14. <Archive sha1sum="15fbcf460a79efb2d0015e017d9d76a28db50d0f" type="targz">https://github.com/hughsie/fwupd/archive/1.0.2.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>appstream-glib-devel</Dependency>
  17. <Dependency>libgudev-devel</Dependency>
  18. <Dependency>libusb-devel</Dependency>
  19. <Dependency>libgusb-devel</Dependency>
  20. <Dependency>gnutls-devel</Dependency>
  21. <Dependency>gpgme-devel</Dependency>
  22. <Dependency>fwupdate-devel</Dependency>
  23. <Dependency>efivar-devel</Dependency>
  24. <Dependency>colord-devel</Dependency>
  25. <Dependency>python3-pillow</Dependency>
  26. <Dependency>python3-pygobject3-devel</Dependency>
  27. <Dependency>sqlite-devel</Dependency>
  28. <Dependency>polkit-devel</Dependency>
  29. <Dependency>ConsoleKit-devel</Dependency>
  30. <Dependency>libsmbios-devel</Dependency>
  31. <Dependency>meson</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <!--
  35. <Patch level="1"></Patch>
  36. -->
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>fwupd</Name>
  41. <RuntimeDependencies>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>colord</Dependency>
  44. <Dependency>efivar</Dependency>
  45. <Dependency>sqlite</Dependency>
  46. <Dependency>libgusb</Dependency>
  47. <Dependency>libsoup</Dependency>
  48. <Dependency>fwupdate</Dependency>
  49. <Dependency>libgudev</Dependency>
  50. <Dependency>elfutils</Dependency>
  51. <Dependency>libsmbios</Dependency>
  52. <Dependency>libarchive</Dependency>
  53. <Dependency>libutil-linux</Dependency>
  54. <Dependency>appstream-glib</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/lib</Path>
  58. <Path fileType="config">/etc</Path>
  59. <Path fileType="executable">/usr/bin</Path>
  60. <Path fileType="library">/usr/lib</Path>
  61. <Path fileType="executable">/usr/libexec</Path>
  62. <Path fileType="man">/usr/share/man</Path>
  63. <Path fileType="data">/usr/share/polkit-1</Path>
  64. <Path fileType="data">/usr/share/dbus-1</Path>
  65. <Path fileType="data">/usr/share/gir-1.0</Path>
  66. <Path fileType="data">/usr/share/fwupd</Path>
  67. <Path fileType="data">/usr/share/metainfo</Path>
  68. <Path fileType="localedata">/usr/share/locale</Path>
  69. <Path fileType="data">/usr/share/installed-tests</Path>
  70. <Path fileType="data">/var</Path>
  71. </Files>
  72. </Package>
  73. <Package>
  74. <Name>fwupd-devel</Name>
  75. <RuntimeDependencies>
  76. <Dependency release="current">fwupd</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="library">/usr/lib/pkgconfig</Path>
  80. <Path fileType="header">/usr/include</Path>
  81. </Files>
  82. </Package>
  83. <History>
  84. <Update release="1">
  85. <Date>2017-12-15</Date>
  86. <Version>1.0.2</Version>
  87. <Comment>First release</Comment>
  88. <Name>Ertuğrul Erata</Name>
  89. <Email>ertugrulerata@gmail.com</Email>
  90. </Update>
  91. </History>
  92. </PISI>