[openjpeg] OpenJPEG does not provide some binaries (#1138141)
Petr Hracek
phracek at fedoraproject.org
Thu Sep 4 07:34:29 UTC 2014
commit 203fcac50de21566d5ae6453b8266f5fe04972e2
Author: Petr Hracek <phracek at redhat.com>
Date: Thu Sep 4 09:17:13 2014 +0200
OpenJPEG does not provide some binaries (#1138141)
openjpeg.spec | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/openjpeg.spec b/openjpeg.spec
index f86dcfa..2a62a58 100644
--- a/openjpeg.spec
+++ b/openjpeg.spec
@@ -9,7 +9,7 @@
Name: openjpeg
Version: 1.5.1
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: JPEG 2000 command line tools
License: BSD
@@ -125,6 +125,7 @@ pushd %{_target_platform}
%{cmake} \
-DBUILD_DOC:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
+ -DBUILD_MJ2:BOOL=ON \
%{?runcheck:-DBUILD_TESTING:BOOL=ON} \
-DCMAKE_BUILD_TYPE=Release \
-DOPENJPEG_INSTALL_LIB_DIR:PATH=%{_lib} \
@@ -170,6 +171,10 @@ make test -C %{_target_platform}
%{_bindir}/image_to_j2k
%{_bindir}/j2k_dump
%{_bindir}/j2k_to_image
+%{_bindir}/extract_j2k_from_mj2
+%{_bindir}/frames_to_mj2
+%{_bindir}/mj2_to_frames
+%{_bindir}/wrap_j2k_in_mj2
%{_mandir}/man1/*image_to_j2k.1*
%{_mandir}/man1/*j2k_dump.1*
%{_mandir}/man1/*j2k_to_image.1*
@@ -198,6 +203,9 @@ make test -C %{_target_platform}
%changelog
+* Thu Sep 04 2014 Petr Hracek <phracek at redhat.com> - 1.5.1-12
+- OpenJPEG does not provide some binaries (#1138141)
+
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
More information about the scm-commits
mailing list