File geary.spec of Package geary
#
# spec file for package geary
#
# Copyright (c) 2018 SUSE LINUX 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: geary
Version: 0.12.2
Release: 0
Summary: An email reader for the GNOME desktop
License: LGPL-2.1-or-later AND CC-BY-3.0 AND BSD-2-Clause
Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Geary
Source: http://download.gnome.org/sources/geary/0.12/%{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: xml2po
BuildRequires: pkgconfig(enchant) >= 1.6
BuildRequires: pkgconfig(gcr-3) >= 3.10.1
BuildRequires: pkgconfig(gee-0.8) >= 0.8.5
BuildRequires: pkgconfig(gio-2.0) >= 2.42.0
BuildRequires: pkgconfig(glib-2.0) >= 2.42.0
BuildRequires: pkgconfig(gmime-2.6) >= 2.6.17
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(javascriptcoregtk-4.0) >= 2.10.0
BuildRequires: pkgconfig(libcanberra) >= 0.28
BuildRequires: pkgconfig(libnotify) >= 0.7.5
BuildRequires: pkgconfig(libsecret-1) >= 0.11
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
BuildRequires: pkgconfig(sqlite3) >= 3.7.4
BuildRequires: pkgconfig(vapigen) >= 0.22.1
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.10.0
Recommends: %{name}-lang
%description
Geary is a email reader for GNOME.
Its interface is based on conversations, so entire discussion
may be read without having to navigate between messages.
%lang_package
%prep
%setup -q
%build
%cmake -DVALA_EXECUTABLE:FILEPATH=%{_bindir}/valac%{?vala_version_suffix} \
-DVAPIGEN:FILEPATH=%{_bindir}/vapigen%{?vala_version_suffix} \
-DGSETTINGS_COMPILE=OFF \
-DGSETTINGS_COMPILE_IN_PLACE=ON \
-DICON_UPDATE=OFF \
-DDESKTOP_UPDATE=OFF
make %{?_smp_mflags}
%install
%cmake_install
%suse_update_desktop_file org.gnome.Geary
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%files
%license COPYING COPYING.icons COPYING.snowball
%doc README NEWS THANKS AUTHORS
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%dir %{_datadir}/gnome/help/%{name}
%doc %{_datadir}/gnome/help/%{name}/C/
%{_bindir}/%{name}
%{_bindir}/geary-attach
%{_datadir}/%{name}/
%dir %{_libexecdir}/%{name}
%dir %{_libexecdir}/%{name}/web-extensions
%{_libexecdir}/%{name}/web-extensions/libgeary-web-process.so
%dir %{_datadir}/appdata
%{_datadir}/appdata/org.gnome.Geary.appdata.xml
%{_datadir}/applications/org.gnome.Geary.desktop
%{_datadir}/applications/geary-autostart.desktop
%dir %{_datadir}/contractor/
%{_datadir}/contractor/geary-attach.contract
%{_datadir}/icons/hicolor/
%{_datadir}/glib-2.0/schemas/org.gnome.Geary.gschema.xml
%files lang -f %{name}.lang
%changelog