Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
177d314dee
!13 add Provides: hyphen-en
From: @darssin 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-09-18 09:17:20 +00:00
Darssin
3a0c89c7d3 add Provides: hyphen-en 2023-09-08 16:52:33 +08:00
openeuler-ci-bot
2f8ee4107e
!7 【轻量级 PR】:rebuild for next release
From: @markeryang 
Reviewed-by: @zhuchunyi, @xiezhipeng1 
Signed-off-by: @xiezhipeng1, @zhuchunyi
2022-12-06 02:36:22 +00:00
openeuler-ci-bot
581370eef3
!8 update hyphen.yaml upstream repo and tag info
From: @hubin95 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-11-21 03:09:47 +00:00
hubin
919dcde2f3 update hyphen.yaml upstream repo and tag info
Signed-off-by: hubin <hubin73@huawei.com>
2022-11-21 11:05:35 +08:00
Markeryang
aaa97503e2
update for mass rebuild and upgrade verification 2022-10-25 07:58:15 +00:00
openeuler-ci-bot
3056670f4d !2 openeuler-hyphen
Merge pull request !2 from chenditang/master
2020-08-12 14:57:06 +08:00
openeuler-ci-bot
4bc0924ceb !1 add yaml file
Merge pull request !1 from linwei9/master
2020-07-21 17:22:31 +08:00
chenditang
f86a5188cc delete valgrind make check
valgrind cannot startup with stripped ld.so, so delete "VALGRIND=memcheck"
2020-06-30 17:44:52 +08:00
linwei9
2c963903c2 add yaml file 2020-06-18 17:42:59 +08:00
2 changed files with 26 additions and 8 deletions

View File

@ -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
View 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: '.'