Summary: A free multi-platform LDAP client Name: LDAPExplorerTool Version: 0.6 Release: 0.1 License: BSD Group: Networking/Utilities Url: http://ldaptool.sf.net/ Source0: http://dl.sourceforge.net/ldaptool/%{name}-%{version}.tar.gz # Source0-md5: 7c0fe6244887b8797f69d1e396b6a7b4 Patch0: %{name}-xrc.patch 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... %prep %setup -q %patch0 -p0 %build %{__gettextize} %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} %configure \ --with-wx-config=/usr/bin/wxgtk2-2.4-config %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv %{_docdir}/%{name} . %clean rm -r $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %doc %{name}/*