rpms/hunspell/devel hunspell.spec,1.69,1.70

Caolan McNamara caolanm at fedoraproject.org
Wed Jul 22 14:24:27 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15206

Modified Files:
	hunspell.spec 
Log Message:
run tests in check


Index: hunspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/hunspell.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- hunspell.spec	9 Jul 2009 12:10:08 -0000	1.69
+++ hunspell.spec	22 Jul 2009 14:24:26 -0000	1.70
@@ -1,7 +1,7 @@
 Name:      hunspell
 Summary:   A spell checker and morphological analyzer library
 Version:   1.2.8
-Release:   9%{?dist}
+Release:   10%{?dist}
 Source0:   http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Source1:   http://people.debian.org/~agmartin/misc/ispellaff2myspell
 Source2:   http://people.redhat.com/caolanm/hunspell/wordlist2hunspell
@@ -57,9 +57,15 @@ for i in AUTHORS.myspell; do
     touch -r $i $i.new
     mv -f $i.new $i
   fi
+  tr -d '\r' < $i > $i.new
+  touch -r $i $i.new
+  mv -f $i.new $i
 done
 make %{?_smp_mflags}
 
+%check
+make -C tests check-TESTS
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -117,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
+* Wed Jul 22 2009 Caolan McNamara <caolanm at redhat.com> - 1.2.8-10
+- run tests in check
+
 * Thu Jul 09 2009 Caolan McNamara <caolanm at redhat.com> - 1.2.8-9
 - Resolves: rhbz#510360 unowned dirs
 - fix up rpmlint warnings




More information about the fedora-extras-commits mailing list