SPECS: ldapexplorertool.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Sat Feb 2 04:10:00 CET 2008
Author: wolvverine Date: Sat Feb 2 03:10:00 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
ldapexplorertool.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ldapexplorertool.spec
diff -u /dev/null SPECS/ldapexplorertool.spec:1.1
--- /dev/null Sat Feb 2 04:10:00 2008
+++ SPECS/ldapexplorertool.spec Sat Feb 2 04:09:54 2008
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+#TODO: wx-config is now in two files :wx-gtk2-ansi-config,wx-x11univ-ansi-config
+Summary: LDAPExplorerTool is a multi-platform LDAP browser and editor (GUI).
+Name: ldapexplorertool
+Version: 2.0.1
+Release: 0.1
+License: BSD
+Group: Applications
+Source0: http://dl.sourceforge.net/ldaptool/%{name}-%{version}.tar.gz
+# Source0-md5: edeb4c2ec779675925a57b4d4c4fc329
+Patch0: %{name}-inc-path.patch
+Patch1: %{name}-wx28.patch
+URL: http://ldaptool.sourceforge.net/
+BuildRequires: wxWidgets-devel
+#BuildRequires: autoconf
+#BuildRequires: automake
+#BuildRequires: intltool
+#BuildRequires: libtool
+#Requires(postun): -
+#Requires(pre,post): -
+#Requires(preun): -
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LDAPExplorerTool is a multi-platform LDAP browser and editor (GUI)
+for Windows and Linux.
+
+Main features are:
+* SSL/TLS support
+* Full UNICODE support
+* Create/edit/remove LDAP objects
+* Multivalue support (including edition)
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+
+%{__make} \
+ CFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install src/ldapexplorertool2 $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/%{name}2
+%{_datadir}/%{name}2
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-02-02 03:09:54 wolvverine
+- init
+
+
================================================================
More information about the pld-cvs-commit
mailing list