Mailinglist Archive: opensuse-commit (997 mails)
| < Previous | Next > |
commit rrdtool
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 22 Jun 2007 00:12:35 +0200
- Message-id: <20070621221235.57F80678186@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rrdtool
checked in at Fri Jun 22 00:12:35 CEST 2007.
--------
--- rrdtool/rrdtool.changes 2007-05-24 02:06:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/rrdtool/rrdtool.changes 2007-06-21 22:40:34.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jun 21 22:40:05 CEST 2007 - dmueller@xxxxxxx
+
+- split off python and -devel package to reduce
+ size and make the python dependency optional
+ (needed for 1 CD installer)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rrdtool.spec ++++++
--- /var/tmp/diff_new_pack.M22594/_old 2007-06-22 00:12:25.000000000 +0200
+++ /var/tmp/diff_new_pack.M22594/_new 2007-06-22 00:12:25.000000000 +0200
@@ -17,7 +17,7 @@
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 @@
%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 @@
%{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 <oetiker@xxxxxxxxxx>
+
+
+%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 <oetiker@xxxxxxxxxx>
+
+
+%files -n python-rrdtool
+%defattr(-, root, root)
%{py_sitedir}/*
%changelog
+* Thu Jun 21 2007 - dmueller@xxxxxxx
+- 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@xxxxxxx
- added ldconfig to post scripts
* Wed May 09 2007 - anicka@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |