[nodejs-slide/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Sun Jan 13 11:31:32 UTC 2013


commit 2e7cbebb858e46af302d2b4bf0720969f62fa756
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 13 04:30:47 2013 -0700

    initial import

 .gitignore        |    1 +
 nodejs-slide.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..705fade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/slide-1.1.3.tgz
diff --git a/nodejs-slide.spec b/nodejs-slide.spec
new file mode 100644
index 0000000..0f71d2e
--- /dev/null
+++ b/nodejs-slide.spec
@@ -0,0 +1,53 @@
+Name:       nodejs-slide
+Version:    1.1.3
+Release:    4%{?dist}
+Summary:    A flow control library that fits in a slideshow
+# license present in source control, will be added to future release
+# https://raw.github.com/isaacs/slide-flow-control/master/LICENSE
+License:    MIT
+URL:        https://github.com/isaacs/slide-flow-control
+Source0:    http://registry.npmjs.org/slide/-/slide-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+Provides simple, easy callbacks for node.js.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/slide
+cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/slide
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/slide
+%doc README.md nodejs-controlling-flow.pdf
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.3-4
+- add missing build section
+- mention missing license
+
+* Thu Apr 26 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.3-3
+- missing package.json
+
+* Thu Apr 26 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.3-2
+- bring into conformance with newer library packaging standards
+- guard Requires for F17 automatic dependency generation
+
+* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.3-1
+- initial package
diff --git a/sources b/sources
index e69de29..5cb6119 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+47514d76854b5896bceaed811f8ae403  slide-1.1.3.tgz


More information about the scm-commits mailing list