%{?scl:%scl_package nodejs-forever-agent} %{!?scl:%global pkg_name %{name}} %{?nodejs_find_provides_and_requires} Name: %{?scl_prefix}nodejs-forever-agent Version: 0.6.1 Release: 1%{?dist} Summary: HTTP Agent that keeps socket connections alive between keep-alive requests # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/forever-agent/blob/master/LICENSE License: ASL 2.0 URL: https://github.com/mikeal/forever-agent Source0: http://registry.npmjs.org/forever-agent/-/forever-agent-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: %{?scl_prefix}nodejs-devel %description %{summary}. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/forever-agent cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/forever-agent %nodejs_symlink_deps %files %{nodejs_sitelib}/forever-agent %doc README.md LICENSE %changelog * Wed Sep 07 2016 Zuzana Svetlikova - 0.6.1-1 - Updated with script * Thu Jun 09 2016 Zuzana Svetlikova - 0.5.0-4 - Resolves: rhbz#1334856 , fixes wrong license * Sun Feb 14 2016 Zuzana Svetlikova - 0.5.0-3 - rebuilt * Thu Oct 17 2013 Tomas Hrcka - 0.5.0-2 - replace provides and requires with macro * Sat Jun 22 2013 T.C. Hollingsworth - 0.5.0-1 - new upstream release 0.5.0 * Sat Jun 22 2013 T.C. Hollingsworth - 0.2.0-3 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.2.0-2 - add macro for EPEL6 dependency generation * Fri Apr 12 2013 Stanislav Ochotnicky - 0.2.0-2 - Add support for software collections * Fri Apr 05 2013 T.C. Hollingsworth - 0.2.0-1 - initial package