zvetlik pushed to nodejs-dezalgo (epel7). "Initial import (#1221183)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 19:41:45 UTC 2015


From ee797525daf65bc59d19d9ae6a7179d4b4b3bf2a Mon Sep 17 00:00:00 2001
From: Zuzana Svetlikova <zsvetlik at redhat.com>
Date: Thu, 11 Jun 2015 19:57:12 +0200
Subject: Initial import (#1221183).


diff --git a/.gitignore b/.gitignore
index e69de29..261a4b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dezalgo-1.0.2.tgz
diff --git a/nodejs-dezalgo.spec b/nodejs-dezalgo.spec
new file mode 100644
index 0000000..3f040d8
--- /dev/null
+++ b/nodejs-dezalgo.spec
@@ -0,0 +1,66 @@
+# spec file for package nodejs-nodejs-dezalgo
+
+%global npm_name dezalgo
+%{?nodejs_find_provides_and_requires}
+
+%global enable_tests 1
+
+Name:		nodejs-dezalgo
+Version:	1.0.2
+Release:	1%{?dist}
+Summary:	Contain async insanity so that the dark pony lord doesn't eat souls
+Url:		https://github.com/npm/dezalgo
+Source0:	https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
+License:	ISC
+
+BuildArch:	noarch
+ExclusiveArch:	%{nodejs_arches} noarch
+
+BuildRequires:	nodejs-devel
+BuildRequires:	nodejs-packaging
+
+%if 0%{?enable_tests}
+BuildRequires: npm(tap)
+%endif
+
+BuildRequires: npm(asap)
+BuildRequires: npm(wrappy)
+
+%description
+Contain async insanity so that the dark pony lord doesn't eat souls
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
+
+cp -pr package.json dezalgo.js \
+	%{buildroot}%{nodejs_sitelib}/%{npm_name}
+
+%{nodejs_symlink_deps}
+
+%if 0%{?enable_tests}
+%check
+%{nodejs_symlink_deps} --check
+tap test/*.js
+%endif
+
+%files
+%{nodejs_sitelib}/dezalgo
+
+%doc README.md
+%license LICENSE
+
+%changelog
+* Mon May 25 2015 Zuzana Svetlikova <zsvetlik at redhat.com> - 1.0.2-1
+- New upstream release
+- removed unnecessary %%buildroot from %%install and %%clean
+- added %%license
+
+* Wed May 13 2015 Zuzana Svetlikova <zsvetlik at redhat.com> - 1.0.1-1
+- Initial build
+
diff --git a/sources b/sources
index e69de29..66bdb6b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a8a305c04a4e9efe89293a84d689d9a1  dezalgo-1.0.2.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/nodejs-dezalgo.git/commit/?h=epel7&id=ee797525daf65bc59d19d9ae6a7179d4b4b3bf2a


More information about the scm-commits mailing list