]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
- doesn't build with new wx yet
[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.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.sf.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
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
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.070921 seconds and 3 git commands to generate.