From 04020235d08ff70eca703e1bc42baddce70517a8 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:33:15 +0800 Subject: [PATCH] update code --- hyphen.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 882ab9b..7bc8d1a 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,6 +1,6 @@ Name: hyphen Version: 2.8.8 -Release: 11 +Release: 12 Summary: A library of text hyphenation Group: System Environment/Libraries License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -52,7 +52,8 @@ VALGRIND=memcheck make check %postun -p /sbin/ldconfig %files -%doc AUTHORS ChangeLog README README.%{name} README.nonstandard TODO +%doc ChangeLog README README.%{name} README.nonstandard TODO +%license AUTHORS COPYING* %{_libdir}/*.so.* %dir %{_datadir}/%{name} @@ -63,5 +64,11 @@ VALGRIND=memcheck make check %{_datadir}/%{name}/hyph_en*.dic %changelog +* Fri Oct 18 2019 fangyufa - 2.8.8-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix spec in openEuler rule + * Fri Sep 06 2019 openEuler Buildteam - 2.8.8-11 - Package init