modify Source
This commit is contained in:
parent
c6ebdeb3d2
commit
2140b5e34e
14
LICENSE
14
LICENSE
@ -1,14 +0,0 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
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.
|
||||
|
||||
Binary file not shown.
BIN
nodejs-inherits-2.0.3.tar.gz
Normal file
BIN
nodejs-inherits-2.0.3.tar.gz
Normal file
Binary file not shown.
@ -3,10 +3,9 @@ Name: nodejs-inherits
|
||||
Version: 2.0.3
|
||||
Release: 1
|
||||
Summary: A tiny simple way to do classic inheritance in js
|
||||
License: WTFPL
|
||||
License: ISC
|
||||
URL: https://github.com/isaacs/inherits
|
||||
Source0: https://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
|
||||
Source1: https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
@ -14,8 +13,7 @@ BuildRequires: nodejs-packaging
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
%setup -q -n inherits-%{version}
|
||||
|
||||
%build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user