diff --git a/nodejs-spdx-exceptions.spec b/nodejs-spdx-exceptions.spec index b764dcc..4f76b18 100644 --- a/nodejs-spdx-exceptions.spec +++ b/nodejs-spdx-exceptions.spec @@ -7,7 +7,7 @@ Release: 1 Summary: A list of SPDX standard license exceptions License: CC-BY URL: https://github.com/jslicense/spdx-exceptions.json -Source0: https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-%{version}.tgz +Source0: https://github.com/jslicense/spdx-exceptions.json/archive/v%{version}.tar.gz ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch BuildRequires: nodejs-packaging @@ -17,7 +17,7 @@ BuildRequires: nodejs-packaging List of SPDX standard license exceptions %prep -%setup -q -n package +%autosetup -n spdx-exceptions.json-%{version} %build diff --git a/spdx-exceptions-1.0.5.tgz b/spdx-exceptions-1.0.5.tgz deleted file mode 100644 index 3936c18..0000000 Binary files a/spdx-exceptions-1.0.5.tgz and /dev/null differ diff --git a/v1.0.5.tar.gz b/v1.0.5.tar.gz new file mode 100644 index 0000000..083c785 Binary files /dev/null and b/v1.0.5.tar.gz differ