use nodejs-packaging for building

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 9 15:07:36 UTC 2014 - jgleissner@suse.com
- use nodejs-packaging for building
-------------------------------------------------------------------
Thu Sep 25 15:05:53 UTC 2014 - i@marguerite.su

View File

@@ -25,10 +25,11 @@ License: Apache-2.0
Group: Development/Languages/Other
Url: https://github.com/node-browser-compat/atob
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires: nodejs
BuildRequires: nodejs-packaging
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{nodejs_requires}
%nodejs_find_provides_and_requires
%description
Uses Buffer to emulate the exact functionality of the browser's atob.