SPECS: xmame.spec - fixed sdl and x11 bconds (xmess packaging)
wrobell
wrobell at pld-linux.org
Tue Jun 5 23:39:28 CEST 2007
Author: wrobell Date: Tue Jun 5 21:39:28 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed sdl and x11 bconds (xmess packaging)
---- Files affected:
SPECS:
xmame.spec (1.67 -> 1.68)
---- Diffs:
================================================================
Index: SPECS/xmame.spec
diff -u SPECS/xmame.spec:1.67 SPECS/xmame.spec:1.68
--- SPECS/xmame.spec:1.67 Tue Jun 5 22:59:57 2007
+++ SPECS/xmame.spec Tue Jun 5 23:39:23 2007
@@ -447,13 +447,17 @@
%{_desktopdir}/%{name}-qtmame.desktop
%endif
+%if %{with x11}
%files xmess-x11
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/xmess.x11
+%endif
+%if %{with sdl}
%files xmess-SDL
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/xmess.SDL
+%endif
%if %{with svga}
%files xmess-svgalib
@@ -467,6 +471,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68 2007/06/05 21:39:23 wrobell
+- fixed sdl and x11 bconds (xmess packaging)
+
Revision 1.67 2007/06/05 20:59:57 wrobell
- sdl and x11 bconds added
- added relax linker flags to build on ppc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xmame.spec?r1=1.67&r2=1.68&f=u
More information about the pld-cvs-commit
mailing list