]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/commitdiff
- doesn't build with new wx yet
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 May 2005 12:27:21 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LDAPExplorerTool.spec -> 1.9

LDAPExplorerTool.spec

index c0e7263c0750125f47dee3459eae559261f77be5..443e6076bced60800ec7c0579042a4d2c550f24e 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A free multi-platform LDAP client
 Summary(pl):   Wolny wieloplatformowy klient LDAP
 Name:          LDAPExplorerTool
 Version:       0.6
-Release:       2
+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
@@ -15,7 +16,7 @@ BuildRequires:        gettext-devel
 BuildRequires: gtk+-devel >= 1.2.7
 BuildRequires: libtool
 BuildRequires: openldap-devel
-BuildRequires: wxGTK2-devel
+BuildRequires: wxGTK2-devel >= 2.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,6 +37,7 @@ platformach jak Windows, Linux, Solaris, Mac OS X...
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %{__gettextize}
@@ -43,8 +45,9 @@ platformach jak Windows, Linux, Solaris, Mac OS X...
 %{__aclocal}
 %{__autoconf}
 %{__automake}
+CPPFLAGS="$(/usr/bin/wx-gtk2-ansi-config --cppflags)"; export CPPFLAGS
 %configure \
-        --with-wx-config=/usr/bin/wxgtk2-2.4-config
+        --with-wx-config=/usr/bin/wx-gtk2-ansi-config
 %{__make}
 
 %install
This page took 0.059841 seconds and 4 git commands to generate.