Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1584ba2f9e3d399473e2cf9f7952b3c1 > files > 2

geary-0.4.3-1.mga4.src.rpm

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		geary
Version:	0.4.3
Release:	%mkrel 1
Summary:	A lightweight email program designed around conversations
License:	LGPLv2+
Group:		Networking/Mail
URL:		http://yorba.org/geary/
Source0:        https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	vala >= 0.17.4
BuildRequires:	cmake
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(unique-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.5
BuildRequires:	pkgconfig(libcanberra) >= 0.28
BuildRequires:	pkgconfig(sqlite3) >= 3.7.4
BuildRequires:	pkgconfig(gmime-2.6) >= 2.6.0
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.2.2
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
Requires:	hicolor-icon-theme

%description
Geary is a new email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
Geary is still in early development and has limited features today, but
we're planning to add lightning-fast searching, multiple account support,
and much more. Eventually we'd like Geary to have an extensible plugin
architecture so that developers will be able to add all kinds of nifty
features in a modular way.

%prep
%setup -q -n %{name}-%{version}

%build
%cmake -DGSETTINGS_COMPILE=OFF \
       -DGSETTINGS_COMPILE_IN_PLACE=OFF \
       -DICON_UPDATE=OFF \
       -DDESKTOP_UPDATE=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS MAINTAINERS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog
* Mon Dec 23 2013 dams <dams> 0.4.3-1.mga4
+ Revision: 560071
- new version 0.4.3

* Thu Nov 28 2013 dams <dams> 0.4.2-1.mga4
+ Revision: 553848
- update source URL
- new version 0.4.2
- remove useless patch and fix for webkitgtk

* Mon Oct 21 2013 umeabot <umeabot> 0.4.0-2.mga4
+ Revision: 539719
- Mageia 4 Mass Rebuild

* Tue Oct 08 2013 dams <dams> 0.4.0-1.mga4
+ Revision: 492818
- add a patch to build with 'webkit3-2.2.0'
- new version 0.4.0
- new git snapshot (20130925) to fix upstream #7541 (don't build with WebKitGTK2)
- new git snapshot (20130924)
- new git snapshot (20130920), 0.4.0pr2

  + fwang <fwang>
    - use system webkit gir
    - disable some operations for build
    - build with cmake

* Wed Apr 10 2013 dams <dams> 0.3.1-1.mga3
+ Revision: 409386
- new version 0.3.1

* Fri Mar 29 2013 wally <wally> 0.3.0-2.mga3
+ Revision: 406474
- build with our %%optflags and %%ldflags

* Wed Mar 27 2013 dams <dams> 0.3.0-1.mga3
+ Revision: 405741
- new version 0.3.0
- add patch for .desktop file
- update BR

* Fri Jan 11 2013 umeabot <umeabot> 0.2.2-2.mga3
+ Revision: 351183
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Nov 06 2012 dams <dams> 0.2.2-1.mga3
+ Revision: 315088
- add a %%group
- imported package geary