- do not package test logs (WARNINGS in this case) [bsc#1188918]
OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=50
This commit is contained in:
parent
b160621fb3
commit
fb0c62c250
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 10 07:08:56 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- do not package test logs (WARNINGS in this case) [bsc#1188918]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 19:42:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -92,7 +92,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2
|
||||
|
||||
%check
|
||||
%make_build test
|
||||
find manual tests \( -name \*.log -o -name \*.aux \) -delete
|
||||
find manual tests \( -name \*.log -o -name \*.aux -o -name WARNINGS \) -delete
|
||||
|
||||
%files
|
||||
%doc Changes FAQ README.md TODO dot.latex2html-init
|
||||
|
Loading…
Reference in New Issue
Block a user