diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5a8e332..0000000 --- a/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ - 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/inherits-1.0.0.tgz b/inherits-1.0.0.tgz deleted file mode 100644 index df76b27..0000000 Binary files a/inherits-1.0.0.tgz and /dev/null differ diff --git a/nodejs-inherits1.spec b/nodejs-inherits1.spec index 1c39958..1b3f186 100644 --- a/nodejs-inherits1.spec +++ b/nodejs-inherits1.spec @@ -1,12 +1,12 @@ %{?nodejs_find_provides_and_requires} + Name: nodejs-inherits1 -Version: 1.0.0 +Version: 1.0.1 Release: 1 Summary: A tiny simple way to do classic inheritance in JS - legacy version License: WTFPL 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: https://github.com/isaacs/inherits/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -18,8 +18,7 @@ functionality available in core Node.js or use the new version of inherits if they need browser support as well. %prep -%setup -q -n package -cp -p %{SOURCE1} LICENSE +%setup -q -n inherits-%{version} %build diff --git a/v1.0.1.tar.gz b/v1.0.1.tar.gz new file mode 100644 index 0000000..5571f6f Binary files /dev/null and b/v1.0.1.tar.gz differ