run make check
This commit is contained in:
parent
d5771279c2
commit
546de94b71
@ -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 <caolanm@redhat.com> - 2.5-2
|
||||
- run make check
|
||||
|
||||
* Thu Feb 25 2010 Caolan McNamara <caolanm@redhat.com> - 2.5-1
|
||||
- latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user