On Wed, Oct 14, 2020 at 12:13:18AM -0700, Luya Tshimbalanga wrote: > Hello team, > > I took over the maintenance of nodejs-svgo needed for Inkscape. > Unfortunately, two dependencies were retired due to lack of > maintenance: sax and js-ymal. The attempt to rebuild those packages > failed but the guideline for nodejs packages seems unclear with that > line [1]: I seems quite a few more deps have been retired... npm(mocha) npm(supports-color) ... This will be a big task to support all that :( > %prep > %setup -q -n package > %nodejs_fixdep foomodule ... > + cd package This directory is called 'js-yaml-3.14.0' in the new version: %prep -%setup -q -n package -%setup -q -T -D -a 1 -n package -%setup -q -T -D -a 2 -n package +%autosetup -n js-yaml-%{version} +%setup -q -T -D -a 1 -n js-yaml-%{version} +%setup -q -T -D -a 2 -n js-yaml-%{version} Unfortunately the build fails later because 'fast-check' is missing... Zbyszek _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx