- Drop some conditional flags, they're not working at the moment...

This commit is contained in:
Jarod Wilson 2008-05-01 01:56:17 +00:00
parent d91dc13ba2
commit a29484cc88

View File

@ -10,7 +10,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3
Release: 0.13.%{betaver}%{?dist}
Release: 0.14.%{betaver}%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
@ -25,9 +25,7 @@ Requires: dejavu-lgc-fonts
BuildRequires: gcc-c++, openssl-devel, freetype-devel
BuildRequires: libpng-devel, zlib-devel, cairo-devel, pango-devel
BuildRequires: libtool, groff
%if "%{?fedora}" >= "7"
BuildRequires: perl-ExtUtils-MakeMaker perl-devel
%endif
%description
RRD is the Acronym for Round Robin Database. RRD is a system to store and
@ -299,10 +297,8 @@ 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}
%files php
@ -328,6 +324,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.14.beta4
- Drop some conditional flags, they're not working at the moment...
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.13.beta4
- Fix problem with cairo_save/cairo_restore (#444827)