From 59c84686016ebb098cc68aed3462cb939ab451528daabb54191982f415bcbd6d Mon Sep 17 00:00:00 2001 From: Joachim Gleissner Date: Thu, 9 Oct 2014 15:15:39 +0000 Subject: [PATCH] use nodejs-packaging for building OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-isbinaryfile?expand=0&rev=2 --- nodejs-isbinaryfile.changes | 5 +++++ nodejs-isbinaryfile.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nodejs-isbinaryfile.changes b/nodejs-isbinaryfile.changes index d682fdc..5f41624 100644 --- a/nodejs-isbinaryfile.changes +++ b/nodejs-isbinaryfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 9 15:08:14 UTC 2014 - jgleissner@suse.com + +- use nodejs-packaging for building + ------------------------------------------------------------------- Fri Sep 26 13:09:25 UTC 2014 - i@marguerite.su diff --git a/nodejs-isbinaryfile.spec b/nodejs-isbinaryfile.spec index cd922a4..ea11351 100644 --- a/nodejs-isbinaryfile.spec +++ b/nodejs-isbinaryfile.spec @@ -25,13 +25,14 @@ Summary: Detects if a file is binary in Node.js. Similar to Perl's -B URL: https://github.com/isaacs/isbinaryfile Group: Development/Languages/Other Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz -BuildRequires: nodejs +BuildRequires: nodejs-packaging BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%{?nodejs_requires} +%nodejs_find_provides_and_requires + %description Node.js isbinaryfile module. Detects if a file is binary in Node.js. Similar to Perl's -B.