99d178b
Name:		globus-gsi-openssl-error
99d178b
%global _name %(tr - _ <<< %{name})
7dc8131
Version:	4.1
65a58ef
Release:	2%{?dist}
ae632bb
Summary:	Grid Community Toolkit - Globus OpenSSL Error Handling
99d178b
99d178b
License:	ASL 2.0
ae632bb
URL:		https://github.com/gridcf/gct/
ae632bb
Source:		https://repo.gridcf.org/gct6/sources/%{_name}-%{version}.tar.gz
ae632bb
Source8:	README
99d178b
ae632bb
BuildRequires:	gcc
997c44c
BuildRequires:	globus-common-devel >= 15
a75f0cb
BuildRequires:	openssl-devel
99d178b
BuildRequires:	doxygen
997c44c
#		Additional requirements for make check
997c44c
BuildRequires:	perl(Test::More)
99d178b
99d178b
%package devel
ae632bb
Summary:	Grid Community Toolkit - Globus OpenSSL Error Handling Development Files
0c90f94
Requires:	%{name}%{?_isa} = %{version}-%{release}
99d178b
99d178b
%package doc
ae632bb
Summary:	Grid Community Toolkit - Globus OpenSSL Error Handling Documentation Files
0c90f94
BuildArch:	noarch
99d178b
99d178b
%description
ae632bb
The Grid Community Toolkit (GCT) is an open source software toolkit used for
ae632bb
building grid systems and applications. It is a fork of the Globus Toolkit
ae632bb
originally created by the Globus Alliance. It is supported by the Grid
ae632bb
Community Forum (GridCF) that provides community-based support for core
ae632bb
software packages in grid computing.
99d178b
99d178b
The %{name} package contains:
99d178b
Globus OpenSSL Error Handling
99d178b
99d178b
%description devel
ae632bb
The Grid Community Toolkit (GCT) is an open source software toolkit used for
ae632bb
building grid systems and applications. It is a fork of the Globus Toolkit
ae632bb
originally created by the Globus Alliance. It is supported by the Grid
ae632bb
Community Forum (GridCF) that provides community-based support for core
ae632bb
software packages in grid computing.
99d178b
99d178b
The %{name}-devel package contains:
99d178b
Globus OpenSSL Error Handling Development Files
99d178b
99d178b
%description doc
ae632bb
The Grid Community Toolkit (GCT) is an open source software toolkit used for
ae632bb
building grid systems and applications. It is a fork of the Globus Toolkit
ae632bb
originally created by the Globus Alliance. It is supported by the Grid
ae632bb
Community Forum (GridCF) that provides community-based support for core
ae632bb
software packages in grid computing.
99d178b
99d178b
The %{name}-doc package contains:
99d178b
Globus OpenSSL Error Handling Documentation Files
99d178b
99d178b
%prep
99d178b
%setup -q -n %{_name}-%{version}
99d178b
99d178b
%build
997c44c
# Reduce overlinking
997c44c
export LDFLAGS="-Wl,--as-needed -Wl,-z,defs %{?__global_ldflags}"
99d178b
997c44c
%configure --disable-static \
ae632bb
	   --includedir=%{_includedir}/globus \
ae632bb
	   --libexecdir=%{_datadir}/globus \
997c44c
	   --docdir=%{_pkgdocdir}
