SHA256
1
0
forked from pool/ansifilter

- Update list of generated source files cleaned in prep section.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=39
This commit is contained in:
Antoine Belvire 2020-10-01 21:45:04 +00:00 committed by Git OBS Bridge
parent b6b7c1d5e0
commit 958410ed0b
2 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,7 @@ Thu Oct 1 21:00:49 UTC 2020 - antoine.belvire@opensuse.org
- CLI: Added `--max-size` option to limit input file size
(default: 256 MB).
- Update ansifilter.keyring.
- Don't try to remove pre-generated "src/qt-gui/Makefile*" in prep
section: Files are not present in source anymore.
- Update list of generated source files cleaned in prep section.
-------------------------------------------------------------------
Wed Jan 29 19:32:03 UTC 2020 - antoine.belvire@opensuse.org

View File

@ -49,8 +49,10 @@ This package provides a Qt Graphical User Interface to run %{name}.
%prep
%setup -q
%if %{with gui}
# Remove pre-configured files which may cause errors with Leap 42.x.
# Remove generated files which may cause errors when building with
# a version of Qt different from the one used to generate the files.
rm -v src/qt-gui/moc_*.cpp
rm -v src/qt-gui/ui_ansifilter.h
%endif
%build