SPECS: asylum.spec - up to 0.3.0 - add scores files - change flags passing
lisu
lisu at pld-linux.org
Mon Feb 23 15:01:53 CET 2009
Author: lisu Date: Mon Feb 23 14:01:53 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.3.0
- add scores files
- change flags passing
---- Files affected:
SPECS:
asylum.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/asylum.spec
diff -u SPECS/asylum.spec:1.13 SPECS/asylum.spec:1.14
--- SPECS/asylum.spec:1.13 Sun Nov 11 14:57:20 2007
+++ SPECS/asylum.spec Mon Feb 23 15:01:47 2009
@@ -2,12 +2,12 @@
Summary: Port of Digital Psychosis' 1994 platform shooter
Summary(pl.UTF-8): Port gry platformowej napisanej przez Digital Psychosis w 1994 roku
Name: asylum
-Version: 0.2.3
+Version: 0.3.0
Release: 1
License: GPL v3+
Group: X11/Applications/Games
Source0: http://dl.sourceforge.net/sdl-asylum/%{name}-%{version}.tar.gz
-# Source0-md5: ae381080926d3837235cc3c2eaf081f1
+# Source0-md5: 4411dea50152b04f04147f720b10db37
Patch0: %{name}-makefile.patch
URL: http://sdl-asylum.sourceforge.net/
BuildRequires: SDL-devel
@@ -30,7 +30,8 @@
%build
%{__make} \
CC="%{__cxx}" \
- OPTFLAGS="%{rpmcxxflags} -DRESOURCEPATH=\\\"%{_datadir}/asylum\\\" -DSCOREPATH=\\\"/var/games/asylum\\\""
+ CFLAGS="%{rpmcxxflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -47,6 +48,7 @@
%attr(2755,root,games) %{_bindir}/%{name}
%{_datadir}/%{name}
%attr(775,root,games) %dir /var/games/asylum
+%attr(775,root,games) /var/games/asylum/*Scores
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +56,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2009/02/23 14:01:47 lisu
+- up to 0.3.0
+- add scores files
+- change flags passing
+
Revision 1.13 2007/11/11 13:57:20 lisu
- rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asylum.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list