12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>rdiff-backup</Name>
- <Homepage>http://www.nongnu.org/rdiff-backup/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>directory backup application</Summary>
- <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>
- <Archive sha1sum="b36c9b5c06941a86210242f8213f60153a1eba28" type="targz">http://download-mirror.savannah.gnu.org/releases/rdiff-backup/rdiff-backup-1.3.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>librsync-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>doc_path.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>rdiff-backup</Name>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <Dependency>librsync</Dependency>
- <Dependency>python-libacl</Dependency>
- <Dependency>python-xattr</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/rdiff-backup</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/etc/bash_completion.d</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/bash_completion.d/rdiff-backup">rdiff-backup-completion.bash</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="4">
- <Date>2016-04-03</Date>
- <Version>1.3.3</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2015-01-25</Date>
- <Version>1.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2014-02-10</Date>
- <Version>1.2.8</Version>
- <Comment>Rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2010-12-14</Date>
- <Version>1.2.8</Version>
- <Comment>First release</Comment>
- <Name>Fethican Coşkuner</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|