rpms/gmameui/F-9 gmameui.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Sat Oct 18 16:26:31 CEST 2008


Author: thl

Update of /cvs/nonfree/rpms/gmameui/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32678

Modified Files:
	.cvsignore sources 
Added Files:
	gmameui.spec 
Log Message:
sync with devel (after importing from freshrpms there)


--- NEW FILE gmameui.spec ---
Summary: Frontend for MAME
Name: gmameui
Version: 0.2.2
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Emulators
URL: http://gmameui.sourceforge.net/
Source: http://downloads.sf.net/gmameui/gmameui-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk2-devel
BuildRequires: expat-devel
BuildRequires: libglade2-devel
BuildRequires: gettext, bison
BuildRequires: perl(XML::Parser)

%description
GMAMEUI is a front-end program that helps you run MAME (either xmame or
sdlmame), allowing you to run your arcade games quickly and easily.


%prep
%setup -q


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot} _docs
%{__make} install DESTDIR=%{buildroot}
#find_lang %{name}

# Put the docs back into place
%{__mkdir} _docs
%{__mv} %{buildroot}%{_docdir}/%{name}*/* _docs/


%clean
%{__rm} -rf %{buildroot}


%files
# -f %{name}.lang
%defattr(-,root,root,-)
%doc _docs/*
%{_bindir}/gmameui
%{_datadir}/applications/gmameui.desktop
%{_datadir}/pixmaps/gmameui.png
%{_datadir}/gmameui/
%{_mandir}/man6/gmameui.6*


%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.2-2
- rebuild for RPM Fusion

* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Initial RPM package, based on the gxmame spec file.



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Oct 2008 13:43:09 -0000	1.1
+++ .cvsignore	18 Oct 2008 14:26:30 -0000	1.2
@@ -0,0 +1 @@
+gmameui-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Oct 2008 13:43:09 -0000	1.1
+++ sources	18 Oct 2008 14:26:30 -0000	1.2
@@ -0,0 +1 @@
+2da4f06c3ade3c4d6c1356465925816d  gmameui-0.2.2.tar.gz



More information about the rpmfusion-commits mailing list