packages: doomlegacy/doomlegacy.spec - fix ldflags, rel 6

glen glen at pld-linux.org
Tue Feb 22 20:50:26 CET 2011


Author: glen                         Date: Tue Feb 22 19:50:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix ldflags, rel 6

---- Files affected:
packages/doomlegacy:
   doomlegacy.spec (1.42 -> 1.43) 

---- Diffs:

================================================================
Index: packages/doomlegacy/doomlegacy.spec
diff -u packages/doomlegacy/doomlegacy.spec:1.42 packages/doomlegacy/doomlegacy.spec:1.43
--- packages/doomlegacy/doomlegacy.spec:1.42	Thu Jan 20 02:32:31 2011
+++ packages/doomlegacy/doomlegacy.spec	Tue Feb 22 20:50:21 2011
@@ -5,11 +5,12 @@
 %bcond_with		x11	# build with System Media Interface (broken, seems unsupported)
 %bcond_without	sdl	# build with SDL System Media Interface
 
+%define		rel	6
 Summary:	DOOM Legacy for Linux
 Summary(pl.UTF-8):	DOOM Legacy dla Linuksa
 Name:		doomlegacy
 Version:	1.44
-Release:	0.alpha1.5
+Release:	0.alpha1.%{rel}
 License:	GPL, perhaps except for legacy.wad
 Group:		Applications/Games
 Source0:	http://doomlegacy.sourceforge.net/releases/%{name}_144_alpha1_src_r752.zip
@@ -85,7 +86,7 @@
 To jest DOOM Legacy dla Linuksa - wersja SDL.
 
 %prep
-%setup -qc -a1
+%setup -qc
 mv trunk src
 cd src
 %patch0 -p1
@@ -118,7 +119,7 @@
 %{__make} -j1 \
 	SMIF=SDL \
 	CC="%{__cc}" \
-	LDFLAGS="%{rpmldflags}"
+	LDFLAGS="%{rpmldflags}" \
 	OPTFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
 %endif
 
@@ -127,7 +128,7 @@
 %{__make} \
 	SMIF=LINUX_X11 \
 	CC="%{__cc}" \
-	LDFLAGS="%{rpmldflags}"
+	LDFLAGS="%{rpmldflags}" \
 	OPTFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
 %endif
 
@@ -192,6 +193,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2011/02/22 19:50:21  glen
+- fix ldflags, rel 6
+
 Revision 1.42  2011/01/20 01:32:31  glen
 - the doom3.wad was just legacy.wad from 1.32, and we need current version not any older
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/doomlegacy/doomlegacy.spec?r1=1.42&r2=1.43&f=u



More information about the pld-cvs-commit mailing list