Update to 2.5.0
This commit is contained in:
parent
474e752e06
commit
75e2ed74fe
Binary file not shown.
BIN
enchant-2.5.0.tar.gz
Normal file
BIN
enchant-2.5.0.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.3.3
|
Version: 2.5.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Generic spell checking library
|
Summary: Generic spell checking library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -57,7 +57,7 @@ This package contains some man help files for %{name}.
|
|||||||
autoreconf -ifv
|
autoreconf -ifv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-aspell --with-hunspell-dir=%{_datadir}/myspell --disable-static
|
%configure --with-aspell --with-hunspell-dir=%{_datadir}/myspell --disable-static --docdir=%{_defaultdocdir}/%{name}
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
|
||||||
s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
|
|
||||||
@ -92,8 +92,15 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
|
|||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
%{_mandir}/man5/enchant.5*
|
||||||
|
%doc %{_defaultdocdir}/%{name}/enchant.html
|
||||||
|
%doc %{_defaultdocdir}/%{name}/enchant-2.html
|
||||||
|
%doc %{_defaultdocdir}/%{name}/enchant-lsmod-2.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 16 2023 wangkai <13474090681@163.com> - 2.5.0-1
|
||||||
|
- Update to 2.5.0
|
||||||
|
|
||||||
* Thu Sep 15 2022 lutcunpeng <lutkunpeng@163.com> - 2.3.3-1
|
* Thu Sep 15 2022 lutcunpeng <lutkunpeng@163.com> - 2.3.3-1
|
||||||
- DESC: update to 2.3.3
|
- DESC: update to 2.3.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user