From bf3cafc7d81c15118df96489cf6c30f54ff4186d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 21 2016 06:56:39 +0000 Subject: import rh-nodejs4-nodejs-jju-1.2.1-4.el7 --- diff --git a/SOURCES/LICENSE b/SOURCES/LICENSE new file mode 100644 index 0000000..5c93f45 --- /dev/null +++ b/SOURCES/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/SPECS/nodejs-jju.spec b/SPECS/nodejs-jju.spec index 4acc965..bb8ce09 100644 --- a/SPECS/nodejs-jju.spec +++ b/SPECS/nodejs-jju.spec @@ -10,11 +10,12 @@ Name: %{?scl_prefix}nodejs-jju Version: 1.2.1 -Release: 3%{?dist} -Summary: a set of utilities to work with JSON / JSON5 documents +Release: 4%{?dist} +Summary: A set of utilities to work with JSON / JSON5 documents Url: http://rlidwka.github.io/jju/ Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz -License: {"type"=>"WTFPL", "url"=>"http://www.wtfpl.net/txt/copying/"} +Source1: LICENSE +License: WTFPL BuildArch: noarch @@ -38,7 +39,7 @@ a set of utilities to work with JSON / JSON5 documents %prep %setup -q -n package - +cp -p %{SOURCE1} . rm -rf node_modules %build @@ -52,18 +53,18 @@ cp -pr package.json *.js \ %{nodejs_symlink_deps} %if 0%{?enable_tests} - %check %{nodejs_symlink_deps} --check - %endif %files %{nodejs_sitelib}/jju - -%doc README.md +%doc README.md LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 1.2.1-4 +- Resolves: rhbz#1334856 , fixes wrong license + * Tue Feb 16 2016 Zuzana Svetlikova - 1.2.1-3 - Use macro in -runtime dependency