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