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

Mattias Ellert ellert at fedoraproject.org
Sat May 25 15:36:30 UTC 2013


commit be9aa7b061e66039aa6d06813c484f4610c15630
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat May 25 17:35:56 2013 +0200

    Add aarch64 to the list of 64 bit platforms

 globus-rsl.spec |   22 +++++-----------------
 1 files changed, 5 insertions(+), 17 deletions(-)
---
diff --git a/globus-rsl.spec b/globus-rsl.spec
index 51b3cb6..005597d 100644
--- a/globus-rsl.spec
+++ b/globus-rsl.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-rsl
 %global _name %(tr - _ <<< %{name})
 Version:	9.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Globus Toolkit - Resource Specification Language Library
 
 Group:		System Environment/Libraries
@@ -34,11 +34,7 @@ BuildRequires:	graphviz
 BuildRequires:	graphviz-gd
 %endif
 BuildRequires:	ghostscript
-%if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 5
 BuildRequires:	tex(latex)
-%else
-BuildRequires:	tetex-latex
-%endif
 %if %{?fedora}%{!?fedora:0} >= 18 || %{?rhel}%{!?rhel:0} >= 7
 BuildRequires:	tex(fullpage.sty)
 BuildRequires:	tex(multirow.sty)
@@ -151,11 +147,6 @@ grep GLOBUS_LICENSE $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
   >> $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_rtl.filelist
 sed /GLOBUS_LICENSE/d -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 
-# Remove unwanted documentation (needed for RHEL4)
-rm -f %{buildroot}%{_mandir}/man3/*_%{_name}-%{version}_*.3
-sed -e '/_%{_name}-%{version}_.*\.3/d' \
-  -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
-
 # Install README file
 install -m 644 -p %{SOURCE8} %{buildroot}%{_docdir}/%{name}-%{version}/README
 
@@ -167,27 +158,24 @@ cat $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_dev.filelist \
 cat $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
   | sed -e 's!/man/.*!&*!' -e 's!^!%doc %{_prefix}!' > package-doc.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,-)
 
 %files -f package-doc.filelist doc
-%defattr(-,root,root,-)
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Tue May 21 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 9.1-6
+- Add aarch64 to the list of 64 bit platforms
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list