|
|
|
@ -1,25 +1,23 @@
|
|
|
|
|
%global atk_version 2.33.3
|
|
|
|
|
%global at_spi2_core_version 2.33.2
|
|
|
|
|
%global atk_version 2.25.2
|
|
|
|
|
%global at_spi2_core_version 2.25.3
|
|
|
|
|
|
|
|
|
|
Name: at-spi2-atk
|
|
|
|
|
Version: 2.38.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 2.26.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A GTK+ module that bridges ATK to D-Bus at-spi
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
|
|
|
|
Source0: https://download.gnome.org/sources/at-spi2-atk/2.38/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/at-spi2-atk/2.26/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: atk-devel >= %{atk_version}
|
|
|
|
|
BuildRequires: at-spi2-core-devel >= %{at_spi2_core_version}
|
|
|
|
|
BuildRequires: dbus-devel
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
|
|
Requires: atk%{?_isa} >= %{atk_version}
|
|
|
|
|
Requires: at-spi2-core%{?_isa} >= %{at_spi2_core_version}
|
|
|
|
@ -48,11 +46,21 @@ The %{name}-devel package includes the header files for the %{name} library.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libatk-bridge.la
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libatk-bridge-2.0.la
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS README
|
|
|
|
@ -68,76 +76,8 @@ The %{name}-devel package includes the header files for the %{name} library.
|
|
|
|
|
%{_libdir}/libatk-bridge-2.0.so
|
|
|
|
|
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.38.0-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.38.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 2.38.0-1
|
|
|
|
|
- Update to 2.38.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2.37.90-1
|
|
|
|
|
- Update to 2.37.90
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.34.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.34.2-1
|
|
|
|
|
- Update to 2.34.2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.34.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 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
|
|
|
|
|
|
|
|
|
|
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.33.92-1
|
|
|
|
|
- Update to 2.33.92
|
|
|
|
|
|
|
|
|
|
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 2.33.91-1
|
|
|
|
|
- Update to 2.33.91
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 2.33.2-1
|
|
|
|
|
- Update to 2.33.2
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2019 Kalev Lember <klember@redhat.com> - 2.33.1-1
|
|
|
|
|
- Update to 2.33.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 2.32.0-1
|
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 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.2-2
|
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 2.31.2-1
|
|
|
|
|
- Update to 2.31.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.30.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 2.30.0-1
|
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
- Remove ldconfig scriptlets
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.26.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.26.2-1
|
|
|
|
|
- Update to 2.26.2
|
|
|
|
|
|
|
|
|
|