diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e972e79 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hunspell-tpi-0.05.oxt diff --git a/.hunspell-tpi.metadata b/.hunspell-tpi.metadata new file mode 100644 index 0000000..1573aef --- /dev/null +++ b/.hunspell-tpi.metadata @@ -0,0 +1 @@ +f4bb53676e920a6a2ffa513a057879f136e8a921 SOURCES/hunspell-tpi-0.05.oxt diff --git a/SPECS/hunspell-tpi.spec b/SPECS/hunspell-tpi.spec new file mode 100644 index 0000000..36432c7 --- /dev/null +++ b/SPECS/hunspell-tpi.spec @@ -0,0 +1,48 @@ +Name: hunspell-tpi +Summary: Tok Pisin hunspell dictionaries +Version: 0.05 +Release: 5%{?dist} +Group: Applications/Text +Source: http://extensions.services.openoffice.org/e-files/4824/2/hunspell-tpi-%{version}.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 +* Fri Dec 27 2013 Daniel Mach - 0.05-5 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.05-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.05-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.05-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Mar 20 2011 Caolán McNamara - 0.05-1 +- initial version