Accepting request 838265 from M17N
OBS-URL: https://build.opensuse.org/request/show/838265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-apel?expand=0&rev=3
This commit is contained in:
1040
emacs-apel-fix-old-backquote.patch
Normal file
1040
emacs-apel-fix-old-backquote.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 11:42:59 UTC 2020 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- add emacs-apel-fix-old-backquote.patch
|
||||
- fix TW build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 18:12:13 CEST 2018 - tiwai@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package emacs-apel
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -22,13 +22,15 @@ Release: 0
|
||||
Summary: A Portable Emacs Library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Editors/Emacs
|
||||
Url: http://git.chise.org/elisp/apel
|
||||
URL: http://git.chise.org/elisp/apel
|
||||
Source: http://git.chise.org/elisp/dist/apel/apel-%{version}.tar.gz
|
||||
Source1: suse-start-apel.el
|
||||
Patch0: prevent-fontset-error.patch
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch1: apel-10.8-040_make-temp-file-for-Emacs-24.3.50.patch
|
||||
Patch2: apel-emacs-escape-fix.patch
|
||||
#PATCH-FIX-UPSTREAM use new style backquotes
|
||||
Patch3: https://src.fedoraproject.org/rpms/emacs-apel/raw/master/f/emacs-apel-fix-old-backquote.patch
|
||||
BuildRequires: emacs-nox
|
||||
Requires: emacs
|
||||
Requires: emacs_program
|
||||
@@ -47,6 +49,7 @@ A Portable Emacs Library
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
cp -p %{SOURCE1} .
|
||||
iconv -fiso2022jp -tutf-8 README.ja > README.ja.new
|
||||
mv README.ja.new README.ja
|
||||
|
Reference in New Issue
Block a user