From 3c9e0711c1dfcaabd49403f84a52d194c32c88f4 Mon Sep 17 00:00:00 2001 From: yaqwer <980830296@qq.com> Date: Wed, 15 Jan 2020 02:04:41 +0800 Subject: [PATCH] add the require of devel --- giflib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/giflib.spec b/giflib.spec index 1ac34a6..b8a7294 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,6 +1,6 @@ Name: giflib Version: 5.1.4 -Release: 5 +Release: 6 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -19,6 +19,7 @@ giflib is a library of gif images and provides utilities for processing images. %package devel Summary: files for developing programs which use the giflib library +Requires: %{name} = %{version}-%{release} %description devel development header files, libraries for programs using the giflib library. @@ -59,6 +60,9 @@ rm -f doc/Makefile* %{_mandir}/man1/gif*.1* %changelog +* Wed Jan 15 2020 openEuler Buildteam - 5.1.4-6 +- add the require for devel + * Tue Dec 24 2019 openEuler Buildteam - 5.1.4-5 - change the path of files -- Gitee