use nodejs-packaging for building

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-promise?expand=0&rev=2
This commit is contained in:
2014-10-09 15:16:51 +00:00
committed by Git OBS Bridge
parent 9221a52ca1
commit b2da5e62c0
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 9 15:08:30 UTC 2014 - jgleissner@suse.com
- use nodejs-packaging for building
-------------------------------------------------------------------
Thu Sep 25 15:27:31 UTC 2014 - i@marguerite.su

View File

@@ -25,11 +25,11 @@ License: MIT
Group: Development/Languages/Other
Url: https://github.com/then/promise
Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires: nodejs
Requires: nodejs-asap
BuildRequires: nodejs-packaging
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{nodejs_requires}
%nodejs_find_provides_and_requires
%description
This is a simple implementation of Promises.