From 00760f65d884ee71e9bd069c38037141f1cca0cd Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 07 2016 20:12:27 +0000 Subject: cleanup spec --- diff --git a/nodejs-runforcover.spec b/nodejs-runforcover.spec index 9a50e4c..29d016b 100644 --- a/nodejs-runforcover.spec +++ b/nodejs-runforcover.spec @@ -4,7 +4,7 @@ Name: nodejs-runforcover Version: 0.0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Require plugin for JS code coverage BuildArch: noarch @@ -14,12 +14,10 @@ ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif -Group: System Environment/Libraries #no license file included; "new BSD" indicated in package.json License: BSD URL: https://github.com/chrisdickinson/node-runforcover -Source0: http://registry.npmjs.org/runforcover/-/runforcover-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://registry.npmjs.org/runforcover/-/runforcover-%{version}.tgz BuildRequires: nodejs-packaging @@ -38,8 +36,6 @@ provide code coverage data for your unit test library, whatever it might be. #nothing to do %install -rm -rf %buildroot - mkdir -p %{buildroot}%{nodejs_sitelib}/runforcover cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/runforcover @@ -51,15 +47,14 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/runforcover %__nodejs test/index.js %endif -%clean -rm -rf %buildroot - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/runforcover %doc README.markdown %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