SPECS: xfsdump.spec - %{_includedir} macro used
czucz
czucz at pld-linux.org
Mon Dec 12 17:53:55 CET 2005
Author: czucz Date: Mon Dec 12 16:53:55 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- %{_includedir} macro used
---- Files affected:
SPECS:
xfsdump.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: SPECS/xfsdump.spec
diff -u SPECS/xfsdump.spec:1.36 SPECS/xfsdump.spec:1.37
--- SPECS/xfsdump.spec:1.36 Sat Aug 6 19:11:06 2005
+++ SPECS/xfsdump.spec Mon Dec 12 17:53:50 2005
@@ -65,10 +65,10 @@
rm -f aclocal.m4
%{__aclocal} -I m4
%{__autoconf}
-CPPFLAGS="-I/usr/include/ncurses"
+CPPFLAGS="-I%{_includedir}/ncurses"
%configure \
DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
- OPTIMIZER="%{rpmcflags} -I/usr/include/ncurses"
+ OPTIMIZER="%{rpmcflags} -I%{_includedir}/ncurses"
%{__make} \
LIBUUID="-luuid"
@@ -105,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2005/12/12 16:53:50 czucz
+- %{_includedir} macro used
+
Revision 1.36 2005/08/06 17:11:06 dzeus
- up tp 2.2.30
- updated xfsrq.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfsdump.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list