automatic version update by autodist [release 0.239-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
8c32f1a710
commit
2966c8565c
@ -1,6 +1,6 @@
|
||||
%define tagver %(echo %version | tr -d .)
|
||||
Name: mame
|
||||
Version: 0.238
|
||||
Version: 0.239
|
||||
Release: 1mamba
|
||||
Summary: A virtual environment where you can run software written for other platforms, namely old arcades
|
||||
Group: Applications/Emulators
|
||||
@ -39,6 +39,7 @@ BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3
|
||||
BuildRequires: librapidjson-devel
|
||||
BuildRequires: liblua53-devel
|
||||
Requires: %{name}-data = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -73,7 +74,7 @@ sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile
|
||||
|
||||
# Hack to force linking to lua5.3
|
||||
mkdir lib
|
||||
ln -s %{_libdir}/liblua.so lib/liblua.so
|
||||
ln -s %{_libdir}/liblua5.3.so lib/liblua.so
|
||||
|
||||
# Create ini file
|
||||
cat > %{name}.ini << EOF
|
||||
@ -121,6 +122,7 @@ RPM_LD_FLAGS="$RPM_LD_FLAGS -Wl,--no-keep-memory -fuse-ld=gold"
|
||||
|
||||
export CFLAGS+="-I%{_includedir}/lua5.3/"
|
||||
export CXXFLAGS+="-I%{_includedir}/lua5.3/"
|
||||
export LDFLAGS+=" -L${PWD}/lib"
|
||||
|
||||
%make_build -j2 \
|
||||
PYTHON_EXECUTABLE=%{__python3} \
|
||||
@ -251,6 +253,9 @@ popd
|
||||
%license COPYING docs/legal/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 0.239-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 0.238-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user