Author: pawelz Date: Tue Sep 23 11:19:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch1 (gcc4 buildfix) - more verbose %files - sorted BRs
---- Files affected: SPECS: flow-tools.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/flow-tools.spec diff -u SPECS/flow-tools.spec:1.11 SPECS/flow-tools.spec:1.12 --- SPECS/flow-tools.spec:1.11 Tue Feb 13 08:16:44 2007 +++ SPECS/flow-tools.spec Tue Sep 23 13:19:32 2008 @@ -9,14 +9,15 @@ Source0: ftp://ftp.eng.oar.net/pub/flow-tools/%{name}-%{version}.tar.gz # Source0-md5: c9e0a8b53c79611b6bffcb9d510a5a38 Patch0: %{name}-shared.patch +Patch1: %{name}-gcc4.patch 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 +BuildRequires: sed >= 4.0 BuildRequires: zlib-devel Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -71,6 +72,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 %{__sed} -i -e '1s,#.*bin/python,#!%{__python},' bin/flow-log2rrd bin/flow-rpt2rrd bin/flow-rptfmt @@ -99,12 +101,13 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog INSTALL NEWS README SECURITY TODO -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%attr(755,root,root) %{_bindir}/flow-* +%{_mandir}/man1/flow-*.1* %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libft.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libft.so.0 %{_localstatedir} %files devel @@ -123,6 +126,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2008/09/23 11:19:32 pawelz +- added patch1 (gcc4 buildfix) +- more verbose %files +- sorted BRs + Revision 1.11 2007/02/13 07:16:44 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flow-tools.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
