]> git.pld-linux.org Git - packages/expect.git/commitdiff
- fixed usage of macros
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 11:04:33 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added/removed neccesary/obsolete patches
- FHS 2.0 compliance where needed
- gzipping docs where needed

Changed files:
    expect.spec -> 1.21

expect.spec

index 6534bb9266f5daa3940083b31bdf528f724e63ec..e35dcc59269f5d0bf7242271a1521a4b3bba86c6 100644 (file)
@@ -82,10 +82,10 @@ CFLAGS="$RPM_OPT_FLAGS -w" \
 ./configure    --enable-gcc \
                --enable-shared \
                --prefix=/usr \
-               --with-tclconfig=../tcl8.0.5/unix \
-               --with-tkconfig=../tk8.0.5/unix \
-               --with-tclinclude=../tcl8.0.5/generic \
-               --with-tkinclude=../tk8.0.5/generic \
+               --with-tclconfig=%{_libdir} \
+               --with-tkconfig=/%{_libdir} \
+               --with-tclinclude=%{_includedir} \
+               --with-tkinclude=%{_includedir} \
                --mandir=%{_mandir} %{_target_platform}
 make 
 cd ..
This page took 0.0423 seconds and 4 git commands to generate.