36 lines
832 B
RPMSpec
36 lines
832 B
RPMSpec
Name: hyphen-pa
|
|
Summary: Punjabi hyphenation rules for hunspell used in OpenOffice
|
|
Epoch: 1
|
|
Version: 0.7.0
|
|
Release: 13
|
|
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/hyphen-pa-0.7.0.tar.bz2
|
|
URL: http://wiki.smc.org.in
|
|
License: LGPLv3+
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
Supplements: (hyphen and langpacks-pa)
|
|
|
|
%description
|
|
Punjabi hyphenation rules for hunspell used in OpenOffice.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
install -m644 -Dp *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cd %{buildroot}/%{_datadir}/hyphen
|
|
ln -s hyph_pa_IN.dic hyph_pa_PK.dic
|
|
cd -
|
|
|
|
%files
|
|
%doc README COPYING ChangeLog
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Thu Apr 16 2020 Captain Wei <captain.a.wei@gmail.com> 1:0.7.0-13
|
|
- Package init
|