SPECS: lzma.spec - damn, it was totally broken, how did it work ? ...

sparky sparky at pld-linux.org
Sun Dec 11 04:14:17 CET 2005


Author: sparky                       Date: Sun Dec 11 03:14:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- damn, it was totally broken, how did it work ?
- compare in and out files

---- Files affected:
SPECS:
   lzma.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.9 SPECS/lzma.spec:1.10
--- SPECS/lzma.spec:1.9	Mon Nov 21 00:08:30 2005
+++ SPECS/lzma.spec	Sun Dec 11 04:14:11 2005
@@ -67,8 +67,9 @@
 
 %build
 cd C/7zip/Compress/LZMA_Alone
-%{__make} -f makefile.gcc
+%{__make} -f makefile.gcc \
 	CXX="%{__cxx}" \
+	CXX_C="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fprofile-generate -c -I ../../.." \
 	LDFLAGS="%{rpmldflags}" \
 	LIB="-lm -lgcov"
@@ -79,10 +80,12 @@
 ./lzma e test2 test4
 ./lzma d test3 test5
 ./lzma d test4 test6
+cmp test1 test5
+cmp test2 test6
 
-%{__make} -f makefile.gcc clean
+%{__make} -f makefile clean
 
-%{__make} -f makefile.gcc \
+%{__make} -f makefile \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -fprofile-use -c -I ../../.." \
 	LDFLAGS="%{rpmldflags}"
@@ -115,6 +118,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/12/11 03:14:11  sparky
+- damn, it was totally broken, how did it work ?
+- compare in and out files
+
 Revision 1.9  2005/11/20 23:08:30  areq
 - 4.30
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lzma.spec?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list