|
Lines 1-5
Link Here
|
| 1 |
Name: vis |
1 |
Name: vis |
| 2 |
Version: 0.6 |
2 |
Version: 0.8 |
| 3 |
Release: alt1 |
3 |
Release: alt1 |
| 4 |
|
4 |
|
| 5 |
Summary: simple yet efficient editor, combining the strengths of both vi(m) and sam |
5 |
Summary: simple yet efficient editor, combining the strengths of both vi(m) and sam |
|
Lines 9-20
Link Here
|
| 9 |
Url: https://github.com/martanne/vis |
9 |
Url: https://github.com/martanne/vis |
| 10 |
|
10 |
|
| 11 |
VCS: https://github.com/martanne/vis |
11 |
VCS: https://github.com/martanne/vis |
| 12 |
Source: %name-%version.tar |
12 |
Source: %name-%version.tar.gz |
| 13 |
|
13 |
|
| 14 |
BuildRequires: libtermkey-devel libncursesw-devel liblua5.3-devel |
14 |
BuildRequires: libtermkey-devel libncursesw-devel liblua5.3-devel |
| 15 |
Requires: lua5.3-module-lpeg |
15 |
BuildRequires: lua5.3-module-lpeg |
| 16 |
Requires: vis-data |
16 |
BuildRequires: vis-data |
| 17 |
|
17 |
|
|
|
18 |
Patch: vis-0.8.patch |
| 19 |
|
| 18 |
%package data |
20 |
%package data |
| 19 |
BuildArch: noarch |
21 |
BuildArch: noarch |
| 20 |
Group: Editors |
22 |
Group: Editors |
|
Lines 43-48
Link Here
|
| 43 |
|
45 |
|
| 44 |
%prep |
46 |
%prep |
| 45 |
%setup |
47 |
%setup |
|
|
48 |
%patch -p1 |
| 46 |
|
49 |
|
| 47 |
%build |
50 |
%build |
| 48 |
%configure |
51 |
%configure |