From: Tobias 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-Tag: 1.2.29~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3488864018cbd7d638e56312309d8bbd025c692;p=thirdparty%2Frrdtool-1.x.git 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.2/program@1707 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/rrdtool.spec b/rrdtool.spec index 4063935d..4f18ff33 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -276,7 +276,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}/* %endif %if %{with_php}