%global enable_tests 1 %global srcname mime-types %global commit0 43f860c7df4a70246272194d601348865d550298 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{srcname} Version: 2.1.7 Release: 1%{?dist} Summary: The ultimate JavaScript content-type utility License: MIT URL: https://github.com/jshttp/mime-types Source0: https://github.com/jshttp/%{srcname}/archive/%{commit0}.tar.gz#/%{srcname}-%{shortcommit0}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %if 0%{?enable_tests} BuildRequires: npm(mocha) BuildRequires: npm(mime-db) %endif %description %{summary}. %prep %setup -qn %{srcname}-%{commit0} rm -rf node_modules %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/%{srcname} %nodejs_symlink_deps %if 0%{?enable_tests} %check %nodejs_symlink_deps --check mocha --reporter spec test/test.js %endif %files %doc README.md HISTORY.md %license LICENSE %{nodejs_sitelib}/%{srcname} %changelog * Sun Oct 25 2015 Piotr Popieluch - 2.1.7-1 - Initial package