From bbbda9546e9cc049e73e9b6a429f7ad7df6c24c7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 10:22:35 +0000 Subject: import rh-nodejs6-nodejs-ansicolors-0.3.2-3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..668ce06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ansicolors-0.3.2.tgz diff --git a/.rh-nodejs6-nodejs-ansicolors.metadata b/.rh-nodejs6-nodejs-ansicolors.metadata new file mode 100644 index 0000000..49ba4d3 --- /dev/null +++ b/.rh-nodejs6-nodejs-ansicolors.metadata @@ -0,0 +1 @@ +665597de86a9ffe3aa9bfbe6cae5c6ea426b4979 SOURCES/ansicolors-0.3.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-ansicolors.spec b/SPECS/nodejs-ansicolors.spec new file mode 100644 index 0000000..d0d2e89 --- /dev/null +++ b/SPECS/nodejs-ansicolors.spec @@ -0,0 +1,48 @@ +%{?scl:%scl_package nodejs-ansicolors} +%{!?scl:%global pkg_name %{name}} + +%global npm_name ansicolors + +%{?nodejs_find_provides_and_requires} + + +Name: %{?scl_prefix}nodejs-ansicolors +Version: 0.3.2 +Release: 3%{?dist} +Summary: Functions that surround a string with ansicolor codes so it prints in color. +Url: https://github.com/thlorenz/ansicolors +Source0: http://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz +License: MIT +BuildRequires: %{?scl_prefix}nodejs-devel + +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +%description +Functions that surround a string with ansicolor codes so it prints in color. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/ansicolors +cp -pr ansicolors.js package.json %{buildroot}%{nodejs_sitelib}/ansicolors +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/ansicolors +%doc README.md LICENSE + +%changelog +* Mon Jan 16 2017 Zuzana Svetlikova - 0.3.2-3 +- Clean up + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.3.2-2 +- rebuilt + +* Wed Jan 29 2014 Tomas Hrcka - 0.3.2-1 +- initial build +