]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- updated to 2.8.0 rc1
authorJarosław Kruk <jareq@pld-linux.org>
Mon, 27 Nov 2006 16:55:01 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.1

Changed files:
    wxWidgets.spec -> 1.54

wxWidgets.spec

index 444f2410cb55997e3d88af3ee0b3148d4caa2c78..c4ef92f631097c5f32a0a0a9d63118001f1b4dd7 100644 (file)
 #  /usr/share/locale/it/LC_MESSAGES/wxmsw.mo
 #
 
+%define                _rc     rc1
 Summary:       wxWidgets library
 Summary(pl):   Biblioteka wxWidgets
 Name:          wxWidgets
-Version:       2.7.0
-Release:       0.1
+Version:       2.8.0
+Release:       0.%{_rc}.1
 License:       wxWidgets Licence (LGPL with exception)
 Group:         X11/Libraries
-Source0:       http://dl.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2
-# Source0-md5: 262b6aa540800a7f84a39829cdf03529
-#Source1:      ftp://biolpc22.york.ac.uk/pub/%{version}/%{name}-%{version}-Patch-2.tar.gz
-# Source1-md5: 1218551e47e42185f31d819703004c46
+Source0:       http://dl.sourceforge.net/wxwindows/%{name}-%{version}-%{_rc}.tar.bz2
+# Source0-md5: 875864ca39a9293a2316a26cc6004104
 Patch0:                %{name}-samples.patch
 Patch1:                %{name}-ogl.patch
 Patch2:                %{name}-ac.patch
@@ -458,7 +457,7 @@ Pliki programistyczne biblioteki GL dla opartej na wxUniversal wxX11 z
 obs³ug± UNICODE.
 
 %prep
-%setup -q -a1
+%setup -q -n %{name}-%{version}-%{_rc}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -466,8 +465,6 @@ obs
 %patch4 -p1
 %patch5 -p1
 
-echo 'AC_DEFUN([AM_PATH_GTK],[:])' > fake-am_path_gtk.m4
-
 %build
 # if bakefiles rebuild is needed:
 #%if "%(rpm -q bakefile --qf '%%{VERSION}')" != "0.1.9"
@@ -479,7 +476,7 @@ cp -f /usr/share/automake/config.sub .
 %{__aclocal} -I build/aclocal
 %{__autoconf}
 
-CPPFLAGS="%{rpmcflags} -I`pwd`/include -I/usr/X11R6/include"; export CPPFLAGS
+CPPFLAGS="%{rpmcflags} -I`pwd`/include"; export CPPFLAGS
 # avoid adding -s to LDFLAGS
 LDFLAGS=" "; export LDFLAGS
 args="%{?with_debug:--enable-debug}%{!?with_debug:--disable-debug} \
@@ -650,7 +647,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n wxX11-unicode -p /sbin/ldconfig
 
 %define _libf %{?with_debug:d}
-%define _configf %{?with_debug:-debug-2.6}
+%define _configf %{?with_debug:-debug-2.8}
 
 %files -f wxstd.lang
 %defattr(644,root,root,755)
This page took 0.109306 seconds and 4 git commands to generate.