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 - 1.1.3-4 - add missing build section - mention missing license * Thu Apr 26 2012 T.C. Hollingsworth - 1.1.3-3 - missing package.json * Thu Apr 26 2012 T.C. Hollingsworth - 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 - 1.1.3-1 - initial package