[btest] initial import

Fabian Affolter fab at fedoraproject.org
Mon Sep 22 07:18:43 UTC 2014


commit 5d479abce8e32ae5da67b51ac57469c4c64ea308
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Mon Sep 22 09:18:27 2014 +0200

    initial import

 .gitignore |    1 +
 btest.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0169281 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/btest-0.53.tar.gz
diff --git a/btest.spec b/btest.spec
new file mode 100644
index 0000000..54d3834
--- /dev/null
+++ b/btest.spec
@@ -0,0 +1,42 @@
+Name:           btest
+Version:        0.53
+Release:        1%{?dist}
+Summary:        A Simple Driver for Basic Unit Tests
+
+License:        BSD
+URL:            http://www.bro.org/sphinx/components/btest/README.html
+Source0:        http://www.bro.org/downloads/release/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+%description
+The btest is a simple framework for writing unit tests. Freely borrowing some
+ideas from other packages, it’s main objective is to provide an easy-to-use,
+straightforward driver for a suite of shell-based tests. Each test consists
+of a set of command lines that will be executed, and success is determined
+based on their exit codes. btest comes with some additional tools that can
+be used within such tests to compare output against a previously established
+baseline.
+
+%prep
+%setup -q
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+%files
+%doc README
+%{_bindir}/%{name}*
+%{python2_sitelib}/*
+
+%changelog
+* Wed Sep 17 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.53-1
+- Update to latest upstream release 0.53
+
+* Fri Jun 20 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.52-1
+- Initial package
diff --git a/sources b/sources
index e69de29..3a1b4c9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+95e129957718a11d2f9d1c67e87429fd  btest-0.53.tar.gz


More information about the scm-commits mailing list