Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 6d4fac8822f42d2da4415745d65086ee > files > 3

gnome-xcf-thumbnailer-1.0-4.src.rpm

%define name gnome-xcf-thumbnailer
%define version 1.0
%define release %mkrel 4

Summary: Thumbnailer for GIMP's own format, XCF files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://download.gnome.org/sources/%name/%{name}-%{version}.tar.bz2
Patch0: gnome-xcf-thumbnailer-1.0-link.patch
License: GPLv2
Group: File tools
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libpng-devel
BuildRequires: glib2-devel >= 2.16
BuildRequires: libGConf2-devel
BuildRequires: popt-devel

%description
This creates thumbnail images from Gimp's XCF image files for nautilus and
other file managers.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%post
%post_install_gconf_schemas %name
%preun
%preun_uninstall_gconf_schemas %name

%files
%defattr(-,root,root)
%doc AUTHORS README NEWS TODO
%_sysconfdir/gconf/schemas/%name.schemas
%_bindir/%name



%changelog
* Sun May 22 2011 Funda Wang <fwang@mandriva.org> 1.0-4mdv2011.0
+ Revision: 677116
- rebuild to add gconf2 as req

* Mon Aug 09 2010 Götz Waschk <waschk@mandriva.org> 1.0-3mdv2011.0
+ Revision: 567866
- update build deps

  + Funda Wang <fwang@mandriva.org>
    - popt is not needed

* Thu Aug 07 2008 Thierry Vignaud <tv@mandriva.org> 1.0-2mdv2009.0
+ Revision: 266921
- rebuild early 2009.0 package (before pixel changes)

* Mon May 05 2008 Götz Waschk <waschk@mandriva.org> 1.0-1mdv2009.0
+ Revision: 201295
- import gnome-xcf-thumbnailer