package init
This commit is contained in:
parent
854e27ce2e
commit
3868fbb31f
36
hunspell-se.spec
Normal file
36
hunspell-se.spec
Normal file
@ -0,0 +1,36 @@
|
||||
Name: hunspell-se
|
||||
Version: 1.0
|
||||
Release: 0.16.beta7
|
||||
Summary: Hunspell dictionaries for Northern Saami
|
||||
License: GPLv3
|
||||
URL: http://www.divvun.no/index.html
|
||||
Source: http://divvun.no/static_files/hunspell-se.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-se)
|
||||
%description
|
||||
Hunspell dictionaries for Northern Saami.
|
||||
|
||||
%prep
|
||||
%autosetup -n hunspell-se-1.0beta7.20090316 -p1
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dp se.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.aff
|
||||
install -Dp se.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.dic
|
||||
cd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
se_NO_aliases="se_SE se_FI"
|
||||
for lang in $se_NO_aliases; do
|
||||
ln -s se_NO.aff $lang.aff
|
||||
ln -s se_NO.dic $lang.dic
|
||||
done
|
||||
cd -
|
||||
|
||||
%files
|
||||
%doc Copyright README GPL-3
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0-0.16.beta7
|
||||
- Package init
|
||||
BIN
hunspell-se.tar.gz
Normal file
BIN
hunspell-se.tar.gz
Normal file
Binary file not shown.
4
hunspell-se.yaml
Normal file
4
hunspell-se.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
seperator: NA
|
||||
Loading…
x
Reference in New Issue
Block a user