From 4e7568e12f9c387b048b24cea54d606d5e630725ab5b1a9099bf696cde16e7a9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 21 Jun 2007 22:12:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=7 --- rrdtool.changes | 7 ++++++ rrdtool.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/rrdtool.changes b/rrdtool.changes index cd173e0..bd715d6 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 21 22:40:05 CEST 2007 - dmueller@suse.de + +- split off python and -devel package to reduce + size and make the python dependency optional + (needed for 1 CD installer) + ------------------------------------------------------------------- Thu May 24 02:06:09 CEST 2007 - ro@suse.de diff --git a/rrdtool.spec b/rrdtool.spec index 6fa38a4..5976806 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -17,7 +17,7 @@ Group: Productivity/Scientific/Math Autoreqprov: on Requires: perl = %{perl_version} Version: 1.2.23 -Release: 9 +Release: 21 Source: %{name}-%{version}.tar.bz2 Source1: cgilib-0.5.tar.bz2 Patch: %{name}-%{version}-ssize.diff @@ -127,9 +127,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/rrdtool %doc %{_mandir}/*/* /usr/bin/* -/usr/include/* %{_datadir}/tcl -%{_libdir}/lib* +%{_libdir}/librrd.so.* +%{_libdir}/librrd_th.so.* %{_libdir}/tclrrd*.so %{perl_vendorlib}/RRDp.pm %{perl_vendorarch}/RRDs.pm @@ -137,9 +137,62 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/* /var/adm/perl-modules/rrdtool %{_datadir}/%{name} +%package devel +Summary: A tool for data logging and analysis - Development files +Group: Productivity/Scientific/Math +Requires: %name = %version + +%description devel +A tool to log and analyze data gathered from all kinds of data sources. +The data analysis part of RRDtool is based on the ability to quickly +generate graphical representations of the data values collected over a +definable time period. + + + +Authors: +-------- + Tobias Oetiker + + +%files devel +%defattr(-, root, root) +/usr/include/* +%{_libdir}/librrd_th.so +%{_libdir}/librrd.a +%{_libdir}/librrd.la +%{_libdir}/librrd.so +%{_libdir}/librrd_th.a +%{_libdir}/librrd_th.la +%package -n python-rrdtool +Summary: Python bindings for rrdtool +Group: Productivity/Scientific/Math +Requires: %name = %version + +%description -n python-rrdtool +A tool to log and analyze data gathered from all kinds of data sources. +The data analysis part of RRDtool is based on the ability to quickly +generate graphical representations of the data values collected over a +definable time period. + +This package contains the Python bindings + + + +Authors: +-------- + Tobias Oetiker + + +%files -n python-rrdtool +%defattr(-, root, root) %{py_sitedir}/* %changelog +* Thu Jun 21 2007 - dmueller@suse.de +- split off python and -devel package to reduce + size and make the python dependency optional + (needed for 1 CD installer) * Thu May 24 2007 - ro@suse.de - added ldconfig to post scripts * Wed May 09 2007 - anicka@suse.cz