From 80b021937ab726867c6088960decb44714eaf96ab0d0afc8977c8dfc22d8fb2c Mon Sep 17 00:00:00 2001 From: Joachim Gleissner Date: Fri, 17 Oct 2014 11:58:02 +0000 Subject: [PATCH] - fixed requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-angular-animate?expand=0&rev=2 --- nodejs-angular-animate.changes | 5 +++++ nodejs-angular-animate.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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.