forked from pool/emacs
Accepting request 83417 from home:jengelh:bl-e
- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) OBS-URL: https://build.opensuse.org/request/show/83417 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=55
This commit is contained in:
parent
bbfd3aa4bd
commit
362babe8ec
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant/obsolete tags/sections from specfile
|
||||
(cf. packaging guidelines)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 11 09:37:07 UTC 2011 - werner@suse.de
|
||||
|
||||
|
84
emacs.spec
84
emacs.spec
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: emacs
|
||||
@ -36,7 +35,6 @@ Requires: emacs-info = %{version}
|
||||
Requires: emacs_program = %{version}-%{release}
|
||||
Requires: ctags
|
||||
Provides: ge_site ge_exec emacs-url Mule-UCS emacs-calc erc emacmisc
|
||||
AutoReqProv: on
|
||||
Summary: GNU Emacs Base Package
|
||||
Source: ftp://ftp.gnu.org/gnu/emacs/emacs-23.3a.tar.bz2
|
||||
Source1: app-defaults.Emacs
|
||||
@ -84,22 +82,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Basic package for the GNU Emacs editor. Requires emacs-x11 or
|
||||
emacs-nox.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman <rms@gnu.org>
|
||||
Karl Heuer <kwzh@gnu.org>
|
||||
Geoff Voelker <voelker@cs.washington.edu>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Morten Welinder <terra@gnu.org>
|
||||
Paul Reilly <pmr@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
Brian Fox
|
||||
Jim Blandy <jimb@gnu.org>
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
Ken Stevens <k.stevens@ieee.org>
|
||||
|
||||
%package -n emacs-nox
|
||||
License: GPLv2+
|
||||
PreReq: fileutils
|
||||
@ -108,7 +90,6 @@ Requires: emacs = %{version}-%{release}
|
||||
Provides: emacs_program = %{version}-%{release}, emac_nox
|
||||
Summary: GNU Emacs-nox: An Emacs Binary without X Window System Support
|
||||
Group: Productivity/Editors/Emacs
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n emacs-nox
|
||||
Eight Megabytes And Constantly Swapping. Call it
|
||||
@ -117,22 +98,6 @@ emacs-nox
|
||||
|
||||
Love it or leave it.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman <rms@gnu.org>
|
||||
Karl Heuer <kwzh@gnu.org>
|
||||
Geoff Voelker <voelker@cs.washington.edu>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Morten Welinder <terra@gnu.org>
|
||||
Paul Reilly <pmr@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
Brian Fox
|
||||
Jim Blandy <jimb@gnu.org>
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
Ken Stevens <k.stevens@ieee.org>
|
||||
|
||||
%package -n emacs-x11
|
||||
License: GPLv2+
|
||||
PreReq: fileutils
|
||||
@ -143,7 +108,6 @@ Provides: emacs_program = %{version}-%{release} emacsbin
|
||||
Provides: emacs:/usr/bin/emacs ge_exec:/usr/bin/emacs
|
||||
Summary: GNU Emacs: Emacs binary with X Window System Support
|
||||
Group: Productivity/Editors/Emacs
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n emacs-x11
|
||||
Call it
|
||||
@ -153,22 +117,6 @@ Emacs
|
||||
Love it or leave it. This is the Emacs binary with X Window System
|
||||
Support.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman <rms@gnu.org>
|
||||
Karl Heuer <kwzh@gnu.org>
|
||||
Geoff Voelker <voelker@cs.washington.edu>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Morten Welinder <terra@gnu.org>
|
||||
Paul Reilly <pmr@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
Brian Fox
|
||||
Jim Blandy <jimb@gnu.org>
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
Ken Stevens <k.stevens@ieee.org>
|
||||
|
||||
%package -n emacs-el
|
||||
License: GPLv2+
|
||||
Obsoletes: ge_lisp
|
||||
@ -176,7 +124,6 @@ Requires: emacs = %{version}-%{release}
|
||||
Provides: ge_lisp
|
||||
Summary: Several Lisp Files for GNU Emacs
|
||||
Group: Productivity/Editors/Emacs
|
||||
AutoReqProv: on
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
@ -185,21 +132,6 @@ BuildArch: noarch
|
||||
Several Lisp files not needed for running GNU Emacs. Most of these
|
||||
files are pre-byte compiled and therefore not necessary.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman <rms@gnu.org>
|
||||
Karl Heuer <kwzh@gnu.org>
|
||||
Geoff Voelker <voelker@cs.washington.edu>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Morten Welinder <terra@gnu.org>
|
||||
Paul Reilly <pmr@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
Brian Fox <bfox@gnu.org>
|
||||
Jim Blandy <jimb@gnu.org>
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
%package -n emacs-info
|
||||
License: GPLv2+
|
||||
Obsoletes: ge_info elispman elisp-manual elispint emacs-lisp-intro
|
||||
@ -207,7 +139,6 @@ Provides: elispman elisp-manual elispint emacs-lisp-intro ge_info
|
||||
Summary: Info files for GNU Emacs
|
||||
Group: Productivity/Editors/Emacs
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
@ -217,21 +148,6 @@ This package contains all the Info files for GNU Emacs. These files can
|
||||
be read online with GNU Emacs. They describe Emacs and some of its
|
||||
modes.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman <rms@gnu.org>
|
||||
Karl Heuer <kwzh@gnu.org>
|
||||
Geoff Voelker <voelker@cs.washington.edu>
|
||||
David J. MacKenzie <djm@gnu.org>
|
||||
Morten Welinder <terra@gnu.org>
|
||||
Paul Reilly <pmr@gnu.org>
|
||||
Roland McGrath <roland@gnu.org>
|
||||
Brian Fox <bfox@gnu.org>
|
||||
Jim Blandy <jimb@gnu.org>
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
%prep
|
||||
%setup -q -b 2
|
||||
%patch1 -p0 -b .axp
|
||||
|
Loading…
Reference in New Issue
Block a user