fix check for non-English languages

epel9
Štěpán Kasal 15 years ago
parent 135291899d
commit 89e9d7a4a7

@ -1,6 +1,6 @@
Name: perl-Text-Reform Name: perl-Text-Reform
Version: 1.12.2 Version: 1.12.2
Release: 7%{?dist} Release: 8%{?dist}
Summary: Manual text wrapping and reformatting Summary: Manual text wrapping and reformatting
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -35,7 +35,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test # the testsuite fails for locales with decimal point != ".", i.e. it
# fails for almost all European languages except en
LC_NUMERIC=C make test
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Feb 17 2010 Stepan Kasal <skasal@redhat.com> - 1.12.2-8
- fix check for non-English languages
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.12.2-7 * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.12.2-7
- rebuild against perl 5.10.1 - rebuild against perl 5.10.1

Loading…
Cancel
Save