From 6b3250206ab7f167f49b89c4d2d33dc1f2515b82 Mon Sep 17 00:00:00 2001 From: uglyside Date: Tue, 17 Jun 2025 07:39:17 +0300 Subject: [PATCH] zsync-0.6.3 --- util/misc/zsync/actions.py | 5 ++--- util/misc/zsync/pspec.xml | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/util/misc/zsync/actions.py b/util/misc/zsync/actions.py index 008caa36bb..a7b26f2e73 100644 --- a/util/misc/zsync/actions.py +++ b/util/misc/zsync/actions.py @@ -2,10 +2,9 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): @@ -15,5 +14,5 @@ def build(): autotools.make() def install(): - autotools.rawInstall("PREFIX=/%s DESTDIR=%s" % (get.defaultprefixDIR(), get.installDIR())) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/util/misc/zsync/pspec.xml b/util/misc/zsync/pspec.xml index 924d5f1240..cdf4916169 100644 --- a/util/misc/zsync/pspec.xml +++ b/util/misc/zsync/pspec.xml @@ -3,7 +3,7 @@ zsync - http://zsync.moria.org.uk/ + https://zsync.moria.org.uk/index PisiLinux Community admins@pisilinux.org @@ -12,24 +12,25 @@ app:console A file transfer program that's able to connect to rsync servers A file transfer program that's able to connect to rsync servers - http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2 - - + https://zsync.moria.org.uk/download/zsync-0.6.3.tar.bz2 zsync - - glibc - /usr/bin - /usr/share/man/man1 - /usr/share/doc + /usr/share + + 2025-06-16 + 0.6.3 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + 2021-11-18 0.6.2