From 26f2b0f25b67dac0d2560b1f4d831e0e906f5c0a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 10:36:12 +0000 Subject: import rh-nodejs6-nodejs-columnify-1.5.4-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30a524d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/columnify-1.5.4.tgz diff --git a/.rh-nodejs6-nodejs-columnify.metadata b/.rh-nodejs6-nodejs-columnify.metadata new file mode 100644 index 0000000..be6dd5e --- /dev/null +++ b/.rh-nodejs6-nodejs-columnify.metadata @@ -0,0 +1 @@ +4737ddf1c7b69a8a7c340570782e947eec8e78bb SOURCES/columnify-1.5.4.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-columnify.spec b/SPECS/nodejs-columnify.spec new file mode 100644 index 0000000..d41f8e9 --- /dev/null +++ b/SPECS/nodejs-columnify.spec @@ -0,0 +1,50 @@ +%{?scl:%scl_package nodejs-columnify} +%{!?scl:%global pkg_name %{name}} + +%global npmname columnify +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-columnify +Version: 1.5.4 +Release: 1%{?dist} +Summary: Render data in text columns, supports in-column text-wrap. +Url: https://github.com/timoxley/columnify +Source0: http://registry.npmjs.org/columnify/-/columnify-%{version}.tgz +License: MIT +ExclusiveArch: %{nodejs_arches} noarch +BuildArch: noarch +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Render data in text columns, supports in-column text-wrap. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/columnify +cp -pr index.js utils.js width.js columnify.js package.json %{buildroot}%{nodejs_sitelib}/columnify + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/columnify +%license LICENSE +%doc Readme.md + +%changelog +* Thu Apr 07 2016 Zuzana Svetlikova - 1.5.4-1 +- Update to 1.5.4 + +* Tue Feb 16 2016 Tomas Hrcka - 1.3.2-5 +- Fix dependency on strip-ansi + +* Fri Jan 09 2015 Tomas Hrcka - 1.3.2-3 +- New upstream release 1.3.2 + +* Mon Feb 17 2014 Tomas Hrcka - 0.1.2-1 +- Initial build +