diff --git a/SPECS/nodejs-minimatch.spec b/SPECS/nodejs-minimatch.spec index 3fd86d6..ab41fb5 100644 --- a/SPECS/nodejs-minimatch.spec +++ b/SPECS/nodejs-minimatch.spec @@ -4,13 +4,11 @@ Name: %{?scl_prefix}nodejs-minimatch Version: 3.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: JavaScript glob matcher -License: MIT -Group: System Environment/Libraries +License: ISC URL: https://github.com/isaacs/minimatch Source0: http://registry.npmjs.org/minimatch/-/minimatch-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -28,22 +26,19 @@ Converts glob expressions to JavaScript "RegExp" objects. #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/minimatch cp -p minimatch.js package.json %{buildroot}%{nodejs_sitelib}/minimatch %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/minimatch %doc README.md LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 3.0.0-4 +- Resolves: rhbz#1334856 , fixes wrong license + * Wed Apr 06 2016 Zuzana Svetlikova - 3.0.0-3 - Remove legacy dependency