rpms/CGAL/FC-5 CGAL-3.3-build-library.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 CGAL.spec, 1.4, 1.5 sources, 1.2, 1.3 CGAL-3.2.1-build-libCGALQt-shared.patch, 1.2, NONE CGAL-3.2.1-build-no-static-lib.patch, 1.1, NONE CGAL-3.2.1-config.h-endianness_detection.patch, 1.1, NONE

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Wed Jun 13 16:02:12 UTC 2007


Author: rineau

Update of /cvs/pkgs/rpms/CGAL/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4240/FC-5

Modified Files:
	.cvsignore CGAL.spec sources 
Added Files:
	CGAL-3.3-build-library.patch 
Removed Files:
	CGAL-3.2.1-build-libCGALQt-shared.patch 
	CGAL-3.2.1-build-no-static-lib.patch 
	CGAL-3.2.1-config.h-endianness_detection.patch 
Log Message:
push CGAL-3.3 to FC-5 and FC-6

CGAL-3.3-build-library.patch:

--- NEW FILE CGAL-3.3-build-library.patch ---
--- CGAL-3.3/install_cgal.build-library.bak	2007-05-30 14:05:18.000000000 +0200
+++ CGAL-3.3/install_cgal	2007-05-30 14:14:10.000000000 +0200
@@ -937,7 +937,6 @@
 	    #### settings for sgi mipspro compiler on irix5
 	    CGAL_SHARED_LIB_CXXFLAGS=
 	    CGAL_SHARED_LIB_LDFLAGS="-lm"
-	    RUNTIME_LINKER_FLAG="-rpath "
 	    PRINT_STACKTRACE_PROGRAM="dbx"
 	    ;;
 	*IRIX*6.*CC*7.3*)
@@ -946,14 +945,12 @@
 	    ADDITIONAL_LDFLAGS="-LANG:std"
 	    CGAL_STATIC_LIB_CREATE="\$(CGAL_CXX) -ar -o''"
 	    CGAL_SHARED_LIB_CXXFLAGS=
-	    RUNTIME_LINKER_FLAG="-rpath "
 	    PRINT_STACKTRACE_PROGRAM="dbx"
 	    ;;
 	*IRIX*6.*CC*)
 	    #### settings for sgi mipspro compiler on irix6
 	    CGAL_STATIC_LIB_CREATE="\$(CGAL_CXX) -ar -o''"
 	    CGAL_SHARED_LIB_CXXFLAGS=
-	    RUNTIME_LINKER_FLAG="-rpath "
 	    PRINT_STACKTRACE_PROGRAM="dbx"
 	    ;;
 	*IRIX*g++*)
@@ -961,7 +958,6 @@
 	    ADDITIONAL_CXXFLAGS="-Wall"
 	    LONG_NAME_PROBLEM_LDFLAGS="-U -s"
 	    CGAL_SHARED_LIB_LDFLAGS="-lm"
-	    RUNTIME_LINKER_FLAG="-Xlinker -rpath -Xlinker "
 	    CGAL_SHARED_LIB_SONAME="-Wl,-soname,\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
 	    CGAL_SHARED_LIBNAME_WITH_SOMAJOR="\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
@@ -973,7 +969,6 @@
 	    CGAL_STATIC_LIB_CREATE="\$(CGAL_CXX) -xar -o ''"
 	    CGAL_SHARED_LIB_CXXFLAGS="-PIC"
 	    CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -G"
-	    RUNTIME_LINKER_FLAG="-R "
 	    PRINT_STACKTRACE_PROGRAM="dbx"
 	    CGAL_SHARED_LIB_SONAME="-Qoption ld -h\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
@@ -986,7 +981,6 @@
 	    LONG_NAME_PROBLEM_CXXFLAGS="-g"
 	    LONG_NAME_PROBLEM_LDFLAGS="-z nodefs -s"
 	    CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -G"
-	    RUNTIME_LINKER_FLAG="-R "
 	    CGAL_SHARED_LIB_SONAME="-h \$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
 	    CGAL_SHARED_LIBNAME_WITH_SOMAJOR="\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
@@ -995,7 +989,6 @@
 	    #### settings for g++ on alpha-linux (special FPU handling)
 	    #### LONG_NAME_PROBLEM is cured by disabling debugging
 	    ADDITIONAL_CXXFLAGS="-Wall -mieee -mfp-rounding-mode=d"
-	    RUNTIME_LINKER_FLAG='-Wl,-R'
 	    CGAL_SHARED_LIB_SONAME="-Wl,-soname,\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
 	    CGAL_SHARED_LIBNAME_WITH_SOMAJOR="\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
