Author: lisu Date: Thu Nov 27 14:33:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.41 - transform.patch added (fix problem with transform() function) - install scores to DESTDIR
---- Files affected: SPECS: flyhard.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/flyhard.spec diff -u SPECS/flyhard.spec:1.5 SPECS/flyhard.spec:1.6 --- SPECS/flyhard.spec:1.5 Mon Feb 12 22:23:55 2007 +++ SPECS/flyhard.spec Thu Nov 27 15:33:42 2008 @@ -2,17 +2,19 @@ Summary: Thrust clone Summary(pl.UTF-8): Klon gry Thrust Name: flyhard -Version: 0.3 +Version: 0.41 Release: 1 License: GPL v2+ Group: X11/Applications/Games Source0: http://www.markboyd.me.uk/games/flyhard/%{name}-%{version}.tar.gz -# Source0-md5: 97a94d94b3f59d5dc56fa17a02fd1663 +# Source0-md5: 869bc989e346388b715a3a7479ab673e +Patch0: %{name}-transform.patch URL: http://www.markboyd.me.uk/games/flyhard/flyhard.html BuildRequires: SDL-devel BuildRequires: SDL_mixer-devel BuildRequires: autoconf BuildRequires: automake +BuildRequires: sed >= 4.0 BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,6 +28,9 @@ %prep %setup -q +%patch0 -p1 + +%{__sed} -i -e 's,\$(savedir),\$(DESTDIR)$(savedir),' src/Makefile.am %build %{__aclocal} @@ -56,6 +61,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2008/11/27 14:33:42 lisu +- 0.41 +- transform.patch added (fix problem with transform() function) +- install scores to DESTDIR + Revision 1.5 2007/02/12 21:23:55 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flyhard.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
