# taper module not in fedora yet %global enable_tests 0 %global module_name got %global commit0 f677a3ef54a8948712e3af86ba807e2f672a3c45 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{module_name} Version: 4.1.0 Release: 1%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT URL: https://github.com/sindresorhus/got Source0: https://github.com/sindresorhus/%{module_name}/archive/%{commit0}.tar.gz#/%{module_name}-%{shortcommit0}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %description Simplified HTTP/HTTPS requests. A nicer interface to the built-in http module. It also supports following redirects and automagically handling gzip/deflate. %prep %setup -q -n %{module_name}-%{commit0} rm -rf node_modules %nodejs_fixdep readable-stream ~2.x %build # nothing to build %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name} cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name} %nodejs_symlink_deps %if 0%{?enable_tests} %check %nodejs_symlink_deps --check taper test/test-*.js %endif %files %doc readme.md %license license %{nodejs_sitelib}/%{module_name} %changelog * Thu Jul 30 2015 Parag Nemade - 4.1.0-1 - Update to 4.1.0 * Wed Jul 29 2015 Parag Nemade - 4.0.0-1 - Update to 4.0.0 * Wed Jul 22 2015 Parag Nemade - 3.3.1-2 - fixdep npm(readable-stream) * Wed Jul 15 2015 Parag Nemade - 3.3.1-1 - Update to 3.3.1 * Fri Jul 03 2015 Parag Nemade - 3.3.0-1 - Update to 3.3.0 * Wed Jun 17 2015 Fedora Release Engineering - 2.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Feb 03 2015 Parag Nemade - 2.3.2-1 - Update to 2.3.2 * Sun Jan 11 2015 Parag Nemade - 2.3.0-1 - Update to 2.3.0 * Wed Dec 03 2014 Parag Nemade - 2.2.0-1 - Initial packaging