[raw-thumbnailer/f17] Updated to 3.0.0

belegdol belegdol at fedoraproject.org
Mon Oct 29 19:39:36 UTC 2012


commit 07c339772bdfd552d95ab0f4721eb3d64c8cf71d
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Mon Oct 29 20:39:02 2012 +0100

    Updated to 3.0.0
    
    - Dropped obsolete Group, Buildroot, %clean and %defattr
    - GConf2 is no more
    - Switched to .bz2 sources
    - Added intltool to BuildRequires, removed libgsf-devel and gnome-vfs2-devel

 .gitignore           |    1 +
 raw-thumbnailer.spec |   53 ++++++++++++++++++-------------------------------
 sources              |    2 +-
 3 files changed, 22 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95a4b73..e774f02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 raw-thumbnailer-0.99.1.tar.gz
+/raw-thumbnailer-3.0.0.tar.bz2
diff --git a/raw-thumbnailer.spec b/raw-thumbnailer.spec
index bc4a3b3..dfde93f 100644
--- a/raw-thumbnailer.spec
+++ b/raw-thumbnailer.spec
@@ -1,22 +1,15 @@
 Name:           raw-thumbnailer
-Version:        0.99.1
-Release:        8%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        Nautilus file manager thumbnailer for RAW images
 
-Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://libopenraw.freedesktop.org/wiki/RawThumbnailer
-Source0:        http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 
-Requires(pre): GConf2
-Requires(post): GConf2
-Requires(preun): GConf2
-
-BuildRequires:  libgsf-gnome-devel
+BuildRequires:  intltool
 BuildRequires:  libopenraw-gnome-devel
 BuildRequires:  perl(XML::Parser)
-BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
 
 %description
@@ -27,7 +20,7 @@ RawThumbnailer is a thumbnailer for RAW files that works with Nautilus.
 
 
 %build
-%configure --disable-schemas-install
+%configure
 make %{?_smp_mflags}
 
 
@@ -36,41 +29,35 @@ 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 || :
 update-mime-database %{_datadir}/mime &> /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
 
 %postun
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
+
 %files
-%defattr(-,root,root,-)
 %{_bindir}/raw-thumbnailer
 %{_datadir}/mime/packages/*.xml
+%{_datadir}/thumbnailers/raw.thumbnailer
 %doc AUTHORS COPYING NEWS
-%{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 
 %changelog
+* Sun Sep 30 2012 Julian Sikorski <belegdol at fedoraproject.org> - 3.0.0-1
+- Updated to 3.0.0
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+- GConf2 is no more
+- Switched to .bz2 sources
+- Added intltool to BuildRequires, removed libgsf-devel and gnome-vfs2-devel
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.1-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Mar 09 2012 Caolán McNamara <caolanm at redhat.com> - 0.99.1-9
+- Rebuild for new libgsf
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f1ed080..cd00e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b166320b17fa906bf0503ed3b6ba226  raw-thumbnailer-0.99.1.tar.gz
+fc56f327b3e2b2c647abd99b728b27a2  raw-thumbnailer-3.0.0.tar.bz2


More information about the scm-commits mailing list