Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 15d1f256e6a22a6a45379ccbe590c2fa > files > 1

nodejs-right-align-0.1.3-1.mga5.src.rpm

%{?nodejs_find_provides_and_requires}
Name:           nodejs-right-align
Version:        0.1.3
Release:        %mkrel 1
Summary:        Right-align the text in a string
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/right-aligng
Source0:        http://registry.npmjs.org/right-align/-/right-align-%{version}.tgz
BuildRequires:  nodejs
BuildRequires:  nodejs-packaging
BuildRequires:  npm(align-text)
BuildArch:      noarch


%description
Right-align the text in a string

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/right-align
cp -pr  index.js package.json %{buildroot}%{nodejs_sitelib}/right-align

%{nodejs_symlink_deps}

%files
%doc LICENSE README.md
%{nodejs_sitelib}/right-align

 


%changelog
* Thu Nov 05 2015 spuhler <spuhler> 0.1.3-1.mga5
+ Revision: 897948
- needed for uglify-js

* Sun Nov 01 2015 spuhler <spuhler> 0.1.3-1.mga6
+ Revision: 897212
- fixed group
- local srpm build based on Opensuse