Accepting request 589994 from GNOME:Apps
t-u-u / boo#1086036 (forwarded request 589304 from dimstar) OBS-URL: https://build.opensuse.org/request/show/589994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=111
This commit is contained in:
commit
b995f204ee
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 20 17:14:28 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 14 04:02:36 UTC 2018 - luc14n0@linuxmail.org
|
Wed Mar 14 04:02:36 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ BuildRequires: libgsf-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.38.0
|
||||||
@ -59,9 +60,6 @@ Provides: gnumeric2 = %{version}
|
|||||||
Obsoletes: gnumeric2 < %{version}
|
Obsoletes: gnumeric2 < %{version}
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
%{?libperl_requires}
|
%{?libperl_requires}
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
BuildRequires: translation-update-upstream
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gnumeric is a spreadsheet application with advanced features and
|
Gnumeric is a spreadsheet application with advanced features and
|
||||||
@ -132,7 +130,6 @@ Gnumeric is part of the GNOME project.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
translation-update-upstream po-functions gnumeric-functions
|
translation-update-upstream po-functions gnumeric-functions
|
||||||
# remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains)
|
# remove incomplete translations caused by translation-update-upstream (global LINGUAS file, two domains)
|
||||||
@ -143,7 +140,6 @@ for LNG in po/*.po ; do
|
|||||||
sed -i "/^$LNG\$/d" po/LINGUAS
|
sed -i "/^$LNG\$/d" po/LINGUAS
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user