Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
63b94b0f15 | |||
a24d3c9f3f | |||
d13021b805 | |||
|
d101efcdf3 |
11
vtk.changes
11
vtk.changes
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 08:15:48 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Drop BuildRequires: pkgconfig(glew) as it is not used for build
|
||||||
|
(since version 9.4.0).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 5 04:39:42 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sun Jan 5 04:39:42 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
@@ -21,6 +27,11 @@ Sun Dec 22 03:31:28 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|||||||
- Drop obsolete patch:
|
- Drop obsolete patch:
|
||||||
* Do-not-request-CUBE_MAP_SEAMLESS-on-GLES.patch
|
* Do-not-request-CUBE_MAP_SEAMLESS-on-GLES.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 16:16:25 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Normalize jar mtimes for reproducible builds (boo#1134568)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 12 16:28:03 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Thu Dec 12 16:28:03 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
9
vtk.spec
9
vtk.spec
@@ -51,6 +51,7 @@
|
|||||||
%bcond_without haru
|
%bcond_without haru
|
||||||
%bcond_with system_pegtl
|
%bcond_with system_pegtl
|
||||||
%bcond_without pugixml
|
%bcond_without pugixml
|
||||||
|
%define have_strip_nondeterminism 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond_without gl2ps
|
%bcond_without gl2ps
|
||||||
@@ -156,7 +157,6 @@ BuildRequires: pkgconfig(eigen3) >= 3.3.9
|
|||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: pkgconfig(freetype2) >= 2.11.0
|
BuildRequires: pkgconfig(freetype2) >= 2.11.0
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glew)
|
|
||||||
BuildRequires: pkgconfig(jsoncpp)
|
BuildRequires: pkgconfig(jsoncpp)
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavdevice)
|
BuildRequires: pkgconfig(libavdevice)
|
||||||
@@ -189,6 +189,9 @@ BuildRequires: libharu-devel >= 2.4.0
|
|||||||
%endif
|
%endif
|
||||||
%if %{with java}
|
%if %{with java}
|
||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 1.8
|
||||||
|
%if 0%?have_strip_nondeterminism > 0
|
||||||
|
BuildRequires: strip-nondeterminism
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{with mpi}
|
%if %{with mpi}
|
||||||
BuildRequires: %{mpi_flavor}-devel
|
BuildRequires: %{mpi_flavor}-devel
|
||||||
@@ -569,6 +572,10 @@ python3 setup.py install_egg_info -d %{buildroot}%{python3_sitearch}
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with java} && 0%?have_strip_nondeterminism > 0
|
||||||
|
strip-all-nondeterminism %{buildroot}%{my_libdir}/java/
|
||||||
|
%endif
|
||||||
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Reference in New Issue
Block a user