From 7d4970ff12eeecadcfcf56e7d8925a9e08a3e6f3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 21 2016 06:51:54 +0000 Subject: import rh-nodejs4-nodejs-tap-stream-0.2.0-6.el7 --- diff --git a/SOURCES/LICENSE b/SOURCES/LICENSE new file mode 100644 index 0000000..488b3fd --- /dev/null +++ b/SOURCES/LICENSE @@ -0,0 +1,26 @@ +Copyright (c) 2016, Thorsten Lorenz + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. +* Neither the name of the nor the names of its contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ''AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/SPECS/nodejs-tap-stream.spec b/SPECS/nodejs-tap-stream.spec index a6bb177..d49862d 100644 --- a/SPECS/nodejs-tap-stream.spec +++ b/SPECS/nodejs-tap-stream.spec @@ -10,10 +10,12 @@ Name: %{?scl_prefix}nodejs-tap-stream Version: 0.2.0 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Taps a nodejs stream and logs the data that's coming through. Url: http://registry.npmjs.org/tap-stream/-/tap-stream-0.2.0.tgz Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz +Source1: https://raw.githubusercontent.com/kasicka/tap-stream/090861dcbca70089b5272a7c3dab285f25c3f1bf/LICENSE +# https://github.com/thlorenz/tap-stream/pull/1 License: BSD BuildArch: noarch @@ -40,7 +42,7 @@ Taps a nodejs stream and logs the data that's coming through. %prep %setup -q -n package - +cp -p %{SOURCE1} . rm -rf node_modules %build @@ -61,10 +63,16 @@ cp -pr package.json *.js \ %endif %files -%doc README.md +%doc README.md LICENSE %{nodejs_sitelib}/tap-stream %changelog +* Fri Jun 10 2016 Zuzana Svetlikova - 0.2.0-6 +- Resolves: #1334856 , fix license + +* Thu Jun 09 2016 Zuzana Svetlikova - 0.2.0-5 +- Resolves: rhbz#1334856 , fixes wrong license + * Tue Feb 16 2016 Zuzana Svetlikova - 0.2.0-4 - Use macro in -runtime dependency