Check-in Number:
|
181 | |
Date: |
2000-Nov-28 21:08:45 (local)
2000-Nov-28 20:08:45 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.138 -> 1.139
--- 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]
|
|
ossp-pkg/shtool/shtool.spec 1.6 -> 1.7
--- 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
|
|