From 55991869ce2f9d0f883ed937423f196d0b7ddf0b Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: May 11 2017 09:49:06 +0000 Subject: fixdep sprintf-js update specfile (arches, doc) --- diff --git a/nodejs-argparse.spec b/nodejs-argparse.spec index a713307..121faad 100644 --- a/nodejs-argparse.spec +++ b/nodejs-argparse.spec @@ -4,7 +4,7 @@ Name: nodejs-argparse Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A native port of Python's argparse, an options parsing library License: MIT Group: System Environment/Libraries @@ -18,11 +18,7 @@ Source2: examples-%{version}.tar.bz2 Source10: dl-tests.sh BuildArch: noarch -%if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%endif BuildRequires: nodejs-packaging @@ -44,6 +40,9 @@ changed to CamelCase. %setup -q -D -T -a 1 -n package %setup -q -D -T -a 2 -n package +%nodejs_fixdep sprintf-js '1.x' + + %build #nothing to do @@ -65,13 +64,16 @@ cp -pr package.json *.js lib/ \ %files -%{!?_licensedir:%global license %doc} %doc CHANGELOG.md README.md examples/ %license LICENSE %{nodejs_sitelib}/argparse %changelog +* Thu May 11 2017 Piotr Popieluch - 1.0.9-2 +- fixdep sprintf-js +- update specfile (arches, doc) + * Sun May 07 2017 Jared Smith - 1.0.9-1 - Update to upstream 1.0.9 release