4 Commits

2 changed files with 19 additions and 1 deletions

View File

@@ -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>
@@ -21,6 +27,11 @@ Sun Dec 22 03:31:28 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Drop obsolete 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>

View File

@@ -51,6 +51,7 @@
%bcond_without haru
%bcond_with system_pegtl
%bcond_without pugixml
%define have_strip_nondeterminism 1
%endif
%bcond_without gl2ps
@@ -156,7 +157,6 @@ BuildRequires: pkgconfig(eigen3) >= 3.3.9
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(freetype2) >= 2.11.0
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glew)
BuildRequires: pkgconfig(jsoncpp)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavdevice)
@@ -189,6 +189,9 @@ BuildRequires: libharu-devel >= 2.4.0
%endif
%if %{with java}
BuildRequires: java-devel >= 1.8
%if 0%?have_strip_nondeterminism > 0
BuildRequires: strip-nondeterminism
%endif
%endif
%if %{with mpi}
BuildRequires: %{mpi_flavor}-devel
@@ -569,6 +572,10 @@ python3 setup.py install_egg_info -d %{buildroot}%{python3_sitearch}
popd
%endif
%if %{with java} && 0%?have_strip_nondeterminism > 0
strip-all-nondeterminism %{buildroot}%{my_libdir}/java/
%endif
%fdupes %{buildroot}
%check