!19 add help moudle for ISO creating

From: @chen-jan
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-07 06:18:35 +00:00 committed by Gitee
commit c5b43ac79f

View File

@ -4,7 +4,7 @@
Summary: PDF rendering library Summary: PDF rendering library
Name: poppler Name: poppler
Version: 0.90.0 Version: 0.90.0
Release: 1 Release: 2
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
URL: http://poppler.freedesktop.org/ URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
@ -116,6 +116,8 @@ Requires: %{name} = %{version}-%{release}
Command line tools for manipulating PDF files and converting them to Command line tools for manipulating PDF files and converting them to
other formats. other formats.
%package_help
%prep %prep
%autosetup -p1 -b 1 %autosetup -p1 -b 1
@ -151,7 +153,6 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%ldconfig_scriptlets cpp %ldconfig_scriptlets cpp
%files %files
%doc README.md
%license COPYING %license COPYING
%{_libdir}/libpoppler.so.101* %{_libdir}/libpoppler.so.101*
@ -199,9 +200,15 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%files utils %files utils
%{_bindir}/pdf* %{_bindir}/pdf*
%files help
%doc README.md
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Tue Sep 07 2021 chenchen <chen_aka_jan@163.com> - 0.90.0-2
- add help moudle for ISO creating
* Tue Aug 24 2021 chenchen <chen_aka_jan@163.com> - 0.90.0-1 * Tue Aug 24 2021 chenchen <chen_aka_jan@163.com> - 0.90.0-1
- update to 0.90.0 - update to 0.90.0