!68 Fix poppler compilation failed to find opj2_decompress

Merge pull request !68 from yangcheng1203/master
This commit is contained in:
openeuler-ci-bot 2022-01-18 11:19:03 +00:00 committed by Gitee
commit fc91112d7f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yangcheng87@huawei.com> - 2.4.0-4
- fix poppler compilation failed to find opj2_decompress
* Wed Jan 12 2022 yangcheng <yangcheng87@huawei.com> - 2.4.0-3
- fix file duplication