]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
f0c58e0226a41ccb19fcb643129dbfa18e33c243
[packages/LDAPExplorerTool.git] / LDAPExplorerTool.spec
1 Summary:        A free multi-platform LDAP client
2 Summary(pl.UTF-8):      Wolny wieloplatformowy klient LDAP
3 Name:           LDAPExplorerTool
4 Version:        0.6
5 Release:        2.1
6 License:        BSD
7 Group:          Networking/Utilities
8 Source0:        http://dl.sourceforge.net/ldaptool/%{name}-%{version}.tar.gz
9 # Source0-md5:  7c0fe6244887b8797f69d1e396b6a7b4
10 Patch0:         %{name}-xrc.patch
11 Patch1:         %{name}-wx.patch
12 URL:            http://ldaptool.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  gtk+-devel >= 1.2.7
17 BuildRequires:  libtool
18 BuildRequires:  openldap-devel >= 2.4.6
19 BuildRequires:  wxGTK2-devel >= 2.6.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 LDAP Explorer Tool is a free LDAP client, that enables the user to
24 manage LDAP directories. With this tool you can view, edit or delete
25 any entry of the LDAP server. You can also manage the schema, export
26 and import entries using the LDIF format. LDAP Explorer aims to run on
27 mutliple platforms like Windows, Linux, Solaris, Mac OS X...
28
29 %description -l pl.UTF-8
30 LDAP Explorer Tool jest wolnodostępnym klientem LDAP umożliwiającym
31 użytkownikowi zarządzanie katalogami LDAP. Przy użyciu tego narzędzia
32 można przeglądać, modyfikować i usuwać dowolne wpisy serwera LDAP.
33 Można też zarządzać schematami, eksportować i importować wpisy
34 korzystając z formatu LDIF. LDAP Explorer może działać na takich
35 platformach jak Windows, Linux, Solaris, Mac OS X...
36
37 %prep
38 %setup -q
39 %patch0 -p0
40 %patch1 -p1
41
42 %build
43 %{__gettextize}
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 CPPFLAGS="$(/usr/bin/wx-gtk2-ansi-config --cppflags)"; export CPPFLAGS
49 %configure \
50          --with-wx-config=/usr/bin/wx-gtk2-ansi-config
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 mv $RPM_BUILD_ROOT%{_docdir}/%{name} .
59
60 %find_lang %{name}
61
62 %clean
63 rm -r $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc %{name}/*
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/%{name}
This page took 0.045197 seconds and 2 git commands to generate.