!13 add Provides: hyphen-en

From: @darssin 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-09-18 09:17:20 +00:00 committed by Gitee
commit 177d314dee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: hyphen Name: hyphen
Version: 2.8.8 Version: 2.8.8
Release: 15 Release: 16
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
@ -8,6 +8,7 @@ URL: http://hunspell.github.io
Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
BuildRequires: perl-interpreter, patch, autoconf, automake, libtool BuildRequires: perl-interpreter, patch, autoconf, automake, libtool
Provides: %{name}-en
%description %description
Hyphen is a library for high quality text hyphenation and justification. Hyphen is a library for high quality text hyphenation and justification.
@ -50,14 +51,20 @@ make check
%license AUTHORS COPYING* %license AUTHORS COPYING*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_datadir}/%{name}/hyph_en*.dic
%files devel %files devel
%{_includedir}/%{name}.h %{_includedir}/%{name}.h
%{_libdir}/*.so %{_libdir}/*.so
%{_bindir}/substrings.pl %{_bindir}/substrings.pl
%{_datadir}/%{name}/hyph_en*.dic
%changelog %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<yanglongkang@h-partners.com> - 2.8.8-15 * Tue Oct 25 2022 yanglongkang<yanglongkang@h-partners.com> - 2.8.8-15
- Type: bugfix - Type: bugfix
- ID: NA - ID: NA