automatic version update by autodist [release 0.231-1mamba;Mon May 10 2021]
This commit is contained in:
parent
00f6194ec8
commit
0e69849ea0
12
mame.spec
12
mame.spec
@ -1,6 +1,6 @@
|
|||||||
%define tagver %(echo %version | tr -d .)
|
%define tagver %(echo %version | tr -d .)
|
||||||
Name: mame
|
Name: mame
|
||||||
Version: 0.229
|
Version: 0.231
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A virtual environment where you can run software written for other platforms, namely old arcades
|
Summary: A virtual environment where you can run software written for other platforms, namely old arcades
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -12,7 +12,6 @@ Source: https://gitlab.com/mamedev/mame.git/mame%{tagver}/mame-%{version}
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libSDL2-devel
|
BuildRequires: libSDL2-devel
|
||||||
BuildRequires: libSDL2_ttf-devel
|
BuildRequires: libSDL2_ttf-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -25,10 +24,12 @@ BuildRequires: libflac-devel
|
|||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblua-devel
|
BuildRequires: liblua-devel
|
||||||
BuildRequires: libportaudio-devel
|
BuildRequires: libportaudio-devel
|
||||||
BuildRequires: libportmidi-devel
|
BuildRequires: libportmidi-devel
|
||||||
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -106,7 +107,7 @@ autosave 1
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
:<< _EOF
|
||||||
|
|
||||||
# From Fedora
|
# From Fedora
|
||||||
#standard -g caused problems with OOM or relocation overflows
|
#standard -g caused problems with OOM or relocation overflows
|
||||||
@ -130,7 +131,7 @@ export CXXFLAGS+="-I%{_includedir}/lua5.3/"
|
|||||||
LDOPTS="$RPM_LD_FLAGS"
|
LDOPTS="$RPM_LD_FLAGS"
|
||||||
|
|
||||||
#cd docs
|
#cd docs
|
||||||
#%make html
|
#% make html
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -249,6 +250,9 @@ popd
|
|||||||
%license COPYING docs/legal/*
|
%license COPYING docs/legal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 0.231-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.229-1mamba
|
* Tue Mar 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.229-1mamba
|
||||||
- update to 0.229
|
- update to 0.229
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user