Author: wrobell Date: Wed Jun 6 10:56:00 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - do not strip during linking - rel 0.3
---- Files affected: SPECS: xmame.spec (1.68 -> 1.69) ---- Diffs: ================================================================ Index: SPECS/xmame.spec diff -u SPECS/xmame.spec:1.68 SPECS/xmame.spec:1.69 --- SPECS/xmame.spec:1.68 Tue Jun 5 23:39:23 2007 +++ SPECS/xmame.spec Wed Jun 6 12:55:55 2007 @@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Emulador de Arcades X-Mame Name: xmame Version: 0.106 -Release: 0.2 +Release: 0.3 License: GPL Group: Applications/Emulators #Source0Download: http://x.mame.net/xmame-doc-7.html @@ -272,7 +272,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ DISPLAY_METHOD=SDL \ SOUND_ESOUND=1 \ SOUND_ALSA=1 \ @@ -287,7 +287,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ X11LIB="-L/usr/X11R6/%{_lib}" \ DISPLAY_METHOD=x11 \ SOUND_ESOUND=1 \ @@ -303,7 +303,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ DISPLAY_METHOD=svgalib \ SOUND_ESOUND=1 \ SOUND_ALSA=1 \ @@ -319,7 +319,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ DISPLAY_METHOD=SDL \ SOUND_ESOUND=1 \ SOUND_ALSA=1 \ @@ -335,7 +335,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ X11LIB="-L/usr/X11R6/%{_lib}" \ DISPLAY_METHOD=x11 \ SOUND_ESOUND=1 \ @@ -352,7 +352,7 @@ PREFIX=%{_prefix} \ XMAMEROOT=%{_datadir}/games/%{name} \ CC="%{__cc} %{rpmcflags}" \ - LD="%{__cc} %{rpmldflags} -Wl,-s,--relax" \ + LD="%{__cc} %{rpmldflags} -Wl,--relax" \ DISPLAY_METHOD=svgalib \ SOUND_ESOUND=1 \ SOUND_ALSA=1 \ @@ -471,6 +471,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.69 2007/06/06 10:55:55 wrobell +- do not strip during linking +- rel 0.3 + Revision 1.68 2007/06/05 21:39:23 wrobell - fixed sdl and x11 bconds (xmess packaging) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xmame.spec?r1=1.68&r2=1.69&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