@@ -1003,7 +996,6 @@
 	*Linux*g++*)
 	    #### settings for g++ on linux
 	    ADDITIONAL_CXXFLAGS="-Wall"
-	    RUNTIME_LINKER_FLAG='-Wl,-R'
 	    CGAL_SHARED_LIB_SONAME="-Wl,-soname,\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
 	    CGAL_SHARED_LIBNAME_WITH_SOMAJOR="\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
@@ -1013,12 +1005,10 @@
 	    # -mp is required for correct enough floating point operations
 	    # necessary for interval arithmetic.
 	    ADDITIONAL_CXXFLAGS="-mp"
-	    RUNTIME_LINKER_FLAG='-Wl,-R'
 	    PRINT_STACKTRACE_PROGRAM="idb"
 	    ;;
 	*Linux*pgCC*|*Linux*pgcpp*)
 	    #### settings for Portland Group Compiler on linux
-	    RUNTIME_LINKER_FLAG='-Wl,-R'
 	    # PGCC has long name problems with "-g".
 	    DEBUG_OPT=""
 	    ;;
@@ -1029,7 +1019,6 @@
 	    CGAL_STATIC_LIB_CREATE="\$(CGAL_CXX) -xar -o ''"
 	    CGAL_SHARED_LIB_CXXFLAGS="-PIC"
 	    CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -G"
-	    RUNTIME_LINKER_FLAG="-R "
 	    PRINT_STACKTRACE_PROGRAM="dbx"
 	    CGAL_SHARED_LIB_SONAME="-Qoption ld -h\$(CGAL_SHARED_LIBNAME).\$(SOMAJOR)"
 	    CGAL_SHARED_LIBNAME_WITH_SOVERSION="\$(CGAL_SHARED_LIBNAME).\$(SOVERSION)"
@@ -4335,7 +4319,7 @@
     _buildlog_marker="log for $1 $2 shown"
 
     ${_printf} "%s %s\n" "${MAKE}" "${MAKE_OPTION}" > "${COMPILE_LOGFILE}"
-    if ${MAKE} ${MAKE_OPTION} >"${COMPILE_LOGFILE}" 2>&1; then
+    if ${MAKE} ${MAKE_OPTION} | tee "${COMPILE_LOGFILE}" 2>&1; then
 	log_print "Compilation of $1 $2 ${_libname} succeeded."
 	log_print "vvvvvvvvvvvv build ${_buildlog_marker} below vvvvvvvvvvvv"
 	eval ${_cat} \"${COMPILE_LOGFILE}\" ${INSTALL_LOGFILE_REDIRECTION}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/CGAL/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Sep 2006 09:34:00 -0000	1.2
+++ .cvsignore	13 Jun 2007 16:01:29 -0000	1.3
@@ -1 +1 @@
-CGAL-3.2.1.tar.gz
+CGAL-3.3.tar.gz


Index: CGAL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CGAL/FC-5/CGAL.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CGAL.spec	2 Nov 2006 15:23:09 -0000	1.4
+++ CGAL.spec	13 Jun 2007 16:01:29 -0000	1.5
@@ -1,8 +1,8 @@
 %define boost_version 1.32
 
 Name:           CGAL
-Version:        3.2.1
-Release:        19%{?dist}
+Version:        3.3
+Release:        4%{?dist}
 Summary:        Computational Geometry Algorithms Library
 
 Group:          System Environment/Libraries
@@ -11,11 +11,8 @@
 Source0:        ftp://ftp.mpi-sb.mpg.de/pub/outgoing/CGAL/%{name}-%{version}.tar.gz
 Source10:       CGAL-README.Fedora
 Patch1:         CGAL-install_cgal-SUPPORT_REQUIRED.patch
-Patch2:         CGAL-build-library.dpatch
-Patch3:         CGAL-3.2.1-config.h-endianness_detection.patch
+Patch2:         CGAL-3.3-build-library.patch
 Patch4:         CGAL-3.2.1-install_cgal-no_versions_in_compiler_config.h.patch
-Patch5:         CGAL-3.2.1-build-libCGALQt-shared.patch
-Patch6:         CGAL-3.2.1-build-no-static-lib.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,6 +22,10 @@
 BuildRequires: qt-devel >= 3.0
 BuildConflicts:qt-devel < 4
 BuildRequires: zlib-devel
+BuildRequires: blas-devel lapack-devel
+
+# for chmod in prep:
+BuildRequires: coreutils
 
 # CGAL-libs is renamed to CGAL.
 Obsoletes:     %{name}-libs < %{version}-%{release}
