Summary: A free multi-platform LDAP client Summary(pl): Wolny wieloplatformowy klient LDAP Name: LDAPExplorerTool Version: 0.6 Release: 2.1 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/ldaptool/%{name}-%{version}.tar.gz # Source0-md5: 7c0fe6244887b8797f69d1e396b6a7b4 Patch0: %{name}-xrc.patch Patch1: %{name}-wx.patch URL: http://ldaptool.sf.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel BuildRequires: gtk+-devel >= 1.2.7 BuildRequires: libtool BuildRequires: openldap-devel BuildRequires: wxGTK2-devel >= 2.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description LDAP Explorer Tool is a free LDAP client, that enables the user to manage LDAP directories. With this tool you can view, edit or delete any entry of the LDAP server. You can also manage the schema, export and import entries using the LDIF format. LDAP Explorer aims to run on mutliple platforms like Windows, Linux, Solaris, Mac OS X... %description -l pl LDAP Explorer Tool jest wolnodostępnym klientem LDAP umożliwiającym użytkownikowi zarządzanie katalogami LDAP. Przy użyciu tego narzędzia można przeglądać, modyfikować i usuwać dowolne wpisy serwera LDAP. Można też zarządzać schematami, eksportować i importować wpisy korzystając z formatu LDIF. LDAP Explorer może działać na takich platformach jak Windows, Linux, Solaris, Mac OS X... %prep %setup -q %patch0 -p0 %patch1 -p1 %build %{__gettextize} %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} CPPFLAGS="$(/usr/bin/wx-gtk2-ansi-config --cppflags)"; export CPPFLAGS %configure \ --with-wx-config=/usr/bin/wx-gtk2-ansi-config %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT%{_docdir}/%{name} . %find_lang %{name} %clean rm -r $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc %{name}/* %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name}