Author: zbyniu Date: Wed Mar 12 21:10:12 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - proper set CFLAGS, don't check uid=0
---- Files affected: SPECS: iptraf.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/iptraf.spec diff -u SPECS/iptraf.spec:1.59 SPECS/iptraf.spec:1.60 --- SPECS/iptraf.spec:1.59 Tue Feb 13 09:06:35 2007 +++ SPECS/iptraf.spec Wed Mar 12 22:10:06 2008 @@ -7,7 +7,7 @@ Summary(uk.UTF-8): IPTraf - консольна програма моніторингу трафіку в мережі Name: iptraf Version: 3.0.0 -Release: 2 +Release: 3 License: GPL Group: Networking/Utilities Source0: ftp://iptraf.seul.org/pub/iptraf/%{name}-%{version}.tar.gz @@ -75,7 +75,7 @@ %{__make} clean %{__make} TARGET=%{_sbindir} \ CC="%{__cc}" \ - RPM_OPT_FLAGS="%{rpmcflags}" + CFLAGS="%{rpmcflags} -DALLOWUSERS" %install rm -rf $RPM_BUILD_ROOT @@ -104,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2008-03-12 21:10:06 zbyniu +- proper set CFLAGS, don't check uid=0 + Revision 1.59 2007-02-13 08:06:35 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptraf.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
