diff --git a/.cvsignore b/.cvsignore index e69de29..56af650 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +alt-myspell-pl-20070214.tar.bz2 diff --git a/hunspell-pl.spec b/hunspell-pl.spec new file mode 100644 index 0000000..a4741ac --- /dev/null +++ b/hunspell-pl.spec @@ -0,0 +1,41 @@ +Name: hunspell-pl +Summary: Polish hunspell dictionaries +%define upstreamid 20070214 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://www.kurnik.pl/dictionary/alt-myspell-pl-%{upstreamid}.tar.bz2 +Group: Applications/Text +URL: http://www.kurnik.pl/dictionary/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPL +BuildArch: noarch + +Requires: hunspell + +%description +Polish hunspell dictionaries. + +%prep +%setup -q -n alt-myspell-pl-%{upstreamid} + +%build + +%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 +* Wed Feb 14 2007 Caolan McNamara - 0.20070214-1 +- next version + +* Thu Dec 07 2006 Caolan McNamara - 0.20060823-1 +- initial version diff --git a/sources b/sources index e69de29..ebf6678 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +26f6bf81988dbaebdbfe46b7f048b1be alt-myspell-pl-20070214.tar.bz2