Package init

This commit is contained in:
dogsheng 2019-12-13 14:58:42 +08:00
parent 44705ef3e8
commit 051a32c899

View File

@ -1,12 +1,12 @@
Name: atk
Version: 2.30.0
Release: 2
Release: 3
Summary: Interfaces for accessibility support
License: LGPLv2+
URL: http://developer.gnome.org/platform-overview/stable/atk
Source0: http://download.gnome.org/sources/atk/2.30/atk-%{version}.tar.xz
BuildRequires: glib2-devel gettext gobject-introspection-devel gtk-doc meson
BuildRequires: glib2-devel gettext gobject-introspection-devel gtk-doc meson libxslt
%description
The Accessibility Toolkit(ATK) is an open source software library, part of
@ -47,6 +47,12 @@ sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -nam
%{_datadir}/gir-1.0
%changelog
* 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