2014-10-27 16:47:58 +01:00
|
|
|
#
|
|
|
|
# spec file for package emacs-apel
|
|
|
|
#
|
2020-09-28 13:49:00 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2014-10-27 16:47:58 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-09-28 13:49:00 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-10-27 16:47:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: emacs-apel
|
2023-05-20 10:22:38 +02:00
|
|
|
Version: 10.8+81+g82eb232
|
2014-10-27 16:47:58 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: A Portable Emacs Library
|
2018-07-25 17:29:17 +02:00
|
|
|
License: GPL-2.0-or-later
|
2014-10-27 16:47:58 +01:00
|
|
|
Group: Productivity/Editors/Emacs
|
2022-05-10 10:32:01 +02:00
|
|
|
URL: https://github.com/wanderlust/apel
|
|
|
|
Source: apel-%{version}.tar.gz
|
2014-10-27 16:47:58 +01:00
|
|
|
Source1: suse-start-apel.el
|
|
|
|
BuildRequires: emacs-nox
|
|
|
|
Requires: emacs
|
|
|
|
Requires: emacs_program
|
2018-07-25 17:29:17 +02:00
|
|
|
Provides: apel = %{version}
|
|
|
|
Obsoletes: apel < %{version}
|
2014-10-27 16:47:58 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Portable Emacs Library
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n apel-%{version}
|
|
|
|
cp -p %{SOURCE1} .
|
|
|
|
|
|
|
|
%build
|
|
|
|
make "CFLAGS=%{optflags}" LDFLAGS=-s EMACS=emacs PREFIX=%{_prefix} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install EMACS=emacs PREFIX=%{buildroot}%{_prefix}
|
|
|
|
install -m 644 suse-start-apel.el %{buildroot}%{_datadir}/emacs/site-lisp/
|
|
|
|
# make install.man
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2022-05-10 10:32:01 +02:00
|
|
|
%doc README.en README.ja
|
2014-11-01 21:36:11 +01:00
|
|
|
%{_datadir}/emacs/site-lisp/suse-start-apel.el
|
2014-10-27 16:47:58 +01:00
|
|
|
%{_datadir}/emacs/site-lisp/emu
|
|
|
|
%{_datadir}/emacs/site-lisp/apel
|
|
|
|
|
|
|
|
%changelog
|