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:
parent
fe5b49112e
commit
519fe93d00
@ -1,13 +0,0 @@
|
|||||||
Index: rrdtool-1.4.3/src/rrd_format.h
|
|
||||||
===================================================================
|
|
||||||
--- rrdtool-1.4.3.orig/src/rrd_format.h
|
|
||||||
+++ rrdtool-1.4.3/src/rrd_format.h
|
|
||||||
@@ -35,7 +35,7 @@
|
|
||||||
/* changed because microsecond precision requires another field */
|
|
||||||
#define RRD_VERSION "0004"
|
|
||||||
#define RRD_VERSION3 "0003"
|
|
||||||
-#define FLOAT_COOKIE 8.642135E130
|
|
||||||
+#define FLOAT_COOKIE ((double) 8.642135E130)
|
|
||||||
|
|
||||||
typedef union unival {
|
|
||||||
unsigned long u_cnt;
|
|
@ -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
3
rrdtool-1.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c73af303eefa96eee3eca02c263d420b03a34032517a23d181d3a5463e9f415b
|
||||||
|
size 988841
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Apr 16 19:41:43 CEST 2010 - anicka@suse.cz
|
||||||
|
|
||||||
|
11
rrdtool.spec
11
rrdtool.spec
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,11 +24,10 @@ License: GPLv2+
|
|||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Version: 1.4.3
|
Version: 1.4.4
|
||||||
Release: 2
|
Release: 1
|
||||||
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}-double.diff
|
|
||||||
Url: http://oss.oetiker.ch/rrdtool/
|
Url: http://oss.oetiker.ch/rrdtool/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A tool for data logging and analysis
|
Summary: A tool for data logging and analysis
|
||||||
@ -42,7 +41,6 @@ definable time period.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1
|
%setup -q -a1
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# first prepare cgilib
|
# first prepare cgilib
|
||||||
@ -56,7 +54,8 @@ cd ..
|
|||||||
# build rrdtool
|
# build rrdtool
|
||||||
%{suse_update_config}
|
%{suse_update_config}
|
||||||
if [ ! -d m4 ]; then mkdir m4; fi
|
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" \
|
export LDFLAGS="-L`pwd`/lb/lib" CPPFLAGS="-I`pwd`/lb/include" \
|
||||||
%configure --disable-static --with-pic --enable-shared \
|
%configure --disable-static --with-pic --enable-shared \
|
||||||
--with-tcllib=%{_libdir} \
|
--with-tcllib=%{_libdir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user