[Bug 199405] Review Request: vtk - The Visualization Toolkit - A high level 3D visualization library

bugzilla at redhat.com bugzilla at redhat.com
Mon May 28 16:02:22 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: vtk - The Visualization Toolkit - A high level 3D visualization library


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199405





------- Additional Comments From Axel.Thimm at ATrpms.net  2007-05-28 12:02 EST -------
Thanks, would you like to also review bug #199406? It's rather trivial (just the
data files to vtk).

Here's what the specfile changes look like, the build will follow shortly:

--- vtk.spec.org        2007-04-16 19:48:30.000000000 +0200
+++ vtk.spec    2007-05-28 18:01:54.000000000 +0200
@@ -4,3 +4,3 @@
 
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -9,3 +9,3 @@
 Version: 5.0.3
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: BSD-like
@@ -108,2 +108,5 @@
 
+# Remove executable bits from sources
+find . -name \*.c -or -name \*.cxx -or -name \*.h | xargs chmod -x
+
 # Save an unbuilt copy of the Example's sources for %doc
@@ -133,3 +136,3 @@
  -DVTK_INSTALL_BIN_DIR:PATH=%{_bindir} \
- -DVTK_INSTALL_INCLUDE_DIR:PATH=%{_includedir} \
+ -DVTK_INSTALL_INCLUDE_DIR:PATH=%{_includedir}/vtk \
  -DVTK_INSTALL_LIB_DIR:PATH=%{_libdir} \
@@ -316,3 +319,3 @@
 %{_libdir}/vtk-5.0/doxygen
-%{_includedir}/*
+%{_includedir}/vtk
 %{_libdir}/*.so
@@ -363,2 +366,6 @@
 %changelog
+* Mon May 28 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.3-18
+- Move headers to %%{_includedir}/vtk.
+- Remove executable bit from sources.
+
 * Mon Apr 16 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.3-17


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list