From 65ed19e440384cf90e22525a31a9a8ddc38710a5 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 11 Dec 2008 10:01:33 +0000 Subject: [PATCH] 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/branches/1.3@1707 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/rrdtool.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/program/rrdtool.spec b/program/rrdtool.spec index 36d47ad2..191b5c82 100644 --- a/program/rrdtool.spec +++ b/program/rrdtool.spec @@ -311,8 +311,7 @@ find examples/ -type f -exec chmod 0644 {} \; %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} -- 2.30.2