From 97ff7bf2426b2d6af2e06abd8e37d894beaee032 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 22:35:12 +0000 Subject: [PATCH] rrdtool: Update to 1.9.0 Signed-off-by: Michael Tremer --- rrdtool/rrdtool.nm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rrdtool/rrdtool.nm b/rrdtool/rrdtool.nm index 1c6ad2e6c..436dea14c 100644 --- a/rrdtool/rrdtool.nm +++ b/rrdtool/rrdtool.nm @@ -4,8 +4,8 @@ ############################################################################### name = rrdtool -version = 1.8.0 -release = 1.2 +version = 1.9.0 +release = 1 groups = Applications/Databases url = https://oss.oetiker.ch/rrdtool/ @@ -20,7 +20,12 @@ description density. end -source_dl = https://github.com/oetiker/rrdtool-1.x/releases/download/v%{version}/ +# This project is hosted on GitHub +github_organization = oetiker +github_project = rrdtool-1.x +github_version = v%{version} + +source_dl = %{github_download_url} build requires @@ -51,11 +56,6 @@ build --with-pic \ PYTHON=%{python3} - prepare_cmds - # Remove rpath - sed -e "s/--rpath=.* &/\&/" -i bindings/Makefile.* - end - install_cmds # Remove unused files rm -rvf %{BUILDROOT}/usr/share/rrdtool/examples -- 2.47.3