librsync ver. bump
This commit is contained in:
@@ -10,21 +10,21 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
#shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib")
|
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
#shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
#shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
#shelltools.cd("..")
|
|
||||||
|
|
||||||
|
shelltools.cd("..")
|
||||||
pisitools.dodoc("README*", "TODO*", "NEWS*", "COPYING")
|
pisitools.dodoc("README*", "TODO*", "NEWS*", "COPYING")
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</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>
|
<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>
|
<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="879f1d5266213c361e29f9fabf7b5eed5aebb4da" type="targz">https://github.com/librsync/librsync/archive/v2.2.1.tar.gz</Archive>
|
<Archive sha1sum="5127c8fa462b741f4943ece679bf83615cc47c17" type="targz">https://github.com/librsync/librsync/archive/v2.3.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>popt-devel</Dependency>
|
<Dependency>popt-devel</Dependency>
|
||||||
@@ -51,6 +51,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<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">
|
<Update release="5">
|
||||||
<Date>2020-02-09</Date>
|
<Date>2020-02-09</Date>
|
||||||
<Version>2.2.1</Version>
|
<Version>2.2.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user