[nodejs-charm/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Fri Jan 18 10:11:47 UTC 2013


commit eace79b8859214040d446847c9b36cea0228713d
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jan 18 03:11:34 2013 -0700

    initial import

 .gitignore        |    1 +
 nodejs-charm.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a6cec84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/charm-0.1.0.tgz
diff --git a/nodejs-charm.spec b/nodejs-charm.spec
new file mode 100644
index 0000000..482afae
--- /dev/null
+++ b/nodejs-charm.spec
@@ -0,0 +1,43 @@
+Name:           nodejs-charm
+Version:        0.1.0
+Release:        1%{?dist}
+Summary:        ANSI control sequences for terminal cursor hopping and colors
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+#no license file included; "MIT" indicated in package.json
+License:        MIT
+URL:            https://github.com/substack/node-charm
+Source0:        http://registry.npmjs.org/charm/-/charm-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+%description
+Uses ANSI control sequences to write colors and cursor positions to terminals.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/charm
+cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/charm
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/charm
+%doc README.markdown example
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.0-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..b4f8752 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4fa4a2c6f48d9f452c8fbd7ce1eeae0b  charm-0.1.0.tgz


More information about the scm-commits mailing list