f27c190
f27c190
# Reduce overlinking
66d6197
sed 's!CC \(.*-shared\) !CC \\\${wl}--as-needed \1 !' -i libtool
99d178b
99d178b
make %{?_smp_mflags}
99d178b
99d178b
%install
e3056cd
make install DESTDIR=%{buildroot}
99d178b
99d178b
# Remove libtool archives (.la files)
997c44c
rm %{buildroot}%{_libdir}/*.la
2cc9fcf
27f1df4
# Install README file
a75f0cb
install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README
27f1df4
66d6197
# Remove license file from pkgdocdir if licensedir is used
66d6197
%{?_licensedir: rm %{buildroot}%{_pkgdocdir}/GLOBUS_LICENSE}
66d6197
997c44c
%check
66d6197
make %{?_smp_mflags} check VERBOSE=1
99d178b
ae632bb
%ldconfig_scriptlets
99d178b
997c44c
%files
997c44c
%{_libdir}/libglobus_openssl_error.so.*
a75f0cb
%dir %{_pkgdocdir}
a75f0cb
%doc %{_pkgdocdir}/README
66d6197
%{!?_licensedir: %doc %{_pkgdocdir}/GLOBUS_LICENSE}
66d6197
%{?_licensedir: %license GLOBUS_LICENSE}
99d178b
997c44c
%files devel
997c44c
%{_includedir}/globus/*
997c44c
%{_libdir}/libglobus_openssl_error.so
997c44c
%{_libdir}/pkgconfig/%{name}.pc
99d178b
997c44c
%files doc
997c44c
%doc %{_mandir}/man3/*
997c44c
%dir %{_pkgdocdir}
a75f0cb
%dir %{_pkgdocdir}/html
997c44c
%doc %{_pkgdocdir}/html/*
66d6197
%{!?_licensedir: %doc %{_pkgdocdir}/GLOBUS_LICENSE}
66d6197
%{?_licensedir: %license GLOBUS_LICENSE}
99d178b
99d178b
%changelog
65a58ef
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
65a58ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
65a58ef
7dc8131
* Tue Feb 26 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.1-1
7dc8131
- Doxygen fixes
7dc8131
aea757e
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-2
aea757e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
aea757e
ae632bb
* Thu Sep 13 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.0-1
ae632bb
- Switch upstream to Grid Community Toolkit
ae632bb
- First Grid Community Toolkit release
ae632bb
1117d25
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-7
1117d25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1117d25
cc1f9a6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-6
cc1f9a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cc1f9a6
113bc46
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-5
113bc46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
113bc46
354d322
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-4
354d322
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
354d322
d40d62d
* Mon Mar 27 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.8-3
d40d62d
- EPEL 5 End-Of-Life specfile clean-up
d40d62d
  - Remove Group and BuildRoot tags
d40d62d
  - Remove _pkgdocdir macro definition
d40d62d
  - Drop redundant Requires corresponding to autogenerated pkgconfig Requires
d40d62d
  - Don't clear the buildroot in the install section
d40d62d
  - Remove the clean section
d40d62d
  - Drop the globus-gsi-openssl-error-openssl098.patch
d40d62d
4f2abac
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-2
4f2abac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4f2abac
f9b0a4c
* Wed Jan 11 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.8-1
d40d62d
- GT6 update: Alter dependency order to avoid mixing SSL versions
f9b0a4c
74bbb8a
* Thu Nov 03 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.7-1
74bbb8a
- GT6 update
74bbb8a
e810e6e
* Thu Oct 13 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.6-2
e810e6e
- Rebuild for openssl 1.1.0 (Fedora 26)
e810e6e
d47de16
* Thu Sep 01 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.6-1
d47de16
- GT6 update: Updates for OpenSSL 1.1.0
d47de16
530c42d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-4
530c42d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
530c42d
35ff945
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-3
35ff945
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
35ff945
66d6197
* Fri Jan 23 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.5-2
66d6197
- Implement updated license packaging guidelines
66d6197
c4e11ad
* Mon Oct 27 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.5-1
c4e11ad
- GT6 update
c4e11ad
- Drop patch globus-gsi-openssl-error-doxygen.patch (fixed upstream)
c4e11ad
997c44c
* Fri Sep 12 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.4-1
997c44c
- Update to Globus Toolkit 6.0
997c44c
- Drop GPT build system and GPT packaging metadata
997c44c
- Enable checks
997c44c
1944a6c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-13
1944a6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1944a6c
5cf915e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-12
5cf915e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5cf915e
f2ddcad
* Mon May 19 2014 Brent Baude <baude@us.ibm.com> - 2.1-11
f2ddcad
- Replace arch def of ppc64 with power64 macro for ppc64le enablement
Brent Baude f96c903
2cc9fcf
* Thu Dec 05 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-10
2cc9fcf
- Remove directory man page
2cc9fcf
724718c
* Fri Oct 25 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-9
724718c
- Remove obsolete workaround for broken RHEL 5 epstopdf
724718c
b451b94
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-8
b451b94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b451b94
a75f0cb
* Sun Jul 28 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-7
a75f0cb
- Implement updated packaging guidelines
a75f0cb
4bdfd24
* Tue May 21 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-6
4bdfd24
- Add aarch64 to the list of 64 bit platforms
4bdfd24
bca12cb
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-5
bca12cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bca12cb
e3056cd
* Thu Dec 06 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-4
e3056cd
- Add build requires for TexLive 2012
e3056cd
3f27f5b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
3f27f5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3f27f5b
57f82f4
* Mon Jan 23 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-2
57f82f4
- Fix broken links in README file
57f82f4
f27c190
* Tue Dec 13 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.1-1
f27c190
- Update to Globus Toolkit 5.2.0
f27c190
27f1df4
* Sun Apr 24 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-8
27f1df4
- Add README file
27f1df4
5eeb0df
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-7
5eeb0df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5eeb0df
bf8bc6c
* Thu Jan 21 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-6
bf8bc6c
- Update to Globus Toolkit 5.0.0
bf8bc6c
eb82f45
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.14-5
eb82f45
- rebuilt with new openssl
eb82f45
0c90f94
* Thu Jul 23 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-4
0c90f94
- Add instruction set architecture (isa) tags
0c90f94
- Make doc subpackage noarch
0c90f94
a16c762
* Wed Jun 03 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-3
a16c762
- Update to official Fedora Globus packaging guidelines
a16c762
28b4ca8
* Mon Apr 27 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-2
28b4ca8
- Rebuild with updated libtool
28b4ca8
99d178b
* Wed Apr 15 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-1
99d178b
- Make comment about source retrieval more explicit
99d178b
- Change defines to globals
99d178b
- Remove explicit requires on library packages
99d178b
- Put GLOBUS_LICENSE file in extracted source tarball
99d178b
99d178b
* Sun Mar 15 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-0.5
99d178b
- Adapting to updated globus-core package
99d178b
99d178b
* Thu Feb 26 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-0.4
99d178b
- Add s390x to the list of 64 bit platforms
99d178b
a16c762
* Thu Jan 01 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-0.3
99d178b
- Adapt to updated GPT package
99d178b
99d178b
* Mon Oct 13 2008 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-0.2
99d178b
- Update to Globus Toolkit 4.2.1
99d178b
99d178b
* Mon Jul 14 2008 Mattias Ellert <mattias.ellert@fysast.uu.se> - 0.14-0.1
99d178b
- Autogenerated