06b74a7
Name:		ginfo
9ba318b
Version:	1.0.3
9ba318b
Release:	1%{?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
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
06b74a7
06b74a7
Requires:      python-ldap
06b74a7
%if "%{?dist}" == ".el5"
10836df
Requires:      python-simplejson
06b74a7
%endif
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
rm -rf %{buildroot}
06b74a7
make install prefix=%{buildroot}
06b74a7
06b74a7
%clean
06b74a7
rm -rf %{buildroot}
06b74a7
06b74a7
%files
06b74a7
%defattr(-,root,root,-)
06b74a7
%{_bindir}/ginfo
06b74a7
%{_mandir}/man1/ginfo.1*
06b74a7
%doc LICENSE
06b74a7
06b74a7
%changelog
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