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