packages: nexuiz/nexuiz.spec - fixed building with new libjpeg (no more seg...

evil evil at pld-linux.org
Thu Dec 24 03:23:21 CET 2009


Author: evil                         Date: Thu Dec 24 02:23:21 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed building with new libjpeg (no more segfaults), so removed TODO

---- Files affected:
packages/nexuiz:
   nexuiz.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/nexuiz/nexuiz.spec
diff -u packages/nexuiz/nexuiz.spec:1.26 packages/nexuiz/nexuiz.spec:1.27
--- packages/nexuiz/nexuiz.spec:1.26	Tue Oct  6 15:02:11 2009
+++ packages/nexuiz/nexuiz.spec	Thu Dec 24 03:23:16 2009
@@ -1,14 +1,12 @@
 # $Revision$, $Date$
 #
-# TODO: nexuiz is looking for 62 version of libjpeg library, but there's only 70 version in poldek
-#
 %define _ver	%(echo %{version} | tr -d .)
 %define _ever	20091001
 Summary:	nexuiz - engine for first-person shoter game
 Summary(pl.UTF-8):	nexuiz - silnik do strzelaniny w pierwszej osobie
 Name:		nexuiz
 Version:	2.5.2
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		X11/Applications/Games
 Source0:	http://dl.sourceforge.net/nexuiz/%{name}-%{_ver}.zip
@@ -58,7 +56,8 @@
 	CC="%{__cc}" \
 	OPTIM_RELEASE="%{rpmcflags}" \
 	LDFLAGS_RELEASE="%{rpmcflags} %{rpmldflags}" \
-	DP_FS_BASEDIR="%{_datadir}/games/%{name}"
+	DP_FS_BASEDIR="%{_datadir}/games/%{name}" \
+	DP_LINK_TO_LIBJPEG=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2009/12/24 02:23:16  evil
+- fixed building with new libjpeg (no more segfaults), so removed TODO
+
 Revision 1.26  2009/10/06 13:02:11  lisu
 - TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nexuiz/nexuiz.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list