[nodejs-dryice/el6] initial import

T.C. Hollingsworth patches at fedoraproject.org
Tue Apr 23 08:02:28 UTC 2013


commit 010a963fa379df1111660a87a7f3d8d00a7de812
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Apr 23 01:00:16 2013 -0700

    initial import

 .gitignore         |    1 +
 nodejs-dryice.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..285d265 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dryice-0.4.10.tgz
diff --git a/nodejs-dryice.spec b/nodejs-dryice.spec
new file mode 100644
index 0000000..a66b207
--- /dev/null
+++ b/nodejs-dryice.spec
@@ -0,0 +1,40 @@
+Name:           nodejs-dryice
+Version:        0.4.10
+Release:        1%{?dist}
+Summary:        A CommonJS/RequireJS packaging tool for browser scripts
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        ASL 2.0
+URL:            https://github.com/mozilla/dryice
+Source0:        http://registry.npmjs.org/dryice/-/dryice-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+%description
+A CommonJS/RequireJS packaging tool for browser scripts.
+
+It is basically just a copy function. It takes input from a set of input files,
+which can be specified in various ways, optionally filters them and outputs them
+to something else.
+
+%prep
+%setup -q -n package
+
+%install
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/dryice
+cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/dryice
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/dryice
+%doc README.md LICENSE
+
+%changelog
+* Fri Jan 18 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.10-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..94cbaf0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4df8a3b9262b4c2a5e9fd8c64e5d8988  dryice-0.4.10.tgz


More information about the scm-commits mailing list