rpms/CGAL/devel CGAL.spec,1.14,1.15

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Mon Oct 22 08:53:20 UTC 2007


Author: rineau

Update of /cvs/pkgs/rpms/CGAL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30540

Modified Files:
	CGAL.spec 
Log Message:
* Mon Oct 22 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 3.3.1-6%{dist}
- fix /etc/profile.d/cgal.*



Index: CGAL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CGAL/devel/CGAL.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- CGAL.spec	21 Oct 2007 22:29:50 -0000	1.14
+++ CGAL.spec	22 Oct 2007 08:52:43 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           CGAL
 Version:        3.3.1
-Release:        3%{?dist}
+Release:        6%{?dist}
 Summary:        Computational Geometry Algorithms Library
 
 Group:          System Environment/Libraries
@@ -196,7 +196,7 @@
 cat > .%{_sysconfdir}/profile.d/cgal.sh <<EOF
 ARCH=`uname -m`
 
-case $ARCH in
+case \$ARCH in
         x86_64 | ia64 | s390 )
            SUFFIX=64 ;;
         * )
@@ -210,16 +210,16 @@
 EOF
 
 cat > .%{_sysconfdir}/profile.d/cgal.csh <<EOF
-ARCH=`uname -m`
+set ARCH=`uname -m`
 
-switch( $ARCH )
+switch( \$ARCH )
         case x86_64:
         case ia64:
         case s390:
-          SUFFIX=64;
+          set SUFFIX=64;
           breaksw;
         default:
-          SUFFIX=62;
+          set SUFFIX=62;
 endsw
 
 if ( ! \$?CGAL_MAKEFILE ) then
@@ -267,6 +267,9 @@
 
 
 %changelog
+* Mon Oct 22 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 3.3.1-6%{dist}
+- fix /etc/profile.d/cgal.*
+
 * Sun Oct 21 2007 Laurent Rineau <laurent.rineau__fedora at normalesup.org> - 3.3.1-3%{dist}
 - gawk and coreutils are not required in BR (see exceptions list)
 - fix multilib issues (bug #340821):




More information about the fedora-extras-commits mailing list