Olaf Hering 2019-10-04 08:22:58 +00:00 committed by Git OBS Bridge
parent 170735f7c2
commit db95eefad0

View File

@ -91,12 +91,12 @@ tee %{buildroot}%{_rpmmacrodir}/macros.%{name} <<'_EOF_'
> %%{name}.files ;\ > %%{name}.files ;\
> %%{name}.files.devel ;\ > %%{name}.files.devel ;\
for i in \ for i in \
COPYING \ COPYING \\\
COPYING.txt \ COPYING.txt \\\
LICENCE \ LICENCE \\\
LICENSE \ LICENSE \\\
LICENSE.md \ LICENSE.md \\\
LICENSE.txt \ LICENSE.txt \\\
;\ ;\
do\ do\
test -f "$i" && echo "%%license $i" >> %%{name}.files ;\ test -f "$i" && echo "%%license $i" >> %%{name}.files ;\