Compare commits
10 Commits
a61e8d9a19
...
177d314dee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
177d314dee | ||
|
|
3a0c89c7d3 | ||
|
|
2f8ee4107e | ||
|
|
581370eef3 | ||
|
|
919dcde2f3 | ||
|
|
aaa97503e2 | ||
|
|
3056670f4d | ||
|
|
4bc0924ceb | ||
|
|
f86a5188cc | ||
|
|
2c963903c2 |
29
hyphen.spec
29
hyphen.spec
@ -1,6 +1,6 @@
|
||||
Name: hyphen
|
||||
Version: 2.8.8
|
||||
Release: 13
|
||||
Release: 16
|
||||
Summary: A library of text hyphenation
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2 or LGPLv2+ or MPLv1.1
|
||||
@ -8,9 +8,7 @@ URL: http://hunspell.github.io
|
||||
Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: perl-interpreter, patch, autoconf, automake, libtool
|
||||
%ifarch x86_64 %{x86}
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
Provides: %{name}-en
|
||||
|
||||
%description
|
||||
Hyphen is a library for high quality text hyphenation and justification.
|
||||
@ -43,9 +41,6 @@ cd ..
|
||||
|
||||
%check
|
||||
make check
|
||||
%ifarch x86_64 %{x86}
|
||||
VALGRIND=memcheck make check
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -56,14 +51,32 @@ VALGRIND=memcheck 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<yanglongkang@h-partners.com> - 2.8.8-15
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: rebuild for next release
|
||||
|
||||
* Tue Jun 30 2020 chenditang <chenditang1@huawei.com> - 2.8.8-14
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:delete valgrind make check
|
||||
|
||||
* Mon Dec 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.8.8-13
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
|
||||
5
hyphen.yaml
Normal file
5
hyphen.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: sourceforge
|
||||
src_repo: https://sourceforge.net/projects/hunspell/files/Hyphen/2.8
|
||||
tag_pattern: hyphen-(.*).tar.gz
|
||||
tag_prefix:
|
||||
separator: '.'
|
||||
Loading…
x
Reference in New Issue
Block a user