[meh] Exclude compiled versions of gui.py from the non-gui package

David Shea dshea at redhat.com
Mon Dec 16 20:10:05 UTC 2013


---
 python-meh.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python-meh.spec b/python-meh.spec
index dc9eb67..944a012 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -59,10 +59,10 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING
 %{python_sitelib}/*
-%exclude %{python_sitelib}/meh/ui/gui.py
+%exclude %{python_sitelib}/meh/ui/gui.py*
 
 %files gui
-%{python_sitelib}/meh/ui/gui.py
+%{python_sitelib}/meh/ui/gui.py*
 %{_datadir}/python-meh
 
 %changelog
-- 
1.8.4.2



More information about the anaconda-patches mailing list