]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blob - LDAPExplorerTool.spec
- added missing BR: gtk+devel (by Zbyniu Krzystolik)
[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 BuildRequires:  gtk+-devel >= 1.2.7
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 wolnym klientem LDAP umo¿liwiaj±cym
30 u¿ytkownikowi zarz±dzanie katalogami LDAP. Z tym narzêdziem mo¿esz
31 przegl±daæ, edytowaæ i usuwaæ dowolne wpisy serwera LDAP. Mo¿esz te¿
32 zarz±dzaæ schematami, exportowaæ i importowaæ wpisy korzystaj±c z
33 formatu LDIF. LDAP Explorer mo¿e dzia³aæ na takich platformach jak
34 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 %attr(755,root,root) %{_bindir}/*
65 %{_datadir}/%{name}
66 %doc %{name}/*
This page took 0.077868 seconds and 3 git commands to generate.