Name: nodejs-aws-sign Version: 0.2.0 Release: 1%{?dist} Summary: AWS signing for Node.js # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/aws-sign/blob/master/LICENSE License: ASL 2.0 Group: Development/Libraries URL: https://github.com/mikeal/aws-sign Source0: http://registry.npmjs.org/aws-sign/-/aws-sign-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: nodejs-devel %description Simple module to calculate Authorization header for Amazon AWS REST requests. %prep %setup -q -n package %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/aws-sign cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/aws-sign %nodejs_symlink_deps %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{nodejs_sitelib}/aws-sign %changelog * Fri Apr 05 2013 T.C. Hollingsworth - 0.2.0-1 - initial package