rpms/cernlib/devel patchy-yexpand.diff, NONE, 1.1 cernlib.spec, 1.28, 1.29

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Apr 13 22:53:01 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22300

Modified Files:
	cernlib.spec 
Added Files:
	patchy-yexpand.diff 
Log Message:
* Tue Apr 13 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-18
- add a patch to yexpand, to avoid using $HOME.


patchy-yexpand.diff:

--- NEW FILE patchy-yexpand.diff ---
--- 2004.orig/src/patchy/yexpand.script	2006-04-14 00:29:48.000000000 +0200
+++ 2004/src/patchy/yexpand.script	2006-04-14 00:35:13.000000000 +0200
@@ -26,8 +26,8 @@
 # CERN_ROOT=":$CERN_ROOT" ; export CERN_ROOT 
   CERN_ROOT=":$CERN/$CERN_LEVEL" ; export CERN_ROOT 
 
-  tfile="$HOME/$tfile.yexp"
-  echo "#!/bin/sh"    >$tfile
+  tfile="./$tfile.yexp"
+  echo "#! /bin/sh"    >$tfile
   echo "  cat <<EOI" >>$tfile
   cat <$ifile        >>$tfile
   cc=$?


Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- cernlib.spec	13 Apr 2006 17:10:51 -0000	1.28
+++ cernlib.spec	13 Apr 2006 22:53:01 -0000	1.29
@@ -1,6 +1,6 @@
 Name:          cernlib
 Version:       2005
-Release:       17%{?dist}.1
+Release:       18%{?dist}
 Summary:       General purpose CERN library and associated binaries
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -218,6 +218,7 @@
 # patchy 5 (included in cernlib)
 Patch1504: patchy-case.patch
 Patch1505: patchy-perror.patch
+Patch1506: patchy-yexpand.diff
 
 %description
 CERN program library is a large collection of general purpose libraries
@@ -523,6 +524,7 @@
 
 %patch -P 1504 -p1
 %patch -P 1505 -p1
+%patch -P 1506 -p1
 
 %patch -P 1200
 %patch -P 1201
@@ -828,7 +830,10 @@
 
 
 %changelog
-* Tue Apr 13 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-17.1
+* Tue Apr 13 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-18
+- add a patch to yexpand, to avoid using $HOME.
+
+* Tue Apr 13 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-17
 - npatchy don't build on ppc.
 
 * Wed Apr 12 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-16




More information about the fedora-extras-commits mailing list