33 lines
834 B
RPMSpec
33 lines
834 B
RPMSpec
Name: hyphen-gu
|
|
Summary: The rules of Gujarati hyphenation
|
|
Epoch: 1
|
|
Version: 0.7.0
|
|
Release: 13
|
|
License: LGPLv3+
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/hyphen-gu-%{version}.tar.bz2
|
|
URL: http://github.com/hyphenation/tex-hyphen/blob/master/collaboration/repository/offo/gu.xml
|
|
Supplements: (hyphen and langpacks-gu)
|
|
|
|
%description
|
|
The rules of Gujarati hyphenation.
|
|
|
|
%prep
|
|
%autosetup -n hyphen-gu-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d %{buildroot}/%{_datadir}/hyphen
|
|
install -p *.dic %{buildroot}/%{_datadir}/hyphen
|
|
chmod 644 %{buildroot}/%{_datadir}/hyphen/*.dic
|
|
|
|
%files
|
|
%doc README COPYING ChangeLog
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Fri Apr 24 2020 songzhenyu<songzhenyu@huawei.com> - 0.7.0-13
|
|
- Package init
|