Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8ea40d46f6 | |||
| b470147ebc | |||
| 61f3047a60 | |||
| 8bfb2c794f |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 22 21:20:14 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
- Remove unused BuildRequires: update-desktop-files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 09:55:26 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 Jul 4 08:38:21 UTC 2024 - pgajdos@suse.com
|
Thu Jul 4 08:38:21 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgpod
|
# spec file for package libgpod
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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
|
||||||
@@ -51,7 +51,6 @@ BuildRequires: sg3_utils-devel
|
|||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: taglib-devel
|
BuildRequires: taglib-devel
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
%if %{libplist2}
|
%if %{libplist2}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@@ -131,7 +130,7 @@ This package includes support tools for libgpod.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{libplist2}
|
%if %{libplist2}
|
||||||
autoreconf -fvi
|
autoreconf -fvi -I /usr/share/gettext/m4
|
||||||
%endif
|
%endif
|
||||||
%configure --disable-silent-rules \
|
%configure --disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
|||||||
Reference in New Issue
Block a user