Accepting request 626133 from home:bmwiedemann:branches:devel:languages:haskell

Drop config.log from doc to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/626133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=77
This commit is contained in:
Peter Simons 2018-07-30 19:07:59 +00:00 committed by Git OBS Bridge
parent ce7a1de11b
commit ecbcc388ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 30 03:30:56 UTC 2018 - bwiedemann@suse.com
- Drop config.log from doc to fix build-compare
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com

View File

@ -55,7 +55,7 @@ test -f configure || autoreconf
%ghc_bin_install %ghc_bin_install
mkdir -p %{buildroot}/%{_mandir}/man1 mkdir -p %{buildroot}/%{_mandir}/man1
cp doc/alex.1 %{buildroot}/%{_mandir}/man1 cp doc/alex.1 %{buildroot}/%{_mandir}/man1
rm doc/autom4te.cache/requests # varies across builds, breaking build-compare rm -f doc/autom4te.cache/requests doc/config.log # varies across builds, breaking build-compare
%check %check
# Ensure that the test suite can find the alex binary. # Ensure that the test suite can find the alex binary.