Author: megabajt Date: Fri May 18 19:51:10 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added gcc4 and startup_crash patches - more verbose files
---- Files affected: SPECS: glaxium.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/glaxium.spec diff -u SPECS/glaxium.spec:1.10 SPECS/glaxium.spec:1.11 --- SPECS/glaxium.spec:1.10 Fri May 18 19:51:28 2007 +++ SPECS/glaxium.spec Fri May 18 21:51:02 2007 @@ -8,6 +8,8 @@ Group: X11/Applications/Games Source0: http://xhosxe.free.fr/glaxium/%{name}_%{version}.tar.gz # Source0-md5: ea6d6f8b4ebb7c73b74af64d83f45cb7 +Patch0: %{name}-gcc4.patch +Patch1: %{name}-startup_crash.patch URL: http://xhosxe.free.fr/glaxium BuildRequires: OpenGL-devel BuildRequires: OpenGL-glut-devel @@ -29,6 +31,8 @@ %prep %setup -q -n %{name}_%{version} +%patch0 -p1 +%patch1 -p1 sed 's/^GLAXIUM_INSTALLDIR=/GLAXIUM_INSTALLDIR=$(DESTDIR)/' Makefile.in > Makefile.in.tmp sed 's/^GLAXIUM_HOME=/GLAXIUM_HOME=$(DESTDIR)/' Makefile.in.tmp > Makefile.in sed 's/^MAN_DIR=/MAN_DIR=$(DESTDIR)/' Makefile.in > Makefile.in.tmp @@ -52,9 +56,9 @@ %files %defattr(644,root,root,755) %doc README.txt CHANGES.txt -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/glaxium %{_datadir}/games/%{name} -%{_mandir}/*/* +%{_mandir}/man6/glaxium.6* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -62,6 +66,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2007/05/18 19:51:02 megabajt +- added gcc4 and startup_crash patches +- more verbose files + Revision 1.10 2007/05/18 17:51:28 megabajt - s/glut-devel/OpenGL-glut-devel/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/glaxium.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
