mirror of
https://abf.rosa.ru/djam/atk1.0.git
synced 2025-02-22 22:52:59 +00:00
Bump release
This commit is contained in:
parent
7049ba9c82
commit
867ce06654
1 changed files with 5 additions and 9 deletions
14
atk1.0.spec
14
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
|
||||
|
|
Loading…
Add table
Reference in a new issue