Name: gnome-nds-thumbnailer Version: 1.0.2 Release: 1%{?dist} Summary: Thumbnailer for Nintendo DS ROM files Group: Amusements/Graphics License: GPLv2+ URL: http://ftp.gnome.org/pub/GNOME/sources/%{name} Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: GConf2 Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 %description Thumbnailer for Nintendo DS ROM files. Nintendo DS files contain an embedded 16 colours, 32x32 icon, which helps identify the ROM files. This application can display the images in Nautilus. %prep %setup -q %build %configure --disable-schemas make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %pre if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : fi %files %defattr(-,root,root,-) %doc README NEWS COPYING %config %{_sysconfdir}/gconf/schemas/gnome-nds-thumbnailer.schemas %{_bindir}/gnome-nds-thumbnailer %changelog * Tue Jan 15 2008 James Bowes 1.0.2-1 - Updated with review feedback * Sun Jan 06 2008 James Bowes 1.0.2-1 - Initial packaging for Fedora.