Author: pawelz Date: Wed Apr 28 19:20:47 2010 GMT Module: packages Tag: HEAD ---- Log message: - really apply shebang patch. Patch0 tag is not enough! - drop sed (it's better to use patch, this sed did not work) - rel 3
---- Files affected: packages/flow-tools: flow-tools.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/flow-tools/flow-tools.spec diff -u packages/flow-tools/flow-tools.spec:1.15 packages/flow-tools/flow-tools.spec:1.16 --- packages/flow-tools/flow-tools.spec:1.15 Tue Apr 13 13:09:17 2010 +++ packages/flow-tools/flow-tools.spec Wed Apr 28 21:20:41 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Gromadzenie i przetwarzanie informacji o przepływie w sieci Name: flow-tools Version: 0.68.5 -Release: 2 +Release: 3 License: BSD Group: Applications/Networking Source0: http://flow-tools.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -72,7 +72,7 @@ %prep %setup -q -%{__sed} -i -e '1s,#.*bin/python,#!%{__python},' bin/flow-log2rrd bin/flow-rpt2rrd bin/flow-rptfmt +%patch0 -p1 %build %{__libtoolize} @@ -127,6 +127,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2010/04/28 19:20:41 pawelz +- really apply shebang patch. Patch0 tag is not enough! +- drop sed (it's better to use patch, this sed did not work) +- rel 3 + Revision 1.15 2010/04/13 11:09:17 pawelz - added patch0 (shebang.patch) - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/flow-tools/flow-tools.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
