[belier/f14/master] Initial f14 import (#548795)

louizatakk louizatakk at fedoraproject.org
Sat Jan 8 15:17:54 UTC 2011


commit b1f06aca18d1c9789e9d43bce4e2577ef3f68fd7
Author: Florent Le Coz <louiz at louiz.org>
Date:   Sat Jan 8 16:15:25 2011 +0100

    Initial f14 import (#548795)

 .gitignore  |    1 +
 belier.spec |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2667ff1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/belier-1.2.tar.gz
diff --git a/belier.spec b/belier.spec
new file mode 100644
index 0000000..762cfe9
--- /dev/null
+++ b/belier.spec
@@ -0,0 +1,59 @@
+Name:		belier
+Version:	1.2
+Release:	4%{?dist}
+Summary:	Generates scripts allowing you to chain many ssh connections
+
+Group:		Applications/Internet
+License:	GPLv3+
+URL:		http://www.ohmytux.com/belier/
+Source0:	http://www.ohmytux.com/belier/%{name}-%{version}.tar.gz
+
+BuildArch:	noarch
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
+Requires:	expect
+Requires:	gettext
+
+%description
+Belier allows opening a shell or executing a command on a remote computer
+through a SSH connection. The main feature of Belier is its ability to cross
+several intermediate computers before realizing the job.
+
+* Belier reaches the final computer through intermediate machines.
+* You can execute commands with any account available on the remote computer.
+* It is possible to switch account on intermediate computers before accessing
+  the final computer.
+* You can open a data tunnel through every host you cross to the final host.
+* Belier generates one script for each final computer to reach.
+
+
+%prep
+%setup -q
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{find_lang} bel
+
+
+%files -f bel.lang
+%defattr(-,root,root,-)
+# upstream was asked to include a COPYING file, Mailing List Dec 24 2009
+%doc README
+%{python_sitelib}/*
+%{_bindir}/bel
+
+
+%changelog
+* Thu May 27 2010 Le Coz Florent <louizatakk at fedoraproject.org> - 1.2-3
+- Fixes the python-setuptools BuildRequires
+
+* Sun Dec 27 2009 Le Coz Florent <louizatakk at fedoraproject.org> - 1.2-2
+- Modifications from the comments on rhbz 548795
+
+* Fri Dec 18 2009 Le Coz Florent <louizatakk at fedoraproject.org> - 1.2-1
+- First version from scratch
diff --git a/sources b/sources
index e69de29..16de03a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+91b4417f26eec767d2e1c7507d27f8c3  belier-1.2.tar.gz


More information about the scm-commits mailing list