diff --git a/hunspell-lt.spec b/hunspell-lt.spec index 4feff6a..252baf2 100644 --- a/hunspell-lt.spec +++ b/hunspell-lt.spec @@ -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 - 1.3.2-1 +- Update to version 1.3.2 + * Mon May 9 2022 caodongxia - 1.2.1-21 - License compliance rectification diff --git a/lt_LT-1.2.1.zip b/lt_LT-1.2.1.zip deleted file mode 100644 index c2afcc0..0000000 Binary files a/lt_LT-1.2.1.zip and /dev/null differ diff --git a/rel-1.3.2.zip b/rel-1.3.2.zip new file mode 100644 index 0000000..15a024b Binary files /dev/null and b/rel-1.3.2.zip differ