stupid python egg...

This commit is contained in:
Jarod Wilson 2008-01-02 15:43:01 +00:00
parent b705758e87
commit fc965b526a

View File

@ -10,7 +10,7 @@
Summary: Round Robin Database Tool to store and display time-series data Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool Name: rrdtool
Version: 1.3 Version: 1.3
Release: 0.3.%{betaver}%{?dist} Release: 0.4.%{betaver}%{?dist}
License: GPL License: GPL
Group: Applications/Databases Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/ URL: http://oss.oetiker.ch/rrdtool/
@ -287,6 +287,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README
%{python_sitearch}/rrdtoolmodule.so %{python_sitearch}/rrdtoolmodule.so
%if "%{?fedora}" >= "9"
%{python_sitearch}/py_rrdtool-*.egg-info
%endif
%endif %endif
%if %{with_php} %if %{with_php}
@ -313,6 +316,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif %endif
%changelog %changelog
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.4.beta3
- Add newly built python egg to %%files
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.3.beta3 * Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.3.beta3
- Update to rrdtool 1.3 beta3 - Update to rrdtool 1.3 beta3
- Return properly from errors in RRDp.pm (Resolves: #427040) - Return properly from errors in RRDp.pm (Resolves: #427040)