]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
4e84569f4e29b495503b996c9076201b60b6defb
[packages/LDAPExplorerTool.git] / LDAPExplorerTool.spec
1 Summary:        A free multi-platform LDAP client
2 Name:           LDAPExplorerTool
3 Version:        0.6
4 Release:        0.1
5 License:        BSD
6 Group:          Networking/Utilities
7 Url:            http://ldaptool.sf.net/
8 Source0:        http://dl.sourceforge.net/ldaptool/%{name}-%{version}.tar.gz
9 # Source0-md5:  7c0fe6244887b8797f69d1e396b6a7b4
10 Patch0:         %{name}-xrc.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 LDAP Explorer Tool is a free LDAP client, that enables the user to
15 manage LDAP directories. With this tool you can view, edit or delete
16 any entry of the LDAP server. You can also manage the schema, export
17 and import entries using the LDIF format. LDAP Explorer aims to run on
18 mutliple platforms like Windows, Linux, Solaris, Mac OS X...
19
20 %prep
21 %setup -q
22 %patch0 -p0
23
24 %build
25 %{__gettextize}
26 %{__libtoolize}
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure \
31          --with-wx-config=/usr/bin/wxgtk2-2.4-config
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 mv $RPM_BUILD_ROOT%{_docdir}/%{name} .
40
41 %find_lang %{name}
42
43 %clean
44 rm -r $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/%{name}
50 %doc %{name}/*
This page took 0.04523 seconds and 2 git commands to generate.