diff --git a/nodejs-wordwrap.spec b/nodejs-wordwrap.spec index f7287dc..e800234 100644 --- a/nodejs-wordwrap.spec +++ b/nodejs-wordwrap.spec @@ -4,15 +4,13 @@ Name: nodejs-wordwrap Version: 0.0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Word wrapping library for node -Group: System Environment/Libraries #no license file included; "MIT/X11" indicated in package.json License: MIT URL: https://github.com/substack/node-wordwrap -Source0: http://registry.npmjs.org/wordwrap/-/wordwrap-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://registry.npmjs.org/wordwrap/-/wordwrap-%{version}.tgz BuildArch: noarch %if 0%{?fedora} >= 19 @@ -37,7 +35,6 @@ Wrap those words. Show them at what columns to start and stop. #nothing to do %install -rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/wordwrap cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/wordwrap @@ -50,15 +47,14 @@ ln -sf .. node_modules/wordwrap expresso %endif -%clean -rm -rf %buildroot - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/wordwrap %doc README.markdown example %changelog +* Sun Feb 07 2016 Piotr Popieluch - 0.0.2-8 +- cleanup spec + * Thu Feb 04 2016 Fedora Release Engineering - 0.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild