]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- updated to 2.6.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Oct 2005 16:54:24 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated ogl patch, removed obsolete pangox patch, added x11unicode patch

Changed files:
    wxWidgets.spec -> 1.41

wxWidgets.spec

index bb9a657da12c2772cf55918cbb4701526c2b770e..576e242e8d9dd1a9208630853e70355d12bc0138 100644 (file)
@@ -9,23 +9,23 @@
 Summary:       wxWidgets library
 Summary(pl):   Biblioteka wxWidgets
 Name:          wxWidgets
-Version:       2.6.1
-Release:       2
+Version:       2.6.2
+Release:       1
 License:       wxWidgets Licence (LGPL with exception)
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2
-# Source0-md5: 045f0edad0988620a4aa36096bb16e28
+# Source0-md5: ee0aa211febd992c8540e6c9df749b51
 Patch0:                %{name}-samples.patch
 Patch1:                %{name}-ogl.patch
 Patch2:                %{name}-ac.patch
 Patch3:                %{name}-gif0delay.patch
-Patch4:                %{name}-pangox.patch
+Patch4:                %{name}-x11unicode.patch
 URL:           http://www.wxWidgets.org/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake
-BuildRequires: bakefile >= 0.1.8
+#BuildRequires:        bakefile >= 0.1.9
 BuildRequires: cppunit-devel
 BuildRequires: esound-devel
 BuildRequires: expat-devel
@@ -458,20 +458,15 @@ obs
 
 echo 'AC_DEFUN([AM_PATH_GTK],[:])' > fake-am_path_gtk.m4
 
-# bakefile.m4 from 0.1.8
-tail -n +1518 aclocal.m4 | head -n 1397 > bakefile.m4
-# AC_BAKEFILE_PROG_* macros
-tail -n +721 aclocal.m4 | head -n 142 >> bakefile.m4
-
 %build
 # if bakefiles rebuild is needed:
-#%if "%(rpm -q bakefile --qf '%%{VERSION}')" != "0.1.8"
+#%if "%(rpm -q bakefile --qf '%%{VERSION}')" != "0.1.9"
 #cd build/bakefiles
 #bakefile_gen -f autoconf
 #cd ../..
 #%endif
 cp -f /usr/share/automake/config.sub .
-%{__aclocal} -I .
+%{__aclocal} -I build/aclocal
 %{__autoconf}
 
 CPPFLAGS="%{rpmcflags} -I`pwd`/include -I/usr/X11R6/include"; export CPPFLAGS
This page took 0.073666 seconds and 4 git commands to generate.