2014-10-17 11:58:02 +00:00
committed by Git OBS Bridge
parent 9051faf265
commit 80b021937a
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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.