Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
76
.gitignore
vendored
76
.gitignore
vendored
@ -1,2 +1,76 @@
|
||||
SOURCES/atk-2.28.1.tar.xz
|
||||
atk-1.30.0.tar.bz2
|
||||
/atk-1.32.0.tar.bz2
|
||||
/atk-1.33.6.tar.bz2
|
||||
/atk-1.91.92.tar.bz2
|
||||
/atk-2.0.0.tar.bz2
|
||||
/atk-2.0.1.tar.xz
|
||||
/atk-2.1.0.tar.xz
|
||||
/atk-2.1.91.tar.xz
|
||||
/atk-2.1.92.tar.xz
|
||||
/atk-2.2.0.tar.xz
|
||||
/atk-2.3.3.tar.xz
|
||||
/atk-2.3.91.tar.xz
|
||||
/atk-2.3.93.tar.xz
|
||||
/atk-2.3.95.tar.xz
|
||||
/atk-2.4.0.tar.xz
|
||||
/atk-2.5.3.tar.xz
|
||||
/atk-2.5.4.tar.xz
|
||||
/atk-2.5.91.tar.xz
|
||||
/atk-2.6.0.tar.xz
|
||||
/atk-2.7.3.tar.xz
|
||||
/atk-2.7.4.tar.xz
|
||||
/atk-2.7.5.tar.xz
|
||||
/atk-2.7.90.tar.xz
|
||||
/atk-2.7.91.tar.xz
|
||||
/atk-2.8.0.tar.xz
|
||||
/atk-2.9.2.tar.xz
|
||||
/atk-2.9.3.tar.xz
|
||||
/atk-2.9.4.tar.xz
|
||||
/atk-2.10.0.tar.xz
|
||||
/atk-2.11.1.tar.xz
|
||||
/atk-2.11.2.tar.xz
|
||||
/atk-2.11.3.tar.xz
|
||||
/atk-2.11.4.tar.xz
|
||||
/atk-2.11.5.tar.xz
|
||||
/atk-2.11.6.tar.xz
|
||||
/atk-2.11.90.tar.xz
|
||||
/atk-2.11.92.tar.xz
|
||||
/atk-2.12.0.tar.xz
|
||||
/atk-2.13.1.tar.xz
|
||||
/atk-2.13.2.tar.xz
|
||||
/atk-2.13.3.tar.xz
|
||||
/atk-2.13.90.tar.xz
|
||||
/atk-2.14.0.tar.xz
|
||||
/atk-2.15.1.tar.xz
|
||||
/atk-2.15.2.tar.xz
|
||||
/atk-2.15.3.tar.xz
|
||||
/atk-2.15.4.tar.xz
|
||||
/atk-2.15.91.tar.xz
|
||||
/atk-2.16.0.tar.xz
|
||||
/atk-2.17.90.tar.xz
|
||||
/atk-2.18.0.tar.xz
|
||||
/atk-2.19.90.tar.xz
|
||||
/atk-2.19.92.tar.xz
|
||||
/atk-2.20.0.tar.xz
|
||||
/atk-2.21.90.tar.xz
|
||||
/atk-2.22.0.tar.xz
|
||||
/atk-2.23.4.tar.xz
|
||||
/atk-2.24.0.tar.xz
|
||||
/atk-2.25.2.tar.xz
|
||||
/atk-2.25.90.tar.xz
|
||||
/atk-2.26.0.tar.xz
|
||||
/atk-2.26.1.tar.xz
|
||||
/atk-2.27.1.tar.xz
|
||||
/atk-2.28.0.tar.xz
|
||||
/atk-2.28.1.tar.xz
|
||||
/atk-2.29.92.tar.xz
|
||||
/atk-2.30.0.tar.xz
|
||||
/atk-2.31.90.tar.xz
|
||||
/atk-2.31.92.tar.xz
|
||||
/atk-2.32.0.tar.xz
|
||||
/atk-2.33.1.tar.xz
|
||||
/atk-2.33.3.tar.xz
|
||||
/atk-2.34.0.tar.xz
|
||||
/atk-2.34.1.tar.xz
|
||||
/atk-2.35.1.tar.xz
|
||||
/atk-2.36.0.tar.xz
|
||||
|
93
atk.spec
93
atk.spec
@ -1,18 +1,17 @@
|
||||
%define glib2_version 2.31.2
|
||||
%define gobject_introspection_version 0.9.6
|
||||
|
||||
Name: atk
|
||||
Version: 2.28.1
|
||||
Release: 1%{?dist}
|
||||
Version: 2.36.0
|
||||
Release: 5%{?dist}
|
||||
Summary: Interfaces for accessibility support
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://developer.gnome.org/platform-overview/stable/atk
|
||||
Source0: http://download.gnome.org/sources/atk/2.28/atk-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/atk/2.36/atk-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
|
||||
%description
|
||||
The ATK library provides a set of interfaces for adding accessibility
|
||||
@ -30,21 +29,17 @@ This package includes libraries, header files, and developer documentation
|
||||
needed for development of applications or toolkits which use ATK.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson -Ddocs=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%meson_install
|
||||
|
||||
%find_lang atk10
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f atk10.lang
|
||||
%license COPYING
|
||||
%doc README AUTHORS NEWS
|
||||
@ -59,6 +54,72 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/gir-1.0
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.36.0-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.36.0-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Apr 02 2020 Kalev Lember <klember@redhat.com> - 2.36.0-1
|
||||
- Update to 2.36.0
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.35.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 2.35.1-1
|
||||
- Update to 2.35.1
|
||||
|
||||
* Tue Sep 10 2019 Kalev Lember <klember@redhat.com> - 2.34.1-1
|
||||
- Update to 2.34.1
|
||||
|
||||
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.34.0-1
|
||||
- Update to 2.34.0
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 2.33.3-1
|
||||
- Update to 2.33.3
|
||||
|
||||
* Wed May 22 2019 Kalev Lember <klember@redhat.com> - 2.33.1-1
|
||||
- Update to 2.33.1
|
||||
|
||||
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 2.31.92-1
|
||||
- Update to 2.31.92
|
||||
|
||||
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 2.31.90-2
|
||||
- Revert a commit that broke introspection (#1626575)
|
||||
|
||||
* Sun Feb 03 2019 Phil Wyett <philwyett@kathenas.org> - 2.31.90-1
|
||||
- Update to 2.31.90
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.30.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Sep 10 2018 Kalev Lember <klember@redhat.com> - 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2.29.92-2
|
||||
- Revert a commit that broke introspection (#1626575)
|
||||
|
||||
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 2.29.92-1
|
||||
- Update to 2.29.92
|
||||
- Switch to the meson build system
|
||||
- Remove ldconfig scriptlets
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.1-1
|
||||
- Update to 2.28.1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (atk-2.28.1.tar.xz) = aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb
|
||||
SHA512 (atk-2.36.0.tar.xz) = d0f18204eaf96511e8448e3dfbc4b6953a7cf8b816151fb7caf5592cf578572b1cdb16836fe2157b11e3ad018ef171f1ca1bfdf255bb31bb455716d7519fd634
|
||||
|
Loading…
Reference in New Issue
Block a user