From 635b4cb4b927591bfece0bf7fc76f5ce712d2092 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 9 Jan 2020 14:08:39 +0800 Subject: [PATCH] optimization the spec --- libart_lgpl.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index df54898..e3ba3a2 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,14 +1,11 @@ Name: libart_lgpl Version: 2.3.21 -Release: 22 +Release: 23 Summary: A library for high-performance 2D graphics License: LGPLv2+ URL: https://www.levien.com/libart/ Source0: https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.bz2 -Source1: art_config.h -#Patch0 comes from Fedora 29 -Patch0: libart-multilib.patch BuildRequires: gcc libtool pkgconfig automake autoconf @@ -37,10 +34,6 @@ autoreconf -i %install %make_install -pushd $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl -mv art_config.h art_config-%{__isa_bits}.h -cp %{SOURCE1} . -popd %delete_la %check @@ -67,7 +60,13 @@ make check %doc README NEWS %changelog -* Fri Sep 6 2019 openEuler Buildteam -2.3.21-22 +* Thu Jan 9 2020 openEuler Buildteam - 2.3.21-23 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: optimization the spec + +* Fri Sep 6 2019 openEuler Buildteam - 2.3.21-22 - Type:enhancement - ID:NA - SUG:NA