]> git.saurik.com Git - wxWidgets.git/commitdiff
RPM bulid updates
authorRobin Dunn <robin@alldunn.com>
Tue, 4 May 1999 03:43:25 +0000 (03:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 4 May 1999 03:43:25 +0000 (03:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/distrib/makerpm
utils/wxPython/distrib/wxPython.spec.in

index 2709058383fa2c09858f8e6608cc61b37985335d..38bc7f388b32e497076fc25aa6d38301e94146ec 100755 (executable)
@@ -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
index d0834483403206e462458284f9e12e52b105b9c7..c4391676747fcc63be16401608ce9ae1c10be29d 100644 (file)
@@ -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 <robin@alldunn.com>
 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
 
-
-
-
-