Coda File System

Problem building from SRPM on RH9 - resolved

From: Adam Manock <abmanock_at_comcast.net>
Date: 24 Jan 2004 07:46:00 -0500


Had some trouble building the 6.0.3-1 srpm on redhat 9 The below changes to the spec fixed it.

Adam

 %changelog
+* Fri Jan 23 2004 Adam Manock
+- Deleted debug define, commented out if test for debug

 # for non debuging versions
-if [ X%{debug} != X1 ]; then
+# if [ X%{debug} != X1 ]; then

    strip $RPM_BUILD_ROOT/usr/bin/* $RPM_BUILD_ROOT/vice/bin/* $RPM_BUILD_ROOT/u
sr/sbin/* || :
-fi
+# fi   

 chown -R root.root $RPM_BUILD_ROOT   

-- 
Adam Manock <abmanock_at_comcast.net>
Received on 2004-01-24 07:47:13