pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dmraid</Name>
  6. <Homepage>http://people.redhat.com/~heinzm/sw/dmraid</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Device-Mapper Software RAID support tool and library</Summary>
  14. <Description>Device-Mapper Software RAID support tool and library</Description>
  15. <Archive sha1sum="162b6173b91a0121a52402d2ed939b43d74ff605" type="tarbz2">http://launchpad.net/dmraid/1.0/1.0.0.rc16-3/+download/dmraid-1.0.0.rc16-3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>device-mapper-event-devel</Dependency>
  18. <Dependency>device-mapper-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">dmraid-diet.patch</Patch>
  22. <Patch level="2">dmraid-1.0.0_rc16-return-all-sets.patch</Patch>
  23. <Patch level="0">dmraid-1.0.0_rc16-static-build-fixes.patch</Patch>
  24. <Patch level="2">dmraid-1.0.0_rc16-undo-p-rename.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>dmraid</Name>
  29. <RuntimeDependencies>
  30. <Dependency>device-mapper</Dependency>
  31. <Dependency>device-mapper-event</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/sbin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>dmraid-devel</Name>
  42. <Summary>Development files for dmraid</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">dmraid</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. </Files>
  49. </Package>
  50. <!--
  51. <Package>
  52. <Name>dmraid-static</Name>
  53. <PartOf>system.static</PartOf>
  54. <Files>
  55. <Path fileType="executable">/sbin</Path>
  56. </Files>
  57. </Package>
  58. -->
  59. <History>
  60. <Update release="3">
  61. <Date>2017-03-05</Date>
  62. <Version>1.0.0_rc16</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-06-09</Date>
  69. <Version>1.0.0_rc16</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2014-02-17</Date>
  76. <Version>1.0.0_rc16</Version>
  77. <Comment>First release</Comment>
  78. <Name>PisiLinux Community</Name>
  79. <Email>admins@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>