From 33ff3b7b50039c1b0f89cf3af5c13a83c69dead9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 21 2016 06:52:39 +0000 Subject: import rh-nodejs4-nodejs-fstream-ignore-1.0.2-4.el7 --- diff --git a/SPECS/nodejs-fstream-ignore.spec b/SPECS/nodejs-fstream-ignore.spec index 515596d..329d702 100644 --- a/SPECS/nodejs-fstream-ignore.spec +++ b/SPECS/nodejs-fstream-ignore.spec @@ -4,15 +4,13 @@ Name: %{?scl_prefix}nodejs-fstream-ignore Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A file stream object that can ignore files by globs # a copy of the BSD license will be included in the next upstream release # https://github.com/isaacs/fstream-ignore/commit/f5b9b1d981ff98ce1c92d4eac2b1aa91a142e421 -License: BSD -Group: System Environment/Libraries +License: ISC URL: https://github.com/isaacs/fstream-ignore Source0: http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -30,22 +28,20 @@ BuildRequires: %{?scl_prefix}nodejs-devel #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/fstream-ignore cp -pr ignore.js package.json %{buildroot}%{nodejs_sitelib}/fstream-ignore %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/fstream-ignore %doc README.md example LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 1.0.2-4 +- Resolves: rhbz#1334856 +- ^fixes wrong license + * Tue Feb 16 2016 Tomas Hrcka - 1.0.2-3 - Fix dependency version of minimatch