[packages/s3ql] - rel 6; fix build

arekm arekm at pld-linux.org
Fri Dec 30 18:24:45 CET 2016


commit 13ccad4cb86beb9e6897c4122763933bf655987b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Dec 30 18:24:38 2016 +0100

    - rel 6; fix build

 s3ql.spec | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/s3ql.spec b/s3ql.spec
index e01294d..1e842c7 100644
--- a/s3ql.spec
+++ b/s3ql.spec
@@ -5,11 +5,11 @@
 Summary:	Filesystem that stores data in Google Storage, Amazon S3 etc
 Name:		s3ql
 Version:	2.11.1
-Release:	5
+Release:	6
 License:	GPL v3
 Group:		Applications/System
 Source0:	https://bitbucket.org/nikratio/s3ql/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5:	f2af113cf1ee7cad98829cf0a972c8e4
+# Source0-md5:	8d7f00e6af7013261288a94ac93f8bc1
 URL:		https://bitbucket.org/nikratio/s3ql/
 BuildRequires:	python3-Crypto
 BuildRequires:	python3-apsw >= 3.7.0
@@ -40,18 +40,13 @@ FreeBSD or OS-X.
 %setup -q
 
 %build
-CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
-%{__python3} setup.py build --build-base build-3 %{?with_tests:test}
+%{py3_build} \
+	%{?with_tests:test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python3} setup.py \
-	build --build-base build-3 \
-	install --skip-build \
-	--optimize=2 \
-	--root=$RPM_BUILD_ROOT
+%{py3_install}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/s3ql.git/commitdiff/13ccad4cb86beb9e6897c4122763933bf655987b



More information about the pld-cvs-commit mailing list