Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1274930
Summary: | Review Request: nodejs-color-namer - Calculate color distance with the Delta-E difference | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | William Moreno <williamjmorenor> |
Component: | Package Review | Assignee: | Eduardo Mayorga <e> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | e, package-review |
Target Milestone: | --- | Flags: | e:
fedora-review?
|
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-27 04:17:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1275008, 1275009 | ||
Bug Blocks: | 1274934 |
Description
William Moreno
2015-10-23 23:02:41 UTC
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 <williamjmorenor> - 1.0.0-1 -- Initial Packaging - Please provide the same Spec in both the Spec URL and the SRPM. Spec URL: https://williamjmorenor.fedorapeople.org/rpmdev/nodejs-color-namer.spec SRPM URL: https://williamjmorenor.fedorapeople.org/rpmdev/nodejs-color-namer-1.0.0-0.fc24.src.rpm Update links Any update? Sorry for the delay. Please update to the latest upstream release. |