]> git.pld-linux.org Git - packages/newt.git/commitdiff
build with python 2.0b2
authorArtur Frysiak <artur@frysiak.net>
Tue, 3 Oct 2000 15:19:46 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt.spec -> 1.36

newt.spec

index fc16126e921ea643fdebbba6920993ef4c6235ec..9baa9ecc5253102cc5baf22af69c88230c22798c 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -5,7 +5,7 @@ Summary(pl):    Not Erik's Windowing Toolkit - okna w trybie tekstowym ze slangiem
 Summary(tr):   Not Erik's Windowing Toolkit - metin kipi pencereleme sistemi
 Name:          newt
 Version:       0.50
-Release:       16
+Release:       17
 License:       LGPL
 Group:         Libraries
 Group(fr):     Librairies
@@ -146,7 +146,7 @@ manner.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .wiget
 
 %build
 LDFLAGS="-s"
@@ -154,14 +154,8 @@ CFLAGS="$RPM_OPT_FLAGS"
 export LDFLAGS CFLAGS
 %configure \
        --enable-gpm-support
-%{__make} PROGS="whiptail whiptcl.so testgrid" \
-       pythondir="\$(prefix)/lib/python1.6" \
-       pythonbindir="\$(prefix)/lib/python1.6/lib-dynload" \
-       pythonincludedir="\$(prefix)/include/python1.6"
-%{__make} shared \
-       pythondir="\$(prefix)/lib/python1.6" \
-       pythonbindir="\$(prefix)/lib/python1.6/lib-dynload" \
-       pythonincludedir="\$(prefix)/include/python1.6"
+%{__make} PROGS="whiptail whiptcl.so testgrid" 
+%{__make} shared 
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.351551 seconds and 4 git commands to generate.