Blame SPECS/nodejs-forever-agent.spec

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