SHA256
1
0
forked from pool/paraview

Accepting request 810059 from home:badshah400:branches:science

* Don't delete libFmmMesh.a static lib, it is referenced by installed cmake files and needed for plugin development.

OBS-URL: https://build.opensuse.org/request/show/810059
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=83
This commit is contained in:
Christoph G 2020-05-29 18:46:08 +00:00 committed by Git OBS Bridge
parent 1f47470db2
commit 8b450ebe66
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 17 19:57:59 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Don't delete libFmmMesh.a static lib, it is referenced by
installed cmake files and needed for plugin development.
-------------------------------------------------------------------
Thu May 7 21:53:50 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -215,9 +215,6 @@ find . \( -name \*.txt -o -name \*.xml -o -name '*.[ch]' -o -name '*.[ch][px][px
%cmake_install
# UNNECESSARY STATIC LIBS
rm %{buildroot}%{_libdir}/%{name}-%{major_ver}/plugins/GeodesicMeasurement/libFmmMesh.a
# INSTALL DOCUMENTATION USED BY THE HELP MENU IN MAIN APP
install -Dm0644 %{S:2} %{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/GettingStarted.pdf
install -Dm0644 %{S:3} %{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/Guide.pdf