]> git.pld-linux.org Git - packages/flow-tools.git/commitdiff
- fix python path; rel 3 AC-branch AC-STABLE auto/ac/flow-tools-0_68-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 23:52:55 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flow-tools.spec -> 1.9

flow-tools.spec

index beb4602455ae32b6fe1ca4db56f8f15507eef1f0..a0dd47646fef7138c5a874e6f32577bd8cf13114 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Collecting and processing NetFlow data
 Summary(pl):   Gromadzenie i przetwarzanie informacji o przep³ywie w sieci
 Name:          flow-tools
 Version:       0.68
-Release:       2
+Release:       3
 License:       BSD
 Group:         Applications/Networking
 Source0:       ftp://ftp.eng.oar.net/pub/flow-tools/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ URL:          http://www.splintered.net/sw/flow-tools/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
+BuildRequires: sed >= 4.0
 BuildRequires: flex
 BuildRequires: libtool
 BuildRequires: libwrap-devel >= 7.6-32
@@ -70,6 +71,8 @@ Statyczna biblioteka flow-tools.
 %setup -q
 %patch0 -p1
 
+%{__sed} -i -e '1s,#.*bin/python,#!%{__python},' bin/flow-log2rrd bin/flow-rpt2rrd bin/flow-rptfmt
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.078558 seconds and 4 git commands to generate.