2007-02-15 15:56:50 +00:00
|
|
|
Name: hunspell-pl
|
|
|
|
Summary: Polish hunspell dictionaries
|
2009-02-15 13:53:51 +00:00
|
|
|
%define upstreamid 20090215
|
2007-02-15 15:56:50 +00:00
|
|
|
Version: 0.%{upstreamid}
|
|
|
|
Release: 1%{?dist}
|
2008-03-04 19:48:32 +00:00
|
|
|
Source: http://sjp.pl/slownik/ort/sjp-myspell-pl-%{upstreamid}.zip
|
2007-02-15 15:56:50 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://www.kurnik.pl/dictionary/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-08-09 07:18:22 +00:00
|
|
|
License: LGPLv2+ or GPL+ or MPLv1.1
|
2007-02-15 15:56:50 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Polish hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2007-10-05 07:28:07 +00:00
|
|
|
%setup -q -c hunspell-pl
|
2007-02-15 15:56:50 +00:00
|
|
|
|
|
|
|
%build
|
2007-10-05 07:28:07 +00:00
|
|
|
unzip pl_PL.zip
|
2007-02-15 15:56:50 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_pl_PL.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-02-15 13:53:51 +00:00
|
|
|
* Sun Feb 15 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090215-1
|
|
|
|
- latest version
|
|
|
|
|
2009-01-14 16:42:24 +00:00
|
|
|
* Wed Jan 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090114-1
|
|
|
|
- latest version
|
|
|
|
|
2008-08-23 18:29:57 +00:00
|
|
|
* Sat Aug 23 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080823-1
|
|
|
|
- latest version
|
|
|
|
|
2008-07-15 08:20:17 +00:00
|
|
|
* Tue Jul 15 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080715-1
|
|
|
|
- latest version
|
|
|
|
|
2008-06-14 11:53:13 +00:00
|
|
|
* Sat Jun 14 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080614-1
|
|
|
|
- latest version
|
|
|
|
|
2008-05-13 17:53:33 +00:00
|
|
|
* Tue May 13 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080513-1
|
|
|
|
- latest version
|
|
|
|
|
2008-04-07 15:18:37 +00:00
|
|
|
* Mon Apr 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080407-1
|
|
|
|
- latest version
|
|
|
|
|
2008-03-04 19:48:32 +00:00
|
|
|
* Tue Mar 04 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080304-1
|
|
|
|
- source file name changed, update to latest version
|
|
|
|
|
2008-02-13 10:43:25 +00:00
|
|
|
* Wed Feb 13 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080213-1
|
|
|
|
- new version
|
|
|
|
|
2008-01-09 08:56:26 +00:00
|
|
|
* Wed Jan 09 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080109-1
|
|
|
|
- new version
|
|
|
|
|
2007-12-08 20:10:29 +00:00
|
|
|
* Sat Dec 08 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071208-1
|
|
|
|
- new version
|
|
|
|
|
2007-11-15 19:41:52 +00:00
|
|
|
* Thu Nov 15 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071114-1
|
2007-11-15 19:40:41 +00:00
|
|
|
- new version
|
|
|
|
|
2007-10-05 07:28:07 +00:00
|
|
|
* Fri Oct 05 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071004-1
|
|
|
|
- new version
|
|
|
|
|
2007-09-03 08:03:34 +00:00
|
|
|
* Mon Sep 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070903-1
|
|
|
|
- new version
|
|
|
|
|
2007-08-09 07:18:22 +00:00
|
|
|
* Thu Aug 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070803-1
|
2007-08-03 09:46:04 +00:00
|
|
|
- clarify that is tri-licensed
|
|
|
|
|
2007-07-01 12:49:30 +00:00
|
|
|
* Sun Jul 01 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070701-1
|
2007-06-30 13:22:08 +00:00
|
|
|
- latest version
|
2007-07-01 13:06:47 +00:00
|
|
|
- near daily updates => move to a pick it up the 1st of the month cycle
|
2007-06-30 13:22:08 +00:00
|
|
|
|
2007-06-29 08:09:17 +00:00
|
|
|
* Fri Jun 29 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070629-1
|
2007-06-23 16:35:45 +00:00
|
|
|
- latest version
|
|
|
|
|
2007-06-22 09:01:49 +00:00
|
|
|
* Fri Jun 22 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070622-1
|
2007-06-16 12:34:19 +00:00
|
|
|
- latest version
|