Use GTK instead of GTK+ in descriptions
This commit is contained in:
parent
3a8e7eabb2
commit
dd80778ca3
19
gtk4.spec
19
gtk4.spec
@ -20,7 +20,7 @@
|
|||||||
Name: gtk4
|
Name: gtk4
|
||||||
Version: 3.96.0
|
Version: 3.96.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GTK+ graphical user interface library
|
Summary: GTK graphical user interface library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -99,29 +99,29 @@ Obsoletes: gtk4-immodules < 3.94.0
|
|||||||
Obsoletes: gtk4-immodule-xim < 3.94.0
|
Obsoletes: gtk4-immodule-xim < 3.94.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK+ is suitable for
|
interfaces. Offering a complete set of widgets, GTK is suitable for
|
||||||
projects ranging from small one-off tools to complete application
|
projects ranging from small one-off tools to complete application
|
||||||
suites.
|
suites.
|
||||||
|
|
||||||
This package contains version 4 of GTK+.
|
This package contains version 4 of GTK.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for GTK+
|
Summary: Development files for GTK
|
||||||
Requires: gtk4%{?_isa} = %{version}-%{release}
|
Requires: gtk4%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the libraries and header files that are needed
|
This package contains the libraries and header files that are needed
|
||||||
for writing applications with version 4 of the GTK+ widget toolkit. If
|
for writing applications with version 4 of the GTK widget toolkit. If
|
||||||
you plan to develop applications with GTK+, consider installing the
|
you plan to develop applications with GTK, consider installing the
|
||||||
gtk4-devel-docs package.
|
gtk4-devel-docs package.
|
||||||
|
|
||||||
%package devel-docs
|
%package devel-docs
|
||||||
Summary: Developer documentation for GTK+
|
Summary: Developer documentation for GTK
|
||||||
Requires: gtk4 = %{version}-%{release}
|
Requires: gtk4 = %{version}-%{release}
|
||||||
|
|
||||||
%description devel-docs
|
%description devel-docs
|
||||||
This package contains developer documentation for version 4 of the GTK+
|
This package contains developer documentation for version 4 of the GTK
|
||||||
widget toolkit.
|
widget toolkit.
|
||||||
|
|
||||||
%package tests
|
%package tests
|
||||||
@ -243,6 +243,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.96.0-1
|
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.96.0-1
|
||||||
- Update to 3.96.0
|
- Update to 3.96.0
|
||||||
|
- Use GTK instead of GTK+ in descriptions
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.94.0-2
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.94.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user