diff --git a/python-Kivy.changes b/python-Kivy.changes index 2d51686..c9ffba9 100644 --- a/python-Kivy.changes +++ b/python-Kivy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 29 11:44:34 UTC 2012 - saschpe@suse.de + +- Remove content with non-commercial only license (bnc#749340) + ------------------------------------------------------------------- Mon Feb 20 14:11:25 UTC 2012 - saschpe@suse.de diff --git a/python-Kivy.spec b/python-Kivy.spec index 99f4808..a339c84 100644 --- a/python-Kivy.spec +++ b/python-Kivy.spec @@ -60,6 +60,7 @@ This package contains the developer documentation and examples sed -i "s|data_file_prefix = 'share/kivy-'|data_file_prefix = '%{_docdir}/%{name}/'|" setup.py sed -i "s|#!/usr/bin/python||" kivy/lib/osc/OSC.py # Fix non-executable script rm examples/demo/pictures/images/.empty # Remove empty file +rm -r examples/audio # Remove content with non-commercial only license (bnc#749340) %build CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build