SPECS: nfswatch.spec - use %{rpmcflags}
darekr
darekr at pld-linux.org
Tue Dec 6 21:53:26 CET 2005
Author: darekr Date: Tue Dec 6 20:53:26 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use %{rpmcflags}
---- Files affected:
SPECS:
nfswatch.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/nfswatch.spec
diff -u SPECS/nfswatch.spec:1.3 SPECS/nfswatch.spec:1.4
--- SPECS/nfswatch.spec:1.3 Tue Dec 6 21:38:58 2005
+++ SPECS/nfswatch.spec Tue Dec 6 21:53:19 2005
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO
-# - optflags
Summary: An NFS traffic monitoring tool
Summary(pl): Narzędzie do monitorowania ruchu NFS
Name: nfswatch
@@ -10,7 +8,7 @@
Group: Networking
Source0: http://dl.sourceforge.net/nfswatch/%{name}-%{version}.tar.gz
# Source0-md5: 15c178ade0532a935f0522a9d108b975
-URL: http://nfswatch.sourceforge.net
+URL: http://nfswatch.sourceforge.net/
BuildRequires: ncurses-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,7 +28,7 @@
%build
%{__make} \
CC="%{__cc}" \
- LINUXCFLAGS="-DLINUX -I/usr/include/ncurses"
+ LINUXCFLAGS="%{rpmcflags} -DLINUX -I/usr/include/ncurses"
%install
rm -rf $RPM_BUILD_ROOT
@@ -54,6 +52,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/12/06 20:53:19 darekr
+- use %{rpmcflags}
+
Revision 1.3 2005/12/06 20:38:58 qboosh
- pl, unified
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nfswatch.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list