.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=427
This commit is contained in:
parent
7c35c3c073
commit
9271e39785
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 11:03:31 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- flymake-tests fails with gcc14 on 32bit architectures ... therefore
|
||||||
|
use gcc13 here
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 11:02:51 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 19 11:46:55 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Mon Aug 19 11:46:55 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -55,12 +55,14 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: fontconfig-devel
|
BuildRequires: fontconfig-devel
|
||||||
BuildRequires: fonts-config
|
BuildRequires: fonts-config
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
BuildRequires: gcc13
|
BuildRequires: gcc13
|
||||||
BuildRequires: gcc13-PIE
|
BuildRequires: gcc13-PIE
|
||||||
#!BuildIgnore: gcc14
|
#!BuildIgnore: gcc14
|
||||||
#!BuildIgnore: gcc14-PIE
|
#!BuildIgnore: gcc14-PIE
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: giflib-devel
|
BuildRequires: giflib-devel
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
@ -422,10 +424,12 @@ fi
|
|||||||
%else
|
%else
|
||||||
autoreconf -fiv -I $PWD -I $PWD/m4
|
autoreconf -fiv -I $PWD -I $PWD/m4
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
export CC=gcc-13
|
export CC=gcc-13
|
||||||
export AR=gcc-ar-13
|
export AR=gcc-ar-13
|
||||||
export RANLIB=gcc-ranlib-13
|
export RANLIB=gcc-ranlib-13
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
cflags ()
|
cflags ()
|
||||||
@ -637,11 +641,13 @@ popd
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
umask 022
|
umask 022
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
export CC=gcc-13
|
export CC=gcc-13
|
||||||
export AR=gcc-ar-13
|
export AR=gcc-ar-13
|
||||||
export RANLIB=gcc-ranlib-13
|
export RANLIB=gcc-ranlib-13
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
#
|
#
|
||||||
PATH=/sbin:$PATH
|
PATH=/sbin:$PATH
|
||||||
##
|
##
|
||||||
@ -871,11 +877,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/permissions.d
|
|||||||
|
|
||||||
%if %{with checks}
|
%if %{with checks}
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
export CC=gcc-13
|
export CC=gcc-13
|
||||||
export AR=gcc-ar-13
|
export AR=gcc-ar-13
|
||||||
export RANLIB=gcc-ranlib-13
|
export RANLIB=gcc-ranlib-13
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
make check
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user