Author: adamg Date: Sun Feb 1 18:45:17 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - desktop file; release 3
---- Files affected: SPECS: einstein.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/einstein.spec diff -u SPECS/einstein.spec:1.7 SPECS/einstein.spec:1.8 --- SPECS/einstein.spec:1.7 Fri Jan 2 22:31:18 2009 +++ SPECS/einstein.spec Sun Feb 1 19:45:12 2009 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Implementacja gry logicznej Alberta Einsteina Name: einstein Version: 2.0 -Release: 2 +Release: 3 License: GPL Group: X11/Applications/Games Source0: http://games.flowix.com/files/einstein/%{name}-%{version}-src.tar.gz # Source0-md5: c1d98e761c10af63f03462ead625f80c +Source1: %{name}.desktop Patch0: %{name}-makefile.patch Patch1: %{name}-gcc43.patch Patch2: %{name}-kill-warnings.patch @@ -39,10 +40,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_desktopdir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} + %clean rm -rf $RPM_BUILD_ROOT @@ -51,6 +55,7 @@ %doc README %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/02/01 18:45:12 adamg +- desktop file; release 3 + Revision 1.7 2009/01/02 21:31:18 adamg - x86-64 buildfix; release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/einstein.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
