From afe6e7ae6149859f8a4bd48f4d283b119148a6e2 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 20 May 2021 11:39:17 +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 73ff89f..fead976 100644 --- a/giflib.spec +++ b/giflib.spec @@ -2,7 +2,7 @@ Name: giflib Version: 5.2.1 -Release: 2 +Release: 3 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -28,6 +28,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 manipulationg GIF +format imange files. + %package_help %prep @@ -50,7 +58,6 @@ rm -f %{buildroot}/debugsourcefiles.list %license COPYING %{_libdir}/libgif.so.7* %exclude %{_libdir}/*.a -%{_bindir}/gif* %files devel %defattr(-,root,root) @@ -62,7 +69,13 @@ rm -f %{buildroot}/debugsourcefiles.list %defattr(-,root,root) %{_mandir}/man1/gif*.1* +%files utils +%{_bindir}/gif* + %changelog +* Thu May 20 2021 liuyumeng - 5.2.1-3 +- Add a package named utils + * Wed Jul 29 2020 hanhui - 5.2.1-2 - add bugfix -- Gitee