[nodejs-jasmine-reporters] Initial import

Jamie Nguyen jamielinux at fedoraproject.org
Fri Mar 8 16:28:36 UTC 2013


commit 08d526eb0e7a51c5b81b440a8a80ecd4283c9be4
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Mar 8 16:28:29 2013 +0000

    Initial import

 .gitignore                    |    1 +
 nodejs-jasmine-reporters.spec |   59 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e8cc684 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jasmine-reporters-0.2.1.tgz
diff --git a/nodejs-jasmine-reporters.spec b/nodejs-jasmine-reporters.spec
new file mode 100644
index 0000000..eb13178
--- /dev/null
+++ b/nodejs-jasmine-reporters.spec
@@ -0,0 +1,59 @@
+%global enable_tests 0
+
+Name:       nodejs-jasmine-reporters
+Version:    0.2.1
+Release:    2%{?dist}
+Summary:    Reporters for the Jasmine behaviour-driven development (BDD) framework
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/larrymyers/jasmine-reporters
+Source0:    http://registry.npmjs.org/jasmine-reporters/-/jasmine-reporters-%{version}.tgz
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%if 0%{?enable_tests}
+BuildRequires:  npm(jasmine-node)
+%endif
+
+%description
+%summary
+
+
+%prep
+%setup -q -n package
+rm -rf ext/
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/jasmine-reporters
+cp -pr package.json src/ \
+    %{buildroot}%{nodejs_sitelib}/jasmine-reporters
+
+%nodejs_symlink_deps
+
+
+%if 0%{?enable_tests}
+%check
+%{nodejs_sitelib}/jasmine-node/bin/jasmine-node test/
+%endif
+
+
+%files
+%doc LICENSE README.markdown
+%{nodejs_sitelib}/jasmine-reporters
+
+
+%changelog
+* Fri Mar 08 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-2
+- remove bundled libraries in ext/
+- add %%check section
+- add npm(jasmine-node) to BuildRequires
+- remove npm(phantomjs) from BuildRequires
+
+* Sun Feb 17 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-1
+- initial package
diff --git a/sources b/sources
index e69de29..ca3900e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0968a33240ef019d44ce61c01e1e4f9c  jasmine-reporters-0.2.1.tgz


More information about the scm-commits mailing list