hunspell-lt/hunspell-lt.spec

38 lines
911 B
RPMSpec
Raw Normal View History

2020-07-07 14:36:53 +08:00
Name: hunspell-lt
2023-04-17 10:08:35 +08:00
Version: 1.3.2
Release: 1
2020-07-07 14:36:53 +08:00
Summary: Lithuanian dictionaries of hunspell
2022-05-09 18:16:34 +08:00
License: BSD-3-Clause
2020-07-07 14:36:53 +08:00
URL: https://github.com/ispell-lt/ispell-lt
2023-04-17 10:08:35 +08:00
Source: http://github.com/ispell-lt/ispell-lt/archive/refs/tags/rel-1.3.2.zip
2020-07-07 14:36:53 +08:00
BuildArch: noarch
2023-04-17 10:08:35 +08:00
BuildRequires: make
2020-07-07 14:36:53 +08:00
Requires: hunspell
%description
Lithuanian dictionaries of hunspell.
%prep
2023-04-17 10:08:35 +08:00
%autosetup -n ispell-lt-rel-%{version} -pq
2020-07-07 14:36:53 +08:00
%build
2023-04-17 10:08:35 +08:00
make
2020-07-07 14:36:53 +08:00
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
2023-04-17 10:08:35 +08:00
install -p build/myspell/*.dic build/myspell/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
2020-07-07 14:36:53 +08:00
%files
2023-04-17 10:08:35 +08:00
%doc README.EN
2020-07-07 14:36:53 +08:00
%{_datadir}/myspell/*
%changelog
2023-04-17 10:08:35 +08:00
* Mon Apr 17 2023 Ge Wang <wang--ge@126.com> - 1.3.2-1
- Update to version 1.3.2
2022-05-09 18:16:34 +08:00
* Mon May 9 2022 caodongxia <caodongxia@h-partners.com> - 1.2.1-21
- License compliance rectification
2020-07-07 14:36:53 +08:00
* Fri Apr 24 2020 chengzihan <chengzihan2@huawei.com> - 1.2.1-20
- Package init