Add a package named utils
This commit is contained in:
parent
a2aa52215c
commit
afe6e7ae61
17
giflib.spec
17
giflib.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: giflib
|
Name: giflib
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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/
|
||||||
@ -28,6 +28,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 manipulationg GIF
|
||||||
|
format imange files.
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -50,7 +58,6 @@ rm -f %{buildroot}/debugsourcefiles.list
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libgif.so.7*
|
%{_libdir}/libgif.so.7*
|
||||||
%exclude %{_libdir}/*.a
|
%exclude %{_libdir}/*.a
|
||||||
%{_bindir}/gif*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -62,7 +69,13 @@ rm -f %{buildroot}/debugsourcefiles.list
|
|||||||
%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-3
|
||||||
|
- Add a package named utils
|
||||||
|
|
||||||
* Wed Jul 29 2020 hanhui <hanhui15@huawei.com> - 5.2.1-2
|
* Wed Jul 29 2020 hanhui <hanhui15@huawei.com> - 5.2.1-2
|
||||||
- add bugfix
|
- add bugfix
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user