From d72352c90157097ba1ecb4d4313e02bb451ba4bdf0f2a06d1d75d38ff7a622a2 Mon Sep 17 00:00:00 2001 From: Joachim Gleissner Date: Fri, 17 Oct 2014 11:55:36 +0000 Subject: [PATCH] - fixed requires - fixed some file permissions OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-angular?expand=0&rev=2 --- nodejs-angular.changes | 6 ++++++ nodejs-angular.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/nodejs-angular.changes b/nodejs-angular.changes index 15eb163..29f5f16 100644 --- a/nodejs-angular.changes +++ b/nodejs-angular.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 17 11:55:02 UTC 2014 - jgleissner@suse.com + +- fixed requires +- fixed some file permissions + ------------------------------------------------------------------- Fri Oct 10 18:09:52 UTC 2014 - darin@darins.net diff --git a/nodejs-angular.spec b/nodejs-angular.spec index 1e5b642..bab4aa1 100644 --- a/nodejs-angular.spec +++ b/nodejs-angular.spec @@ -25,20 +25,20 @@ License: MIT Group: Development/Languages/Other Url: https://github.com/bclinkinbeard/angular Source0: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz -BuildRequires: nodejs BuildRequires: nodejs-packaging -Requires: nodejs -Requires: nodejs-jsdom BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ExclusiveArch: %ix86 x86_64 %{arm} noarch -%{?nodejs_requires} + +%nodejs_find_provides_and_requires %description Node.js angular module. AngularJS provided as a CommonJS module. Compiled with jsdom when running in Node. Useful for client-side apps built with Browserify and for testing AngularJS code in Node without depending on a browser. %prep %setup -q -n package +chmod 0644 lib/angular.min.js +chmod 0644 lib/angular.min.js.map %build