automatic version update by autodist [release 0.238-1mamba;Wed Nov 24 2021]
This commit is contained in:
parent
97e1b9643d
commit
8c32f1a710
@ -1,6 +1,6 @@
|
||||
%define tagver %(echo %version | tr -d .)
|
||||
Name: mame
|
||||
Version: 0.237
|
||||
Version: 0.238
|
||||
Release: 1mamba
|
||||
Summary: A virtual environment where you can run software written for other platforms, namely old arcades
|
||||
Group: Applications/Emulators
|
||||
@ -30,12 +30,12 @@ BuildRequires: liblua-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libportmidi-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libutf8proc-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pugixml-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3
|
||||
BuildRequires: librapidjson-devel
|
||||
@ -177,7 +177,7 @@ pushd language
|
||||
find -type d -exec install -d %{buildroot}%{_datadir}/%{name}/language/{} \;
|
||||
find -type f -name \*.mo -exec install -pm 644 {} %{builroot}%{_datadir}/%{name}/language/{} \;
|
||||
# flag the translation files as %%lang
|
||||
grep -r --include=*.po Language: | sed -r 's@(.*)/strings\.po:"Language: ([[:alpha:]]{2}(_[[:alpha:]]{2})?)\\n"@%lang(\2) %{_datadir}/%{name}/language/\1@' > ../%{name}.lang
|
||||
grep -r --include=*.po Language: | grep -v Source | sed -r 's@(.*)/strings\.po:".*Language: ([[:alpha:]]{2}(_[[:alpha:]]{2})?)\\n"@%lang(\2) %{_datadir}/%{name}/language/\1@' > ../%{name}.lang
|
||||
popd
|
||||
pushd plugins
|
||||
find -type d -exec install -d %{buildroot}%{_datadir}/%{name}/plugins/{} \;
|
||||
@ -251,6 +251,9 @@ popd
|
||||
%license COPYING docs/legal/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 0.238-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 27 2021 Automatic Build System <autodist@mambasoft.it> 0.237-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user