[xemacs] Make the -filesystem subpackage be noarch.

Jerry James jjames at fedoraproject.org
Tue Mar 1 21:22:32 UTC 2011


commit a6da04b4de66d2f51312a0f70281075ffd250eb9
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Mar 1 14:22:09 2011 -0700

    Make the -filesystem subpackage be noarch.

 xemacs.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xemacs.spec b/xemacs.spec
index a5a41a2..1f1bd8e 100644
--- a/xemacs.spec
+++ b/xemacs.spec
@@ -21,7 +21,7 @@
 
 Name:           xemacs
 Version:        21.5.29
-Release:        17%{?snap:.%{snap}}%{?dist}
+Release:        18%{?snap:.%{snap}}%{?dist}
 Summary:        Different version of Emacs
 
 Group:          Applications/Editors
@@ -234,6 +234,9 @@ This package contains XEmacs development support files.
 %package        filesystem
 Summary:        XEmacs filesystem layout
 Group:          Applications/Editors
+%if 0%{?fedora} >= 10
+BuildArch:      noarch
+%endif
 
 %description    filesystem
 XEmacs is a highly customizable open source text editor and
@@ -706,6 +709,9 @@ fi
 %dir %{_datadir}/xemacs/site-packages/pkginfo
 
 %changelog
+* Tue Mar  1 2011 Jerry James <loganjerry at gmail.com> - 21.5.29-18
+- Make -filesystem subpackage be noarch.
+
 * Tue Mar  1 2011 Jerry James <loganjerry at gmail.com> - 21.5.29-17
 - Add filesystem subpackage (bz 672093).
 - Add gnuclient desktop file.


More information about the scm-commits mailing list