12 Star 0 Fork 7

src-openEuler / atk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
atk.spec 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
yangcheng1203 提交于 2022-04-11 14:54 . enable check while building
Name: atk
Version: 2.36.0
Release: 2
Summary: Interfaces for accessibility support
License: LGPLv2+
URL: http://developer.gnome.org/platform-overview/stable/atk
Source0: http://download.gnome.org/sources/atk/2.36/atk-%{version}.tar.xz
BuildRequires: glib2-devel gettext gobject-introspection-devel gtk-doc meson libxslt
%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
%check
%meson_test
%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
* Mon Apr 11 2022 yangcheng <yangcheng87@h-partners.com> - 2.36.0-2
- enable check while building
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 2.36.0-1
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:version update
* 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
* Tue Sep 10 2019 Alex Chao <zhaolei746@huawei.com> - 2.30.0-2
- Package init
1
https://gitee.com/src-openeuler/atk.git
git@gitee.com:src-openeuler/atk.git
src-openeuler
atk
atk
openEuler-22.03-LTS

搜索帮助