SPECS: dunelegacy.spec - updated to 0.94.1 - use scons in place of...

lisu lisu at pld-linux.org
Wed Nov 8 20:32:36 CET 2006


Author: lisu                         Date: Wed Nov  8 19:32:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.94.1
- use scons in place of standard build
- files: ChangeLog and README

---- Files affected:
SPECS:
   dunelegacy.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/dunelegacy.spec
diff -u SPECS/dunelegacy.spec:1.3 SPECS/dunelegacy.spec:1.4
--- SPECS/dunelegacy.spec:1.3	Thu Jul 20 19:06:51 2006
+++ SPECS/dunelegacy.spec	Wed Nov  8 20:32:31 2006
@@ -2,12 +2,12 @@
 Summary:	Updated clone of Westood Studios' Dune2
 Summary(pl):	Zaktualizowany klon gry Dune2
 Name:		dunelegacy
-Version:	0.94
+Version:	0.94.1
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Games/Strategy
 Source0:	http://dl.sourceforge.net/dunelegacy/%{name}-%{version}.tar.gz
-# Source0-md5:	f53391b46a18696dcd60ce2e8c610a6f
+# Source0-md5:	4cf34d739979f53bdf1cdc32b17ebb78
 URL:		http://dunelegacy.sourceforge.net/
 BuildRequires:	SDL-devel
 BuildRequires:	SDL_image-devel
@@ -16,6 +16,7 @@
 BuildRequires:	SDL_ttf-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	pkgconfig
+BuildRequires:	scons
 BuildRequires:	zziplib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,10 +53,7 @@
 %setup -q
 
 %build
-%{__make} \
-	CC="%{__cc}" \
-	CXX="%{__cxx}" \
-	CFLAGS="%{rpmcflags} `sdl-config --cflags`"
+scons
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +66,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog README
 %attr(755,root,root) %{_bindir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -76,6 +75,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/08 19:32:31  lisu
+- updated to 0.94.1
+- use scons in place of standard build
+- files: ChangeLog and README
+
 Revision 1.3  2006/07/20 17:06:51  qboosh
 - typos, use package name in BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dunelegacy.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list