From 2ebf412e626be7570b832bb296313f90e0c3e981 Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 07 2016 19:55:03 +0000 Subject: cleanup spec --- diff --git a/nodejs-once.spec b/nodejs-once.spec index 8640312..8be336b 100644 --- a/nodejs-once.spec +++ b/nodejs-once.spec @@ -2,18 +2,16 @@ Name: nodejs-once Version: 1.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run a function exactly one time BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch +ExclusiveArch: %{nodejs_arches} noarch -Group: System Environment/Libraries License: BSD URL: https://github.com/isaacs/once -Source0: http://registry.npmjs.org/once/-/once-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://registry.npmjs.org/once/-/once-%{version}.tgz -BuildRequires: nodejs-devel +BuildRequires: nodejs-packaging %description Run a function exactly one time. @@ -25,20 +23,20 @@ Run a function exactly one time. #nothing to do %install -rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/once cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once %nodejs_symlink_deps -%clean -rm -rf %buildroot - %files %{nodejs_sitelib}/once -%doc LICENSE README.md +%doc README.md +%license LICENSE %changelog +* Sun Feb 07 2016 Piotr Popieluch - 1.3.3-3 +- cleanup spec + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild