From 4d9a59f4ed396ac1bed3d5ab058f898ed724a563 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 2 Sep 2016 13:42:34 +0200 Subject: [PATCH] specfile: run make check (%check section) sooner, right after build --- tcsh.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 65b4cf3..8eca3ab 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -122,6 +122,10 @@ git commit --all --amend --no-edit > /dev/null make %{?_smp_mflags} all +%check +make check + + %install mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_bindir} install -p -m 755 tcsh %{buildroot}%{_bindir}/tcsh @@ -154,10 +158,6 @@ uk ukrainian _EOF -%check -make check - - %post # Add login shell entries to /etc/shells only when installing the package # for the first time (see 'man 5 SHELLS' for more info):