stupid python egg...
This commit is contained in:
parent
b705758e87
commit
fc965b526a
@ -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 <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
|
||||
- Update to rrdtool 1.3 beta3
|
||||
- Return properly from errors in RRDp.pm (Resolves: #427040)
|
||||
|
Loading…
Reference in New Issue
Block a user