Renaming ntmake.pl to ntmake.PL (r1742) had unforseen side effects. At least
[rrdtool.git] / rrdtool.spec
index e8bce2a..8fe331c 100644 (file)
@@ -311,7 +311,6 @@ find examples/ -type f -exec chmod 0644 {} \;
 /sbin/service rrdcached stop
 
 %postun -p /sbin/ldconfig
-/sbin/ldconfig
 
 %postun cached
 /sbin/chkconfig --del rrdcached
@@ -350,8 +349,7 @@ test "$1" != 0 || /usr/sbin/userdel %rrdcached_user &>/dev/null || :
 %files python
 %defattr(-,root,root,-)
 %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README
-%{python_sitearch}/rrdtoolmodule.so
-%{python_sitearch}/py_rrdtool-*.egg-info
+%{python_sitearch}/*
 %endif
 
 %if %{with_php}