From 2c5da3fc75744f64f1e22cd3db36cde795c78e3c Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: Apr 17 2016 12:20:05 +0000 Subject: more documented and fixed spec --- diff --git a/borgbackup.spec b/borgbackup.spec index dda4d27..59b4a54 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -51,9 +51,12 @@ supports compression and authenticated encryption. %setup -n %{srcname}-%{version} rm -rf %{srcname}.egg-info -# epel has an old version of sphinx and therefore -# it needs a patched docs until its fixed upstream +%if 0%{?rhel} +# epel only has python2-sphinx and python2 has some problems +# with utf8 and it needs a patched docs until +# there is a python3 of sphinx %patch0 -p1 +%endif %build %py3_build @@ -90,7 +93,7 @@ PYTHONPATH=$(pwd) py.test-3 --pyargs borg.testsuite -vk "not test_non_ascii_acl %changelog -* Sat Apr 16 2016 Benjamin Pereto - 1.0.2-1 +* Sun Apr 17 2016 Benjamin Pereto - 1.0.2-1 - added epel7 specific parts - make manpage generation work with epel7 - upstream version 1.0.2