Compare commits
No commits in common. "177d314deeb347454c8e58f9a27e7652270fb28f" and "a61e8d9a1917bd315d61f5d1a767558d2733801c" have entirely different histories.
177d314dee
...
a61e8d9a19
29
hyphen.spec
29
hyphen.spec
@ -1,6 +1,6 @@
|
|||||||
Name: hyphen
|
Name: hyphen
|
||||||
Version: 2.8.8
|
Version: 2.8.8
|
||||||
Release: 16
|
Release: 13
|
||||||
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,7 +8,9 @@ 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
|
%ifarch x86_64 %{x86}
|
||||||
|
BuildRequires: valgrind
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hyphen is a library for high quality text hyphenation and justification.
|
Hyphen is a library for high quality text hyphenation and justification.
|
||||||
@ -41,6 +43,9 @@ cd ..
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
%ifarch x86_64 %{x86}
|
||||||
|
VALGRIND=memcheck make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -51,32 +56,14 @@ 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
|
|
||||||
- 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
|
* Mon Dec 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.8.8-13
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
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