diff --git a/vtk-compat_gl.changes b/vtk-compat_gl.changes index 3f97b51..ce8d051 100644 --- a/vtk-compat_gl.changes +++ b/vtk-compat_gl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 9 10:40:59 UTC 2017 - badshah400@gmail.com + +- Move libvtkViewsGeovisJava.so to the %{name}-java subpackage, + this is not really a devel file. + ------------------------------------------------------------------- Wed Aug 9 08:54:55 UTC 2017 - jengelh@inai.de diff --git a/vtk-compat_gl.spec b/vtk-compat_gl.spec index 34295b0..7651c51 100644 --- a/vtk-compat_gl.spec +++ b/vtk-compat_gl.spec @@ -451,6 +451,16 @@ chrpath -d %{buildroot}%{_bindir}/* %{_libdir}/libvtkWrappingTools.a %{_includedir}/%{pkgname}-%{series}/ %exclude %{_datadir}/tcl/vtk/vtktcl.c +# This goes in the vtk-java subpackage, not a devel symlink +%exclude %{_libdir}/libvtkViewsGeovisJava.so +# + +%files java +%defattr(-,root,root,-) +%{_bindir}/%{pkgname}ParseJava +%{_bindir}/%{pkgname}WrapJava +%{_libdir}/%{pkgname}.jar +%{_libdir}/libvtkViewsGeovisJava.so %files java %defattr(-,root,root,-) diff --git a/vtk.changes b/vtk.changes index 3f97b51..ce8d051 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 9 10:40:59 UTC 2017 - badshah400@gmail.com + +- Move libvtkViewsGeovisJava.so to the %{name}-java subpackage, + this is not really a devel file. + ------------------------------------------------------------------- Wed Aug 9 08:54:55 UTC 2017 - jengelh@inai.de diff --git a/vtk.spec b/vtk.spec index 0ca01c8..06b36a2 100644 --- a/vtk.spec +++ b/vtk.spec @@ -451,6 +451,16 @@ chrpath -d %{buildroot}%{_bindir}/* %{_libdir}/libvtkWrappingTools.a %{_includedir}/%{pkgname}-%{series}/ %exclude %{_datadir}/tcl/vtk/vtktcl.c +# This goes in the vtk-java subpackage, not a devel symlink +%exclude %{_libdir}/libvtkViewsGeovisJava.so +# + +%files java +%defattr(-,root,root,-) +%{_bindir}/%{pkgname}ParseJava +%{_bindir}/%{pkgname}WrapJava +%{_libdir}/%{pkgname}.jar +%{_libdir}/libvtkViewsGeovisJava.so %files java %defattr(-,root,root,-)