From fbe0d81bcd880311585ce4a32101843449b048e5 Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Dec 31 2015 13:39:27 +0000 Subject: Update fixdep on readdirp --- diff --git a/nodejs-monocle.spec b/nodejs-monocle.spec index f7e81be..6f3b2a7 100644 --- a/nodejs-monocle.spec +++ b/nodejs-monocle.spec @@ -4,12 +4,12 @@ Name: nodejs-monocle Version: 1.1.51 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A tool for watching directories for file changes License: BSD Group: System Environment/Libraries URL: https://github.com/samccone/monocle -Source0: http://registry.npmjs.org/monocle/-/monocle-%{version}.tgz +Source0: https://registry.npmjs.org/monocle/-/monocle-%{version}.tgz # The test files are not included in the npm tarball. # Source1 is generated by running Source10, which pulls from the upstream # version control repository. @@ -39,7 +39,7 @@ BuildRequires: npm(readdirp) find . -type f -exec chmod -x '{}' \; %setup -q -T -D -a 1 -n package -%nodejs_fixdep readdirp '~0.3' +%nodejs_fixdep readdirp '2.x' %build @@ -62,11 +62,15 @@ cp -pr package.json monocle.js \ %files -%doc LICENSE README.md +%doc README.md +%license LICENSE %{nodejs_sitelib}/monocle %changelog +* Thu Dec 31 2015 Piotr Popieluch - 1.1.51-5 +- Update fixdep on readdirp + * Wed Jun 17 2015 Fedora Release Engineering - 1.1.51-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild