update to version 1.3.2
This commit is contained in:
parent
17ba2d82f5
commit
7de2e83817
@ -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
|
||||
|
||||
|
||||
BIN
lt_LT-1.2.1.zip
BIN
lt_LT-1.2.1.zip
Binary file not shown.
BIN
rel-1.3.2.zip
Normal file
BIN
rel-1.3.2.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user