[openjpeg/f20] OpenJPEG does not provide some binaries (#1138141)

Petr Hracek phracek at fedoraproject.org
Thu Sep 4 09:25:26 UTC 2014


commit 34dee9c37c0e92db2d58017f7c27e42de6ac95b6
Author: Petr Hracek <phracek at redhat.com>
Date:   Thu Sep 4 11:07:10 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 9a54510..1f04bff 100644
--- a/openjpeg.spec
+++ b/openjpeg.spec
@@ -9,7 +9,7 @@
 
 Name:    openjpeg
 Version: 1.5.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: JPEG 2000 command line tools
 
 License: BSD
@@ -126,6 +126,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} \
@@ -173,6 +174,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*
@@ -201,6 +206,9 @@ make test -C %{_target_platform}
 
 
 %changelog
+* Thu Sep 04 2014 Petr Hracek <phracek at redhat.com> - 1.5.1-9
+- OpenJPEG does not provide some binaries (#1138141)
+
 * Sat Jan 11 2014 Rex Dieter <rdieter at fedoraproject.org> 1.5.1-8
 - revert CVE-2013-6045 patch due to regression (#1047494)
 


More information about the scm-commits mailing list