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:
parent
cf384ac9eb
commit
d91ada4733
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
10
vtk.changes
10
vtk.changes
@ -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
|
||||||
|
|
||||||
|
6
vtk.spec
6
vtk.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user