From c464df95498551f35ec0bd70724df52944f7e6e785f8527b7fc81f7cdba9e703 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 26 Feb 2024 10:51:00 +0000 Subject: [PATCH] Accepting request 1150775 from home:bmwiedemann:branches:Publishing Remove .log files during build for reproducible packages even with --nocheck OBS-URL: https://build.opensuse.org/request/show/1150775 OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=61 --- latex2html.changes | 5 +++++ latex2html.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/latex2html.changes b/latex2html.changes index 1d0d5a0..6b7de5e 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 09:33:39 UTC 2024 - Bernhard Wiedemann + +- Remove .log files during build + ------------------------------------------------------------------- Wed Feb 14 13:50:10 UTC 2024 - pgajdos@suse.com diff --git a/latex2html.spec b/latex2html.spec index ccd0eb7..bfc2cbb 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -77,7 +77,7 @@ This subpackage contains the documentation for the Latex2HTML converter. export LATEX2HTMLDIR=$(pwd) cd docs make L2H="../latex2html -nouse_pdftex -test_mode" html -find manual -name "*.old" -delete +find manual \( -name "*.old" -o -name "*.log" -o -name "*.aux" -o -name WARNINGS \) -delete %install %make_install