openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

Add blank line after %autosetup #42

Closed perlpunk closed 1 year ago

perlpunk commented 1 year ago

The following find command seemed to confuse SLE12 and resulted in the patch and find command on one line.

Spec:

%autosetup  -n %{cpan_name}-v%{version} -p1
find . -type f ! -path "*/t/*" ...

Executed command:

/usr/bin/patch -p1 -sfind . -type f '!' -path '*/t/*' '!' -name '*.pl' '!' -path '*/bin/*' '!' -path '*/script/*' '!' -name configure -print0

Issue: https://progress.opensuse.org/issues/122110