summaryrefslogtreecommitdiff
path: root/contrib/kakoune.spec
diff options
context:
space:
mode:
authorJiri Konecny <jkonecny@redhat.com>2016-05-11 14:51:34 +0200
committerJiri Konecny <jkonecny@redhat.com>2016-05-11 15:01:35 +0200
commitb7f60f16102cfe18887b9fb594136cd0711c569d (patch)
treec0dacd49384f5212d9f31f9efb93aa9abe23978d /contrib/kakoune.spec
parent84f62e6ff2e1ac37e412ddf7c06d3ceb985e2ee3 (diff)
Fix LANG when running tests on builder machine
Set LANG=en_US.utf8 before calling make test. Also change URL to kakoune.org.
Diffstat (limited to 'contrib/kakoune.spec')
-rw-r--r--contrib/kakoune.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/contrib/kakoune.spec b/contrib/kakoune.spec
index deb57755..721cc89a 100644
--- a/contrib/kakoune.spec
+++ b/contrib/kakoune.spec
@@ -1,11 +1,11 @@
Name: kakoune
Version: 0
-Release: 5.20150328gitd1b81c8f%{?dist}
+Release: 208.20160511git84f62e6f%{?dist}
Summary: Vim inspired editor
License: Unlicense
-URL: https://github.com/mawww/kakoune
-Source0: kakoune-d1b81c8f.tar
+URL: http://kakoune.org/
+Source0: kakoune-84f62e6f.tar
BuildRequires: boost-devel >= 1.50
BuildRequires: ncurses-devel >= 5.3
@@ -25,7 +25,7 @@ make %{?_smp_mflags}
%check
cd src
-make test
+LANG=en_US.utf8 make test
%install
cd src
@@ -39,6 +39,10 @@ cd src
%{_datadir}/kak/*
%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
- Add new build requires asciidoc
- Use new man pages