Enable self tests
This should hopefully help us catch issues such as s390x toolchain being broken during the build.
This commit is contained in:
parent
1f2fe66e2f
commit
fcb9ef8d44
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.36.4
|
Version: 0.36.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
||||||
@ -19,7 +19,7 @@ BuildRequires: libxslt
|
|||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
|
||||||
# for tests
|
# for tests
|
||||||
# BuildRequires: dbus-x11
|
BuildRequires: dbus-x11
|
||||||
|
|
||||||
# alternatives
|
# alternatives
|
||||||
%global vala_binaries vala valac vala-gen-introspect vapicheck vapigen
|
%global vala_binaries vala valac vala-gen-introspect vapicheck vapigen
|
||||||
@ -114,7 +114,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
@ -180,6 +180,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 0.36.4-3
|
||||||
|
- Enable self tests
|
||||||
|
|
||||||
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 0.36.4-2
|
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 0.36.4-2
|
||||||
- Rebuilt for a s390x binutils issue
|
- Rebuilt for a s390x binutils issue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user