Compare commits

...

8 Commits
master ... f14

Author SHA1 Message Date
Orion Poplawski d45eb72e39 Remove rpaths from all hand installed binaries (Bug 744437)
Don't link against OSMesa (Bug 744434)
2011-10-10 12:17:54 -06:00
Orion Poplawski 71d8b22511 Remove rpaths from all hand installed binaries (Bug 744437)
Don't link against OSMesa (Bug 744434)
2011-10-10 12:15:47 -06:00
Orion Poplawski b6b5341ba4 Rebuild 2011-07-26 10:54:59 -06:00
Orion Poplawski 682d13945f Update sources to 5.6.1 2011-05-19 09:55:31 -06:00
Orion Poplawski 49ea3a660a Merge branch 'master' into f14 2011-05-19 09:54:04 -06:00
Orion Poplawski 268641e7df Merge from f15 - 5.6.1 2011-05-19 09:30:22 -06:00
Orion Poplawski 377915090f Bump release 2010-12-28 13:10:19 -07:00
Orion Poplawski c6ac066a06 Revert to 5.6.0, likely incompatible 2010-12-28 11:13:34 -07:00
1 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,5 @@
%bcond_without OSMesa
# Disable OSMesa builds for now - see Bug 744434
%bcond_with OSMesa
%bcond_without java
%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@ -6,7 +7,7 @@
Summary: The Visualization Toolkit - A high level 3D visualization library
Name: vtk
Version: 5.6.1
Release: 9%{?dist}
Release: 10%{?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 +286,7 @@ for filelist in utils.list examples.list testing.list; do
done
# Remove any remnants of rpaths
for file in `cat examples.list`; do
for file in `cat utils.list examples.list testing.list`; do
chrpath -d %{buildroot}$file
done
@ -396,6 +397,13 @@ rm -rf %{buildroot}
%doc vtk-examples-5.6/Examples
%changelog
* Mon Oct 10 2011 Orion Poplawski <orion@cora.nwra.com> - 5.6.1-10
- Remove rpaths from all hand installed binaries (Bug 744437)
- Don't link against OSMesa (Bug 744434)
* Tue Jul 26 2011 Orion Poplawski <orion@cora.nwra.com> - 5.6.1-9.1
- Rebuild
* Thu May 19 2011 Orion Poplawski <orion@cora.nwra.com> - 5.6.1-9
- Update soversion patch to add soversion to libvtkNetCDF.so