]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/commitdiff
- initital pld version, NFY
authorundefine <undefine@pld-linux.org>
Thu, 29 Apr 2004 13:19:46 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LDAPExplorerTool.spec -> 1.1

LDAPExplorerTool.spec [new file with mode: 0644]

diff --git a/LDAPExplorerTool.spec b/LDAPExplorerTool.spec
new file mode 100644 (file)
index 0000000..c8650ad
--- /dev/null
@@ -0,0 +1,48 @@
+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}/*
This page took 0.066937 seconds and 4 git commands to generate.