From b67471d29f8cb08b13d7ca6d30bd5a8669a5261617c58acd3a36cae7ba94e5e8 Mon Sep 17 00:00:00 2001 From: Joachim Gleissner Date: Thu, 9 Oct 2014 15:15:26 +0000 Subject: [PATCH] use nodejs-packaging for building OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-guid?expand=0&rev=2 --- nodejs-guid.changes | 5 +++++ nodejs-guid.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nodejs-guid.changes b/nodejs-guid.changes index 5766a86..dccac23 100644 --- a/nodejs-guid.changes +++ b/nodejs-guid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 9 15:08:11 UTC 2014 - jgleissner@suse.com + +- use nodejs-packaging for building + ------------------------------------------------------------------- Wed Sep 24 20:03:12 UTC 2014 - i@marguerite.su diff --git a/nodejs-guid.spec b/nodejs-guid.spec index 3cfc919..45d88a6 100644 --- a/nodejs-guid.spec +++ b/nodejs-guid.spec @@ -26,11 +26,12 @@ License: MIT Group: Development/Languages/Other Url: https://github.com/dandean/guid 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 A Guid generator and validator.