This commit is contained in:
parent
bb1de509c7
commit
4e7568e12f
@ -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
|
Thu May 24 02:06:09 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
59
rrdtool.spec
59
rrdtool.spec
@ -17,7 +17,7 @@ Group: Productivity/Scientific/Math
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Version: 1.2.23
|
Version: 1.2.23
|
||||||
Release: 9
|
Release: 21
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: cgilib-0.5.tar.bz2
|
Source1: cgilib-0.5.tar.bz2
|
||||||
Patch: %{name}-%{version}-ssize.diff
|
Patch: %{name}-%{version}-ssize.diff
|
||||||
@ -127,9 +127,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/rrdtool
|
%doc %{_docdir}/rrdtool
|
||||||
%doc %{_mandir}/*/*
|
%doc %{_mandir}/*/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
/usr/include/*
|
|
||||||
%{_datadir}/tcl
|
%{_datadir}/tcl
|
||||||
%{_libdir}/lib*
|
%{_libdir}/librrd.so.*
|
||||||
|
%{_libdir}/librrd_th.so.*
|
||||||
%{_libdir}/tclrrd*.so
|
%{_libdir}/tclrrd*.so
|
||||||
%{perl_vendorlib}/RRDp.pm
|
%{perl_vendorlib}/RRDp.pm
|
||||||
%{perl_vendorarch}/RRDs.pm
|
%{perl_vendorarch}/RRDs.pm
|
||||||
@ -137,9 +137,62 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/*
|
||||||
/var/adm/perl-modules/rrdtool
|
/var/adm/perl-modules/rrdtool
|
||||||
%{_datadir}/%{name}
|
%{_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}/*
|
%{py_sitedir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 24 2007 - ro@suse.de
|
||||||
- added ldconfig to post scripts
|
- added ldconfig to post scripts
|
||||||
* Wed May 09 2007 - anicka@suse.cz
|
* Wed May 09 2007 - anicka@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user