Browse Source

upgrading package: duplicity 0.8.03 -> 0.8.10

master
parent
commit
ac6c005f7d
  1. 17
      duplicity/duplicity.spec

17
duplicity/duplicity.spec

@ -21,6 +21,11 @@
## SUCH DAMAGE.
##
# package version
%define V_base 0.8
%define V_full 0.8.10
%define V_build 1558
# package information
Name: duplicity
Summary: Encrypted Bandwidth-Efficient Backup via RSYNC Algorithm
@ -31,15 +36,15 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Filesystem
License: GPL
Version: 0.8.03
Release: 20190809
Version: %{V_full}
Release: 20200124
# list of sources
Source0: https://code.launchpad.net/duplicity/0.8-series/%{version}/+download/duplicity-%{version}.tar.gz
Source0: https://launchpad.net/duplicity/%{V_base}-series/%{V_full}/+download/duplicity-%{V_full}fin%{V_build}.tar.gz
Patch0: duplicity.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101
BuildPreReq: OpenPKG, openpkg >= 20160101, cmake, python2-setup
PreReq: OpenPKG, openpkg >= 20160101, gnupg
BuildPreReq: python2, librsync
PreReq: python2, librsync
@ -55,13 +60,13 @@ PreReq: python2, librsync
%track
prog duplicity = {
version = %{version}
version = %{V_full}
url = http://duplicity.nongnu.org/
regex = duplicity-(__VER__)\.tar\.gz
}
%prep
%setup -q
%setup -q -n duplicity-%{V_full}fin%{V_build}
%patch -p0
%build

Loading…
Cancel
Save