Package init
This commit is contained in:
parent
e1193dde16
commit
7a386cef86
BIN
dict-cop_EG_v03.oxt
Normal file
BIN
dict-cop_EG_v03.oxt
Normal file
Binary file not shown.
36
hunspell-cop.spec
Normal file
36
hunspell-cop.spec
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
Name: hunspell-cop
|
||||||
|
Version: 0.3
|
||||||
|
Release: 15
|
||||||
|
Summary: Hunspell dictionaries for Coptic
|
||||||
|
License: GPLv3+
|
||||||
|
URL: http://www.moheb.de/coptic_oo.html
|
||||||
|
Source: http://www.moheb.de/download/dict-cop_EG_v03.oxt
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-cop)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Hunspell dictionaries for Coptic.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -c
|
||||||
|
|
||||||
|
%build
|
||||||
|
for i in README.txt; do
|
||||||
|
tr -d '\r' < $i > $i.new
|
||||||
|
touch -r $i $i.new && mv -f $i.new $i
|
||||||
|
done
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p cop_EG-Bohairic/cop_EG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.txt
|
||||||
|
%license license-gpl.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Apr 17 2020 leiju <leiju4@huawei.com> - 0.3-15
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user