From e5e1aa433ea804bacf197d64a16c27d5b6524165 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Oct 15 2012 08:30:48 +0000 Subject: not all *.c files may be deleted, when receneration of .c files by Cython/remove bundled folder explicitely Signed-off-by: Thomas Spura --- diff --git a/python-zmq.spec b/python-zmq.spec index 1061979..f9d4470 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -111,9 +111,12 @@ This package contains the testsuite for the python bindings. %setup -q -n %{srcname}-%{version} # forcibly regenerate the Cython-generated .c files: -find -name "*.c" -delete +find zmq -name "*.c" -delete %{__python} setup.py cython +# remove bundled libraries +rm -rf bundled + # remove shebangs for lib in zmq/eventloop/*.py; do sed '/\/usr\/bin\/env/d' $lib > $lib.new && @@ -217,6 +220,8 @@ popd * Mon Oct 15 2012 Thomas Spura - 2.2.0.1-1 - update to 2.2.0.1 - move to BR zeromq3 +- not all *.c files may be deleted, when receneration of .c files by Cython +- remove bundled folder explicitely * Sat Aug 04 2012 David Malcolm - 2.2.0-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3