- 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:
2014-10-17 11:55:36 +00:00
committed by Git OBS Bridge
parent 106c2adf92
commit d72352c901
2 changed files with 10 additions and 4 deletions

View File

@@ -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 Fri Oct 10 18:09:52 UTC 2014 - darin@darins.net

View File

@@ -25,20 +25,20 @@ License: MIT
Group: Development/Languages/Other Group: Development/Languages/Other
Url: https://github.com/bclinkinbeard/angular Url: https://github.com/bclinkinbeard/angular
Source0: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz Source0: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
BuildRequires: nodejs
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
Requires: nodejs
Requires: nodejs-jsdom
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %ix86 x86_64 %{arm} noarch ExclusiveArch: %ix86 x86_64 %{arm} noarch
%{?nodejs_requires}
%nodejs_find_provides_and_requires
%description %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. 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 %prep
%setup -q -n package %setup -q -n package
chmod 0644 lib/angular.min.js
chmod 0644 lib/angular.min.js.map
%build %build