31 lines
741 B
RPMSpec
31 lines
741 B
RPMSpec
Name: hyphen-gl
|
|
Version: 0.99
|
|
Release: 17
|
|
Summary: The rules of Galician hyphenation
|
|
License: GPLv3
|
|
BuildArch: noarch
|
|
Source: https://forxa.mancomun.org/frs/download.php/534/hyph_gl.oxt
|
|
URL: https://forxa.mancomun.org/projects/hyphenation-gl
|
|
Requires: hyphen
|
|
Supplements: (hyphen and langpacks-gl)
|
|
|
|
%description
|
|
The creation and maintenance of Galaxy syllable label based on hyphen.
|
|
|
|
%prep
|
|
%autosetup -c -n hyphen-gl -p1
|
|
|
|
%build
|
|
chmod -x *
|
|
|
|
%install
|
|
install -Dp hyph_gl_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_gl_ANY.dic
|
|
|
|
%files
|
|
%doc LEME-gl_ANY.txt LICENCES-gl.txt LICENSES-en.txt
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Fri Apr 24 2020 songzhenyu<songzhenyu@huawei.com> - 0.99-17
|
|
- Package init
|