rpms/escape/FC-5 escape.spec,1.1,1.2

Adam Goode (agoode) fedora-extras-commits at redhat.com
Sun Apr 22 16:31:38 UTC 2007


Author: agoode

Update of /cvs/extras/rpms/escape/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv446

Modified Files:
	escape.spec 
Log Message:
update for SDL problems


Index: escape.spec
===================================================================
RCS file: /cvs/extras/rpms/escape/FC-5/escape.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- escape.spec	22 Apr 2007 14:13:31 -0000	1.1
+++ escape.spec	22 Apr 2007 16:31:04 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		escape
 Version:	200704130
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	A fun puzzle game in the tradition of Adventures of Lolo or Chip's Challenge
 
 Group:		Amusements/Games
@@ -38,8 +38,8 @@
 %build
 make LINUX=1 \
 	LDFLAGS="" \
-	LDLIBS="`pkg-config --libs sdl` -lSDL_image -lSDL_net" \
-	CXXFLAGS="`pkg-config --cflags sdl` $RPM_OPT_FLAGS" \
+	LDLIBS="`sdl-config --libs` -lSDL_image -lSDL_net" \
+	CXXFLAGS="`sdl-config --cflags` $RPM_OPT_FLAGS" \
 	CPPFLAGS="-DMULTIUSER -DDATADIR=\\\"%{_datadir}/%{name}/data/\\\" -DSTARTUP_LEVELS=\\\"%{_datadir}/%{name}/levels/\\\" -DNOSOUND" \
 	%{?_smp_mflags}
 
@@ -93,6 +93,9 @@
 
 
 %changelog
+* Sun Apr 22 2007 Adam Goode <adam at spicenitz.org> - 200704130-3.1
+- Fix building with SDL on FC-5
+
 * Tue Apr 17 2007 Adam Goode <adam at spicenitz.org> - 200704130-3
 - REALLY fix spurious-executable-perm
 




More information about the scm-commits mailing list