From 867ce0665450219df1ce87cdef4debd00c24ee48 Mon Sep 17 00:00:00 2001 From: "survolog (Andrey Grigorev)" Date: Fri, 2 Jul 2021 14:32:43 +0300 Subject: [PATCH] Bump release --- atk1.0.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/atk1.0.spec b/atk1.0.spec index d3bab10..1362f4f 100644 --- a/atk1.0.spec +++ b/atk1.0.spec @@ -1,4 +1,4 @@ -%bcond_with gtkdoc +%bcond_without gtkdoc %define url_ver %(echo %{version}|cut -d. -f1,2) @@ -12,16 +12,16 @@ Summary: Accessibility features for Gtk+ Name: %{pkgname}%{api} Version: 2.36.0 -Release: 5 +Release: 6 License: LGPLv2.1+ Group: Accessibility Url: https://download.gnome.org/sources/atk Source0: https://download.gnome.org/sources/atk/%{url_ver}/%{pkgname}-%{version}.tar.xz %if %{with gtkdoc} -BuildRequires: gtk-doc >= 1.11-3 +BuildRequires: gtk-doc %endif BuildRequires: meson -BuildRequires: pkgconfig(glib-2.0) >= 2.5.7 +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) %description @@ -57,7 +57,6 @@ Summary: Accessibility features for Gtk+ Group: System/Libraries Recommends: %{name}-common >= %{EVRD} Provides: lib%{name} = %{EVRD} -Conflicts: gir-repository < 0.6.5-4 %description -n %{libname} Accessibility means providing system infrastructure that allows add-on @@ -76,7 +75,6 @@ keyboards, and head-mounted pointers replace mice. Summary: GObject introspection interface library for %{pkgname} Group: System/Libraries Requires: %{libname} = %{EVRD} -Obsoletes: %{_lib}atk1.0_0 < 2.4.0-1 %description -n %{girname} GObject introspection interface library for %{pkgname}. @@ -92,8 +90,6 @@ Group: Development/C Requires: %{libname} = %{EVRD} Requires: %{girname} = %{EVRD} Provides: %{pkgname}-devel = %{EVRD} -Obsoletes: %{_lib}atk1.0_0-devel < 2.12.0 -Conflicts: gir-repository < 0.6.5-4 %description -n %{devname} ATK, the Accessibility Tookit, is used to obtain accessibily information @@ -115,7 +111,7 @@ from GTK+ and GNOME widgets. %setup -q -n %{pkgname}-%{version} %build -%meson +%meson -Ddocs=true %meson_build %install