From 373bde41eb1a641f0d86e309afa8e6a158a490c9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 19 Feb 2021 22:34:02 +0100 Subject: [PATCH] Fix package name in descriptions --- gdk-pixbuf2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index fe76ccb..80acc58 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -32,7 +32,7 @@ modules for new image formats. It is used by toolkits such as GTK+ or clutter. %package modules -Summary: Additional image modules for gdk-pixbuf +Summary: Additional image modules for gdk-pixbuf2 Requires: %{name}%{?_isa} = %{version}-%{release} %description modules @@ -40,13 +40,13 @@ This package contains the additional modules that are needed to load various image formats such as ICO and JPEG. %package devel -Summary: Development files for gdk-pixbuf +Summary: Development files for gdk-pixbuf2 Requires: %{name}%{?_isa} = %{version}-%{release} Requires: glib2-devel%{?_isa} >= %{glib2_version} %description devel This package contains the libraries and header files that are needed -for writing applications that are using gdk-pixbuf. +for writing applications that are using gdk-pixbuf2. %package tests Summary: Tests for the %{name} package