From 6bc118f85d6754f114d13c24a8bbd976398718dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 3 Dec 2018 10:28:36 +0100 Subject: [PATCH] Correct invoking tests at build time --- indent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/indent.spec b/indent.spec index ea90df7..41687e5 100644 --- a/indent.spec +++ b/indent.spec @@ -2,7 +2,7 @@ Summary: A GNU program for formatting C code Name: indent Version: 2.2.12 -Release: 2%{?dist} +Release: 3%{?dist} # COPYING: GPLv3 text # doc/indent.info: Verbatim (generated from doc/indent.texi) # @@ -80,7 +80,7 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir $RPM_BUILD_ROOT/%{_bindir}/texinfo2man \ %find_lang %name %check -make -C regression +make check %files -f %{name}.lang %license COPYING @@ -91,6 +91,9 @@ make -C regression %changelog +* Fri Feb 01 2019 Petr Pisar - 2.2.12-3 +- Correct invoking tests at build time + * Fri Feb 01 2019 Fedora Release Engineering - 2.2.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild