From 81b3ca65e1a39ee5b432b35b06fff88ddfc0261a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 7 Feb 2017 13:31:42 +0100 Subject: [PATCH] Fix build and directory ownership --- liborcus.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/liborcus.spec b/liborcus.spec index cdb2771..6288dab 100644 --- a/liborcus.spec +++ b/liborcus.spec @@ -174,10 +174,7 @@ make check %{?_smp_mflags} %files python3 %{python3_sitearch}/_orcus.so %{python3_sitearch}/_orcus_json.so -%{python3_sitelib}/orcus/__pycache__/ -%{python3_sitelib}/orcus/__init__.py -%{python3_sitelib}/orcus/json.py -%{python3_sitelib}/orcus/xlsx.py +%{python3_sitelib}/orcus %endif %files doc @@ -187,6 +184,7 @@ make check %{?_smp_mflags} %changelog * Tue Feb 07 2017 Björn Esser - 0.12.1-3 - Rebuilt for Boost 1.63 +- Fix build and directory ownership * Mon Dec 19 2016 Miro Hrončok - 0.12.1-2 - Rebuild for Python 3.6