[lcg-infosites] Initial import (#814719).

lfield lfield at fedoraproject.org
Thu Apr 26 14:32:35 UTC 2012


commit 34bfab3f7682bc4fea6aade4ee940b1c146e765b
Author: lfield <Laurence.Field at cern.ch>
Date:   Thu Apr 26 16:32:21 2012 +0200

    Initial import (#814719).

 .gitignore         |    1 +
 lcg-infosites.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b2e8f9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lcg-infosites-3.1.0.tar.gz
diff --git a/lcg-infosites.spec b/lcg-infosites.spec
new file mode 100644
index 0000000..1d7225f
--- /dev/null
+++ b/lcg-infosites.spec
@@ -0,0 +1,46 @@
+Name:				lcg-infosites
+Version:			3.1.0
+Release:			2%{?dist}
+Summary:			Command line tool for the lcg information system
+Group:				Applications/Internet
+License:			ASL 2.0
+URL:				http://svnweb.cern.ch/trac/gridinfo/wiki
+# 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/lcg-infosites/tags/R_3_1_0 %{name}-%{version}
+#   tar --gzip -czvf %{name}-%{version}.tar.gz %{name}-%{version}
+Source0:			%{name}-%{version}.tar.gz
+
+BuildRoot:			%{_tmppath}/%{name}-%{version}-build
+BuildArch:			noarch
+
+Requires:			perl
+Requires:			perl(Net::LDAP)
+
+%description
+lcg-infosites is a simple command line tool in Perl for \
+the lcg information system
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+make install prefix=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/lcg-infosites
+%{_mandir}/man1/lcg-infosites.*
+
+%changelog
+* Fri Apr 20 2012 Adrien Devresse <adevress at cern.ch> -  3.1.0-2%{?dist}
+ - Improved the spec file epel compliance
+
+* Thu Mar 24 2011 Laurence Field <laurence.field at cern.ch> - 3.1.0
+- FHS compliant
diff --git a/sources b/sources
index e69de29..8b8e5ff 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9245ea6da2dd2f637930bb63d76fb7e9  lcg-infosites-3.1.0.tar.gz


More information about the scm-commits mailing list