add Provides: hyphen-en
This commit is contained in:
parent
2f8ee4107e
commit
3a0c89c7d3
11
hyphen.spec
11
hyphen.spec
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user