diff --git a/nodejs-angular-animate.changes b/nodejs-angular-animate.changes index d8a62df..0f2f4f0 100644 --- a/nodejs-angular-animate.changes +++ b/nodejs-angular-animate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 17 11:57:49 UTC 2014 - jgleissner@suse.com + +- fixed requires + ------------------------------------------------------------------- Fri Oct 10 18:09:57 UTC 2014 - darin@darins.net diff --git a/nodejs-angular-animate.spec b/nodejs-angular-animate.spec index e11d47d..24a6b8f 100644 --- a/nodejs-angular-animate.spec +++ b/nodejs-angular-animate.spec @@ -20,18 +20,17 @@ Name: nodejs-%{base_name} Version: 1.2.23 Release: 0 -Summary: angular-animate +Summary: AngularJS module for animations License: MIT Group: Development/Languages/Other Url: https://github.com/isaacs/angular-animate Source0: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz -BuildRequires: nodejs BuildRequires: nodejs-packaging -Requires: nodejs BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ExclusiveArch: %ix86 x86_64 %{arm} noarch -%{?nodejs_requires} + +%nodejs_find_provides_and_requires %description Node.js angular-animate module. This repo is for distribution on `bower`. The source for this module is in the [main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngAnimate). Please file issues and pull requests against that repo.