]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
c8650ad369ce7babc83774bf8f1c520003f41a9b
[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 %{_docdir}/%{name} .
40
41 %clean
42 rm -r $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
47 %{_datadir}/%{name}
48 %doc %{name}/*
This page took 0.048119 seconds and 3 git commands to generate.