forked from pool/libdbusmenu
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3702718505 | |||
|
|
066fbbf08a | ||
| d7ed1de33b | |||
| dc4b2a7917 | |||
| bfc48a8026 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 14:51:19 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Enable valgrind on riscv64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 13:42:44 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Work with newer gettext-runtime. In gettext 0.24.1 the m4 files
|
||||||
|
moved from /usr/share/aclocal/ to /usr/share/gettext/m4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 29 16:06:37 UTC 2024 - pgajdos@suse.com
|
Thu Feb 29 16:06:37 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package libdbusmenu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -89,7 +89,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|||||||
%endif
|
%endif
|
||||||
%if %{with testtools}
|
%if %{with testtools}
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl
|
%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl riscv64
|
||||||
BuildRequires: pkgconfig(valgrind)
|
BuildRequires: pkgconfig(valgrind)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@@ -204,7 +204,7 @@ This package contains the development files for the dbusmenu-jsonloader library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wno-error"
|
export CFLAGS="%{optflags} -Wno-error"
|
||||||
%gtkdoc autoreconf -fiv
|
%gtkdoc autoreconf -fiv -I /usr/share/gettext/m4
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
|||||||
Reference in New Issue
Block a user