[python-nevow] fix FTBFS (egg-info is a file, not a directory)

Tom Callaway spot at fedoraproject.org
Thu Mar 8 21:30:10 UTC 2012


commit fe16388e869902ef6d431ea2347abf6af0054cb5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Mar 8 16:30:08 2012 -0500

    fix FTBFS (egg-info is a file, not a directory)

 python-nevow.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-nevow.spec b/python-nevow.spec
index 380fc59..36d719e 100644
--- a/python-nevow.spec
+++ b/python-nevow.spec
@@ -3,7 +3,7 @@
 Summary: Web application construction kit written in Python
 Name: python-nevow
 Version: 0.10.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Development/Languages
 URL: http://divmod.org/trac/wiki/DivmodNevow
@@ -60,7 +60,7 @@ sed -i 's|import setuptools|import setuptoolsBAD|' setup.py
 %{_bindir}/nevow-xmlgettext
 %{_bindir}/nit
 %if 0%{?fedora} >= 9
-%{python_sitelib}/Nevow-*.egg-info/
+%{python_sitelib}/Nevow-*.egg-info
 %endif
 %{python_sitelib}/formless/
 %{python_sitelib}/nevow/
@@ -69,6 +69,9 @@ sed -i 's|import setuptools|import setuptoolsBAD|' setup.py
 
 
 %changelog
+* Thu Mar  8 2012 Tom Callaway <spot at fedoraproject.org> - 0.10.0-6
+- fix FTBFS (egg-info is a file, not a directory)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list