format spec
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-compat?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
cd0b56f5c2
commit
640a05e2da
@@ -1,7 +1,21 @@
|
|||||||
#
|
#
|
||||||
# spec file for package emacs-compat
|
# spec file for package emacs-compat
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2024 Björn Bidar
|
# Copyright (c) 2024 Björn Bidar
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%global _name compat
|
%global _name compat
|
||||||
|
|
||||||
@@ -15,13 +29,13 @@ URL: https://github.com/emacs-compat/compat
|
|||||||
Source0: %{_name}-%{version}.tar.gz
|
Source0: %{_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
|
BuildRequires: info
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: info
|
|
||||||
Requires: emacs
|
Requires: emacs
|
||||||
Supplements: emacs
|
Supplements: emacs
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(preun):%{install_info_prereq}
|
Requires(preun): %{install_info_prereq}
|
||||||
# PATCH-FEATURE-UPSTREAM install targets PR 30
|
# PATCH-FEATURE-UPSTREAM install targets PR 30
|
||||||
Patch1: 0001-Add-install-target.patch
|
Patch1: 0001-Add-install-target.patch
|
||||||
|
|
||||||
@@ -43,7 +57,6 @@ compat.el, the forwards-compatibility library for (GNU) Emacs Lisp, versions 24.
|
|||||||
%preun
|
%preun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{_name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{_name}.info.gz
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user