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.