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