Name: nodejs-read Version: 1.0.4 Release: 4%{dist} Summary: An implementation of read(1) for node programs License: BSD Group: Development/Libraries URL: https://github.com/isaacs/read Source0: http://registry.npmjs.org/read/-/read-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: nodejs-devel %description A method for reading user input from stdin in node.js. Similar to readline's "question()" method, but with a few more features. %prep %setup -q -n package %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/read cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/read %nodejs_symlink_deps %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{nodejs_sitelib}/read %doc LICENCE README.md example %changelog * Thu Jan 10 2013 T.C. Hollingsworth - 1.0.4-4 - add missing build section * Mon Jan 07 2013 T.C. Hollingsworth - 1.0.4-2 - fix description - add no-op build section * Mon Dec 31 2012 T.C. Hollingsworth - 1.0.4-1 - new upstream release 1.0.4 - clean up for submission * Fri Apr 27 2012 T.C. Hollingsworth - 0.0.2-2 - guard Requires for F17 automatic depedency generation * Mon Apr 02 2012 T.C. Hollingsworth - 0.0.2-1 - New upstream release 0.0.2 * Sat Jan 21 2012 T.C. Hollingsworth - 0.0.1-1 - initial package