Author: lisu Date: Fri Oct 13 22:05:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - .desktop added - rel++
---- Files affected: SPECS: dangerdeep.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/dangerdeep.spec diff -u SPECS/dangerdeep.spec:1.18 SPECS/dangerdeep.spec:1.19 --- SPECS/dangerdeep.spec:1.18 Fri Oct 13 22:16:33 2006 +++ SPECS/dangerdeep.spec Sat Oct 14 00:05:12 2006 @@ -3,13 +3,14 @@ Summary(pl): Danger from the Deep - symulacja niemieckiej łodzi podwodnej Name: dangerdeep Version: 0.2.0 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: X11/Applications/Games Source0: http://dl.sourceforge.net/dangerdeep/%{name}-%{version}.tar.gz # Source0-md5: 3733507e99de5afc3c4172024cdfc61b Source1: http://dl.sourceforge.net/sourceforge/dangerdeep/%{name}-data-%{version}.zip # Source1-md5: 931d035cdf07d29b57e4797218fe53ff +Source2: %{name}.desktop Patch0: %{name}-X11.patch URL: http://dangerdeep.sourceforge.net/ BuildRequires: SDL_image-devel @@ -57,14 +58,16 @@ %build # use `scons usex86sse=-1' to build dangerdeep on Ac (tested on i686) -scons +scons usex86sse=-1 %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_mandir}/man6} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir},%{_mandir}/man6,%{_pixmapsdir}} install build/linux/%{name} $RPM_BUILD_ROOT%{_bindir} install doc/man/%{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6 +install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir} +install logo.xpm $RPM_BUILD_ROOT%{_pixmapsdir} cp -r data/* $RPM_BUILD_ROOT%{_datadir}/%{name} install build/linux/{crosssection,damagemodel,oceantest,portal,viewmodel} $RPM_BUILD_ROOT%{_bindir} @@ -77,7 +80,9 @@ %doc CREDITS ChangeLog README %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop %{_mandir}/man6/%{name}.6* +%{_pixmapsdir}/logo.xpm %files utils %defattr(644,root,root,755) @@ -93,6 +98,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/10/13 22:05:12 lisu +- .desktop added +- rel++ + Revision 1.18 2006/10/13 20:16:33 lisu - up to 0.2.0 - %%{name}-X11.patch added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dangerdeep.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
