branch: elpa/rpm-spec-mode commit c34dfd343dcc69b53c8200321659f3fe8a98c377 Author: Björn Bidar <bjorn.bi...@thaodan.de> Commit: Björn Bidar <bjorn.bi...@thaodan.de>
Improve package metadata replaces references to XEmacs --- rpm-spec-mode.el | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/rpm-spec-mode.el b/rpm-spec-mode.el index cd5913bde0..f33f2b4404 100644 --- a/rpm-spec-mode.el +++ b/rpm-spec-mode.el @@ -3,23 +3,32 @@ ;; Copyright (C) 1997-2015 Stig Bjørlykke, <s...@bjorlykke.org> ;; Author: Stig Bjørlykke, <s...@bjorlykke.org> -;; Keywords: unix, languages +;; Tore Olsen <to...@tihlde.org> +;; Steve Sanbeg <san...@dset.com> +;; Tim Powers <t...@redhat.com> +;; Trond Eivind Glomsrød <t...@redhat.com> +;; Chmouel Boudjnah <chmo...@mandrakesoft.com> +;; Ville Skyttä <ville.sky...@iki.fi> +;; Adam Spiers <el...@adamspiers.org> + +;; Keywords: unix languages rpm ;; Version: 0.16 +;; URL: https://github.com/Thaodan/rpm-spec-mode/ +;; Package-Requires: ((emacs "27.1")) -;; This file is part of XEmacs. - -;; XEmacs is free software; you can redistribute it and/or modify +;; This file was part of XEmacs. +;; RPM-Spec-Mode is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. -;; XEmacs is distributed in the hope that it will be useful, +;; RPM-Spec-Mode is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with XEmacs; see the file COPYING. If not, write to the +;; along with RPM-Spec-Mode; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301 USA.