- Minor specfile change

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=4
This commit is contained in:
Soc Virnyl Estela 2023-11-11 07:37:13 +00:00 committed by Git OBS Bridge
parent e294400f35
commit 5954857693
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 11 07:36:58 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Minor specfile change
-------------------------------------------------------------------
Fri Nov 10 12:26:57 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -107,8 +107,9 @@ make %{?_smp_mflags}
%install
export CFLAGS="%optflags"
make DESTDIR="%{buildroot}" install
make %{?_smp_mflags} DESTDIR="%{buildroot}" install
# Disabled tests for now
#%%check
#export CFLAGS="%%optflags"
#make %%{?_smp_mflags} check