|
|
Author: karsten
Update of /cvs/dist/rpms/ksh/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13415
Modified Files:
ksh.spec
Added Files:
ksh-20060124-syntax.patch
Log Message:
- make it build in chroots (#180561)
ksh-20060124-syntax.patch:
Mamfile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE ksh-20060124-syntax.patch ---
diff -urN ksh-20060124_old/src/lib/libast/Mamfile
ksh-20060124_new/src/lib/libast/Mamfile
--- ksh-20060124_old/src/lib/libast/Mamfile 2006-01-24 18:17:19.000000000
-0500
+++ ksh-20060124_new/src/lib/libast/Mamfile 2006-02-14 04:43:39.000000000
-0500
@@ -6939,7 +6939,7 @@
make ${INSTALLROOT}/include/ast/fmtmsg.h
prev comp/fmtmsg.h
prev ast_lib.h
-exec - case ${mam_cc_HOSTTYPE} in
+exec - case "${mam_cc_HOSTTYPE}" in
exec - win32.*)proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o
since=1985,author=gsf+dgk+kpv' comp/fmtmsg.h > 1.${COTEMP}.x
exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/fmtmsg.h
1.${COTEMP}.x
exec - then rm -f 1.${COTEMP}.x
@@ -6960,7 +6960,7 @@
make ${INSTALLROOT}/include/ast/libgen.h
prev comp/libgen.h
prev ast_lib.h
-exec - case ${mam_cc_HOSTTYPE} in
+exec - case "${mam_cc_HOSTTYPE}" in
exec - win32.*)proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o
since=1985,author=gsf+dgk+kpv' comp/libgen.h > 1.${COTEMP}.x
exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/libgen.h
1.${COTEMP}.x
exec - then rm -f 1.${COTEMP}.x
@@ -6981,7 +6981,7 @@
make ${INSTALLROOT}/include/ast/syslog.h
prev comp/syslog.h
prev ast_lib.h
-exec - case ${mam_cc_HOSTTYPE} in
+exec - case "${mam_cc_HOSTTYPE}" in
exec - win32.*)proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o
since=1985,author=gsf+dgk+kpv' comp/syslog.h > 1.${COTEMP}.x
exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/syslog.h
1.${COTEMP}.x
exec - then rm -f 1.${COTEMP}.x
Index: ksh.spec
===================================================================
RCS file: /cvs/dist/rpms/ksh/devel/ksh.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ksh.spec 13 Feb 2006 10:09:53 -0000 1.20
+++ ksh.spec 14 Feb 2006 09:56:14 -0000 1.21
@@ -15,6 +15,7 @@
Patch1: ksh-20041225-gcc4.patch
Patch2: ksh-20050202-path.patch
Patch3: ksh-20050202-uname.patch
+Patch4: ksh-20060124-syntax.patch
# build information
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -36,10 +37,13 @@
%patch1 -p1 -b .gcc4
#patch2 -p1 -b .path
%patch3 -p1 -b .uname
+%patch4 -p1 -b .syntax
%build
./bin/package "read" ||:
+# Use this for debugging:
#export CCFLAGS="-O0 -ggdb"
+#./bin/package DEBUG "make"
./bin/package "make"
cp lib/package/LICENSES/ast LICENSE
@@ -94,6 +98,7 @@
%changelog
* Mon Feb 13 2006 Karsten Hopp <karsten@xxxxxxxxx> 20060124-1
- version 20060124
+- make it build in chroots (#180561)
* Fri Feb 10 2006 Jesse Keating <jkeating@xxxxxxxxxx> - 20050202-5.1
- bump again for double-long bug on ppc(64)
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|