update to 0.243 [release 0.243-1mamba;Tue Dec 13 2022]
This commit is contained in:
parent
54d0f62a90
commit
b218bbe911
@ -1,4 +1,4 @@
|
||||
# qmc2
|
||||
|
||||
QMC2 is a Qt 4 based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
QMC2 is a Qt based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
|
||||
|
28
qmc2.spec
28
qmc2.spec
@ -1,33 +1,36 @@
|
||||
Name: qmc2
|
||||
Version: 0.195
|
||||
Version: 0.243
|
||||
Release: 1mamba
|
||||
Summary: A Qt 4 based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
Summary: A Qt based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://qmc2.arcadehits.net/wordpress/
|
||||
Source: http://downloads.sourceforge.net/project/qmc2/qmc2/%{version}/qmc2-%{version}.tar.bz2
|
||||
URL: https://qmc2.batcom-it.net/
|
||||
Source: https://github.com/qmc2/qmc2-mame-fe.git/v%{version}/qmc2-mame-fe-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/project/qmc2/qmc2/%{version}/qmc2-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libQt5Multimedia-devel
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5WebKit-devel
|
||||
BuildRequires: libQt5XmlPatterns-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
QMC2 is a Qt 4 based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
QMC2 is a Qt based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q -n qmc2-mame-fe-%{version}
|
||||
|
||||
%build
|
||||
%make PREFIX=%{_prefix}
|
||||
@ -51,6 +54,9 @@ QMC2 is a Qt 4 based multi-platform GUI front end for several MAME, MESS and UME
|
||||
%{_datadir}/qmc2/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.243-1mamba
|
||||
- update to 0.243
|
||||
|
||||
* Fri Apr 13 2018 Automatic Build System <autodist@mambasoft.it> 0.195-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user