From: oetiker Date: Thu, 11 Dec 2008 10:01:33 +0000 (+0000) Subject: The spec file for building the rrdtool as an RPM that comes with the X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=7abb27e73d71c1c699ba088ac02977623975482a;ds=sidebyside The spec file for building the rrdtool as an RPM that comes with the release is not "friendly" to older versions of RHEL and derivatives. -- Martin Sperl git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1707 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/rrdtool.spec b/rrdtool.spec index 9b57611..8fe331c 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -349,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}