From 051a32c899b4b3433dbcc628a43f7d5672073cd9 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 14:58:42 +0800 Subject: [PATCH] Package init --- atk.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/atk.spec b/atk.spec index adc1048..7d4e6df 100644 --- a/atk.spec +++ b/atk.spec @@ -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 - 2.30.0-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add the libxslt in buildrequires + * Tue Sep 10 2019 Alex Chao - 2.30.0-2 - Package init