]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
- rel. 2
[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:        2
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 URL:            http://ldaptool.sf.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+-devel >= 1.2.7
16 BuildRequires:  libtool
17 BuildRequires:  openldap-devel
18 BuildRequires:  wxGTK2-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 LDAP Explorer Tool is a free LDAP client, that enables the user to
23 manage LDAP directories. With this tool you can view, edit or delete
24 any entry of the LDAP server. You can also manage the schema, export
25 and import entries using the LDIF format. LDAP Explorer aims to run on
26 mutliple platforms like Windows, Linux, Solaris, Mac OS X...
27
28 %description -l pl
29 LDAP Explorer Tool jest wolnodostêpnym klientem LDAP umo¿liwiaj±cym
30 u¿ytkownikowi zarz±dzanie katalogami LDAP. Przy u¿yciu tego narzêdzia
31 mo¿na przegl±daæ, modyfikowaæ i usuwaæ dowolne wpisy serwera LDAP.
32 Mo¿na te¿ zarz±dzaæ schematami, eksportowaæ i importowaæ wpisy
33 korzystaj±c z formatu LDIF. LDAP Explorer mo¿e dzia³aæ na takich
34 platformach jak Windows, Linux, Solaris, Mac OS X...
35
36 %prep
37 %setup -q
38 %patch0 -p0
39
40 %build
41 %{__gettextize}
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure \
47          --with-wx-config=/usr/bin/wxgtk2-2.4-config
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 mv $RPM_BUILD_ROOT%{_docdir}/%{name} .
56
57 %find_lang %{name}
58
59 %clean
60 rm -r $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc %{name}/*
65 %attr(755,root,root) %{_bindir}/*
66 %{_datadir}/%{name}
This page took 0.097023 seconds and 3 git commands to generate.