diff --git a/hyphen.spec b/hyphen.spec index b4f8c9b..c4bd5c4 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,6 +1,6 @@ Name: hyphen Version: 2.8.8 -Release: 15 +Release: 16 Summary: A library of text hyphenation Group: System Environment/Libraries License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -8,6 +8,7 @@ URL: http://hunspell.github.io Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz BuildRequires: perl-interpreter, patch, autoconf, automake, libtool +Provides: %{name}-en %description Hyphen is a library for high quality text hyphenation and justification. @@ -50,14 +51,20 @@ make check %license AUTHORS COPYING* %{_libdir}/*.so.* %dir %{_datadir}/%{name} +%{_datadir}/%{name}/hyph_en*.dic %files devel %{_includedir}/%{name}.h %{_libdir}/*.so %{_bindir}/substrings.pl -%{_datadir}/%{name}/hyph_en*.dic %changelog +* Wed Sep 06 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 2.8.8-16 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: add Provides: hyphen-en + * Tue Oct 25 2022 yanglongkang - 2.8.8-15 - Type: bugfix - ID: NA