123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>librsync</Name>
- <Homepage>http://librsync.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy</Summary>
- <Description>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system.</Description>
- <Archive sha1sum="02d513f7781e172cddf79a984f50284327b3ff4a" type="targz">https://github.com/librsync/librsync/archive/refs/tags/v2.3.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>popt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>librsync-0.9.7-largefiles.patch</Patch> -->
- <!-- <Patch level="1">librsync-link.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>librsync</Name>
- <RuntimeDependencies>
- <Dependency>popt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/librsync</Path>
- </Files>
- </Package>
- <Package>
- <Name>librsync-devel</Name>
- <Summary>Development files for librsync</Summary>
- <RuntimeDependencies>
- <Dependency release="current">librsync</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/librsync.so</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-11-05</Date>
- <Version>2.3.2</Version>
- <Comment>New Version</Comment>
- <Name>Ümit Solmaz</Name>
- </Update>
- <Update release="6">
- <Date>2020-12-24</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-02-09</Date>
- <Version>2.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-09</Date>
- <Version>2.0.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-09</Date>
- <Version>0.9.7</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.9.7</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-02-01</Date>
- <Version>0.9.7</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|