Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > d05ede0f5b68df2b85e7cc96b7debdc5 > files > 4

grustibus-0.43-12.src.rpm

%define name	grustibus
%define version	0.43
%define release %mkrel 12
%define distsuffix plf

Release:	%release
Summary:	A Gnome frontend for mame
Name:     	%name
Version: 	%version
License:	GPLv2+
Group:		Emulators
URL:		http://grustibus.sourceforge.net/
Source:		http://download.sourceforge.net/gRustibus/%{name}-%{version}.tar.bz2
Patch: grustibus-0.43-xdg.patch
Patch1: grustibus-0.43-format-strings.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires: gnome-libs-devel
BuildRequires: libgdk-pixbuf-devel
Suggests: xmame

%description 
A frontend for the M.A.M.E. arcade emulator designed to run under the GNOME
desktop environment. Supported games are listed along with various information
about the game, including its status (installed, missing, incorrect etc).
Screenshots, flyer images and cabinet photos for the games can be shown. It
lets you configure your games using the gui.           

This package is in PLF because of Mandriva Linux policy forbidding
emulation softwares.

You must install xmame to use this program.
%prep
rm -rf $RPM_BUILD_ROOT

%setup -q
%patch -p1 -b .xdg
%patch1 -p1

%build

export CFLAGS="$RPM_OPT_FLAGS -I/usr/include/gdk-pixbuf-1.0"
export CXXFLAGS="$RPM_OPT_FLAGS -I/usr/include/gdk-pixbuf-1.0"

%configure --without-bonobo

%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%{find_lang} %{name}
mv %buildroot%{_datadir}/gnome/apps/ %buildroot%{_datadir}/applications/

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%doc COPYING ChangeLog INSTALL NEWS README TODO BUGS
%config(noreplace) %{_sysconfdir}/gnome/config/gRustibus.d/*
%dir %{_sysconfdir}/gnome/config/gRustibus.d/
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*

%changelog
* Mon May  2 2011 Götz Waschk <goetz@zarb.org> 0.43-12
- rebuild

* Sun Feb  8 2009 Götz Waschk <goetz@zarb.org> 0.43-11plf2009.1
- fix format strings
- update license

* Thu Feb  7 2008 Götz Waschk <goetz@zarb.org> 0.43-10plf2008.1
- drop old Debian menu
- cleanup spec
- suggest xmame
- update xdg menu patch

* Mon Aug 28 2006 Götz Waschk <goetz@zarb.org> 0.43-9plf2007.0
- xdg menu

* Mon Apr 24 2006 Götz Waschk <goetz@zarb.org> 0.43-8plf
- Rebuild

* Mon Apr 11 2005 Götz Waschk <goetz@zarb.org> 0.43-7plf
- mkrel
- fix description
- drop dep on xmame

* Mon Sep 20 2004 Götz Waschk <goetz@zarb.org> 0.43-6plf
- fix description
- fix buildrequires

* Wed Jul 16 2003 Götz Waschk <goetz@plf.zarb.org> 0.43-5plf
- fix dir ownership

* Tue Jun  3 2003 Götz Waschk <goetz@plf.zarb.org> 0.43-4plf
- fix buildrequires

* Fri Dec  6 2002 Götz Waschk <waschk@informatik.uni-rostock.de> 0.43-3plf
- don't compress png icons
- plf version

* Fri Jun 14 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.43-3mdk
- fix gdk-pixbuf path
- png icons

* Tue Jul 24 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.43-2mdk
- rebuild

* Tue Jan 05 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.43-1mdk
- added in contribs by Götz Waschk <waschk@linux-mandrake.com> :
	- initial Mandrake spec