|
|
|
@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Filesystem |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.7.18.2 |
|
|
|
|
Release: 20181018 |
|
|
|
|
Version: 0.7.19 |
|
|
|
|
Release: 20190430 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://code.launchpad.net/duplicity/0.7-series/%{version}/+download/duplicity-%{version}.tar.gz |
|
|
|
@ -41,8 +41,8 @@ Patch0: duplicity.patch
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20160101, gnupg |
|
|
|
|
BuildPreReq: python, librsync |
|
|
|
|
PreReq: python, librsync |
|
|
|
|
BuildPreReq: python2, librsync |
|
|
|
|
PreReq: python2, librsync |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Duplicity backs directories by producing encrypted tar-format |
|
|
|
@ -65,11 +65,11 @@ PreReq: python, librsync
|
|
|
|
|
%patch -p0 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%{l_prefix}/bin/python setup.py build \ |
|
|
|
|
%{l_prefix}/bin/python2 setup.py build \ |
|
|
|
|
--librsync-dir=%{l_prefix} |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
%{l_prefix}/bin/python setup.py install \ |
|
|
|
|
%{l_prefix}/bin/python2 setup.py install \ |
|
|
|
|
--root=$RPM_BUILD_ROOT \ |
|
|
|
|
--prefix=%{l_prefix} |
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc |
|
|
|
|