Author: glen Date: Tue Dec 12 23:53:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix python path; rel 3
---- Files affected: SPECS: flow-tools.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/flow-tools.spec diff -u SPECS/flow-tools.spec:1.8 SPECS/flow-tools.spec:1.9 --- SPECS/flow-tools.spec:1.8 Fri Dec 8 01:59:43 2006 +++ SPECS/flow-tools.spec Wed Dec 13 00:52:55 2006 @@ -3,7 +3,7 @@ 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 @@ -13,6 +13,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: bison +BuildRequires: sed >= 4.0 BuildRequires: flex BuildRequires: libtool BuildRequires: libwrap-devel >= 7.6-32 @@ -71,6 +72,8 @@ %setup -q %patch0 -p1 +%{__sed} -i -e '1s,#.*bin/python,#!%{__python},' bin/flow-log2rrd bin/flow-rpt2rrd bin/flow-rptfmt + %build %{__libtoolize} %{__aclocal} @@ -120,6 +123,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/12/12 23:52:55 glen +- fix python path; rel 3 + Revision 1.8 2006/12/08 00:59:43 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/flow-tools.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
