From 81b3ca65e1a39ee5b432b35b06fff88ddfc0261a Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Feb 07 2017 12:31:42 +0000 Subject: Fix build and directory ownership --- 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