packages: wmint/wmint.spec - use __cc and rpmldflags, no need to specify LI...
sparky
sparky at pld-linux.org
Sun Jan 3 01:28:11 CET 2010
Author: sparky Date: Sun Jan 3 00:28:11 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- use __cc and rpmldflags, no need to specify LIBDIR
---- Files affected:
packages/wmint:
wmint.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: packages/wmint/wmint.spec
diff -u packages/wmint/wmint.spec:1.23 packages/wmint/wmint.spec:1.24
--- packages/wmint/wmint.spec:1.23 Sun Jan 3 01:18:50 2010
+++ packages/wmint/wmint.spec Sun Jan 3 01:28:05 2010
@@ -30,8 +30,9 @@
%{__make} clean
%{__make} %{name} \
- FLAGS="%{rpmcflags} -I%{_includedir}" \
- LIBDIR="-L/usr/%{_lib}"i
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} -I%{_includedir}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -55,6 +56,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2010/01/03 00:28:05 sparky
+- use __cc and rpmldflags, no need to specify LIBDIR
+
Revision 1.23 2010/01/03 00:18:50 evil
- migrated from old X11R6 to new xorg 7.x
- adapterized
@@ -132,4 +136,3 @@
Revision 1.1 2000/02/10 00:30:54 pius
- initial release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wmint/wmint.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list