pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rdiff-backup</Name>
  6. <Homepage>http://www.nongnu.org/rdiff-backup/</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>directory backup application</Summary>
  14. <Description>rdiff-backup is a script, written in Python, that backs up one directory to another and is intended to be run periodically (nightly from cron for instance). The target directory ends up a copy of the source directory, but extra reverse diffs are stored in the target directory, so you can still recover files lost some time ago.</Description>
  15. <Archive sha1sum="b36c9b5c06941a86210242f8213f60153a1eba28" type="targz">http://download-mirror.savannah.gnu.org/releases/rdiff-backup/rdiff-backup-1.3.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>librsync-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch>doc_path.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>rdiff-backup</Name>
  26. <RuntimeDependencies>
  27. <Dependency>python</Dependency>
  28. <Dependency>librsync</Dependency>
  29. <Dependency>python-libacl</Dependency>
  30. <Dependency>python-xattr</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc/rdiff-backup</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="data">/etc/bash_completion.d</Path>
  38. </Files>
  39. <AdditionalFiles>
  40. <AdditionalFile owner="root" permission="0644" target="/etc/bash_completion.d/rdiff-backup">rdiff-backup-completion.bash</AdditionalFile>
  41. </AdditionalFiles>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2016-04-03</Date>
  46. <Version>1.3.3</Version>
  47. <Comment>Rebuilt with docker</Comment>
  48. <Name>İbrahim KARAGÜZEL</Name>
  49. <Email>karaguzelibrahim@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2015-01-25</Date>
  53. <Version>1.3.3</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Stefan Gronewold(groni)</Name>
  56. <Email>groni@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2014-02-10</Date>
  60. <Version>1.2.8</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Alihan Öztürk</Name>
  63. <Email>alihan@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2010-12-14</Date>
  67. <Version>1.2.8</Version>
  68. <Comment>First release</Comment>
  69. <Name>Fethican Coşkuner</Name>
  70. <Email>admins@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>