use nodejs-packaging for building

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-absolute-path?expand=0&rev=3
This commit is contained in:
2014-10-09 15:12:20 +00:00
committed by Git OBS Bridge
parent 5f200b4974
commit 3b5daaac0e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 9 15:07:31 UTC 2014 - jgleissner@suse.com
- use nodejs-packaging for building
-------------------------------------------------------------------
Fri Sep 26 05:51:54 UTC 2014 - i@marguerite.su

View File

@@ -25,11 +25,12 @@ Summary: Absolute path node.js function
URL: https://github.com/filearts/node-absolute-path
Group: Development/Libraries/Other
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires: nodejs
BuildRequires: nodejs-packaging
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%{?nodejs_requires}
%nodejs_find_provides_and_requires
%description
Provides an isAbsolute path check for node.js.