RPM bulid updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@ mkdir i386
|
|||||||
strip /usr/lib/python1.5/site-packages/wxPython/wxcmodule.so
|
strip /usr/lib/python1.5/site-packages/wxPython/wxcmodule.so
|
||||||
|
|
||||||
cat wxPython.spec.in | sed s/__VERSION__/$1/g > wxPython.spec
|
cat wxPython.spec.in | sed s/__VERSION__/$1/g > wxPython.spec
|
||||||
rpm --rcfile .rpmrc -bb --clean wxPython.spec
|
rpm --rcfile .rpmrc -bb wxPython.spec
|
||||||
|
|
||||||
mv i386/*.rpm .
|
mv i386/*.rpm .
|
||||||
rm -rf i386
|
rm -rf i386
|
||||||
|
@@ -1,13 +1,14 @@
|
|||||||
Summary: Cross platform GUI toolkit for use with the Python language.
|
Summary: Cross platform GUI toolkit for use with the Python language.
|
||||||
Name: wxPython
|
Name: wxPython
|
||||||
Version: __VERSION__
|
Version: __VERSION__
|
||||||
Release: 2
|
Release: 3
|
||||||
Copyright: wxWindows
|
Copyright: wxWindows
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz
|
Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz
|
||||||
Packager: Robin Dunn <robin@alldunn.com>
|
Packager: Robin Dunn <robin@alldunn.com>
|
||||||
Vendor: Total Control Software
|
Vendor: Total Control Software
|
||||||
|
Requires: python >= 1.5.1
|
||||||
|
Prefix: /usr/lib/python1.5/site-packages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@@ -28,7 +29,7 @@ extension language for applications that need a programmable interface.
|
|||||||
#make -f Makefile.pre.in boot
|
#make -f Makefile.pre.in boot
|
||||||
#
|
#
|
||||||
#%build
|
#%build
|
||||||
#make OPT=-O2
|
#make
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#%install
|
#%install
|
||||||
@@ -38,7 +39,3 @@ extension language for applications that need a programmable interface.
|
|||||||
%doc ../README.txt
|
%doc ../README.txt
|
||||||
/usr/lib/python1.5/site-packages/wxPython
|
/usr/lib/python1.5/site-packages/wxPython
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user