diff --git a/openjpeg2.spec b/openjpeg2.spec index e0e9ed03c19ce8fc0b05224c821188c486b89a8a..e1d87feffb379b34dc3da2662a15b20b71349b82 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -1,6 +1,6 @@ Name: openjpeg2 Version: 2.4.0 -Release: 3 +Release: 4 Summary: C-Library for JPEG 2000 License: BSD and MIT URL: https://github.com/uclouvain/openjpeg @@ -22,6 +22,8 @@ JPEG 2000 Reference Software. %package devel Summary: Development files for OpenJPEG 2 Requires: %{name}%{?_isa} = %{version}-%{release} +# OpenJPEGTargets.cmake refers to the tools +Requires:%{name}-tools%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing @@ -96,6 +98,9 @@ mv %{buildroot}%{_mandir}/man1/opj_dump.1 %{buildroot}%{_mandir}/man1/opj2_dump. %{_bindir}/opj2_dump %changelog +* Tue Jan 18 2022 yangcheng - 2.4.0-4 +- fix poppler compilation failed to find opj2_decompress + * Wed Jan 12 2022 yangcheng - 2.4.0-3 - fix file duplication