!6 update to version 1.3.2

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-04-17 06:09:24 +00:00 committed by Gitee
commit b6c53a1da1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 10 deletions

View File

@ -1,34 +1,35 @@
Name: hunspell-lt
Version: 1.2.1
Release: 21
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://dlc-1.uk.openindiana.org/oi/jds/downloads/sources/lt_LT-%{version}.zip
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 lt_LT-%{version} -pq
%autosetup -n ispell-lt-rel-%{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
make
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p build/myspell/*.dic build/myspell/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc README.EN INSTRUKCIJOS.txt
%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

Binary file not shown.

BIN
rel-1.3.2.zip Normal file

Binary file not shown.