diff --git a/SPECS/nodejs-which.spec b/SPECS/nodejs-which.spec index f144636..bd0d73e 100644 --- a/SPECS/nodejs-which.spec +++ b/SPECS/nodejs-which.spec @@ -6,9 +6,9 @@ Name: %{?scl_prefix}nodejs-which Version: 1.2.0 -Release: 3%{?dist} +Release: 5%{?dist} Summary: A JavaScript implementation of the 'which' command -License: MIT +License: ISC URL: https://github.com/isaacs/node-which Source0: http://registry.npmjs.org/which/-/which-%{version}.tgz BuildArch: noarch @@ -27,8 +27,6 @@ BuildRequires: %{?scl_prefix}nodejs-devel #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/which cp -pr bin which.js package.json %{buildroot}%{nodejs_sitelib}/which @@ -37,20 +35,23 @@ ln -sf ../lib/node_modules/which/bin/which %{buildroot}%{_bindir}/which-nodejs %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files %{nodejs_sitelib}/which %{_bindir}/which-nodejs %doc README.md LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 1.2.0-5 +- Resolves: rhbz#1334856 , fixes wrong license + +* Tue Feb 16 2016 Zuzana Svetlikova - 1.2.0-4 +- Use macro in -runtime dependency + * Sun Feb 14 2016 Zuzana Svetlikova - 1.2.0-3 - Add %%nodejs_fixdep macro * Sun Feb 14 2016 Zuzana Svetlikova - 1.2.0-2 -- rebuilt +- Rebuilt with updated metapackage * Mon Nov 30 2015 Tomas Hrcka - 1.0.5-1 - New upsteram release @@ -81,7 +82,7 @@ rm -rf %{buildroot} * Sun Mar 04 2012 T.C. Hollingsworth - 1.0.5-1 - new upstream release 1.0.5 -* Thu Feb 10 2012 T.C. Hollingsworth - 1.0.3-1 +* Fri Feb 10 2012 T.C. Hollingsworth - 1.0.3-1 - new upstream release 1.0.3 * Sun Dec 18 2011 T.C. Hollingsworth - 1.0.2-2