1
0

Accepting request 1136521 from science

Drop config.log and autom4te.cache for reproducible builds (forwarded request 1136433 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/1136521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-semigroups?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2024-01-04 14:58:05 +00:00 committed by Git OBS Bridge
commit 908ef9875f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 3 09:49:56 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop config.log and autom4te.cache for reproducible builds
-------------------------------------------------------------------
Sun Oct 8 03:53:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -70,7 +70,7 @@ autoreconf -fi
rm -Rf libsemigroups
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
rm -Rfv Makefile* configure* cnf/ src/ gapbind14/src/ gapbind14/include/
rm -Rfv Makefile* configure* cnf/ src/ gapbind14/src/ gapbind14/include/ autom4te.cache config.log
popd
find "%buildroot" "(" -name "*.orig" -o -name .gitignore -o \
-name .dirstamp -o -name .clang-format -o -name .ccls ")" -print -delete