%{?nodejs_find_provides_and_requires} Name: nodejs-methods Version: 1.1.1 Release: 1%{?dist} Summary: HTTP methods that node supports License: MIT Group: System Environment/Libraries URL: https://npmjs.org/package/methods Source0: http://registry.npmjs.org/methods/-/methods-%{version}.tgz BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif BuildRequires: nodejs-packaging %description %{summary}. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/methods cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/methods %nodejs_symlink_deps %files %doc HISTORY.md README.md %license LICENSE %{nodejs_sitelib}/methods %changelog * Thu Oct 08 2015 Jared Smith - 1.1.1-1 - Update to upstream release 1.1.1 * Wed Jun 17 2015 Fedora Release Engineering - 0.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Feb 24 2014 Jamie Nguyen - 0.1.0-1 - update to upstream release 0.1.0 * Sat Jul 27 2013 Jamie Nguyen - 0.0.1-4 - restrict to compatible arches * Wed Jun 19 2013 T.C. Hollingsworth - 0.0.1-3 - rebuild for missing npm(methods) provides on EL6 * Thu Feb 21 2013 Jamie Nguyen - 0.0.1-2 - add a copy of the MIT license to comply with licensing requirements * Mon Feb 11 2013 Jamie Nguyen - 0.0.1-1 - initial package