@@ -44,7 +45,8 @@
 Summary:        Development files and tools for CGAL applications
 Requires:       %{name} = %{version}-%{release}
 Requires:       boost-devel >= %{boost_version}
-Requires:       /etc/profile.d
+Requires:       blas-devel lapack-devel qt-devel zlib-devel gmp-devel
+Requires:       %{_sysconfdir}/profile.d
 %description devel
 The %{name}-devel package provides the headers files and tools you may need to 
 develop applications using CGAL.
@@ -65,17 +67,12 @@
 %setup -q 
 
 %patch1 -p0 -b .support-required.bak
-%patch2 -p1 -b .debian.build-library.bak
-
-# no hard-coded endianness: remove a test file, and use an upstream patch
-rm config/testfiles/CGAL_CFG_NO_BIG_ENDIAN.C
-%patch3 -p1 -b .endianness-detection.bak
+%patch2 -p1 -b .build-library.bak
 
 %patch4 -p1 -b .no_versions.bak
 
-%patch5 -p1 -b .build-qt-library.bak
+chmod a-x examples/Nef_3/handling_double_coordinates.cin
 
-%patch6 -p1 -b .no-static-lib.bak
 
 
 # fix end-of-lines of several files
@@ -92,23 +89,24 @@
 # Install README.Fedora here, to include it in %doc
 install -m 644 %{SOURCE10} ./README.Fedora
 
-# Move LICENSE.OPENNL, to include it in %doc
-mv include/OpenNL/LICENSE.OPENNL .
-
 %build
 
-source /etc/profile.d/qt.sh
+source %{_sysconfdir}/profile.d/qt.sh
 
 ./install_cgal -ni g++ --CUSTOM_CXXFLAGS "$RPM_OPT_FLAGS" \
                --without-autofind \
                --with-ZLIB \
                --with-BOOST \
-               --with-BOOSTPROGRAMOPTIONS \
+               --with-BOOST_PROGRAM_OPTIONS \
                --with-X11 \
                --with-GMP \
                --with-GMPXX \
                --with-MPFR \
-               --with-QT3MT
+               --with-QT3MT \
+               --with-REFBLASSHARED \
+               --with-LAPACK \
+               --with-OPENGL \
+               --disable-static
 
 
 %install
@@ -117,7 +115,7 @@
 # Install headers
 mkdir -p %{buildroot}%{_includedir}
 cp -a include/* %{buildroot}%{_includedir}
-rm -rf %{buildroot}%{_includedir}/CGAL/config/msvc7
+rm -rf %{buildroot}%{_includedir}/CGAL/config/msvc*
 mv %{buildroot}%{_includedir}/CGAL/config/*/CGAL/compiler_config.h %{buildroot}%{_includedir}/CGAL/
 rm -rf %{buildroot}%{_includedir}/CGAL/config
 
