updated versions to account for rrd cached fix
[rrdtool.git] / rrdtool.spec
index e8bce2a..4206705 100644 (file)
@@ -9,7 +9,7 @@
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.3.99908093000
+Version: 1.4.0
 Release: 0.20%{?dist}
 License: GPLv2+ with exceptions
 Group: Applications/Databases
@@ -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}