SHA256
1
0
forked from pool/rrdtool

Updating link to change in openSUSE:Factory/rrdtool revision 26.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=ce5c499bfb02087e608691b724b927f1
This commit is contained in:
OBS User buildservice-autocommit
2010-07-30 13:43:46 +00:00
committed by Git OBS Bridge
parent fe5b49112e
commit 519fe93d00
5 changed files with 20 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package rrdtool (Version 1.4.3)
# spec file for package rrdtool (Version 1.4.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,11 +24,10 @@ License: GPLv2+
Group: Productivity/Scientific/Math
AutoReqProv: on
Requires: perl = %{perl_version}
Version: 1.4.3
Release: 2
Version: 1.4.4
Release: 1
Source: %{name}-%{version}.tar.bz2
Source1: cgilib-0.5.tar.bz2
Patch: %{name}-%{version}-double.diff
Url: http://oss.oetiker.ch/rrdtool/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A tool for data logging and analysis
@@ -42,7 +41,6 @@ definable time period.
%prep
%setup -q -a1
%patch -p1
%build
# first prepare cgilib
@@ -56,7 +54,8 @@ cd ..
# build rrdtool
%{suse_update_config}
if [ ! -d m4 ]; then mkdir m4; fi
autoreconf -i -f
# we need getext 0.18
#autoreconf -i -f
export LDFLAGS="-L`pwd`/lb/lib" CPPFLAGS="-I`pwd`/lb/include" \
%configure --disable-static --with-pic --enable-shared \
--with-tcllib=%{_libdir} \