From 71e0f94502085f458627d80130ef4c0cf11f19db Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 16 2015 14:10:57 +0000 Subject: import nodejs010-nodejs-wcwidth-1.0.0-4.el7 --- diff --git a/SPECS/nodejs-wcwidth.spec b/SPECS/nodejs-wcwidth.spec index 407bc1b..b013cdc 100644 --- a/SPECS/nodejs-wcwidth.spec +++ b/SPECS/nodejs-wcwidth.spec @@ -4,13 +4,15 @@ Name: %{?scl_prefix}nodejs-wcwidth Version: 1.0.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Port of C's wcwidth() and wcswidth() License: MIT Group: Development/Languages/Other -Url: https://github.com/isaacs/wcwidth +Url: https://github.com/mycoboco/wcwidth.js Source: http://registry.npmjs.org/wcwidth/-/wcwidth-%{version}.tgz BuildRequires: nodejs010 +BuildRequires: nodejs010-runtime +Requires: nodejs010 BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build BuildArch: noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch @@ -36,6 +38,12 @@ cp -pr package.json index.js combining.js \ %{nodejs_sitelib}/wcwidth %changelog +* Tue Jul 21 2015 Tomas Hrcka - 1.0.0-4 +- Add missing build require + +* Mon Jul 20 2015 Tomas Hrcka - 1.0.0-3 +- Fix url, Resolves: RHBZ#1210384 + * Mon Jan 12 2015 Tomas Hrcka - 1.0.0-2 - Initial build