65 lines
1.8 KiB
RPMSpec
65 lines
1.8 KiB
RPMSpec
Name: qmc2
|
|
Version: 0.45
|
|
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
|
|
* 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
|