%{?nodejs_find_provides_and_requires} Name: nodejs-moment Version: 2.5.1 Release: 1%{?dist} Summary: Parse, manipulate, and display dates for Node.js License: MIT Group: System Environment/Libraries URL: https://github.com/moment/moment/ Source: http://registry.npmjs.org/moment/-/moment-%{version}.tgz BuildArch: noarch BuildRequires: nodejs-packaging %description Moment is a JavaScript library for Node.js to parse, manipulate, and display dates. %prep %setup -q -n package %setup -T -D -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/moment cp -pr package.json ender.js composer.json foo.coffee package.js moment.js Gruntfile.js component.json bower.json min/ lang/ tasks/ \ %{buildroot}%{nodejs_sitelib}/moment mkdir -p %{buildroot}%{nodejs_sitelib}/moment/bin install -p -D -m0755 moment.js %{buildroot}%{nodejs_sitelib}/moment/bin/moment.js mkdir -p %{buildroot}%{_bindir} ln -sf %{nodejs_sitelib}/moment/bin/moment.js \ %{buildroot}%{_bindir}/moment-nodejs %nodejs_symlink_deps %files %doc LICENSE CONTRIBUTING.md sauce_connect.log readme.md %{nodejs_sitelib}/moment %{_bindir}/moment-nodejs %changelog * Wed Apr 09 2014 Anish Patil - 2.5.1-1 - initial package