That rpm was intended only as a temporary thing, so I've got no plans to
update it.  But thanks for the patch.

For some reason there's no new rpms at
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ - they haven't
created rpms for .42 ... .45, so this temporary version is still hanging
around.  It looks like there are .45 packages here:
http://dag.wieers.com/packages/rrdtool/

With the development version, 2.2.1+, Luca embedded a frozen/patched version
as 'myrrd' so we don't use the real thing anymore...

-----Burton

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Kenneth Porter
Sent: Friday, July 25, 2003 6:14 PM
To: [EMAIL PROTECTED]
Subject: [Ntop] Bug in rrdtool.spec


In the spec file for rrdtool-1.0.41-1.8.0.ntop.src.rpm:

patch -p0 < ../../SOURCES/free.patch

This line incorrectly assumes a default location for %_sourcedir. Use the
%patch macro instead. Also, patches belong in the %prep section, not the
%build section. Patch for spec file follows. (Need to un-break the CFLAGS
line that my mailer is going to wrap.)

--- rrdtool.spec        2003-03-31 15:44:42.000000000 -0500
+++ rrdtool.spec.new    2003-07-25 18:06:21.000000000 -0400
@@ -44,9 +44,9 @@

 %prep
 %setup -q
+%patch

 %build
-patch -p0 < ../../SOURCES/free.patch
 CFLAGS="$RPM_OPT_FLAGS" ./configure --with-tcllib=%{_libdir}
--prefix=%{_prefix} --enable-shared
 make
 # @perl@ and @PERL@ correction

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to