|
@@ -12,7 +12,7 @@
|
|
%define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
|
|
%define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
|
|
%define gobject_introspection_version 1.46.0
|
|
%define gobject_introspection_version 1.46.0
|
|
|
|
|
|
-%define base_version 3.24.21
|
|
|
|
|
|
+%define base_version 3.24.22
|
|
%define bin_version 3.0.0
|
|
%define bin_version 3.0.0
|
|
|
|
|
|
# biarch support
|
|
# biarch support
|
|
@@ -29,7 +29,9 @@ Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
|
|
Name: gtk3
|
|
Name: gtk3
|
|
Version: %{base_version}
|
|
Version: %{base_version}
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
License: LGPL
|
|
License: LGPL
|
|
%global shortver %(echo %{version} | cut -d . -f 1,2)
|
|
%global shortver %(echo %{version} | cut -d . -f 1,2)
|
|
@@ -85,21 +87,17 @@ Requires(post): libSM >= 1.1.0
|
|
Requires(post): libtiff >= 3.7
|
|
Requires(post): libtiff >= 3.7
|
|
Requires: libXrandr >= 1.3.0
|
|
Requires: libXrandr >= 1.3.0
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: Takemikaduchi
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%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.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development tools for GTK+ applications.
|
|
Summary: Development tools for GTK+ applications.
|
|
Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
|
|
Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pango-devel >= %{pango_version}
|
|
Requires: pango-devel >= %{pango_version}
|
|
Requires: atk-devel >= %{atk_version}
|
|
Requires: atk-devel >= %{atk_version}
|
|
@@ -114,12 +112,13 @@ Requires: libpng-devel
|
|
The gtk+-devel package contains the header files and developer
|
|
The gtk+-devel package contains the header files and developer
|
|
docs for the GTK+ widget toolkit.
|
|
docs for the GTK+ widget toolkit.
|
|
|
|
|
|
|
|
+
|
|
#######################################################################
|
|
#######################################################################
|
|
# compat32
|
|
# compat32
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
|
Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
|
|
Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires(post): compat32-glib2 >= %{glib2_version}
|
|
Requires(post): compat32-glib2 >= %{glib2_version}
|
|
Requires(post): compat32-atk >= %{atk_version}
|
|
Requires(post): compat32-atk >= %{atk_version}
|
|
Requires(post): compat32-pango >= %{pango_version}
|
|
Requires(post): compat32-pango >= %{pango_version}
|
|
@@ -136,7 +135,7 @@ suites.
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development tools for GTK+ applications.
|
|
Summary: Development tools for GTK+ applications.
|
|
Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
|
|
Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}
|
|
Requires: %{name}-devel = %{version}
|
|
Requires: compat32-libX11-devel, compat32-libXcursor-devel, compat32-libXinerama-devel
|
|
Requires: compat32-libX11-devel, compat32-libXcursor-devel, compat32-libXinerama-devel
|
|
@@ -307,6 +306,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Aug 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.24.22-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.24.21-1
|
|
* Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.24.21-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|