hunspell-lt/hunspell-lt.spec

37 lines
949 B
RPMSpec
Raw Normal View History

2020-07-07 14:36:53 +08:00
Name: hunspell-lt
Version: 1.2.1
2022-05-09 18:16:34 +08:00
Release: 21
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
Source: http://dlc-1.uk.openindiana.org/oi/jds/downloads/sources/lt_LT-%{version}.zip
BuildArch: noarch
Requires: hunspell
%description
Lithuanian dictionaries of hunspell.
%prep
%autosetup -n lt_LT-%{version} -pq
%build
chmod -x *
tr -d '\r' < INSTRUKCIJOS.txt > INSTRUKCIJOS.txt.new
touch -r INSTRUKCIJOS.txt INSTRUKCIJOS.txt.new
mv -f INSTRUKCIJOS.txt.new INSTRUKCIJOS.txt
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc README.EN INSTRUKCIJOS.txt
%{_datadir}/myspell/*
%changelog
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