[emacs] Build -el, -terminal, and -filesystem as noarch (rhbz#834907).

Ville Skyttä scop at fedoraproject.org
Wed Jul 11 15:34:21 UTC 2012


commit c4e0752fd70bae932015d76bb5ff92e04ac3bf05
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Jul 11 18:34:15 2012 +0300

    Build -el, -terminal, and -filesystem as noarch (rhbz#834907).

 emacs.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index e6af2e8..12532f2 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 24.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -115,6 +115,7 @@ This package contains all the common files needed by emacs or emacs-nox.
 Summary: Lisp source files included with GNU Emacs
 Group: Applications/Editors
 Requires: %{name}-filesystem
+BuildArch: noarch
 
 %description el
 Emacs-el contains the emacs-elisp sources for many of the elisp
@@ -127,6 +128,7 @@ Emacs packages or see some elisp examples.
 Summary: A desktop menu item for GNU Emacs terminal.
 Group: Applications/Editors
 Requires: emacs = %{epoch}:%{version}-%{release}
+BuildArch: noarch
 
 %description terminal
 
@@ -134,11 +136,12 @@ Contains a desktop menu item running GNU Emacs terminal. Install
 emacs-terminal if you need a terminal with Malayalam support.
 
 Please note that emacs-terminal is a temporary package and it will be
-removed when anther terminal becomes capable of handling Malayalam.
+removed when another terminal becomes capable of handling Malayalam.
 
 %package filesystem
 Summary: Emacs filesystem layout
 Group: Applications/Editors
+BuildArch: noarch
 
 %description filesystem
 This package provides some directories which are required by other
@@ -433,6 +436,9 @@ update-desktop-database &> /dev/null || :
 %dir %{_datadir}/emacs/site-lisp/site-start.d
 
 %changelog
+* Wed Jul 11 2012 Ville Skyttä <ville.skytta at iki.fi> - 1:24.1-2
+- Build -el, -terminal, and -filesystem as noarch (rhbz#834907).
+
 * Mon Jun 18 2012 Karel Klíč <kklic at redhat.com> - 1:24.1-1
 - New upstream release
 - Switch from GTK 2 to GTK 3


More information about the scm-commits mailing list