rpms/sdlmess/devel sdlmess.spec,1.13,1.14

Julian Sikorski belegdol at rpmfusion.org
Thu Sep 17 17:45:14 CEST 2009


Author: belegdol

Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6647

Modified Files:
	sdlmess.spec 
Log Message:
Disabled the debug build


Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sdlmess.spec	17 Sep 2009 12:23:01 -0000	1.13
+++ sdlmess.spec	17 Sep 2009 15:45:13 -0000	1.14
@@ -117,8 +117,8 @@
 
 
 %build
-make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
-    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
+#make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
+#    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
 make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
     OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mess;\""' -f makefile.sdl
 
@@ -149,7 +149,7 @@
 
 # Install binaries and config files
 install -pm 755 mess %{buildroot}%{_bindir}/mess
-install -pm 755 messd %{buildroot}%{_bindir}/messd
+#install -pm 755 messd %{buildroot}%{_bindir}/messd
 install -pm 755 castool imgtool messtest %{buildroot}%{_bindir}
 install -pm 644 sysinfo.dat %{buildroot}%{_datadir}/mess
 install -pm 644 artwork/* %{buildroot}%{_datadir}/mess/artwork
@@ -197,10 +197,10 @@
 %{_datadir}/mess/ctrlr/*
 %{_datadir}/mess/hash/*
 
-%files debug
-%defattr(-,root,root,-)
-%doc docs/license.txt
-%{_bindir}/messd
+#%files debug
+#%defattr(-,root,root,-)
+#%doc docs/license.txt
+#%{_bindir}/messd
 
 
 %changelog



More information about the rpmfusion-commits mailing list