[powerpc-utils-python] - switch to noarch (Related: rhbz#1061054)

Dan Horák sharkcz at fedoraproject.org
Wed Mar 26 08:51:39 UTC 2014


commit 9990a28904ba1f7bdb1f7f77d88be0202937841d
Author: Dan Horák <dan at danny.cz>
Date:   Wed Mar 26 09:51:42 2014 +0100

    - switch to noarch (Related: rhbz#1061054)

 powerpc-utils-python.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/powerpc-utils-python.spec b/powerpc-utils-python.spec
index 79c1935..9932223 100644
--- a/powerpc-utils-python.spec
+++ b/powerpc-utils-python.spec
@@ -2,7 +2,7 @@
 
 Name:           powerpc-utils-python
 Version:        1.2.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python utilities for PowerPC platforms
 
 Group:          System Environment/Base
@@ -13,7 +13,8 @@ Source0:        http://sourceforge.net/projects/powerpc-utils/files/%{name}/%{na
 BuildRequires:  python-devel
 Requires:       pygtk2 >= 2.0
 
-ExclusiveArch:  ppc ppc64
+BuildArch:      noarch
+
 
 %description
 Python based utilities for maintaining and servicing PowerPC systems.
@@ -22,14 +23,13 @@ Python based utilities for maintaining and servicing PowerPC systems.
 %setup -q
 
 %build
-make 
+make
 
 %install
 make install DESTDIR=%{buildroot} FILES=""
 
 %files
-%defattr(-,root,root,-)
-%attr(755,root,root) %{_bindir}/amsvis
+%{_bindir}/amsvis
 %dir %{python_sitelib}/powerpcAMS
 %{python_sitelib}/powerpcAMS/*.py
 %{python_sitelib}/powerpcAMS/*.py[co]
@@ -38,6 +38,9 @@ make install DESTDIR=%{buildroot} FILES=""
 %doc README COPYRIGHT
 
 %changelog
+* Wed Mar 26 2014 Dan Horák <dan[at]danny.cz> - 1.2.1-5
+- switch to noarch (Related: rhbz#1061054)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list