fix poppler build error
This commit is contained in:
parent
a477645b29
commit
8657f2742f
@ -1,6 +1,6 @@
|
|||||||
Name: openjpeg2
|
Name: openjpeg2
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: C-Library for JPEG 2000
|
Summary: C-Library for JPEG 2000
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: https://github.com/uclouvain/openjpeg
|
URL: https://github.com/uclouvain/openjpeg
|
||||||
@ -22,6 +22,8 @@ JPEG 2000 Reference Software.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for OpenJPEG 2
|
Summary: Development files for OpenJPEG 2
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
# OpenJPEGTargets.cmake refers to the tools
|
||||||
|
Requires:%{name}-tools%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for developing
|
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
|
%{_bindir}/opj2_dump
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 12 2022 yangcheng <yangcheng87@huawei.com> - 2.4.0-3
|
||||||
- fix file duplication
|
- fix file duplication
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user