[globus-io/f19] Add aarch64 to the list of 64 bit platforms

Mattias Ellert ellert at fedoraproject.org
Sat May 25 08:18:46 UTC 2013


commit a9666e60d2ac47575940f8857b7ead0c63c45deb
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat May 25 10:18:01 2013 +0200

    Add aarch64 to the list of 64 bit platforms

 globus-io.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/globus-io.spec b/globus-io.spec
index 6c4d1b8..9a8015b 100644
--- a/globus-io.spec
+++ b/globus-io.spec
@@ -1,4 +1,4 @@
-%ifarch alpha ia64 ppc64 s390x sparc64 x86_64
+%ifarch aarch64 alpha ia64 ppc64 s390x sparc64 x86_64
 %global flavor gcc64
 %else
 %global flavor gcc32
@@ -7,7 +7,7 @@
 Name:		globus-io
 %global _name %(tr - _ <<< %{name})
 Version:	9.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - uniform I/O interface
 
 Group:		System Environment/Libraries
@@ -108,23 +108,21 @@ cat $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
 cat $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_dev.filelist \
   | sed s!^!%{_prefix}! > package-devel.filelist
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files -f package.filelist
-%defattr(-,root,root,-)
 %dir %{_datadir}/globus/packages/%{_name}
 %dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/README
 
 %files -f package-devel.filelist devel
-%defattr(-,root,root,-)
 
 %changelog
+* Tue May 21 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 9.4-2
+- Add aarch64 to the list of 64 bit platforms
+
 * Wed Feb 20 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 9.4-1
 - Update to Globus Toolkit 5.2.4
 


More information about the scm-commits mailing list