atk/atk.spec

74 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:31:43 -04:00
Name: atk
2022-06-07 18:07:10 +08:00
Version: 2.38.0
Release: 1
2019-09-30 10:31:43 -04:00
Summary: Interfaces for accessibility support
License: LGPLv2+
URL: http://developer.gnome.org/platform-overview/stable/atk
2020-07-23 16:16:16 +08:00
Source0: http://download.gnome.org/sources/atk/2.36/atk-%{version}.tar.xz
2019-09-30 10:31:43 -04:00
2019-12-13 14:58:42 +08:00
BuildRequires: glib2-devel gettext gobject-introspection-devel gtk-doc meson libxslt
2019-09-30 10:31:43 -04:00
%description
The Accessibility Toolkit(ATK) is an open source software library, part of
the GNOME project, which provides application programming interfaces for
implementing accessibility support in software.
%package devel
Summary: Development files for the ATK accessibility toolkit
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides libraries, header files, and developer documentation
needed for ATK related applications or toolkits.
%prep
%autosetup -p1
%build
%meson -Ddocs=true
%meson_build
2022-04-11 14:54:44 +08:00
%check
%meson_test
2019-09-30 10:31:43 -04:00
%install
%meson_install
sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name api-index-full.html)
%find_lang atk10
%files -f atk10.lang
%license COPYING
%doc README AUTHORS NEWS
%{_libdir}/libatk-1.0.so.*
%{_libdir}/girepository-1.0
%files devel
%{_includedir}/atk-1.0
%{_libdir}/libatk-1.0.so
%{_libdir}/pkgconfig/atk.pc
%{_datadir}/gtk-doc/html/atk
%{_datadir}/gir-1.0
%changelog
2022-06-07 18:07:10 +08:00
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.38.0-1
- Upgrade to 2.38.0
2022-04-11 14:54:44 +08:00
* Mon Apr 11 2022 yangcheng <yangcheng87@h-partners.com> - 2.36.0-2
- enable check while building
2020-07-23 16:16:16 +08:00
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 2.36.0-1
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:version update
2019-12-13 14:58:42 +08:00
* Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.0-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add the libxslt in buildrequires
2019-09-30 10:31:43 -04:00
* Tue Sep 10 2019 Alex Chao <zhaolei746@huawei.com> - 2.30.0-2
- Package init