From 01b8f4fe8141b1002729bf6acb74ac67ae7a806a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 09:45:16 +0000 Subject: import rh-nodejs6-nodejs-are-we-there-yet-1.1.2-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae5a0ec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/are-we-there-yet-1.1.2.tgz diff --git a/.rh-nodejs6-nodejs-are-we-there-yet.metadata b/.rh-nodejs6-nodejs-are-we-there-yet.metadata new file mode 100644 index 0000000..0ba3366 --- /dev/null +++ b/.rh-nodejs6-nodejs-are-we-there-yet.metadata @@ -0,0 +1 @@ +80e470e95a084794fe1899262c5667c6e88de1b3 SOURCES/are-we-there-yet-1.1.2.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-are-we-there-yet.spec b/SPECS/nodejs-are-we-there-yet.spec new file mode 100644 index 0000000..1763916 --- /dev/null +++ b/SPECS/nodejs-are-we-there-yet.spec @@ -0,0 +1,79 @@ +%{?scl:%scl_package nodejs-are-we-there-yet} +%{!?scl:%global pkg_name %{name}} + +# spec file for package nodejs-nodejs-are-we-there-yet + +%global npm_name are-we-there-yet +%{?nodejs_find_provides_and_requires} + +%global enable_tests 0 + +Name: %{?scl_prefix}nodejs-are-we-there-yet +Version: 1.1.2 +Release: 1%{?dist} +Summary: Keep track of the overall completion of many dispirate processes +Url: https://github.com/iarna/are-we-there-yet +Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz +License: ISC + +BuildArch: noarch + +%if 0%{?fedora} >= 19 +ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif + +BuildRequires: %{?scl_prefix}nodejs-devel +BuildRequires: %{?scl_prefix}runtime + +%if 0%{?enable_tests} +BuildRequires: %{?scl_prefix}npm(tap) +BuildRequires: %{?scl_prefix}npm(standard) +%endif + +%description +Keep track of the overall completion of many dispirate processes + +%prep +%setup -q -n package + +%build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} + +cp -pr package.json *.js \ +%{buildroot}%{nodejs_sitelib}/%{npm_name} + +%{nodejs_symlink_deps} + +%if 0%{?enable_tests} +%check +%{nodejs_symlink_deps} --check +standard && tap test/*.js +%endif + +%files +%{nodejs_sitelib}/are-we-there-yet + +%doc README.md LICENSE + +%changelog +* Tue Sep 06 2016 Zuzana Svetlikova - 1.1.2-1 +- Update + +* Thu Jun 09 2016 Zuzana Svetlikova - 1.0.6-2 +- Resolves: rhbz#1334856 , fixes wrong license, update + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.4-4 +- Add %%nodejs_fixdep macro + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.4-3 +- rebuilt + +* Sat Feb 13 2016 Zuzana Svetlikova - 1.0.4-2 +- Remove unnecessary file + +* Tue Dec 01 2015 Tomas Hrcka - 1.0.4-1 +- Initial build