From 36dc517c210ffb6191e27ce87e9ef08e94fa8ad1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Feb 2018 12:39:22 -0800 Subject: [PATCH] Sigh, fix the __pycache__ bit of previous commit --- python-meh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-meh.spec b/python-meh.spec index d6a2f55..2c78927 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -76,11 +76,11 @@ make DESTDIR=%{buildroot} install %doc ChangeLog COPYING %{python3_sitelib}/* %exclude %{python3_sitelib}/meh/ui/gui.py* -%exclude %{python3_sitelib}/meh/ui/__pycache__/gui.py* +%exclude %{python3_sitelib}/meh/ui/__pycache__/gui.* %files -n python3-meh-gui %{python3_sitelib}/meh/ui/gui.py* -%{python3_sitelib}/meh/ui/__pycache__/gui.py* +%{python3_sitelib}/meh/ui/__pycache__/gui.* %{_datadir}/python-meh %changelog