rpms/gnome-nds-thumbnailer/devel gnome-nds-thumbnailer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

James Bowes (jbowes) fedora-extras-commits at redhat.com
Tue Feb 12 12:46:24 UTC 2008


Author: jbowes

Update of /cvs/pkgs/rpms/gnome-nds-thumbnailer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29731

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-nds-thumbnailer.spec 
Log Message:
initial import


--- NEW FILE gnome-nds-thumbnailer.spec ---
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 <jbowes at redhat.com> 1.0.2-1
- Updated with review feedback

* Sun Jan 06 2008 James Bowes <jbowes at redhat.com> 1.0.2-1
- Initial packaging for Fedora.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-nds-thumbnailer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2008 02:38:28 -0000	1.1
+++ .cvsignore	12 Feb 2008 12:45:51 -0000	1.2
@@ -0,0 +1 @@
+gnome-nds-thumbnailer-1.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-nds-thumbnailer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2008 02:38:28 -0000	1.1
+++ sources	12 Feb 2008 12:45:51 -0000	1.2
@@ -0,0 +1 @@
+316e43eb66828addae64038372c59ab9  gnome-nds-thumbnailer-1.0.2.tar.bz2




More information about the fedora-extras-commits mailing list