diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 76595fc..0070791 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -51,7 +51,7 @@ PEP 517 compatible build frontends to build Poetry managed projects. %setup -q -n poetry-core-%{version} mkdir vendoredlicenses cp -p src/poetry/core/_vendor/lark/LICENSE vendoredlicenses/lark.LICENSE -cp -p src/poetry/core/_vendor/fastjsonschema/LICENS vendoredlicenses/fastjsonschema.LICENSE +cp -p src/poetry/core/_vendor/fastjsonschema/LICENSE vendoredlicenses/fastjsonschema.LICENSE cp -p src/poetry/core/_vendor/packaging/LICENSE vendoredlicenses/packaging.LICENSE cp -p src/poetry/core/_vendor/packaging/LICENSE.APACHE vendoredlicenses/packaging.LICENSE.APACHE cp -p src/poetry/core/_vendor/packaging/LICENSE.BSD vendoredlicenses/packaging.LICENSE.BSD