rpms/vtk/devel vtk.spec,1.16,1.17

Jesse Keating jkeating at fedoraproject.org
Fri Mar 6 21:27:50 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/vtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13981

Modified Files:
	vtk.spec 
Log Message:
* Fri Mar 06 2009 Jesse Keating <jkeating at redhat.com> - 5.2.0-28
- Remove chmod on examples .so files, none are built.  This needs
  more attention.



Index: vtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vtk/devel/vtk.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vtk.spec	26 Feb 2009 00:54:40 -0000	1.16
+++ vtk.spec	6 Mar 2009 21:27:20 -0000	1.17
@@ -7,7 +7,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 5.2.0
-Release: 27%{?dist}
+Release: 28%{?dist}
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -285,7 +285,7 @@
 find Utilities/Upgrading -type f | xargs chmod -x
 
 # Add exec bits to shared libs ...
-chmod 0755 %{buildroot}%{_libdir}/vtk-5.2/CMake/*.so
+#chmod 0755 %{buildroot}%{_libdir}/vtk-5.2/CMake/*.so
 
 %check
 #LD_LIBARARY_PATH=`pwd`/bin ctest -V
@@ -369,6 +369,10 @@
 %doc vtk-examples-5.2/Examples
 
 %changelog
+* Fri Mar 06 2009 Jesse Keating <jkeating at redhat.com> - 5.2.0-28
+- Remove chmod on examples .so files, none are built.  This needs
+  more attention.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2.0-27
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list