Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5799
Modified Files:
mame.spec
Log Message:
* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
- Fixed the ini path correctly
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- mame.spec 15 Oct 2014 19:20:08 -0000 1.96
+++ mame.spec 4 Nov 2014 22:02:28 -0000 1.97
@@ -26,7 +26,7 @@
Version: 0.%{baseversion}
%endif
-Release: 1%{?svnrelease}%{?dist}
+Release: 2%{?svnrelease}%{?dist}
Summary: Multiple Arcade Machine Emulator
License: MAME License and BSD
@@ -223,6 +223,7 @@
%if %{with ldplayer}
make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
OPT_FLAGS="$RPM_OPT_FLAGS
-DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
+find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
%endif
%if %{with debug}
make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
@@ -388,6 +389,9 @@
%changelog
+* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
+- Fixed the ini path correctly
+
* Wed Oct 15 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-1
- Updated to 0.155
- Fixed the knock-on effect of changed build order on ini file names
Show replies by date