@@ -128,16 +126,15 @@
 # Install libraries
 mkdir -p %{buildroot}%{_libdir}
 cp -a lib/*/lib* %{buildroot}%{_libdir}
-ln -s libCGAL.so.1.0.1 %{buildroot}%{_libdir}/libCGAL.so
-ln -s libCGAL.so.1.0.1 %{buildroot}%{_libdir}/libCGAL.so.1
-ln -s libCGALQt.so.1.0.1 %{buildroot}%{_libdir}/libCGALQt.so
-ln -s libCGALQt.so.1.0.1 %{buildroot}%{_libdir}/libCGALQt.so.1
 
 # Install makefile:
-mkdir -p %{buildroot}%{_datadir}/CGAL/make
-cp -p make/makefile_* %{buildroot}%{_datadir}/CGAL/make/makefile
+mkdir -p %{buildroot}%{_datadir}/CGAL
+touch -r make %{buildroot}%{_datadir}/CGAL
+cp -p make/makefile_* %{buildroot}%{_datadir}/CGAL/cgal.mk
 
 # Install demos and examples
+mkdir -p %{buildroot}%{_datadir}/CGAL/
+touch -r demo %{buildroot}%{_datadir}/CGAL/
 cp -a demo %{buildroot}%{_datadir}/CGAL/demo
 cp -a examples %{buildroot}%{_datadir}/CGAL/examples
 
@@ -152,13 +149,13 @@
 /-I.*CGAL_INCL_CONF_DIR/ d
 EOF
 
-sed -i -f makefile.sed %{buildroot}%{_datadir}/CGAL/make/makefile
+sed -i -f makefile.sed %{buildroot}%{_datadir}/CGAL/cgal.mk
 
 # check if the sed script above has worked:
-grep -q %{_builddir} %{buildroot}%{_datadir}/CGAL/make/makefile && false
-grep -q %{buildroot} %{buildroot}%{_datadir}/CGAL/make/makefile && false
-grep -q CGAL/config %{buildroot}%{_datadir}/CGAL/make/makefile && false
-grep -q -E 'CUSTOM_CXXFLAGS.*(-O2|-g)' %{buildroot}%{_datadir}/CGAL/make/makefile && false
+grep -q %{_builddir} %{buildroot}%{_datadir}/CGAL/cgal.mk && false
+grep -q %{buildroot} %{buildroot}%{_datadir}/CGAL/cgal.mk && false
+grep -q CGAL/config %{buildroot}%{_datadir}/CGAL/cgal.mk && false
+grep -q -E 'CUSTOM_CXXFLAGS.*(-O2|-g)' %{buildroot}%{_datadir}/CGAL/cgal.mk && false
 
 # Remove -L and -R flags from the makefile
 cat > makefile-noprefix.sed <<'EOF'
@@ -167,30 +164,29 @@
 /'-I$(CGAL_INCL_DIR)'/ d;
 EOF
 
-sed -i -f makefile-noprefix.sed  %{buildroot}%{_datadir}/CGAL/make/makefile
+sed -i -f makefile-noprefix.sed  %{buildroot}%{_datadir}/CGAL/cgal.mk
 
 # check that the sed script has worked
-grep -q -E -- '-[LI]\$' %{buildroot}%{_datadir}/CGAL/make/makefile && false
-grep -q -E -- '-R' %{buildroot}%{_datadir}/CGAL/make/makefile && false
+grep -q -E -- '-[LI]\$' %{buildroot}%{_datadir}/CGAL/cgal.mk && false
+grep -q -E -- '-R' %{buildroot}%{_datadir}/CGAL/cgal.mk && false
 
 
-# Create /etc/profile.d/ scripts
+# Create %{_sysconfdir}/profile.d/ scripts
 cd %{buildroot}
-mkdir -p ./etc/profile.d
-cat > ./etc/profile.d/cgal.sh <<EOF
+mkdir -p .%{_sysconfdir}/profile.d
+cat > .%{_sysconfdir}/profile.d/cgal.sh <<EOF
 if [ -z "\$CGAL_MAKEFILE" ] ; then
-  CGAL_MAKEFILE="%{_datadir}/CGAL/make/makefile"
+  CGAL_MAKEFILE="%{_datadir}/CGAL/cgal.mk"
+  export CGAL_MAKEFILE
 fi
-export CGAL_MAKEFILE
 EOF
 
-cat > ./etc/profile.d/cgal.csh <<EOF
-if ( \$?CGAL_MAKEFILE ) then
-  exit
+cat > .%{_sysconfdir}/profile.d/cgal.csh <<EOF
+if ( ! \$?CGAL_MAKEFILE ) then
+  setenv CGAL_MAKEFILE "%{_datadir}/CGAL/cgal.mk"
 endif
-setenv CGAL_MAKEFILE "$MAKEFILE"
 EOF
-chmod 644 ./etc/profile.d/cgal.*sh
+chmod 644 .%{_sysconfdir}/profile.d/cgal.*sh
 
 %clean
 rm -rf %{buildroot}
@@ -203,46 +199,75 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL README.Fedora
-%{_libdir}/libCGAL.so.1
-%{_libdir}/libCGAL.so.1.0.1
-%{_libdir}/libCGALQt.so.1
-%{_libdir}/libCGALQt.so.1.0.1
+%doc AUTHORS LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL CHANGES README.Fedora
+%{_libdir}/libCGAL*.so.2
+%{_libdir}/libCGAL*.so.2.0.0
 
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/CGAL
-%{_includedir}/OpenNL
-%exclude %{_includedir}/CORE
-%{_libdir}/libCGAL.so
-%{_libdir}/libCGALQt.so
-%dir %{_datadir}/CGAL/make
-%config(noreplace) %{_datadir}/CGAL/make/makefile
+%{_libdir}/libCGAL*.so
+%dir %{_datadir}/CGAL
+%{_datadir}/CGAL/cgal.mk
 %{_bindir}/*
 %exclude %{_bindir}/cgal_make_macosx_app
-/etc/profile.d/cgal.*
-%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL LICENSE.OPENNL
+%config(noreplace) %{_sysconfdir}/profile.d/cgal.*
 
 
 %files demos-source
 %defattr(-,root,root,-)
-%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL
+%dir %{_datadir}/CGAL
 %{_datadir}/CGAL/demo
 %{_datadir}/CGAL/examples
 %exclude %{_datadir}/CGAL/*/*/*.vcproj
+%exclude %{_datadir}/CGAL/*/*/skip_vcproj_auto_generation
 
 
 %changelog
