Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 04fb38347b | |||
| 7f53ae21b1 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 14:44:38 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
- Fix build with gettext >= 0.24.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 12:19:03 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mate-user-guide
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -42,9 +42,12 @@ MATE Desktop Environment with general MATE applicability.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%if %{pkg_vcmp gettext-devel >= 0.24.1}
|
||||
export ACLOCAL_PATH=/usr/share/gettext/m4/
|
||||
%endif
|
||||
NOCONFIGURE=1 mate-autogen
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
Reference in New Issue
Block a user