!13 Add a package named utils

From: @liuyumeng1
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-05-31 14:14:25 +08:00 committed by Gitee
commit bb71ab3cbd

View File

@ -1,6 +1,6 @@
Name: giflib Name: giflib
Version: 5.2.1 Version: 5.2.1
Release: 1 Release: 2
Summary: A library and utilities for processing GIFs Summary: A library and utilities for processing GIFs
License: MIT License: MIT
URL: http://www.sourceforge.net/projects/giflib/ URL: http://www.sourceforge.net/projects/giflib/
@ -24,6 +24,14 @@ Requires: %{name} = %{version}-%{release}
%description devel %description devel
development header files, libraries for programs using the giflib library. development header files, libraries for programs using the giflib library.
%package utils
Summary: Programs for manipulating GIF format image files
Requires: %{name}%{?_isa} = %{version}-%{release}
%description utils
The giflib-utils package contains various programs for manipulating GIF
format image files.
%package_help %package_help
%prep %prep
@ -43,7 +51,6 @@ rm -f %{buildroot}%{_libdir}/libgif.a
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%license COPYING %license COPYING
%{_libdir}/libgif.so.7* %{_libdir}/libgif.so.7*
%{_bindir}/gif*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -55,7 +62,13 @@ rm -f %{buildroot}%{_libdir}/libgif.a
%defattr(-,root,root) %defattr(-,root,root)
%{_mandir}/man1/gif*.1* %{_mandir}/man1/gif*.1*
%files utils
%{_bindir}/gif*
%changelog %changelog
* Thu May 20 2021 liuyumeng <liuyumeng5@huawei.com> - 5.2.1-2
- ADD a package named utils
* Tue Apr 14 2020 zhangrui <zhangrui182@huawei.com> - 5.2.1-1 * Tue Apr 14 2020 zhangrui <zhangrui182@huawei.com> - 5.2.1-1
- Update to 5.2.1 - Update to 5.2.1