diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6fbfd0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/forever-agent-0.6.1.tgz diff --git a/.rh-nodejs6-nodejs-forever-agent.metadata b/.rh-nodejs6-nodejs-forever-agent.metadata new file mode 100644 index 0000000..a250894 --- /dev/null +++ b/.rh-nodejs6-nodejs-forever-agent.metadata @@ -0,0 +1 @@ +fbc71f0c41adeb37f96c577ad1ed42d8fdacca91 SOURCES/forever-agent-0.6.1.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-forever-agent.spec b/SPECS/nodejs-forever-agent.spec new file mode 100644 index 0000000..f88e5b9 --- /dev/null +++ b/SPECS/nodejs-forever-agent.spec @@ -0,0 +1,64 @@ +%{?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