From d2aa90f1df49beda679dc30ef99b338cf5a168a5 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 20 May 2021 15:04:33 +0800 Subject: [PATCH] Add a package named utils --- giflib.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/giflib.spec b/giflib.spec index 01ad29b..5780ebe 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,6 +1,6 @@ Name: giflib Version: 5.2.1 -Release: 1 +Release: 2 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -24,6 +24,14 @@ Requires: %{name} = %{version}-%{release} %description devel 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 %prep @@ -43,7 +51,6 @@ rm -f %{buildroot}%{_libdir}/libgif.a %doc ChangeLog NEWS README %license COPYING %{_libdir}/libgif.so.7* -%{_bindir}/gif* %files devel %defattr(-,root,root) @@ -55,7 +62,13 @@ rm -f %{buildroot}%{_libdir}/libgif.a %defattr(-,root,root) %{_mandir}/man1/gif*.1* +%files utils +%{_bindir}/gif* + %changelog +* Thu May 20 2021 liuyumeng +% Add a package named utils + * Tue Apr 14 2020 zhangrui - 5.2.1-1 - Update to 5.2.1 -- Gitee