36 lines
844 B
RPMSpec
36 lines
844 B
RPMSpec
Name: hyphen-sl
|
|
Summary: Rules for Slovenian hyphenation
|
|
Version: 0.20070127
|
|
Release: 19
|
|
Source: https://sourceforge.net/projects/openofficeorg.mirror/files/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 Nov 16 2022 caodongxia <caodongxia@h-partners.com> - 0.20070127-19
|
|
- Modify invalid source0
|
|
|
|
* Wed Apr 29 2020 wutao <wutao61@huawei.com> - 0.20070127-18
|
|
- Package init
|