Accepting request 590033 from GNOME:Factory
t-u-u / boo#1086036 (forwarded request 589347 from dimstar) OBS-URL: https://build.opensuse.org/request/show/590033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=188
This commit is contained in:
commit
7eba9ba588
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 20 17:36:46 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 09:55:41 UTC 2018 - bjorn.lie@gmail.com
|
Mon Mar 12 09:55:41 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ BuildRequires: pkgconfig
|
|||||||
# For adresbook data generating
|
# For adresbook data generating
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: sqlite3-devel >= 3.7.17
|
BuildRequires: sqlite3-devel >= 3.7.17
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: vala >= 0.22.0
|
BuildRequires: vala >= 0.22.0
|
||||||
BuildRequires: pkgconfig(gcr-base-3) >= 3.4
|
BuildRequires: pkgconfig(gcr-base-3) >= 3.4
|
||||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8
|
BuildRequires: pkgconfig(goa-1.0) >= 3.8
|
||||||
@ -72,9 +73,6 @@ Requires: mozilla-nss
|
|||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
# typelib-1_0-ECalendar-1_2 was dropped with e-d-s 3.7.3 due to libical not being introspecatble.
|
# typelib-1_0-ECalendar-1_2 was dropped with e-d-s 3.7.3 due to libical not being introspecatble.
|
||||||
Obsoletes: typelib-1_0-ECalendar-1_2 <= %{version}
|
Obsoletes: typelib-1_0-ECalendar-1_2 <= %{version}
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
BuildRequires: translation-update-upstream
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Evolution Data Server provides a central location for your address book
|
Evolution Data Server provides a central location for your address book
|
||||||
@ -269,9 +267,7 @@ This package contains developer documentation.
|
|||||||
|
|
||||||
%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