SPECS: nyquist.spec - fixed opt patch - pass CC (but g++ is still ...

qboosh qboosh at pld-linux.org
Sat May 27 10:45:29 CEST 2006


Author: qboosh                       Date: Sat May 27 08:45:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed opt patch
- pass CC (but g++ is still hardcoded in Makefile)
- BR: libstdc++-devel

---- Files affected:
SPECS:
   nyquist.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/nyquist.spec
diff -u SPECS/nyquist.spec:1.5 SPECS/nyquist.spec:1.6
--- SPECS/nyquist.spec:1.5	Wed May 24 12:52:50 2006
+++ SPECS/nyquist.spec	Sat May 27 10:45:24 2006
@@ -11,6 +11,7 @@
 # Source0-md5:	49ff7053ce76b11f61685f22fd068928
 Patch0:		%{name}-opt.patch
 URL:		http://www-2.cs.cmu.edu/~music/nyquist/
+BuildRequires:	libstdc++-devel
 BuildRequires:	readline-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,11 +45,12 @@
 
 %prep
 %setup -q -n %{name}
-ln -s sys/unix/linux/Makefile Makefile
 %patch0 -p1
+ln -s sys/unix/linux/Makefile Makefile
 
 %build
 %{__make} \
+	CC="%{__cc}" \
 	OPTFLAGS="%{rpmcflags}"
 
 %install
@@ -73,6 +75,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/05/27 08:45:24  qboosh
+- fixed opt patch
+- pass CC (but g++ is still hardcoded in Makefile)
+- BR: libstdc++-devel
+
 Revision 1.5  2006/05/24 10:52:50  blaass
 - up to 2.31, rel up, added symlink for Makefile
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nyquist.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list