Code

The spec file for building the rrdtool as an RPM that comes with the
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 11 Dec 2008 10:01:33 +0000 (10:01 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 11 Dec 2008 10:01:33 +0000 (10:01 +0000)
release is not "friendly" to older versions of RHEL and derivatives.
-- Martin Sperl <rrdtool@martin.sperl.org>

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1707 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/rrdtool.spec

index 4063935d8714fe999dca0bd23e3bba243f34834a..4f18ff33d5ff964f73a44ef9ca3254fedb0bd069 100644 (file)
@@ -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}