%bcond_with firstbuild %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0} %define _unpackaged_files_terminate_build 1 # Meson settings %global _vpath_srcdir . %global _vpath_builddir %{_target_platform} %global __global_cflags %{optflags} %global __global_cxxflags %{optflags} %global __global_fflags %{optflags} -I%_fmoddir %global __global_fcflags %{optflags} -I%_fmoddir %global __global_ldflags -Wl,-z,relro %{_hardened_ldflags} %global _hardened_ldflags "" %global __meson_wrap_mode default Name: at-spi2-core Version: 2.27.1 Release: 1%{?_dist_release} Summary: Protocol definitions and daemon for D-Bus at-spi Group: System Environment/Libraries License: LGPLv2+ URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus Source0: http://download.gnome.org/sources/at-spi2-core/2.27/%{name}-%{version}.tar.xz BuildRequires: meson BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: glib2-devel %{!?with_firstbuild:BuildRequires: gobject-introspection-devel} BuildRequires: libXtst-devel BuildRequires: libXevie-devel BuildRequires: libXext-devel BuildRequires: libXi-devel BuildRequires: libSM-devel BuildRequires: autoconf automake libtool BuildRequires: intltool BuildRequires: gtk-doc %{!?with_firstbuild:BuildRequires: at-spi2-core-devel} Requires: dbus Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls. This version of at-spi is a major break from previous versions. It has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol. %package devel Summary: Development files and headers for at-spi2-core Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The at-spi2-core-devel package includes the header files and API documentation for libatspi. # compat32 %package -n compat32-%{name} Summary: Protocol definitions and daemon for D-Bus at-spi Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} %description -n compat32-%{name} at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls. This version of at-spi is a major break from previous versions. It has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol. %package -n compat32-%{name}-devel Summary: Development files and headers for at-spi2-core Group: Development/Libraries Requires: compat32-%{name} = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} %description -n compat32-%{name}-devel The at-spi2-core-devel package includes the header files and API documentation for libatspi. %prep %setup -q %meson -Denable_docs=true %meson_build %install %meson_install %{find_lang} %{name} rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/systemd %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n compat32-%{name} -p /sbin/ldconfig %postun -n compat32-%{name} -p /sbin/ldconfig %files -f %{name}.lang %doc COPYING AUTHORS README %{_libexecdir}/at-spi2-registryd %{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop %{_libdir}/libatspi.so.* %{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib} %{_libexecdir}/at-spi-bus-launcher %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service %{_datadir}/dbus-1/services/org.a11y.Bus.service %{_datadir}/defaults/at-spi2/accessibility.conf %files devel %{_libdir}/libatspi.so %{_datadir}/gtk-doc/html/libatspi %{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir} %{_includedir}/at-spi-2.0 %{_libdir}/pkgconfig/atspi-2.pc # compat32 %if %{build_compat32} %files -n compat32-%{name} %defattr(-,root,root,-) %{_libdir}/libatspi.so.* %files -n compat32-%{name}-devel %defattr(-,root,root,-) %{_libdir}/libatspi.so %endif %changelog * Mon Jan 08 2018 Tomohiro "Tomo-p" KATO 2.27.1-1 - new upstream release. * Thu Jul 14 2016 Yoji TOYODA 2.20.2-1 - new upstream release * Fri Nov 13 2015 Yoji TOYODA 2.18.3-1 - new upstream release * Thu Oct 29 2015 Yoji TOYODA 2.18.1-1 - new upstream release * Sat Mar 28 2015 Yoji TOYODA 2.16.0-1 - new upstream release * Sun Nov 16 2014 Yoji TOYODA 2.14.1-1 - new upstream release * Sun Oct 26 2014 Yoji TOYODA 2.14.0-1 - new upstream release * Fri Mar 28 2014 Yoji TOYODA 2.12.0-1 - new upstream release * Sun Nov 24 2013 Yoji TOYODA 2.10.2-1 - new upstream release * Sat Oct 26 2013 Yoji TOYODA 2.10.1-1 - new upstream release * Wed Apr 17 2013 Yoji TOYODA 2.8.0-1 - new upstream release * Wed Jan 02 2013 Yoji TOYODA 2.6.3-1 - new upstream release * Wed Nov 14 2012 Yoji TOYODA 2.6.2-1 - new upstream release * Wed Oct 17 2012 Yoji TOYODA 2.6.1-1 - new upstream release * Sat Oct 06 2012 Yoji TOYODA 2.6.0-2 - create compat32 sub packages * Wed Sep 26 2012 Yoji TOYODA 2.6.0-1 - new upstream release * Sun May 20 2012 Yoji TOYODA 2.4.2-1 - new upstream release * Sun Apr 22 2012 Yoji TOYODA 2.4.1-1 - new upstream release * Wed Nov 16 2011 Yoji TOYODA 2.2.2-1 - new upstream release * Fri Oct 21 2011 Yoji TOYODA 2.2.1-1 - new upstream release * Thu Sep 29 2011 Yoji TOYODA 2.2.0-1 - new upstream release * Fri Sep 23 2011 Yoji TOYODA 2.1.92-1 - initial build for Vine Linux * Tue Sep 6 2011 Matthias Clasen - 2.1.91-1 - Update to 2.1.91 * Mon Jul 25 2011 Matthias Clasen - 2.1.4-1 - Update to 2.1.4 * Thu Jun 16 2011 Tomas Bzatek - 2.1.2-1 - Update to 2.1.2 * Wed May 11 2011 Tomas Bzatek - 2.1.1-1 - Update to 2.1.1 * Tue Apr 26 2011 Matthias Clasen - 2.0.1-1 - Update to 2.0.1 * Mon Apr 4 2011 Matthias Clasen - 2.0.0-1 - Update to 2.0.0 * Fri Apr 1 2011 Matthias Clasen - 1.91.93-2 - Fix 30 second wait during login (#691995) * Fri Mar 25 2011 Matthias Clasen - 1.91.93-1 - Update to 1.91.93 * Mon Mar 21 2011 Matthias Clasen - 1.91.92-1 - Update to 2.91.92 * Wed Mar 9 2011 Matthias Clasen - 1.91.91-2 - Fix a crash on logout * Mon Mar 7 2011 Matthias Clasen - 1.91.91-1 - Update to 1.91.91 * Tue Feb 22 2011 Matthias Clasen - 1.91.90-1 - Update to 1.91.90 * Mon Feb 07 2011 Fedora Release Engineering - 1.91.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Feb 2 2011 Christopher Aillon - 1.91.6.1-1 - Update to 1.91.6.1 * Tue Feb 1 2011 Christopher Aillon - 1.91.6-1 - Update to 1.91.6 * Fri Jan 21 2011 Christopher Aillon - 1.91.5-2 - Add gobject-introspection support * Mon Jan 10 2011 Matthias Clasen - 1.91.5-1 - Update to 1.91.5 * Thu Nov 11 2010 Matthias Clasen - 1.91.2-1 - Update 1.91.2 * Mon Oct 4 2010 Matthias Clasen - 1.91.0-1 - Update to 1.91.0 * Wed Sep 29 2010 Matthias Clasen - 0.4.0-1 - Update to 0.4.0 * Tue Aug 31 2010 Matthias Clasen - 0.3.91-1 - Update to 0.3.91 * Wed Aug 18 2010 Matthias Clasen - 0.3.90-1 - Update to 0.3.90 * Tue Jun 29 2010 Matthias Clasen - 0.3.4-1 - Update to 0.3.4 * Tue Jun 8 2010 Matthias Clasen - 0.3.3-1 - Update to 0.3.3 * Tue Jun 1 2010 Matthias Clasen - 0.3.2-2 - Don't relocate the dbus a11y stack * Fri May 28 2010 Matthias Clasen - 0.3.2-1 - Update to 0.3.2 * Sat May 15 2010 Matthias Clasen - 0.3.1-1 - Update to 0.3.1 * Tue Mar 30 2010 Matthias Clasen - 0.1.8-1 - Update to 0.1.8 * Sat Feb 20 2010 Matthias Clasen - 0.1.7-1 - Update to 0.1.7 * Wed Feb 10 2010 Tomas Bzatek - 0.1.6-1 - Update to 0.1.6 * Wed Jan 20 2010 Matthias Clasen - 0.1.5-2 - Specify the right location for the dbus daemon * Sat Jan 16 2010 Matthias Clasen - 0.1.5-1 - Update to 0.1.5 * Tue Dec 22 2009 Matthias Clasen - 0.1.4-1 - Update to 0.1.4 * Fri Dec 4 2009 Matthias Clasen - 0.1.3-1 - Initial packaging