52 lines
1.5 KiB
RPMSpec
52 lines
1.5 KiB
RPMSpec
Name: hunspell-tpi
|
|
Summary: Tok Pisin hunspell dictionaries
|
|
Version: 0.07
|
|
Release: 2%{?dist}
|
|
Group: Applications/Text
|
|
Source: http://extensions.services.openoffice.org/e-files/ext/4824/3/hunspell-tpi-0.07.oxt
|
|
URL: http://extensions.services.openoffice.org/en/project/tok-pisin-spell-checker
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPLv3+
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Tok Pisin hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p dictionaries/tpi_PG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc dictionaries/README_tpi_PG.txt LICENSES-en.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Apr 05 2013 Caolán McNamara <caolanm@redhat.com> - 0.07-1
|
|
- latest version
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Sun Mar 20 2011 Caolán McNamara <caolanm@redhat.com> - 0.05-1
|
|
- initial version
|