06b74a7
Name:		ginfo
9ba318b
Version:	1.0.3
66e8c40
Release:	9%{?dist}
06b74a7
Summary:	A versatile tool for discovering Grid services
06b74a7
Group:		Applications/Internet
06b74a7
License:	ASL 2.0
06b74a7
URL:		https://svnweb.cern.ch/trac/gridinfo/browser/ginfo
06b74a7
# The source for this package was pulled from upstream's vcs.  Use the
06b74a7
# following commands to generate the tarball:
9ba318b
#   svn export http://svnweb.cern.ch/guest/gridinfo/ginfo/tags/R_1_0_3 ginfo-1.0.3
9ba318b
#  tar --gzip -czvf ginfo-1.0.3.tar.gz ginfo-1.0.3
06b74a7
06b74a7
Source:		%{name}-%{version}.tar.gz
06b74a7
BuildArch:	noarch
06b74a7
66e8c40
Requires:      python2-ldap
06b74a7
06b74a7
%description
06b74a7
A versatile tool for discovering Grid services by querying either 
06b74a7
LDAP-based Grid information services or the EMI Registry.
06b74a7
06b74a7
%prep
06b74a7
%setup -q
06b74a7
06b74a7
%build
06b74a7
06b74a7
%install
06b74a7
make install prefix=%{buildroot}
06b74a7
06b74a7
%files
06b74a7
%{_bindir}/ginfo
06b74a7
%{_mandir}/man1/ginfo.1*
06b74a7
%doc LICENSE
06b74a7
06b74a7
%changelog
66e8c40
* Thu Mar 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.3-9
66e8c40
- Update Python 2 dependency declarations to new packaging standards
66e8c40
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
66e8c40
9b83134
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-8
9b83134
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9b83134
0ad7fe9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-7
0ad7fe9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0ad7fe9
4e5c036
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-6
4e5c036
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4e5c036
2aed472
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5
2aed472
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2aed472
813f18d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
813f18d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
813f18d
7218c8d
* Thu Oct 2 2014 Steve Traylen <steve.traylen@cern.ch> - 1.0.3-3
7218c8d
- Mondenize .spec file, drop epel5.
7218c8d
f2fbe96
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
f2fbe96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f2fbe96
9ba318b
* Wed Oct 2 2013 Laurence Field <laurence.field@cern.ch> - 1.0.3-1
9ba318b
- Added support for Storage Shares
803cec5
* Thu May 23 2013 Laurence Field <laurence.field@cern.ch> - 1.0.2-1
803cec5
- Minor cosmetic improvements
10836df
* Thu Apr 25 2013 Laurence Field <laurence.field@cern.ch> - 1.0.1-1
10836df
- Refactored version enabling general GLUE 2.0 queries
c434001
* Thu Oct 25 2012 Laurence Field <laurence.field@cern.ch> - 0.2.4-1
c434001
- Added -b --bind option.
24a4bbf
* Wed Aug 29 2012 Laurence Field <laurence.field@cern.ch> - 0.2.3-1
24a4bbf
- Improved the EMI output.
24a4bbf
* Thu Jul 19 2012 Laurence Field <laurence.field@cern.ch> - 0.2.2-1
24a4bbf
- Added a timeout for the queries. 
06b74a7
* Fri Jul 13 2012 Laurence Field <laurence.field@cern.ch> - 0.2.1-2
06b74a7
- Initial version