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

Mattias Ellert ellert at fedoraproject.org
Sat May 25 15:41:45 UTC 2013


commit 8c9997ce8070c29a2d1803a92bbe1b90141fe168
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat May 25 17:41:09 2013 +0200

    Add aarch64 to the list of 64 bit platforms

 globus-rls-client.spec |   23 +++++------------------
 1 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/globus-rls-client.spec b/globus-rls-client.spec
index db85c80..d05ea71 100644
--- a/globus-rls-client.spec
+++ b/globus-rls-client.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-rls-client
 %global _name %(tr - _ <<< %{name})
 Version:	5.2
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Globus Toolkit - Replica Location Service Client
 
 Group:		System Environment/Libraries
@@ -52,11 +52,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)
@@ -195,11 +191,6 @@ grep globus-rls-cli.1 \
 sed /globus-rls-cli.1/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 license file
 mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
 install -m 644 -p GLOBUS_LICENSE %{buildroot}%{_docdir}/%{name}-%{version}
@@ -217,31 +208,27 @@ 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}/GLOBUS_LICENSE
 %doc %{_docdir}/%{name}-%{version}/README
 
 %files -f package-progs.filelist progs
-%defattr(-,root,root,-)
 
 %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> - 5.2-10
+- Add aarch64 to the list of 64 bit platforms
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list