From a29484cc88bb36c9b68599a707dc29758b77aacd Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 1 May 2008 01:56:17 +0000 Subject: [PATCH] - Drop some conditional flags, they're not working at the moment... --- rrdtool.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 7c5c04a..d65c52e 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.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 1.3.0-0.14.beta4 +- Drop some conditional flags, they're not working at the moment... + * Wed Apr 30 2008 Jarod Wilson 1.3.0-0.13.beta4 - Fix problem with cairo_save/cairo_restore (#444827)