From 286cd30fe4e33cd4729fc550a8b12aa6efc10eda Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 10:41:45 +0800 Subject: [PATCH] delete help package arch distinction --- openjpeg2.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/openjpeg2.spec b/openjpeg2.spec index e52cfe9..9bad34b 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -1,6 +1,6 @@ Name: openjpeg2 Version: 2.4.0 -Release: 5 +Release: 6 Summary: C-Library for JPEG 2000 License: BSD and MIT URL: https://github.com/uclouvain/openjpeg @@ -39,7 +39,13 @@ Command line tools for JPEG 2000 file manipulation, using OpenJPEG2: * opj2_decompress * opj2_dump -%package_help +%package help +Summary: Documents for %{name} +#Buildarch: noarch +Requires: man info + +%description help +Man pages and other related documents for %{name}. %prep %autosetup -n openjpeg-%{version} -p1 @@ -99,6 +105,9 @@ mv %{buildroot}%{_mandir}/man1/opj_dump.1 %{buildroot}%{_mandir}/man1/opj2_dump. %{_bindir}/opj2_dump %changelog +* Tue 29 Mar 2022 ouyangminxiang - 2.4.0-6 +- delete help package arch distinction + * Tue Apr 12 2022 dongyuzhen - 2.4.0-5 - fix the issue of opj2_compress/opj2_decompress don't work with png/tiff images -- Gitee