On Thu, May 2, 2019 at 10:49 AM Axel Braun Axel.Braun@gmx.de wrote:
Gesendet: Donnerstag, 02. Mai 2019 um 07:25 Uhr Von: "Jan Engelhardt" jengelh@inai.de An: "David C. Rankin" drankinatty@suddenlinkmail.com Cc: "openSuSE Packaging" opensuse-packaging@opensuse.org Betreff: Re: [opensuse-packaging] %setup -q -a 0 for Source0 then %setup -q a 1 -n pkg-%{version}/lib but need --strip-components=1
On Thursday 2019-05-02 06:50, David C. Rankin wrote:
I've tried
%setup -q -a 0 %setup -q -a 1 -n pngquant-%{version}/lib
which unzips in the correct order, but does not provide a way to --strip-components=1 to get rid of the libimagequant-%{version} default directory.
There is no way to combine %setup with --strip-components. tar -xf is the only option.
you need to use bsdtar if you want the strip-components option
The flag has been implemented in GNU tar for quite a while...