Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.138' '-r1.139' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- ChangeLog 2000/11/29 20:03:03 1.138 +++ ChangeLog 2000/11/29 20:08:45 1.139 @@ -10,6 +10,9 @@ ChangeLog Changes between 1.5.1 and 1.5.2 (06-Jul-2000 to 18-Nov-2000): + + *) Adjusted the shtool.spec a little bit. + [Ralf S. Engelschall] *) Be extra paranoid and create temporary files with permissions of 0600. [Ralf S. Engelschall] Index: ossp-pkg/shtool/shtool.spec RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v' 2>/dev/null --- shtool.spec 2000/10/05 12:02:06 1.6 +++ shtool.spec 2000/11/29 20:08:45 1.7 @@ -22,9 +22,14 @@ # It is part of the Shtool source tree and this way directly included # in Shtool distribution tarballs. This way one can use a simple `rpm # -tb shtool-1.X.Y.tar.gz' command to build binary RPM packages from a -# Shtool distribution tarball. +# original Shtool distribution tarball. + +%ifdef %{_prefix} +%define prefix %{_prefix} +%else +%define prefix /usr/local +%endif -%define prefix /usr %define ver 1.5.2 %define rel 1 @@ -50,11 +55,10 @@ especially can replace the old mkdir.sh, install.sh and related scripts. %prep - %setup %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} +./configure --prefix=%{prefix} make make test