[ginfo] Initial import (#833395).

lfield lfield at fedoraproject.org
Tue Jul 17 08:50:43 UTC 2012


commit 06b74a7323891ec6351d8d3fe00632c5c26bb815
Author: lfield <Laurence.Field at cern.ch>
Date:   Tue Jul 17 10:50:20 2012 +0200

    Initial import (#833395).

 .gitignore |    1 +
 ginfo.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..02b2ee2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ginfo-0.2.1.tar.gz
diff --git a/ginfo.spec b/ginfo.spec
new file mode 100644
index 0000000..b1ad02a
--- /dev/null
+++ b/ginfo.spec
@@ -0,0 +1,46 @@
+Name:		ginfo
+Version:	0.2.1
+Release:	2%{?dist}
+Summary:	A versatile tool for discovering Grid services
+Group:		Applications/Internet
+License:	ASL 2.0
+URL:		https://svnweb.cern.ch/trac/gridinfo/browser/ginfo
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#   svn export http://svnweb.cern.ch/guest/gridinfo/ginfo/tags/R_0_2_1 ginfo-0.2.1
+#  tar --gzip -czvf ginfo-0.2.1.tar.gz ginfo-0.2.1
+
+Source:		%{name}-%{version}.tar.gz
+BuildArch:	noarch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-build
+
+Requires:      python-ldap
+%if "%{?dist}" == ".el5"
+Requires:      python-json
+%endif
+
+%description
+A versatile tool for discovering Grid services by querying either 
+LDAP-based Grid information services or the EMI Registry.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+make install prefix=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/ginfo
+%{_mandir}/man1/ginfo.1*
+%doc LICENSE
+
+%changelog
+* Fri Jul 13 2012 Laurence Field <laurence.field at cern.ch> - 0.2.1-2
+- Initial version
diff --git a/sources b/sources
index e69de29..a1482a6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ba3074529bfdba8b7ee439fb058019c5  ginfo-0.2.1.tar.gz


More information about the scm-commits mailing list