Ana Guerrero 2024-01-22 19:32:17 +00:00 committed by Git OBS Bridge
commit 2e8df40caa
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 20 02:27:35 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use %patch0 to fix compilation with rpm-4.19
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 18 13:50:48 UTC 2023 - schwab@linux-m68k.org Thu May 18 13:50:48 UTC 2023 - schwab@linux-m68k.org

View File

@ -24,7 +24,7 @@ License: GPL-2.0-or-later
Group: Productivity/Editors/Emacs Group: Productivity/Editors/Emacs
URL: https://github.com/wanderlust/flim URL: https://github.com/wanderlust/flim
Source: flim-%{version}.tar.gz Source: flim-%{version}.tar.gz
Patch: flim-encoding-fix.diff Patch0: flim-encoding-fix.diff
BuildRequires: emacs-apel >= 10.7 BuildRequires: emacs-apel >= 10.7
BuildRequires: emacs-nox BuildRequires: emacs-nox
Requires: emacs Requires: emacs
@ -41,7 +41,7 @@ For coding and decoding MIME messages.
%prep %prep
%setup -q -n flim-%{version} %setup -q -n flim-%{version}
%patch %patch0
%build %build
make %{?_smp_mflags} EMACS=emacs \ make %{?_smp_mflags} EMACS=emacs \