From 0415e7ad27baf689ca9a8dca767f3a7c8231dd69 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 09:49:40 +0000 Subject: import rh-nodejs6-nodejs-stringstream-0.0.5-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb4f1ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/stringstream-0.0.5.tgz diff --git a/.rh-nodejs6-nodejs-stringstream.metadata b/.rh-nodejs6-nodejs-stringstream.metadata new file mode 100644 index 0000000..6434e0d --- /dev/null +++ b/.rh-nodejs6-nodejs-stringstream.metadata @@ -0,0 +1 @@ +4e484cd4de5a0bbbee18e46307710a8a81621878 SOURCES/stringstream-0.0.5.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-stringstream.spec b/SPECS/nodejs-stringstream.spec new file mode 100644 index 0000000..334128e --- /dev/null +++ b/SPECS/nodejs-stringstream.spec @@ -0,0 +1,56 @@ +%{?scl:%scl_package nodejs-stringstream} +%{!?scl:%global pkg_name %{name}} +%global enable_tests 0 +%global npm_name stringstream + +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-stringstream +Version: 0.0.5 +Release: 1%{?dist} +Summary: Encode and decode streams into string streams +Url: http://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz +Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz +License: MIT + +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%if 0%{enable_tests} +BuildRequires: %{?scl_prefix}npm( +%endif + +%description +Encode and decode streams into string streams + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} + +cp -pr package.json stringstream.js \ + %{buildroot}%{nodejs_sitelib}/%{npm_name} + +%{nodejs_symlink_deps} + +%files +%{nodejs_sitelib}/stringstream + +%doc README.md +%license LICENSE.txt + +%changelog +* Wed Sep 07 2016 Zuzana Svetlikova - 0.0.5-1 +- Updated with script + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.0.4-2 +- rebuilt + +* Thu Jul 16 2015 Zuzana Svetlikova - 0.0.4-1 +- Initial build