summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel McCallum <nathaniel@natemccallum.com>2010-06-19 22:48:18 -0400
committerNathaniel McCallum <nathaniel@natemccallum.com>2010-06-19 22:48:18 -0400
commit62435755dd1f5624925302b860a9962a4ac80c35 (patch)
treee68ccc5e2e935e8505a60f98637bf04ffd10639f
parent33ef8fe6c9eb77ed7a8447a68c0d089958ff0eb3 (diff)
downloadzenoss-62435755dd1f5624925302b860a9962a4ac80c35.tar.gz
zenoss-62435755dd1f5624925302b860a9962a4ac80c35.tar.xz
zenoss-62435755dd1f5624925302b860a9962a4ac80c35.zip
use modname macro in python-zope-hookable.spec
-rw-r--r--python-zope-hookable.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec
index 7df6463..c751408 100644
--- a/python-zope-hookable.spec
+++ b/python-zope-hookable.spec
@@ -30,7 +30,7 @@ that imported it, will see the change.
%prep
%setup -q -n %{modname}-%{version}
-rm -rf src/zope.hookable.egg-info
+rm -rf src/%{modname}.egg-info
%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build