92 lines
2.8 KiB
RPMSpec
92 lines
2.8 KiB
RPMSpec
Name: qmc2
|
|
Version: 0.55
|
|
Release: 1mamba
|
|
Summary: A Qt 4 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
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libSDL-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libphonon-devel
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libstdc++6-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
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n %{name}
|
|
|
|
%build
|
|
%make PREFIX=%{_prefix}
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall PREFIX=%{_prefix}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_sysconfdir}/qmc2
|
|
%config(noreplace) %{_sysconfdir}/qmc2/qmc2.ini
|
|
%{_bindir}/qmc2
|
|
%{_bindir}/qmc2-sdlmame
|
|
#%{_bindir}/runonce
|
|
%{_datadir}/applications/qmc2-sdlmame.desktop
|
|
%dir %{_datadir}/qmc2/
|
|
%{_datadir}/qmc2/*
|
|
|
|
%changelog
|
|
* Wed Sep 02 2015 Automatic Build System <autodist@mambasoft.it> 0.55-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 09 2015 Automatic Build System <autodist@mambasoft.it> 0.54-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 25 2015 Automatic Build System <autodist@mambasoft.it> 0.53-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 07 2015 Automatic Build System <autodist@mambasoft.it> 0.52-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 04 2015 Automatic Build System <autodist@mambasoft.it> 0.51-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 28 2015 Automatic Build System <autodist@mambasoft.it> 0.50-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Feb 18 2015 Automatic Build System <autodist@mambasoft.it> 0.48-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jan 10 2015 Automatic Build System <autodist@mambasoft.it> 0.47-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 0.46-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 19 2014 Automatic Build System <autodist@mambasoft.it> 0.45-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Aug 09 2014 Automatic Build System <autodist@mambasoft.it> 0.44-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 0.43-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Dec 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42-1mamba
|
|
- package created using the webbuild interface
|