diff --git a/README.md b/README.md index 0221569..a1c3930 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # qmc2 +QMC2 is a Qt 4 based multi-platform GUI front end for several MAME, MESS and UME variants + diff --git a/qmc2.spec b/qmc2.spec new file mode 100644 index 0000000..4815de6 --- /dev/null +++ b/qmc2.spec @@ -0,0 +1,55 @@ +Name: qmc2 +Version: 0.42 +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 +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 +* Sat Dec 28 2013 Silvan Calarco 0.42-1mamba +- package created using the webbuild interface