SHA256
1
0
forked from pool/vtk

Accepting request 528109 from home:polyconvex:branches:science

- do not exclude libViewsGeovisJava.so from devel package 
  This library is required for development.
- package vtk binary in devel package.
- VTKTargets-debug.cmake tests for the existance of the library (line 3394)
  and the binary (line 3404) and causes an error if the files do
  not exist
- do not exclude libViewsGeovisJava.so from devel package 
  This library is required for development.
- package vtk binary in devel package.
- VTKTargets-debug.cmake tests for the existance of the library (line 3394)
  and the binary (line 3404) and causes an error if the files do
  not exist

OBS-URL: https://build.opensuse.org/request/show/528109
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=99
This commit is contained in:
Stanislav Brabec 2017-09-27 17:25:20 +00:00 committed by Git OBS Bridge
parent cf384ac9eb
commit d91ada4733
4 changed files with 22 additions and 10 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 19 10:46:40 UTC 2017 - kkhere.geo@gmail.com
- do not exclude libViewsGeovisJava.so from devel package
This library is required for development.
- package vtk binary in devel package.
- VTKTargets-debug.cmake tests for the existance of the library (line 3394)
and the binary (line 3404) and causes an error if the files do
not exist
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 14 19:50:52 UTC 2017 - stefan.bruens@rwth-aachen.de Thu Sep 14 19:50:52 UTC 2017 - stefan.bruens@rwth-aachen.de

View File

@ -435,6 +435,7 @@ chrpath -d %{buildroot}%{_bindir}/*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Copyright.txt %doc Copyright.txt
%{_bindir}/%{pkgname}
%{_bindir}/%{pkgname}EncodeString %{_bindir}/%{pkgname}EncodeString
%{_bindir}/%{pkgname}HashSource %{_bindir}/%{pkgname}HashSource
%{_bindir}/%{pkgname}WrapHierarchy %{_bindir}/%{pkgname}WrapHierarchy
@ -460,14 +461,10 @@ chrpath -d %{buildroot}%{_bindir}/*
%{_libdir}/libvtkWrappingTools.a %{_libdir}/libvtkWrappingTools.a
%{_includedir}/%{pkgname}-%{series}/ %{_includedir}/%{pkgname}-%{series}/
%exclude %{_datadir}/tcl/vtk/vtktcl.c %exclude %{_datadir}/tcl/vtk/vtktcl.c
# This goes in the vtk-java subpackage, not a devel symlink
%exclude %{_libdir}/libvtkViewsGeovisJava.so
#
%files java %files java
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/%{pkgname}.jar %{_libdir}/%{pkgname}.jar
%{_libdir}/libvtkViewsGeovisJava.so
%files -n python3-%{name} %files -n python3-%{name}
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -477,7 +474,6 @@ chrpath -d %{buildroot}%{_bindir}/*
%files tcl %files tcl
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/%{pkgname}
%{_datadir}/tcl/%{pkgname}/ %{_datadir}/tcl/%{pkgname}/
%files qt %files qt

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 19 10:46:40 UTC 2017 - kkhere.geo@gmail.com
- do not exclude libViewsGeovisJava.so from devel package
This library is required for development.
- package vtk binary in devel package.
- VTKTargets-debug.cmake tests for the existance of the library (line 3394)
and the binary (line 3404) and causes an error if the files do
not exist
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 14 20:54:34 UTC 2017 - stefan.bruens@rwth-aachen.de Thu Sep 14 20:54:34 UTC 2017 - stefan.bruens@rwth-aachen.de

View File

@ -435,6 +435,7 @@ chrpath -d %{buildroot}%{_bindir}/*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Copyright.txt %doc Copyright.txt
%{_bindir}/%{pkgname}
%{_bindir}/%{pkgname}EncodeString %{_bindir}/%{pkgname}EncodeString
%{_bindir}/%{pkgname}HashSource %{_bindir}/%{pkgname}HashSource
%{_bindir}/%{pkgname}WrapHierarchy %{_bindir}/%{pkgname}WrapHierarchy
@ -460,14 +461,10 @@ chrpath -d %{buildroot}%{_bindir}/*
%{_libdir}/libvtkWrappingTools.a %{_libdir}/libvtkWrappingTools.a
%{_includedir}/%{pkgname}-%{series}/ %{_includedir}/%{pkgname}-%{series}/
%exclude %{_datadir}/tcl/vtk/vtktcl.c %exclude %{_datadir}/tcl/vtk/vtktcl.c
# This goes in the vtk-java subpackage, not a devel symlink
%exclude %{_libdir}/libvtkViewsGeovisJava.so
#
%files java %files java
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/%{pkgname}.jar %{_libdir}/%{pkgname}.jar
%{_libdir}/libvtkViewsGeovisJava.so
%files -n python3-%{name} %files -n python3-%{name}
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -477,7 +474,6 @@ chrpath -d %{buildroot}%{_bindir}/*
%files tcl %files tcl
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/%{pkgname}
%{_datadir}/tcl/%{pkgname}/ %{_datadir}/tcl/%{pkgname}/
%files qt %files qt