From 62435755dd1f5624925302b860a9962a4ac80c35 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Sat, 19 Jun 2010 22:48:18 -0400 Subject: use modname macro in python-zope-hookable.spec --- python-zope-hookable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit