OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Aug-2006 13:59:45
Branch: HEAD Handle: 2006082812594500
Modified files:
openpkg-src/wx wx.spec
Log:
upgrading package: wx 2.6.3 -> 2.7.0
Summary:
Revision Changes Path
1.27 +5 -3 openpkg-src/wx/wx.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wx/wx.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 wx.spec
--- openpkg-src/wx/wx.spec 24 May 2006 18:53:23 -0000 1.26
+++ openpkg-src/wx/wx.spec 28 Aug 2006 11:59:45 -0000 1.27
@@ -32,8 +32,8 @@
Class: EVAL
Group: XWindow
License: LGPL
-Version: 2.6.3
-Release: 20060524
+Version: 2.7.0
+Release: 20060828
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/wxwindows/wxGTK-%{version}.tar.bz2
@@ -65,7 +65,7 @@
}
%prep
- %setup -q -n wxGTK-%{version}
+ %setup -q -n wxWidgets-%{version}
%patch -p0
%build
@@ -114,6 +114,8 @@
# strip down installation
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
+ mv $RPM_BUILD_ROOT%{l_prefix}/share/bakefile \
+ $RPM_BUILD_ROOT%{l_prefix}/share/wx
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
# determine installation files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]