diff --git a/paraview.spec b/paraview.spec index 830698a..02446fd 100644 --- a/paraview.spec +++ b/paraview.spec @@ -22,7 +22,7 @@ Name: paraview Version: %{pv_majmin}.%{pv_patch} -Release: 10%{?dist} +Release: 11%{?dist} Summary: Parallel visualization application Group: Applications/Engineering @@ -103,6 +103,13 @@ Provides: paraview-demos = %{version}-%{release} Obsoletes: paraview-doc < %{version}-%{release} Provides: paraview-doc = %{version}-%{release} +# Do not provide anything in paraview's library directory +%global __provides_exclude_from ^(%{_libdir}/paraview/|%{_libdir}/.*/lib/paraview/).*$ +# Do not require anything provided in paraview's library directory +# This list needs to be maintained by hand +%global __requires_exclude ^lib(IceT|QtTesting|vtk).*$ + + #-- Plugin: VRPlugin - Virtual Reality Devices and Interactor styles : Disabled - Requires VRPN #-- Plugin: MantaView - Manta Ray-Cast View : Disabled - Requires Manta #-- Plugin: ForceTime - Override time requests : Disabled - Build is failing @@ -498,6 +505,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Mon Aug 17 2015 Orion Poplawski - 4.3.1-11 +- Filter provides/requires to exclude private libraries + * Fri Aug 14 2015 Orion Poplawski - 4.3.1-10 - Add patch for protobuf 2.6 support (fixes FTBFS bug #1239759)