- fixed requires
- fixed some file permissions OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-angular?expand=0&rev=2
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user