File shotwell.spec of Package shotwell
#
# spec file for package shotwell
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: shotwell
Version: 0.11.5
Release: 1
# FIXME: Check if the hack to remove --fatal-warnings is still required. Also see http://redmine.yorba.org/issues/3760
License: LGPLv2.1+
Summary: Photo Manager for GNOME
Url: http://yorba.org/shotwell/
Group: Productivity/Graphics/Viewers
Source: http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE shotwell-no-max-vala.patch vuntz@opensuse.org -- Shotwell devs don't want vala 0.13/0.14 for 0.11.x, but it's okay to use it. See http://redmine.yorba.org/issues/3760 and the vala fix in https://bugzilla.gnome.org/show_bug.cgi?id=656266
Patch0: shotwell-no-max-vala.patch
BuildRequires: libraw-devel-static
BuildRequires: vala
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gdk-2.0)
BuildRequires: pkgconfig(gdk-x11-2.0)
BuildRequires: pkgconfig(gee-1.0)
BuildRequires: pkgconfig(gexiv2)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-base-0.10)
BuildRequires: pkgconfig(gstreamer-pbutils-0.10)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libgphoto2)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(webkit-1.0)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%description
Shotwell is a digital photo organizer designed for the GNOME desktop
environment. It allows you to import photos from disk or camera,
organize them in various ways, view them in full-window or fullscreen
mode, and export them to share with others.
%lang_package
%prep
%setup -q
%patch0 -p1
%build
# We can't use the configure macro: it's not a standard autotools configure script
export CFLAGS="%{optflags}"
export LIB=%{_lib}
# HACK: Remove fatal-warnings to succeed build with vala 0.13.
sed -i "s:--fatal-warnings ::g" Makefile plugins/Makefile.plugin.mk
./configure \
--prefix=%{_prefix} \
--lib=%{_lib} \
--disable-schemas-compile \
--disable-desktop-update \
--disable-icon-update
%__make %{?_smp_mfalgs}
%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
%find_lang shotwell-extras shotwell.lang %{no_lang_C}
%suse_update_desktop_file shotwell
%suse_update_desktop_file shotwell-viewer
%clean
rm -rf %{buildroot}
%if 0%{?suse_version} > 1130
%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%endif
%if 0%{?suse_version} > 1130
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files
%defattr(-,root,root)
%doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/%{name}/
%doc %{_datadir}/gnome/help/%{name}/C/
%{_bindir}/shotwell
%{_bindir}/shotwell-video-thumbnailer
%{_datadir}/applications/shotwell*.desktop
%{_datadir}/GConf/gsettings/shotwell.convert
%{_datadir}/glib-2.0/schemas/org.yorba.shotwell-extras.gschema.xml
%{_datadir}/glib-2.0/schemas/org.yorba.shotwell.gschema.xml
%{_datadir}/icons/hicolor/*/apps/shotwell.svg
%{_datadir}/shotwell/
%{_libdir}/shotwell/
%files lang -f %{name}.lang
%changelog