From b9190ff528292be4525b8c0eaecb516b00815f68 Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 07 2016 19:50:48 +0000 Subject: cleanup spec --- diff --git a/nodejs-npmlog.spec b/nodejs-npmlog.spec index aa8e07c..e261688 100644 --- a/nodejs-npmlog.spec +++ b/nodejs-npmlog.spec @@ -2,18 +2,16 @@ Name: nodejs-npmlog Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logger for npm BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch +ExclusiveArch: %{nodejs_arches} noarch -Group: System Environment/Libraries License: BSD URL: https://github.com/isaacs/npmlog Source0: http://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging %description The logger utility that npm uses. @@ -30,21 +28,20 @@ levels and colored output. #nothing to do %install -rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/npmlog cp -pr package.json log.js %{buildroot}%{nodejs_sitelib}/npmlog %nodejs_symlink_deps -%clean -rm -rf %buildroots - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/npmlog -%doc LICENSE README.md example.js +%doc README.md example.js +%license LICENSE %changelog +* Sun Feb 07 2016 Piotr Popieluch - 2.0.0-3 +- cleanup spec + * Thu Feb 04 2016 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild