OBS User unknown 2007-06-21 22:12:35 +00:00 committed by Git OBS Bridge
parent bb1de509c7
commit 4e7568e12f
2 changed files with 63 additions and 3 deletions

View File

@ -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

View File

@ -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 <oetiker@ee.ethz.ch>
%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@ee.ethz.ch>
%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