rpms/cmake/F-11 cmake.spec,1.57,1.58

Orion Poplawski orion at fedoraproject.org
Wed Jun 3 16:09:01 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/cmake/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2696/F-11

Modified Files:
	cmake.spec 
Log Message:
* Wed Jun 3 2009 Orion Poplawski <orion at cora.nwra.com> - 2.6.4-2
- Add patch to find VTK on 64-bit machines (bug #503945)



Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/F-11/cmake.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- cmake.spec	29 Apr 2009 21:38:51 -0000	1.57
+++ cmake.spec	3 Jun 2009 16:08:31 -0000	1.58
@@ -8,7 +8,7 @@
 
 Name:           cmake
 Version:        2.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Cross-platform make system
 
 Group:          Development/Tools
@@ -16,8 +16,9 @@ License:        BSD
 URL:            http://www.cmake.org
 Source0:        http://www.cmake.org/files/v2.6/cmake-%{version}%{rcver}.tar.gz
 Source2:        macros.cmake
-# fix crash during kdepimlibs build
-# https://bugzilla.redhat.com/show_bug.cgi?id=475876
+#Find UseVTK.cmake in /usr/lib64/vtk-* on 64-bit machines
+#http://public.kitware.com/mantis/view.php?id=9105
+Patch0:         cmake-2.6.4-vtk64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel, libX11-devel
@@ -52,6 +53,7 @@ The %{name}-gui package contains the Qt 
 
 %prep
 %setup -q -n %{name}-%{version}%{rcver}
+%patch0 -p1 -b .vtk64
 # Fixup permissions
 find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
@@ -130,6 +132,9 @@ update-mime-database %{_datadir}/mime &>
 
 
 %changelog
+* Wed Jun 3 2009 Orion Poplawski <orion at cora.nwra.com> - 2.6.4-2
+- Add patch to find VTK on 64-bit machines (bug #503945)
+
 * Wed Apr 29 2009 Orion Poplawski <orion at cora.nwra.com> - 2.6.4-1
 - Update to 2.6.4
 - Drop patch for bug #475876 fixed upstream




More information about the fedora-extras-commits mailing list