rpms/rrdtool/FC-4 rrdtool.spec,1.17,1.18

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Aug 1 20:26:13 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/rrdtool/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27127

Modified Files:
	rrdtool.spec 
Log Message:
fc4 minimal buildroots are different than fc5 and later, no python included, have to add it to BuildRequires...


Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rrdtool.spec	1 Aug 2006 19:48:49 -0000	1.17
+++ rrdtool.spec	1 Aug 2006 20:26:13 -0000	1.18
@@ -4,7 +4,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.2.15
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
@@ -15,7 +15,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gcc-c++, openssl-devel
 BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0
-BuildRequires: freetype-devel, python-devel >= 2.3
+BuildRequires: freetype-devel, python >= 2.3, python-devel >= 2.3
 
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')}
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')}
@@ -221,6 +221,10 @@
 %{php_extdir}/rrdtool.so
 
 %changelog
+* Tue Aug  1 2006 Jarod Wilson <jwilson at redhat.com> 1.2.15-2.1
+- Minimal FC4 buildroots don't include python, so add it as
+  a BuildRequires.
+
 * Tue Aug  1 2006 Mihai Ibanescu <misa at redhat.com> 1.2.15-2
 - Fixed rrdtool-python to import the module properly (patch
   rrdtool-1.2.15-initrrdtool.patch)




More information about the scm-commits mailing list