]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/commitdiff
- obsoleted by ldapexplorertool master
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Jul 2009 13:47:12 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LDAPExplorerTool-wx.patch -> 1.2
    LDAPExplorerTool-xrc.patch -> 1.3
    LDAPExplorerTool.spec -> 1.14

LDAPExplorerTool-wx.patch [deleted file]
LDAPExplorerTool-xrc.patch [deleted file]
LDAPExplorerTool.spec [deleted file]

diff --git a/LDAPExplorerTool-wx.patch b/LDAPExplorerTool-wx.patch
deleted file mode 100644 (file)
index 0ca0e58..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN LDAPExplorerTool-0.6.org/src/LDAPBrowser_App.cpp LDAPExplorerTool-0.6/src/LDAPBrowser_App.cpp
---- LDAPExplorerTool-0.6.org/src/LDAPBrowser_App.cpp   2003-08-24 23:22:18.000000000 +0200
-+++ LDAPExplorerTool-0.6/src/LDAPBrowser_App.cpp       2005-05-22 14:23:10.613955464 +0200
-@@ -21,7 +21,6 @@
- #endif
- #include <wx/app.h>
--#include <wx/resource.h>
- #include <wx/config.h>
- #include <wx/intl.h>
- #include <wx/artprov.h>
diff --git a/LDAPExplorerTool-xrc.patch b/LDAPExplorerTool-xrc.patch
deleted file mode 100644 (file)
index 78ed1fa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in~      2003-10-28 23:01:41.000000000 +0100
-+++ configure.in       2004-04-29 16:27:28.518393656 +0200
-@@ -55,7 +55,7 @@
-             [AC_MSG_ERROR([Cannot find GTK: Is gtk-config in path?])],
-             gthread)
- dnl Ugly hack until wx-config supports it (in 2.4.2)
--      WX_XRC_LIBS="`wx-config --libs  | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/'`"
-+      WX_XRC_LIBS="`$WX_CONFIG_NAME --libs  | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/' | sed 's/-2.6/_xrc&/' | xargs`"
- fi
- AC_SUBST(WX_XRC_LIBS)
diff --git a/LDAPExplorerTool.spec b/LDAPExplorerTool.spec
deleted file mode 100644 (file)
index f0c58e0..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-Summary:       A free multi-platform LDAP client
-Summary(pl.UTF-8):     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.sourceforge.net/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: gtk+-devel >= 1.2.7
-BuildRequires: libtool
-BuildRequires: openldap-devel >= 2.4.6
-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.UTF-8
-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}
This page took 0.049195 seconds and 4 git commands to generate.