packages: warsow/warsow.spec - BR: OpenGL-devel, libstdc++-devel, pkgconfig...

sparky sparky at pld-linux.org
Wed May 19 19:37:34 CEST 2010


Author: sparky                       Date: Wed May 19 17:37:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: OpenGL-devel, libstdc++-devel, pkgconfig
- readded missing backshash in make call

---- Files affected:
packages/warsow:
   warsow.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/warsow/warsow.spec
diff -u packages/warsow/warsow.spec:1.8 packages/warsow/warsow.spec:1.9
--- packages/warsow/warsow.spec:1.8	Wed May  5 02:53:41 2010
+++ packages/warsow/warsow.spec	Wed May 19 19:37:29 2010
@@ -25,10 +25,13 @@
 Patch5:		%{name}-pic.patch
 URL:		http://www.warsow.net/
 %{?with_openal:BuildRequires:	OpenAL-devel}
+BuildRequires:	OpenGL-devel
 %{?with_qf:BuildRequires:	SDL-devel}
 BuildRequires:	curl-devel
 BuildRequires:	libjpeg-devel
+BuildRequires:	libstdc++-devel
 %{?with_qf:BuildRequires:	libvorbis-devel}
+BuildRequires:	pkgconfig
 BuildRequires:	unzip
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXext-devel
@@ -73,7 +76,7 @@
 %patch5 -p0
 
 %build
-%{__make} -C source/ -j1 
+%{__make} -C source/ -j1 \
 	CC="%{__cc}" \
 	CXX="%{__cc}" \
 	LD="%{__cc}" \
@@ -107,6 +110,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/05/19 17:37:29  sparky
+- BR: OpenGL-devel, libstdc++-devel, pkgconfig
+- readded missing backshash in make call
+
 Revision 1.8  2010/05/05 00:53:41  evil
 - splitted into warsow and warsow-data subpackages/specs
 - commented out PLD and added gentoo patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/warsow/warsow.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list