[nodejs-grunt-contrib-concat] Initial commit

Jamie Nguyen jamielinux at fedoraproject.org
Mon Feb 24 16:17:16 UTC 2014


commit 30d46adf1b2951f718ff0029153c34121e689261
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Feb 24 16:17:59 2014 +0000

    Initial commit

 .gitignore                       |    1 +
 nodejs-grunt-contrib-concat.spec |   60 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c1f04c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/grunt-contrib-concat-0.3.0.tgz
diff --git a/nodejs-grunt-contrib-concat.spec b/nodejs-grunt-contrib-concat.spec
new file mode 100644
index 0000000..cd88c6b
--- /dev/null
+++ b/nodejs-grunt-contrib-concat.spec
@@ -0,0 +1,60 @@
+%{?nodejs_find_provides_and_requires}
+
+%global enable_tests 0
+
+Name:       nodejs-grunt-contrib-concat
+Version:    0.3.0
+Release:    1%{?dist}
+Summary:    Concatenate files with grunt
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/gruntjs/grunt-contrib-concat
+Source0:    http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-%{version}.tgz
+
+BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
+
+BuildRequires:  nodejs-packaging
+
+%if 0%{?enable_tests}
+BuildRequires:  npm(grunt-cli)
+BuildRequires:  npm(grunt-contrib-clean)
+BuildRequires:  npm(grunt-contrib-internal)
+BuildRequires:  npm(grunt-contrib-nodeunit)
+%endif
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n package
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-concat
+cp -pr package.json Gruntfile.js tasks/ \
+    %{buildroot}%{nodejs_sitelib}/grunt-contrib-concat
+
+%nodejs_symlink_deps
+
+
+%if 0%{?enable_tests}
+%check
+%nodejs_symlink_deps --check
+grunt test
+%endif
+
+
+%files
+%doc AUTHORS CHANGELOG CONTRIBUTING.md LICENSE-MIT README.md docs/
+%{nodejs_sitelib}/grunt-contrib-concat
+
+
+%changelog
+* Fri Jun 21 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.3.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..bcee3a5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+338794409163f2bb5f08087de6dbc072  grunt-contrib-concat-0.3.0.tgz


More information about the scm-commits mailing list