%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: globus-gram-client-tools %global _name %(tr - _ <<< %{name}) Version: 11.10 Release: 1%{?dist} Summary: Globus Toolkit - Job Management Tools (globusrun) Group: Applications/Internet License: ASL 2.0 URL: http://toolkit.globus.org/ Source: http://toolkit.globus.org/ftppub/gt6/packages/%{_name}-%{version}.tar.gz # README file Source8: GLOBUS-GRAM5 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: globus-common-progs >= 15 BuildRequires: globus-common-devel >= 15 BuildRequires: globus-gram-client-devel >= 12 BuildRequires: globus-gram-protocol-devel >= 11 BuildRequires: globus-gass-transfer-devel >= 7 BuildRequires: globus-gass-server-ez-devel >= 4 BuildRequires: globus-rsl-devel >= 9 BuildRequires: globus-gss-assist-devel >= 8 %description The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The %{name} package contains: Job Management Tools (globusrun) %prep %setup -q -n %{_name}-%{version} %build # Reduce overlinking export LDFLAGS="-Wl,--as-needed -Wl,-z,defs %{?__global_ldflags}" %configure --disable-static \ --includedir='${prefix}/include/globus' \ --libexecdir='${datadir}/globus' \ --docdir=%{_pkgdocdir} # Reduce overlinking sed 's!CC \(.*-shared\) !CC \\\${wl}--as-needed \1 !' -i libtool make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Install README file install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README # Remove license file from pkgdocdir if licensedir is used %{?_licensedir: rm %{buildroot}%{_pkgdocdir}/GLOBUS_LICENSE} %clean rm -rf %{buildroot} %files %{_bindir}/globus-job-cancel %{_bindir}/globus-job-clean %{_bindir}/globus-job-get-output %{_bindir}/globus-job-get-output-helper %{_bindir}/globus-job-run %{_bindir}/globus-job-status %{_bindir}/globus-job-submit %{_bindir}/globusrun %doc %{_mandir}/man1/globus-job-cancel.1* %doc %{_mandir}/man1/globus-job-clean.1* %doc %{_mandir}/man1/globus-job-get-output.1* %doc %{_mandir}/man1/globus-job-run.1* %doc %{_mandir}/man1/globus-job-status.1* %doc %{_mandir}/man1/globus-job-submit.1* %doc %{_mandir}/man1/globusrun.1* %dir %{_pkgdocdir} %doc %{_pkgdocdir}/README %{!?_licensedir: %doc %{_pkgdocdir}/GLOBUS_LICENSE} %{?_licensedir: %license GLOBUS_LICENSE} %changelog * Fri Nov 04 2016 Mattias Ellert - 11.10-1 - GT6 update: Updated man pages * Fri Sep 02 2016 Mattias Ellert - 11.9-1 - GT6 update * Fri May 06 2016 Mattias Ellert - 11.8-1 - GT6 update: Spelling * Wed Feb 03 2016 Fedora Release Engineering - 11.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 11.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jan 23 2015 Mattias Ellert - 11.7-2 - Implement updated license packaging guidelines * Sun Oct 26 2014 Mattias Ellert - 11.7-1 - GT6 update * Fri Sep 12 2014 Mattias Ellert - 11.5-1 - Update to Globus Toolkit 6.0 - Drop GPT build system and GPT packaging metadata * Sat Aug 16 2014 Fedora Release Engineering - 10.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 10.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat May 24 2014 Brent Baude - 10.4-8 - Fix typo is macro * Sat May 24 2014 Brent Baude - 10.4-7 - Replace arch def of ppc64 with power64 macro for ppc64le enablement * Sat Aug 03 2013 Fedora Release Engineering - 10.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jul 28 2013 Mattias Ellert - 10.4-5 - Implement updated packaging guidelines * Tue May 21 2013 Mattias Ellert - 10.4-4 - Add aarch64 to the list of 64 bit platforms * Wed Feb 13 2013 Fedora Release Engineering - 10.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Dec 06 2012 Mattias Ellert - 10.4-2 - Specfile clean-up * Sun Jul 22 2012 Mattias Ellert - 10.4-1 - Update to Globus Toolkit 5.2.2 * Thu Jul 19 2012 Fedora Release Engineering - 10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Apr 28 2012 Mattias Ellert - 10.3-1 - Update to Globus Toolkit 5.2.1 - Drop patches globus-gram-client-tools-deps.patch and globus-gram-client-tools-sh-env.patch (fixed upstream) * Thu Feb 02 2012 Mattias Ellert - 10.0-3 - Add missing default to GLOBUS_SH_* variables * Tue Jan 24 2012 Mattias Ellert - 10.0-2 - Fix broken links in README file * Thu Dec 15 2011 Mattias Ellert - 10.0-1 - Update to Globus Toolkit 5.2.0 * Mon Apr 25 2011 Mattias Ellert - 8.2-3 - Add README file * Tue Feb 08 2011 Fedora Release Engineering - 8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jul 17 2010 Mattias Ellert - 8.2-1 - Update to Globus Toolkit 5.0.2 * Wed Apr 14 2010 Mattias Ellert - 8.1-1 - Update to Globus Toolkit 5.0.1 - Drop patch globus-gram-client-tools.patch (fixed upstream) * Sat Jan 23 2010 Mattias Ellert - 7.3-1 - Update to Globus Toolkit 5.0.0 * Tue Jul 28 2009 Mattias Ellert - 5.0-1 - Autogenerated