diff --git a/freetype.spec b/freetype.spec index fdf6442513d555220cfec1d06fccfdcfb0ef8b0f..2c847ceb42c9e47f404129402d6884d863261162 100644 --- a/freetype.spec +++ b/freetype.spec @@ -4,7 +4,7 @@ Name: freetype Version: 2.9.1 -Release: 4 +Release: 5 Summary: FreeType is a freely available software library to render fonts License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement URL: http://www.freetype.org @@ -48,7 +48,7 @@ Man pages and other related for freetype documents. %setup -q -b 1 -a 2 pushd ft2demos-%{version} -%patch2 -p1 -b .more-demos +%patch1 -p1 -b .more-demos popd %build @@ -121,12 +121,17 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/co %{_mandir}/man1/* %changelog -* Sat Jan 11 2020 openEuler Buildteam - 2.9.1-4 +* Tue Jan 14 2020 openEuler Buildteam - 2.9.1-5 - Type:enhancement - Id:NA - SUG:NA - DESC:optimization the spec +* Sat Jan 11 2020 openEuler Buildteam - 2.9.1-4 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:optimization the spec * Wed Sep 11 2019 openEuler jimmy - 2.9.1-3 - Package init jimmy