From: Tobias Oetiker Date: Sun, 28 Sep 2008 19:15:30 +0000 (+0000) Subject: Attached is a patch against the spec file shipped with X-Git-Tag: 1.3.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d95afd9917f536661236815535e1f065da5806;p=thirdparty%2Frrdtool-1.x.git Attached is a patch against the spec file shipped with rrdtool-1.3.3.spec which will make it buildable (at least it works on my CentOS 4.x system). -- Bernard Li git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1536 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/rrdtool.spec b/rrdtool.spec index 38688704..102674e8 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -10,12 +10,12 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.3.3 -Release: 0.20%{?pre:.%{pre}}%{?dist} +Release: 1 License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ #Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz -Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{pre}.tar.gz +Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz %if %{with_php} Source1: php4-%{svnrev}.tar.gz Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch @@ -145,10 +145,10 @@ The %{name}-ruby package includes RRDtool bindings for Ruby. %prep %if %{with_php} -%setup -q -n %{name}-%{version}%{pre} -a 1 +%setup -q -n %{name}-%{version} -a 1 %patch1 -p1 %else -%setup -q -n %{name}-%{version}%{pre} +%setup -q -n %{name}-%{version} %endif # Fix to find correct python dir on lib64