SHA256
1
0
forked from pool/rrdtool

- update to 1.4.4

* legal: Relicense the RRDCacheD client interface under the MIT
   license
 * legal: Updted FLOSS Exception for latest PHP license
 * rrd_cached: better help output
 * bugfixes
- remove last patch, fixed in upstream
- disable calling autoreconf (needs too new gettext)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=8
This commit is contained in:
Anna Maresova 2010-07-27 15:34:31 +00:00 committed by Git OBS Bridge
parent 41f43ed0e2
commit 4407ace48a
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e936ad51ff1c327caedd24ff65b441c100d70e129962af17c905ca1c1a572ad8
size 1021895

3
rrdtool-1.4.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c73af303eefa96eee3eca02c263d420b03a34032517a23d181d3a5463e9f415b
size 988841

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 27 16:20:46 CEST 2010 - anicka@suse.cz
- update to 1.4.4
* legal: Relicense the RRDCacheD client interface under the MIT
license
* legal: Updted FLOSS Exception for latest PHP license
* rrd_cached: better help output
* bugfixes
- remove last patch, fixed in upstream
- disable calling autoreconf (needs too new gettext)
-------------------------------------------------------------------
Fri Apr 16 19:41:43 CEST 2010 - anicka@suse.cz
- fixed bnc#594981 (-double.diff)
-------------------------------------------------------------------
Tue Mar 30 18:16:24 CEST 2010 - anicka@suse.cz

View File

@ -24,8 +24,8 @@ License: GPLv2+
Group: Productivity/Scientific/Math
AutoReqProv: on
Requires: perl = %{perl_version}
Version: 1.4.3
Release: 1
Version: 1.4.4
Release: 2
Source: %{name}-%{version}.tar.bz2
Source1: cgilib-0.5.tar.bz2
Url: http://oss.oetiker.ch/rrdtool/
@ -45,7 +45,7 @@ definable time period.
%build
# first prepare cgilib
cd cgilib*
make CC=gcc CFLAGS="$RPM_OPT_FLAGS -fPIC -I."
make CC=gcc CFLAGS="$RPM_OPT_FLAGS -fPIC -I. -fexcess-precision=fast"
mkdir -p ../lb/include
cp *.h ../lb/include
mkdir -p ../lb/lib
@ -54,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} \