33 lines
725 B
RPMSpec
33 lines
725 B
RPMSpec
Name: hyphen-sl
|
|
Summary: Rules for Slovenian hyphenation
|
|
Version: 0.20070127
|
|
Release: 18
|
|
Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_sl_SI.zip
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
License: LGPLv2+
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
Supplements: (hyphen and langpacks-sl)
|
|
|
|
%description
|
|
Rules for Slovenian hyphenation.
|
|
|
|
%prep
|
|
%autosetup -c -n hyphen-sl -p1
|
|
|
|
%build
|
|
chmod -x *
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
cp -p hyph_sl_SI.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
%files
|
|
%doc README_hyph_sl_SI.txt
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Wed Apr 29 2020 wutao <wutao61@huawei.com> - 0.20070127-18
|
|
- Package init
|