Name: nodejs-node-uuid Version: 1.4.0 Release: 2%{?dist} Summary: RFC4122v4 UUID generator for Node.js License: MIT or GPL+ Group: Development/Libraries URL: https://github.com/isaacs/node-uuid Source0: http://registry.npmjs.org/node-uuid/-/node-uuid-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: nodejs-devel %description Simple, fast generation of RFC4122v4 and non-RFC compact UUIDs. It runs in node.js and many browsers. %prep %setup -q -n package %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/node-uuid cp -p uuid.js package.json %{buildroot}%{nodejs_sitelib}/node-uuid %nodejs_symlink_deps %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{nodejs_sitelib}/node-uuid %doc README.md LICENSE.md %changelog * Tue Jan 08 2013 T.C. Hollingsworth - 1.4.0-2 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 1.4.0-1 - new upstream release 1.4.0 * Fri Apr 27 2012 T.C. Hollingsworth - 1.3.3-3 - guard Requires for F17 automatic depedency generation * Sat Jan 21 2012 T.C. Hollingsworth - 1.3.3-2 - missing Group field for EL5 * Sat Jan 21 2012 T.C. Hollingsworth - 1.3.3-1 - new upstream release 1.3.3 - rename nodejs-uuid to nodejs-node-uuid to match npm name * Mon Aug 22 2011 T.C. Hollingsworth - 1.2.0-1 - initial package