update code

This commit is contained in:
zhuchunyi 2019-11-06 19:33:15 +08:00
parent c948de8459
commit 04020235d0

View File

@ -1,6 +1,6 @@
Name: hyphen Name: hyphen
Version: 2.8.8 Version: 2.8.8
Release: 11 Release: 12
Summary: A library of text hyphenation Summary: A library of text hyphenation
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPLv2 or LGPLv2+ or MPLv1.1 License: GPLv2 or LGPLv2+ or MPLv1.1
@ -52,7 +52,8 @@ VALGRIND=memcheck make check
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc AUTHORS ChangeLog README README.%{name} README.nonstandard TODO %doc ChangeLog README README.%{name} README.nonstandard TODO
%license AUTHORS COPYING*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
@ -63,5 +64,11 @@ VALGRIND=memcheck make check
%{_datadir}/%{name}/hyph_en*.dic %{_datadir}/%{name}/hyph_en*.dic
%changelog %changelog
* Fri Oct 18 2019 fangyufa <fangyufa1@huawei.com> - 2.8.8-12
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix spec in openEuler rule
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.com> - 2.8.8-11 * Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.com> - 2.8.8-11
- Package init - Package init