Fix LANG when running tests on builder machine
Set LANG=en_US.utf8 before calling make test. Also change URL to kakoune.org.
This commit is contained in:
parent
84f62e6ff2
commit
b7f60f1610
|
@ -1,11 +1,11 @@
|
||||||
Name: kakoune
|
Name: kakoune
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 5.20150328gitd1b81c8f%{?dist}
|
Release: 208.20160511git84f62e6f%{?dist}
|
||||||
Summary: Vim inspired editor
|
Summary: Vim inspired editor
|
||||||
|
|
||||||
License: Unlicense
|
License: Unlicense
|
||||||
URL: https://github.com/mawww/kakoune
|
URL: http://kakoune.org/
|
||||||
Source0: kakoune-d1b81c8f.tar
|
Source0: kakoune-84f62e6f.tar
|
||||||
|
|
||||||
BuildRequires: boost-devel >= 1.50
|
BuildRequires: boost-devel >= 1.50
|
||||||
BuildRequires: ncurses-devel >= 5.3
|
BuildRequires: ncurses-devel >= 5.3
|
||||||
|
@ -25,7 +25,7 @@ make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
cd src
|
cd src
|
||||||
make test
|
LANG=en_US.utf8 make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd src
|
cd src
|
||||||
|
@ -39,6 +39,10 @@ cd src
|
||||||
%{_datadir}/kak/*
|
%{_datadir}/kak/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2016 jkonecny <jkonecny@redhat.com> - 0-208.20160511git84f62e6f
|
||||||
|
- Add LANG=en_US.UTF-8 to fix tests
|
||||||
|
- Update to git: 84f62e6f
|
||||||
|
|
||||||
* Thu Feb 11 2016 jkonecny <jkonecny@redhat.com> - 0-158.20160210git050484eb
|
* Thu Feb 11 2016 jkonecny <jkonecny@redhat.com> - 0-158.20160210git050484eb
|
||||||
- Add new build requires asciidoc
|
- Add new build requires asciidoc
|
||||||
- Use new man pages
|
- Use new man pages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user