Fix package name in descriptions
This commit is contained in:
parent
cf6c1ad1bc
commit
373bde41eb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user