Accepting request 590031 from GNOME:Factory
t-u-u / boo#1086036 (forwarded request 589344 from dimstar) OBS-URL: https://build.opensuse.org/request/show/590031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=209
This commit is contained in:
commit
4f303548f5
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 20 17:35:55 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Unconditionally enable translation-update-upstream: on
|
||||||
|
Tumbleweed, this results in a NOP and for Leap in SLE paid
|
||||||
|
translations being used (boo#1086036).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 13 08:39:31 UTC 2018 - jengelh@inai.de
|
Tue Mar 13 08:39:31 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
|||||||
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
||||||
License: LGPL-2.0-only AND LGPL-3.0-only
|
License: LGPL-2.0-only AND LGPL-3.0-only
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Url: http://wiki.gnome.org/Apps/Evolution/
|
URL: http://wiki.gnome.org/Apps/Evolution/
|
||||||
Source0: http://download.gnome.org/sources/evolution/%{evolution_base_version}/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/evolution/%{evolution_base_version}/%{name}-%{version}.tar.xz
|
||||||
# The icon we rely on is from adwaita-icon-theme
|
# The icon we rely on is from adwaita-icon-theme
|
||||||
BuildRequires: adwaita-icon-theme
|
BuildRequires: adwaita-icon-theme
|
||||||
@ -51,6 +51,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: psmisc
|
BuildRequires: psmisc
|
||||||
BuildRequires: spamassassin
|
BuildRequires: spamassassin
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(atk)
|
BuildRequires: pkgconfig(atk)
|
||||||
@ -89,9 +90,6 @@ Obsoletes: evolution-python-plugins < %{version}
|
|||||||
%if %{need_autogen}
|
%if %{need_autogen}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
BuildRequires: translation-update-upstream
|
|
||||||
%endif
|
|
||||||
%if %{use_gtkimageview}
|
%if %{use_gtkimageview}
|
||||||
BuildRequires: pkgconfig(gtkimageview-3.0)
|
BuildRequires: pkgconfig(gtkimageview-3.0)
|
||||||
%endif
|
%endif
|
||||||
@ -164,9 +162,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user