pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgovirt</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/libgovirt</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL</License>
  12. <IsA>library</IsA>
  13. <Summary>GObject-based library to access oVirt REST API</Summary>
  14. <Description>GoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings.</Description>
  15. <Archive sha1sum="15e090c905825dc38c70644231d1a55d89619171" type="targz">https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v0.3.9/libgovirt-v0.3.9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>meson</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>libsoup-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>librest-devel</Dependency>
  23. <Dependency>gobject-introspection-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>libgovirt</Name>
  28. <RuntimeDependencies>
  29. <Dependency>glib2</Dependency>
  30. <Dependency>python3</Dependency>
  31. <Dependency>librest</Dependency>
  32. <Dependency>libsoup</Dependency>
  33. <Dependency>gobject-introspection</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="library">/usr/lib/libgovirt*</Path>
  38. <Path fileType="library">/usr/lib/girepository-1.0/GoVirt-1.0.typelib</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>libgovirt-devel</Name>
  44. <Summary>Development files for libgovirt</Summary>
  45. <RuntimeDependencies>
  46. <Dependency>glib2-devel</Dependency>
  47. <Dependency>librest-devel</Dependency>
  48. <Dependency release="current">libgovirt</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="data">/usr/share/gir-1.0</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="3">
  58. <Date>2023-11-04</Date>
  59. <Version>0.3.9</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2022-11-07</Date>
  66. <Version>0.3.9</Version>
  67. <Comment>Version bump</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2022-06-24</Date>
  73. <Version>0.3.8</Version>
  74. <Comment>First release</Comment>
  75. <Name>Kamil Atlı</Name>
  76. <Email>suvari@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>