From 546de94b7182bd76e9166eb8b2993acddba95f16 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 4 Mar 2010 11:47:17 +0000 Subject: [PATCH] run make check --- hyphen.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index c6f7a24..df87746 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sf.net @@ -36,6 +36,9 @@ English hyphenation rules. %configure --disable-static make %{?_smp_mflags} +%check +make -C tests check-TESTS + %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install @@ -73,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/substrings.pl %changelog +* Thu Mar 04 2010 Caolan McNamara - 2.5-2 +- run make check + * Thu Feb 25 2010 Caolan McNamara - 2.5-1 - latest version