diff --git a/cegui.spec b/cegui.spec index f04f00b..18ace01 100644 --- a/cegui.spec +++ b/cegui.spec @@ -188,12 +188,6 @@ cp -r doc/doxygen/html %{buildroot}/%{_docdir}/cegui-0.8.3/ # Fedora sadly doesn't ship python-ogre so this module would be useless find $RPM_BUILD_ROOT -name "PyCEGUIOgreRenderer.so" -exec rm -f {} ';' -# We need to move PyCEGUI shared objects into the platform specific Python site-packages -# This has been fixed upstream, we should be able to remove this with 0.8.4 release. -mkdir -p %{buildroot}/%{python2_sitearch}/cegui-0.8 -mv %{buildroot}/%{python2_sitelib}/cegui-0.8/PyCEGUI*.so %{buildroot}/%{python2_sitearch}/cegui-0.8 -rmdir %{buildroot}/%{python2_sitelib}/cegui-0.8 - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig