forked from pool/rrdtool
This commit is contained in:
committed by
Git OBS Bridge
parent
b1401e84e1
commit
73e464a9e2
30
rrdtool.spec
30
rrdtool.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package rrdtool (Version 1.2.27)
|
||||
# spec file for package rrdtool (Version 1.3.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -8,20 +8,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: rrdtool
|
||||
BuildRequires: freetype2-devel libart_lgpl-devel libpng-devel python-devel tcl-devel
|
||||
BuildRequires: cairo-devel freetype2-devel gettext-tools glib2-devel intltool libart_lgpl-devel libpng-devel libxml2-devel pango-devel python-devel tcl-devel
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Scientific/Math
|
||||
AutoReqProv: on
|
||||
Requires: perl = %{perl_version}
|
||||
Version: 1.2.27
|
||||
Version: 1.3.0
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: cgilib-0.5.tar.bz2
|
||||
Patch: %{name}-%{version}-ssize.diff
|
||||
Patch: %{name}-%{version}.diff
|
||||
Url: http://oss.oetiker.ch/rrdtool/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A tool for data logging and analysis
|
||||
@@ -54,11 +53,7 @@ cp libcgi* ../lb/lib
|
||||
cd ..
|
||||
# build rrdtool
|
||||
%{suse_update_config}
|
||||
libtoolize --force
|
||||
#autoreconf --force --install
|
||||
aclocal --force
|
||||
autoconf -f
|
||||
automake -fca
|
||||
autoreconf --force --install
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-L`pwd`/lb/lib" CPPFLAGS="-I`pwd`/lb/include" \
|
||||
./configure \
|
||||
--mandir=%{_mandir} \
|
||||
@@ -133,9 +128,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorarch}/ntmake.pl
|
||||
%{perl_vendorarch}/auto/*
|
||||
/var/adm/perl-modules/rrdtool
|
||||
%{_datadir}/%{name}
|
||||
#%{_datadir}/%{name}
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: A tool for data logging and analysis - Development files
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: %name = %version
|
||||
@@ -163,6 +159,7 @@ Authors:
|
||||
%{_libdir}/librrd_th.la
|
||||
|
||||
%package -n python-rrdtool
|
||||
License: GPL v2 or later
|
||||
Summary: Python bindings for rrdtool
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: %name = %version
|
||||
@@ -187,6 +184,15 @@ Authors:
|
||||
%{py_sitedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 30 2008 schwab@suse.de
|
||||
- Fix configure script and use of libtool.
|
||||
* Fri Jun 27 2008 anicka@suse.cz
|
||||
- update to 1.3.0
|
||||
* Multiplicative Holt-Winters Forecasting
|
||||
* MMAP IO
|
||||
* Graphing with Cairo/Pango
|
||||
* New graphv Interface
|
||||
* many more changes - major release
|
||||
* Mon Mar 10 2008 anicka@suse.cz
|
||||
- update to 1.2.27
|
||||
* bindings/ruby/main.c: be more helpful when raising rb_eTypeError
|
||||
@@ -218,7 +224,7 @@ Authors:
|
||||
- build parallel
|
||||
* Mon Jul 09 2007 dmueller@suse.de
|
||||
- apply python requires only to python-rrdtool subpackage
|
||||
* Thu Jun 21 2007 dmueller@suse.de
|
||||
* Fri Jun 22 2007 dmueller@suse.de
|
||||
- split off python and -devel package to reduce
|
||||
size and make the python dependency optional
|
||||
(needed for 1 CD installer)
|
||||
|
Reference in New Issue
Block a user