Author: witekfl Date: Sun Dec 23 17:51:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.0.34 - new Source URL - xorg dependencies - added patches with compilation fixes
---- Files affected: SPECS: xgalaga.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/xgalaga.spec diff -u SPECS/xgalaga.spec:1.8 SPECS/xgalaga.spec:1.9 --- SPECS/xgalaga.spec:1.8 Mon Feb 12 23:09:22 2007 +++ SPECS/xgalaga.spec Sun Dec 23 18:51:40 2007 @@ -2,20 +2,24 @@ Summary: Xgalaga is a clone of the famous classic arcade game Summary(pl.UTF-8): Xgalaga to klon bardzo popularnej gry Name: xgalaga -Version: 2.0 +Version: 2.0.34 Release: 1 License: GPL Group: X11/Applications/Games -Source0: http://www.mit.edu/afs/athena/contrib/games/src/%{name}-%{version}.tar.gz -# Source0-md5: ffc1d86b0757a57d23d1cc971014cc43 +Source0: http://dl.sourceforge.net/xgalaga/%{name}_%{version}.orig.tar.gz +# Source0-md5: 9f7ee685e9c4741b5f0edc3f91df9510 Patch0: %{name}-compile.patch Patch1: %{name}-DESTDIR.patch Patch2: %{name}-score.patch -BuildRequires: XFree86-devel +Patch3: %{name}-struct.patch +Patch4: %{name}-libs.patch +BuildRequires: automake +BuildRequires: xorg-lib-libXmu-devel +BuildRequires: xorg-lib-libXpm-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6/share/xgalaga -%define _exec_prefix /usr/X11R6/bin +%define _prefix /usr/share/xgalaga +%define _exec_prefix /usr/bin %description Xgalaga is a clone of the famous classic arcade game. Excellent @@ -31,9 +35,13 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build +cp -f /usr/share/automake/config.sub . %configure2_13 + %{__make} %install @@ -51,7 +59,8 @@ %defattr(644,root,root,755) %doc README CHANGES %attr(2755,root,games) %{_exec_prefix}/* -%{_prefix} +%dir %{_prefix} +%{_prefix}/* %attr(664,root,games) /var/games/xgalaga.score %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -60,7 +69,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.8 2007-02-12 22:09:22 glen +Revision 1.9 2007-12-23 17:51:40 witekfl +- up to 2.0.34 +- new Source URL +- xorg dependencies +- added patches with compilation fixes + +Revision 1.8 2007/02/12 22:09:22 glen - tabs in preamble Revision 1.7 2007/02/12 01:06:38 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xgalaga.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
