[nodejs-proto-list/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 18:56:24 UTC 2013


commit 1131050df3efcae8858601e6d823215925fc5cda
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 11:56:10 2013 -0700

    initial import

 .gitignore             |    1 +
 nodejs-proto-list.spec |   65 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1e81b64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/proto-list-1.2.2.tgz
diff --git a/nodejs-proto-list.spec b/nodejs-proto-list.spec
new file mode 100644
index 0000000..a896e01
--- /dev/null
+++ b/nodejs-proto-list.spec
@@ -0,0 +1,65 @@
+Name:       nodejs-proto-list
+Version:    1.2.2
+Release:    2%{?dist}
+Summary:    A list of objects bound by prototype chain
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/isaacs/proto-list
+Source0:    http://registry.npmjs.org/proto-list/-/proto-list-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+#BuildRequires:  nodejs-tap
+
+%description
+A list of objects bound by prototype chain.  Used for the Node.js package
+manager (npm) configuration.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/proto-list
+cp -p package.json proto-list.js %{buildroot}%{nodejs_sitelib}/proto-list
+
+%nodejs_symlink_deps
+
+# We currently don't run tests because I'd have to file another ten or
+# so review reuqests for the node.js TAP testing framework and methinks there
+# are enough of those for now.  ;-)
+##%%check
+##%%nodejs proto-list.js
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/proto-list
+%doc LICENSE README.md
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.2-1
+- new upstream release 1.2.2
+- clean up for submission
+
+* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-4
+- bring in line with newer module packaging standards
+
+* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-3
+- guard Requires for F17 automatic depedency generation
+
+* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-2
+- add Group to make EL5 happy
+
+* Tue Aug 23 2011 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..0a192d3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ecd652b4aa9724ee1ca902599dd8deac  proto-list-1.2.2.tgz


More information about the scm-commits mailing list