77 lines
2.0 KiB
RPMSpec
77 lines
2.0 KiB
RPMSpec
Name: hunspell-pl
|
|
Summary: Polish hunspell dictionaries
|
|
%define upstreamid 20080513
|
|
Version: 0.%{upstreamid}
|
|
Release: 1%{?dist}
|
|
Source: http://sjp.pl/slownik/ort/sjp-myspell-pl-%{upstreamid}.zip
|
|
Group: Applications/Text
|
|
URL: http://www.kurnik.pl/dictionary/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: LGPLv2+ or GPL+ or MPLv1.1
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Polish hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c hunspell-pl
|
|
|
|
%build
|
|
unzip pl_PL.zip
|
|
|
|
%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
|
|
* Tue May 13 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080513-1
|
|
- latest version
|
|
|
|
* Mon Apr 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080407-1
|
|
- latest version
|
|
|
|
* Tue Mar 04 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080304-1
|
|
- source file name changed, update to latest version
|
|
|
|
* Wed Feb 13 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080213-1
|
|
- new version
|
|
|
|
* Wed Jan 09 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080109-1
|
|
- new version
|
|
|
|
* Sat Dec 08 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071208-1
|
|
- new version
|
|
|
|
* Thu Nov 15 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071114-1
|
|
- new version
|
|
|
|
* Fri Oct 05 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071004-1
|
|
- new version
|
|
|
|
* Mon Sep 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070903-1
|
|
- new version
|
|
|
|
* Thu Aug 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070803-1
|
|
- clarify that is tri-licensed
|
|
|
|
* Sun Jul 01 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070701-1
|
|
- latest version
|
|
- near daily updates => move to a pick it up the 1st of the month cycle
|
|
|
|
* Fri Jun 29 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070629-1
|
|
- latest version
|
|
|
|
* Fri Jun 22 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070622-1
|
|
- latest version
|