diff --git a/SPECS/nodejs-tar.spec b/SPECS/nodejs-tar.spec index 2c93587..7a67249 100644 --- a/SPECS/nodejs-tar.spec +++ b/SPECS/nodejs-tar.spec @@ -4,13 +4,11 @@ Name: %{?scl_prefix}nodejs-tar Version: 2.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tar for Node.js -License: BSD -Group: System Environment/Libraries +License: ISC URL: https://github.com/isaacs/node-tar Source0: http://registry.npmjs.org/tar/-/tar-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -26,22 +24,19 @@ A Node.js module that supports reading and writing POSIX "tar" archives. #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/tar cp -pr lib tar.js package.json %{buildroot}%{nodejs_sitelib}/tar %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/tar %doc README.md examples LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 2.2.1-3 +- Resolves: rhbz#1334856 , fixes wrong license + * Sun Feb 14 2016 Zuzana Svetlikova - 2.2.1-2 - rebuilt