pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>ostree</Name>
  6. <Homepage>https://github.com/ostreedev/ostree</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Operating system and container binary deployment and upgrades</Summary>
  14. <Description>OSTree is a tool for managing bootable, immutable, versioned filesystem trees</Description>
  15. <Archive sha1sum="2a68aafb690e1bcf1b8e144d8cfc3effa33a7d00" type="targz">https://github.com/ostreedev/ostree/archive/v2018.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gtk-doc</Dependency>
  18. <Dependency>rust</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>gpgme-devel</Dependency>
  21. <Dependency>xz-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>fuse-devel</Dependency>
  24. <Dependency>libarchive-devel</Dependency>
  25. <Dependency>avahi-devel</Dependency>
  26. <Dependency>avahi-glib-devel</Dependency>
  27. <Dependency>libsoup-devel</Dependency>
  28. <Dependency>e2fsprogs-devel</Dependency>
  29. <Dependency>libutil-linux-devel</Dependency>
  30. <Dependency>gnutls-devel</Dependency>
  31. <Dependency>openssl-devel</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <Patch level="1">bsdiff_libglnx_submodule.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>ostree</Name>
  39. <RuntimeDependencies>
  40. <Dependency>xz</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>fuse</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>gpgme</Dependency>
  45. <Dependency>libsoup</Dependency>
  46. <Dependency>libarchive</Dependency>
  47. <Dependency>libgpg-error</Dependency>
  48. <Dependency>libutil-linux</Dependency>
  49. <Dependency>openssl</Dependency>
  50. <Dependency>libgcc</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="executable">/usr/bin</Path>
  54. <Path fileType="config">/etc/ostree</Path>
  55. <Path fileType="library">/usr/lib</Path>
  56. <Path fileType="library">/usr/libexec</Path>
  57. <Path fileType="library">/usr/share/gir-1.0</Path>
  58. <Path fileType="data">/usr/share/bash-completion</Path>
  59. <Path fileType="data">/usr/share/ostree</Path>
  60. <Path fileType="man">/usr/share/man</Path>
  61. <Path fileType="doc">/usr/share/doc</Path>
  62. </Files>
  63. </Package>
  64. <Package>
  65. <Name>ostree-devel</Name>
  66. <Summary>Development files for ostree</Summary>
  67. <RuntimeDependencies>
  68. <Dependency release="current">ostree</Dependency>
  69. <Dependency>xz-devel</Dependency>
  70. <Dependency>zlib-devel</Dependency>
  71. <Dependency>fuse-devel</Dependency>
  72. <Dependency>glib2-devel</Dependency>
  73. <Dependency>gpgme-devel</Dependency>
  74. <Dependency>libsoup-devel</Dependency>
  75. <Dependency>libarchive-devel</Dependency>
  76. <Dependency>libgpg-error-devel</Dependency>
  77. <Dependency>libutil-linux-devel</Dependency>
  78. </RuntimeDependencies>
  79. <Files>
  80. <Path fileType="header">/usr/include</Path>
  81. <Path fileType="library">/usr/lib/pkgconfig</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="2">
  86. <Date>2018-02-16</Date>
  87. <Version>2018.2</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Ertuğrul Erata</Name>
  90. <Email>ertugrulerata@gmail.com</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2018-02-02</Date>
  94. <Version>2018.1</Version>
  95. <Comment>First release</Comment>
  96. <Name>Ertuğrul Erata</Name>
  97. <Email>ertugrulerata@gmail.com</Email>
  98. </Update>
  99. </History>
  100. </PISI>