* rebuild
This commit is contained in:
@@ -11,7 +11,9 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--without-included-zlib \
|
||||
--with-included-zlib=no \
|
||||
--with-included-popt=no \
|
||||
--disable-xxhash \
|
||||
--disable-debug")
|
||||
|
||||
def build():
|
||||
@@ -23,4 +25,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("NEWS","README","TODO")
|
||||
pisitools.dodoc("NEWS*","README*","TODO")
|
||||
|
||||
@@ -13,12 +13,15 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>File transfer program to keep local copies in sync with remote files</Summary>
|
||||
<Description>rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
|
||||
<Archive sha1sum="82e7829c0b3cefbd33c233005341e2073c425629" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.1.3.tar.gz</Archive>
|
||||
<Archive sha1sum="00823f43901e7da39f3f0daf20ec9efae47e959e" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.2.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
<Dependency>lz4-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,8 +30,11 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>acl</Dependency>
|
||||
<Dependency>attr</Dependency>
|
||||
<Dependency>lz4</Dependency>
|
||||
<Dependency>popt</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -46,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-11-08</Date>
|
||||
<Version>3.2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-09</Date>
|
||||
<Version>3.1.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user