SPECS: lzma.spec - oops, i must be blind too
sparky
sparky at pld-linux.org
Sun Dec 11 04:21:36 CET 2005
Author: sparky Date: Sun Dec 11 03:21:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- oops, i must be blind too
---- Files affected:
SPECS:
lzma.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.10 SPECS/lzma.spec:1.11
--- SPECS/lzma.spec:1.10 Sun Dec 11 04:14:11 2005
+++ SPECS/lzma.spec Sun Dec 11 04:21:30 2005
@@ -83,15 +83,18 @@
cmp test1 test5
cmp test2 test6
-%{__make} -f makefile clean
+%{__make} -f makefile.gcc clean
-%{__make} -f makefile \
+%{__make} -f makefile.gcc \
CXX="%{__cxx}" \
+ CXX_C="%{__cc}" \
CFLAGS="%{rpmcflags} -fprofile-use -c -I ../../.." \
LDFLAGS="%{rpmldflags}"
cd ../LZMA_Lib
-%{__make}
+%{__make} -f makefile \
+ CXX="%{__cxx}" \
+ CFLAGS="%{rpmcflags} -c"
%install
rm -rf $RPM_BUILD_ROOT
@@ -118,6 +121,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/12/11 03:21:30 sparky
+- oops, i must be blind too
+
Revision 1.10 2005/12/11 03:14:11 sparky
- damn, it was totally broken, how did it work ?
- compare in and out files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lzma.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list