mirror of
https://abf.rosa.ru/djam/atk1.0.git
synced 2025-02-22 22:52:59 +00:00
update to 2.16.0
This commit is contained in:
parent
6aca5fd931
commit
9114d70aa9
2 changed files with 5 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
atk-2.15.91.tar.xz: 1bf3f70e3c92f1450a059e5f96529df1757c95a6
|
||||
atk-2.16.0.tar.xz: d097c6cec71ffede77be9f13f4ceee9880c0a5d7
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
%bcond_with gtkdoc
|
||||
|
||||
%define url_ver %(echo %{version}|cut -d. -f1,2)
|
||||
|
||||
%define api 1.0
|
||||
%define major 0
|
||||
%define pkgname atk
|
||||
|
@ -9,12 +11,12 @@
|
|||
|
||||
Summary: Accessibility features for Gtk+
|
||||
Name: %{pkgname}%{api}
|
||||
Version: 2.15.91
|
||||
Version: 2.16.0
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Group: Accessibility
|
||||
Url: http://developer.gnome.org/projects/gap/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.15/%{pkgname}-%{version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
|
||||
%if %{with gtkdoc}
|
||||
BuildRequires: gtk-doc >= 1.11-3
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue