From fc965b526adab1e934388c16717e53650f104cff Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Wed, 2 Jan 2008 15:43:01 +0000 Subject: [PATCH] stupid python egg... --- rrdtool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 4610fd9..ad78939 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -10,7 +10,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.3 -Release: 0.3.%{betaver}%{?dist} +Release: 0.4.%{betaver}%{?dist} License: GPL Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -287,6 +287,9 @@ find examples/ -type f -exec chmod 0644 {} \; %defattr(-,root,root,-) %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README %{python_sitearch}/rrdtoolmodule.so +%if "%{?fedora}" >= "9" +%{python_sitearch}/py_rrdtool-*.egg-info +%endif %endif %if %{with_php} @@ -313,6 +316,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Wed Jan 02 2008 Jarod Wilson 1.3.0-0.4.beta3 +- Add newly built python egg to %%files + * Wed Jan 02 2008 Jarod Wilson 1.3.0-0.3.beta3 - Update to rrdtool 1.3 beta3 - Return properly from errors in RRDp.pm (Resolves: #427040)