equal
deleted
inserted
replaced
|
1 Name: ldapvi |
|
2 Version: 1.7 |
|
3 Release: 1 |
|
4 Summary: ldapvi - interactive LDAP client and editor |
|
5 License: GPL |
|
6 Source: http://www.lichteblau.com/ldapvi/ldapvi-%{version}.tar.gz |
|
7 Patch0: SOURCES/ldapvi-1.7-makefile.diff |
|
8 Patch1: SOURCES/ldapvi-1.7-getline.diff |
|
9 Buildrequires: openldap2-devel, ncurses-devel, readline-devel, glib2-devel, openssl-devel, libxslt |
|
10 Requires: openldap2-client |
|
11 |
|
12 %description |
|
13 ldapvi is an interactive LDAP client and editor, allowing you to edit |
|
14 LDAP entries with your favourite editor. |
|
15 |
|
16 %prep |
|
17 %setup |
|
18 %patch0 -p1 |
|
19 %patch1 -p1 |
|
20 |
|
21 %configure |
|
22 %build |
|
23 %{__make} |
|
24 %{__make} -C manual |
|
25 %install |
|
26 %{__make} DESTDIR="%{buildroot}" install |
|
27 %files |
|
28 /usr/bin/ldapvi |
|
29 %doc /usr/share |