package created using the webbuild interface [release 0.42-1mamba;Sat Dec 28 2013]
This commit is contained in:
parent
0b4a752b9e
commit
17ad7bb550
@ -1,2 +1,4 @@
|
||||
# qmc2
|
||||
|
||||
QMC2 is a Qt 4 based multi-platform GUI front end for several MAME, MESS and UME variants
|
||||
|
||||
|
55
qmc2.spec
Normal file
55
qmc2.spec
Normal file
@ -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 <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
|
||||
* Sat Dec 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user