From: Robin Dunn Date: Tue, 4 May 1999 03:43:25 +0000 (+0000) Subject: RPM bulid updates X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69c6074dc5c78ba3e73173bf62d69aab8a857f65?hp=e6c95f27a380dcdc5099719f4675ffc50acfdf4a RPM bulid updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/distrib/makerpm b/utils/wxPython/distrib/makerpm index 2709058383..38bc7f388b 100755 --- a/utils/wxPython/distrib/makerpm +++ b/utils/wxPython/distrib/makerpm @@ -16,7 +16,7 @@ mkdir i386 strip /usr/lib/python1.5/site-packages/wxPython/wxcmodule.so 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 . rm -rf i386 diff --git a/utils/wxPython/distrib/wxPython.spec.in b/utils/wxPython/distrib/wxPython.spec.in index d083448340..c439167674 100644 --- a/utils/wxPython/distrib/wxPython.spec.in +++ b/utils/wxPython/distrib/wxPython.spec.in @@ -1,13 +1,14 @@ Summary: Cross platform GUI toolkit for use with the Python language. Name: wxPython Version: __VERSION__ -Release: 2 +Release: 3 Copyright: wxWindows Group: Development/Languages/Python Source: http://alldunn.com/wxPython/wxPython-__VERSION__.tar.gz Packager: Robin Dunn Vendor: Total Control Software - +Requires: python >= 1.5.1 +Prefix: /usr/lib/python1.5/site-packages %description @@ -28,7 +29,7 @@ extension language for applications that need a programmable interface. #make -f Makefile.pre.in boot # #%build -#make OPT=-O2 +#make # # #%install @@ -38,7 +39,3 @@ extension language for applications that need a programmable interface. %doc ../README.txt /usr/lib/python1.5/site-packages/wxPython - - - -