+* Thu Jun  7 2007 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.3-4%{?dist}
+- Move the makefile back to %%{_datadir}/CGAL, and rename it cgal.mk (sync
+  with Debian package). That file is not a config file, but just an example
+  .mk file that can be copied and adapted by users.
+- Fix the %%{_sysconfdir}/profile.d/cgal.* files (the csh one was buggy).
+- CGAL-devel now requires all its dependancies.
+
+* Sat Jun  2 2007 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.3-2%{?dist}
+- Officiel CGAL-3.3 release
+- Skip file named "skip_vcproj_auto_generation"
+
+* Wed May 30 2007 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.3-0.1.RC1%{?dist}
+- New upstream version: 3.3-RC1
+- Obsolete patches CGAL-3.2.1-build-libCGALQt-shared.patch,
+                   CGAL-3.2.1-build-no-static-lib.patch,
+                   CGAL-3.2.1-config.h-endianness_detection.patch.
+  These patchs have been merged and adapted by upstream.
+- New option --disable-static
+- Shipped OpenNL and CORE have been renamed by upstream:
+    - %%{_includedir}/OpenNL is now %{_includedir}/CGAL/OpenNL
+    - %%{_includedir}/CORE is now %{_includedir}/CGAL/CORE
+    - libCORE has been rename libCGALcore++
+  Reasons:
+    - CGAL/OpenNL is a special version of OpenNL, rewritten for CGAL 
+      in C++ by the OpenNL author,
+    - CGAL/CORE is a fork of CORE-1.7. CORE-1.7 is no longer maintained by 
+      its authors, and CORE-2.0 is awaited since 2004.
+  In previous releases of this package, CORE was excluded from the package, 
+  because %%{_includedir}/CORE/ was a name too generic (see comment #8 of
+  #bug #199168). Since the headers of CORE have been moved to
+  %%{_includedir}/CGAL/CORE, CORE is now shipped with CGAL.
+- move %%{_datadir}/CGAL/make/makefile to %%{_sysconfdir}/CGAL/makefile
+(because it is a config file).
+
 * Thu Nov  2 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-19
 - Fix CGAL-3.2.1-build-libCGALQt-shared.patch (bug #213675)
 
 * Fri Sep 15 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-18
-- Move LICENSE.OPENNL to %doc CGAL-devel (bug #206575).
+- Move LICENSE.OPENNL to %%doc CGAL-devel (bug #206575).
 
 * Mon Sep 11 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-17
 - libCGALQt.so needs -lGL
-- remove %{_bindir}/cgal_make_macosx_app
+- remove %%{_bindir}/cgal_make_macosx_app
 
 * Sat Sep  11 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-16
 - Remove CORE support. Its acceptance in Fedora is controversial (bug #199168).
@@ -252,7 +277,7 @@
 - Fixed the License: tag.
 
 * Thu Aug 17 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-15
-- Change the permissions of /etc/profile.d/cgal.*sh
+- Change the permissions of %%{_sysconfdir}/profile.d/cgal.*sh
 - Remove the meta package CGAL. CGAL-libs is renamed CGAL.
 - Added two patchs:
   - CGAL-3.2.1-config.h-endianness_detection.patch which is an upstream patch
@@ -303,7 +328,7 @@
 
 * Sat Jul  1 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2-3
 - Use less "*" in %%files, to avoid futur surprises.
-- Remove /etc/profile.d/cgal.* from %%files if %%cgal_prefix is not empty.
+- Remove %%{_sysconfdir}/profile.d/cgal.* from %%files if %%cgal_prefix is not empty.
 - Fix %%build_doc=0 when %%fedora is set. New option macro: %%force_build_doc.
 
 * Fri Jun 30 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/CGAL/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Sep 2006 09:34:00 -0000	1.2
+++ sources	13 Jun 2007 16:01:29 -0000	1.3
@@ -1 +1 @@
-82c98d44aa88d1154631f266e85d3b35  CGAL-3.2.1.tar.gz
+d45186e2721e1e503a2838a5931d52c5  CGAL-3.3.tar.gz


--- CGAL-3.2.1-build-libCGALQt-shared.patch DELETED ---


--- CGAL-3.2.1-build-no-static-lib.patch DELETED ---


--- CGAL-3.2.1-config.h-endianness_detection.patch DELETED ---




More information about the fedora-extras-commits mailing list