SPECS: libv3d.spec - quote CC, CXX

darekr darekr at pld-linux.org
Thu Jul 21 19:43:28 CEST 2005


Author: darekr                       Date: Thu Jul 21 17:43:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- quote CC, CXX

---- Files affected:
SPECS:
   libv3d.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/libv3d.spec
diff -u SPECS/libv3d.spec:1.7 SPECS/libv3d.spec:1.8
--- SPECS/libv3d.spec:1.7	Tue Nov 11 02:33:22 2003
+++ SPECS/libv3d.spec	Thu Jul 21 19:43:23 2005
@@ -35,7 +35,7 @@
 Summary:	LibV3D development headers
 Summary(pl):	Pliki nagłówkowe LibV3D
 Group:		Library/Development
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for LibV3D library.
@@ -51,7 +51,8 @@
 ./configure Linux
 
 %{__make} \
-	CC=%{__cc} CXX=%{__cxx} \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags} -Wall %{!?debug:-fomit-frame-pointer} -ffast-math -D__USE_BSD" \
 	INC_DIRS="-I/usr/X11R6/include"
 
@@ -70,7 +71,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README AUTHORS
+%doc AUTHORS README
 %attr(755,root,root) %{_libdir}/libv3d.so.*.*
 
 %files devel
@@ -85,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/07/21 17:43:23  darekr
+- quote CC, CXX
+
 Revision 1.7  2003/11/11 01:33:22  ankry
 - caps unification, other cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libv3d.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list