https://bugzilla.redhat.com/show_bug.cgi?id=1274930



--- Comment #1 from Eduardo Mayorga <[email protected]> ---
Diff spec file in url and in SRPM
---------------------------------
---
/home/mayorga/reviews/1274930-nodejs-color-namer/srpm/nodejs-color-namer.spec  
 2015-10-24 09:49:38.906554668 -0600
+++
/home/mayorga/reviews/1274930-nodejs-color-namer/srpm-unpacked/nodejs-color-namer.spec
   2015-10-23 16:44:04.000000000 -0600
@@ -1,10 +1,10 @@
 Name:               nodejs-color-namer
 Version:            1.0.0
-Release:            1%{?dist}
+Release:            0%{?dist}
 Summary:            Calculate color distance with the Delta-E  difference
 Group:              Development/Libraries
 License:            UNLICENSE
 URL:                https://www.npmjs.com/package/color-namer
-Source0:           
http://registry.npmjs.org/color-namer/-/color-namer-%{version}.tgz
+Source0:           
http://registry.npmjs.org/color-name/-/color-name-%{version}.tgz

 BuildArch:          noarch
@@ -29,5 +29,7 @@
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/color-namer
-cp -pr package.json index.js lib/ dist/ \
+cp -pr package.json \
+    %{buildroot}%{nodejs_sitelib}/color-namer
+cp -pr index.json \
     %{buildroot}%{nodejs_sitelib}/color-namer

@@ -35,9 +37,7 @@

 %files
+%license UNLICENSE
 %doc README.md
 %{nodejs_sitelib}/color-namer/

 %changelog
-* Fri Oct 23 2015 William Moreno <[email protected]> - 1.0.0-1
-- Initial Packaging
-

Please provide the same Spec in both the Spec URL and the SRPM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to