Problem building from SRPM on RH9 - resolved
Adam Manock <[email protected]> 24 Jan 2004 07:46:00 -0500
| Newsgroups | gmane.comp.file-systems.coda.devel |
|---|---|
| Message-ID | <[email protected]> |
Had some trouble building the 6.0.3-1 srpm on redhat 9
The below changes to the spec fixed it.
Adam
--- coda-6.0.3-1.spec 2003-10-14 16:35:27.000000000 -0400
+++ coda-6.0.3-1.spec.new 2004-01-24 07:22:55.000000000 -0500
@@ -1,5 +1,4 @@
%define version 6.0.3
-%define debug
Summary: Coda distributed filesystem
Name: coda
Version: %{version}
@@ -46,6 +45,8 @@
well as the volume utilities.
%changelog
+* Fri Jan 23 2004 Adam Manock
+- Deleted debug define, commented out if test for debug
* Sun Jan 19 2003 Rafael Jesus Alcantara Perez <[email protected]>
- Initial attempt for making the RPM packages from CVS with KERBEROS
support.
* Sun Jun 21 1998 Peter Braam <[email protected]>
@@ -96,9 +97,9 @@
# 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 <[email protected]>