From 6cf1dd3f19182ba180b5b3e4dbfe83245396f844 Mon Sep 17 00:00:00 2001 From: "Kun(llfl)" Date: Mon, 13 Feb 2023 12:56:42 +0800 Subject: [PATCH] Optimize the spec Signed-off-by: Kun(llfl) --- libexif.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libexif.spec b/libexif.spec index 9e043dc..2164656 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Library for extracting extra information from image files Name: libexif Version: 0.6.24 @@ -22,14 +22,14 @@ allows you to parse an EXIF file and read the data from those tags. %package devel Summary: Files needed for libexif application development -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel The libexif-devel package contains the libraries and header files for writing programs that use libexif. %package doc Summary: The EXIF Library API documentation -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description doc API Documentation for programmers wishing to use libexif in their programs. @@ -80,6 +80,9 @@ iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README %changelog +* Mon Feb 13 2023 Kun(llfl) - 0.6.24-2 +- Optimize the spec + * Wed Apr 06 2022 mgb01105731 - 0.6.24-1 - Init from upstream version 0.6.24 -- Gitee