From 92d609a4329253509e503c1fb92f43c4cd4aea6d Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Feb 07 2016 16:36:53 +0000 Subject: cleanup spec --- diff --git a/nodejs-buffer-equal.spec b/nodejs-buffer-equal.spec index b1ccfdd..19e0dcc 100644 --- a/nodejs-buffer-equal.spec +++ b/nodejs-buffer-equal.spec @@ -2,7 +2,7 @@ Name: nodejs-buffer-equal Version: 0.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Returns whether two buffers are equal BuildArch: noarch %if 0%{?fedora} >= 19 @@ -11,12 +11,10 @@ ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif -Group: System Environment/Libraries #no license file included, "MIT" indicated in package.json License: MIT URL: https://github.com/substack/node-buffer-equal -Source0: http://registry.npmjs.org/buffer-equal/-/buffer-equal-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://registry.npmjs.org/buffer-equal/-/buffer-equal-%{version}.tgz BuildRequires: nodejs-packaging #BuildRequires: npm(tap) @@ -31,8 +29,6 @@ Returns whether two buffers are equal. #nothing to do %install -rm -rf %buildroot - mkdir -p %{buildroot}%{nodejs_sitelib}/buffer-equal cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/buffer-equal @@ -42,15 +38,14 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/buffer-equal #%%check #%%tap test/*.js -%clean -rm -rf %buildroot - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/buffer-equal %doc README.markdown example %changelog +* Sun Feb 07 2016 Piotr Popieluch - 0.0.0-9 +- cleanup spec + * Thu Feb 04 2016 Fedora Release Engineering - 0.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild