SPECS (DEVEL): globulation2.spec - up to 0.9.3 beta version - fix ...
lisu
lisu at pld-linux.org
Sun Apr 27 18:54:59 CEST 2008
Author: lisu Date: Sun Apr 27 16:54:59 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- up to 0.9.3 beta version
- fix stupid "scons macro" mistake
- pass our ldflags
---- Files affected:
SPECS:
globulation2.spec (1.36.2.1 -> 1.36.2.2)
---- Diffs:
================================================================
Index: SPECS/globulation2.spec
diff -u SPECS/globulation2.spec:1.36.2.1 SPECS/globulation2.spec:1.36.2.2
--- SPECS/globulation2.spec:1.36.2.1 Tue Apr 1 23:50:50 2008
+++ SPECS/globulation2.spec Sun Apr 27 18:54:54 2008
@@ -6,14 +6,14 @@
Summary: Glob2 - a state of the art Real Time Strategy (RTS) game
Summary(pl.UTF-8): Glob2 - gra Strategii Czasu Rzeczywistego będąca sztuką przez duże "S"
Name: globulation2
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Epoch: 2
License: GPL v3+
Group: Applications/Games
Vendor: Stephane Magnenat, Julien Pilet, Luc-Olivier de Charriere
Source0: http://dl.sv.nongnu.org/releases/glob2/%{version}/glob2-%{version}.tar.gz
-# Source0-md5: 5ca119d2b9a103073465bc356815eecf
+# Source0-md5: e0483d5864cff4ace5ac8e39eae27429
Source1: %{name}.desktop
Patch0: %{name}-default_lang.patch
URL: http://globulation2.org/
@@ -71,8 +71,9 @@
%patch0 -p1
%build
-%{scons} \
+scons \
CXXFLAGS="%{rpmcxxflags}" \
+ LINKFLAGS="%{rpmldflags}" \
INSTALLDIR="%{_datadir}" \
BINDIR="%{_bindir}"
@@ -90,7 +91,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS README doc/*
+%doc AUTHORS README
%attr(755,root,root) %{_bindir}/*
%{_datadir}/glob2
%{_desktopdir}/%{name}.desktop
@@ -102,6 +103,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36.2.2 2008-04-27 16:54:54 lisu
+- up to 0.9.3 beta version
+- fix stupid "scons macro" mistake
+- pass our ldflags
+
Revision 1.36.2.1 2008-04-01 21:50:50 lisu
- up to 0.9.2 (it's beta version)
- use scons macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/globulation2.spec?r1=1.36.2.1&r2=1.36.2.2&f=u
More information about the pld-cvs-commit
mailing list