pspec.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>udisks2</Name>
  6. <Homepage>http://udisks.freedesktop.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Disk Management Service</Summary>
  15. <Description>udisks provides a daemon, API and command line tools for managing disk devices attached to the system.</Description>
  16. <Archive sha1sum="8e38580b435986570bb7b784facf387757d2de43" type="tarbz2">https://udisks.freedesktop.org/releases/udisks-2.1.8.tar.bz2</Archive>
  17. <AdditionalFiles>
  18. <AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
  19. </AdditionalFiles>
  20. <BuildDependencies>
  21. <Dependency>gtk-doc</Dependency>
  22. <Dependency>acl-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>polkit-devel</Dependency>
  25. <Dependency>libgudev-devel</Dependency>
  26. <Dependency>parted-devel</Dependency>
  27. <Dependency>libatasmart-devel</Dependency>
  28. <Dependency>device-mapper-devel</Dependency>
  29. <Dependency>lvm2-devel</Dependency>
  30. <Dependency>gobject-introspection-devel</Dependency>
  31. <Dependency>sg3_utils-devel</Dependency>
  32. <Dependency>ntfsprogs</Dependency> <!-- For mkntfs -->
  33. <Dependency>dosfstools</Dependency> <!-- For mkfs.vfat -->
  34. <Dependency>docbook-xsl</Dependency>
  35. <Dependency>libxslt</Dependency>
  36. <Dependency>intltool</Dependency>
  37. </BuildDependencies>
  38. <Patches>
  39. <!--Patch level="1">udisks-2.0.91-udf-dvd-fix-dmask.patch</Patch-->
  40. <!--Patch level="2">git-fixes.patch</Patch-->
  41. <!--<Patch level="0">udisks-2.x-ntfs-3g.patch</Patch>-->
  42. </Patches>
  43. </Source>
  44. <Package>
  45. <Name>udisks2</Name>
  46. <RuntimeDependencies>
  47. <Dependency>acl</Dependency>
  48. <Dependency>glib2</Dependency>
  49. <Dependency>polkit</Dependency>
  50. <Dependency>libgudev</Dependency>
  51. <Dependency>lvm2</Dependency>
  52. <Dependency>mdadm</Dependency>
  53. <Dependency>parted</Dependency>
  54. <Dependency>libatasmart</Dependency>
  55. <Dependency>device-mapper</Dependency>
  56. <Dependency>ntfsprogs</Dependency> <!-- For mkntfs -->
  57. <Dependency>dosfstools</Dependency> <!-- For mkfs.vfat -->
  58. <!--Dependency>mtools</Dependency--> <!-- For mlabel -->
  59. <!--Dependency>xfsprogs</Dependency> < For mkfs.xfs, xfs_admin -->
  60. <Dependency>sg3_utils</Dependency>
  61. <!--Dependency>smp_utils</Dependency> <For smp_rep_manufacturer -->
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="config">/etc/udisks2</Path>
  65. <Path fileType="config">/etc/dbus-1</Path>
  66. <Path fileType="executable">/lib/udev/rules.d</Path>
  67. <Path fileType="executable">/usr/bin</Path>
  68. <Path fileType="executable">/usr/sbin</Path>
  69. <Path fileType="library">/usr/lib</Path>
  70. <Path fileType="library">/usr/libexec</Path>
  71. <Path fileType="data">/usr/share/bash-completion/completions</Path>
  72. <Path fileType="doc">/usr/share/doc</Path>
  73. <Path fileType="data">/usr/share/dbus-1</Path>
  74. <Path fileType="data">/usr/share/gir-1.0</Path>
  75. <Path fileType="doc">/usr/share/gtk-doc/</Path>
  76. <Path fileType="localedata">/usr/share/locale</Path>
  77. <Path fileType="data">/usr/share/polkit-1/</Path>
  78. <Path fileType="man">/usr/share/man</Path>
  79. <Path fileType="data">/var/lib/</Path>
  80. <Path fileType="data">/run/udisks</Path>
  81. <Path fileType="data">/usr/share/dbus-1/interfaces/*.xml</Path>
  82. </Files>
  83. </Package>
  84. <Package>
  85. <Name>udisks2-devel</Name>
  86. <Summary>Development files for udisks2</Summary>
  87. <RuntimeDependencies>
  88. <Dependency release="current">udisks2</Dependency>
  89. </RuntimeDependencies>
  90. <Files>
  91. <Path fileType="header">/usr/include</Path>
  92. <Path fileType="data">/usr/lib/pkgconfig</Path>
  93. </Files>
  94. </Package>
  95. <History>
  96. <Update release="3">
  97. <Date>2017-01-28</Date>
  98. <Version>2.1.8</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Stefan Gronewold(groni)</Name>
  101. <Email>groni@pisilinux.org</Email>
  102. </Update>
  103. <Update release="2">
  104. <Date>2016-06-09</Date>
  105. <Version>2.1.6</Version>
  106. <Comment>Release Bump</Comment>
  107. <Name>Pisi Linux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="1">
  111. <Date>2016-01-26</Date>
  112. <Version>2.1.6</Version>
  113. <Comment>First release</Comment>
  114. <Name>Ertuğrul Erata</Name>
  115. <Email>ertugrulerata@gmail.com</Email>
  116. </Update>
  117. </History>
  118. </PISI>