!13 Update to upstream version 2.6.5
From: @dedv_dwe Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
ff050e1b38
Binary file not shown.
BIN
enchant-2.6.5.tar.gz
Normal file
BIN
enchant-2.6.5.tar.gz
Normal file
Binary file not shown.
31
enchant.spec
31
enchant.spec
@ -1,6 +1,6 @@
|
|||||||
Name: enchant
|
Name: enchant
|
||||||
Version: 1.6.1
|
Version: 2.6.5
|
||||||
Release: 3
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Generic spell checking library
|
Summary: Generic spell checking library
|
||||||
|
|
||||||
@ -59,30 +59,35 @@ make install DESTDIR=%{buildroot}
|
|||||||
%files
|
%files
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_bindir}/enchant
|
%{_bindir}/enchant-2
|
||||||
%{_bindir}/enchant-lsmod
|
%{_bindir}/enchant-lsmod-2
|
||||||
%{_libdir}/libenchant.so.*
|
%{_libdir}/libenchant-2.so.*
|
||||||
%{_libdir}/enchant/libenchant_myspell.so
|
%{_datadir}/enchant-2/enchant.ordering
|
||||||
%{_datadir}/enchant/enchant.ordering
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libenchant.so
|
%{_libdir}/libenchant-2.so
|
||||||
%{_libdir}/pkgconfig/enchant.pc
|
%{_libdir}/pkgconfig/enchant-2.pc
|
||||||
%{_includedir}/enchant/*.h
|
%{_includedir}/enchant-2/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/%{name}/*.a
|
%{_libdir}/%{name}-2/*.a
|
||||||
|
|
||||||
%files aspell
|
%files aspell
|
||||||
%{_libdir}/enchant/libenchant_aspell.so
|
%{_libdir}/enchant-2/enchant_aspell.so
|
||||||
|
%{_libdir}/enchant-2/enchant_hunspell.so
|
||||||
|
|
||||||
%files voikko
|
%files voikko
|
||||||
%{_libdir}/enchant/libenchant_voikko.so
|
%{_libdir}/enchant-2/enchant_voikko.so
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README ChangeLog
|
%doc README ChangeLog
|
||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
%{_mandir}/man5/*.gz
|
||||||
|
%{_docdir}/enchant/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2024 wangqia <wangqia@uniontech.com> - 1:2.6.5-1
|
||||||
|
- Update to upstream version 2.6.5
|
||||||
|
|
||||||
* Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 1:1.6.1-3
|
* Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 1:1.6.1-3
|
||||||
- delete gdb in buildrequires
|
- delete gdb in buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user