From c15ee3d80baa5610292095d98e3ae3ca39a66f2a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 15 Feb 2007 15:56:50 +0000 Subject: [PATCH] auto-import hunspell-pl-0.20070214-1 on branch devel from hunspell-pl-0.20070214-1.src.rpm --- .cvsignore | 1 + hunspell-pl.spec | 41 +++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 43 insertions(+) create mode 100644 hunspell-pl.spec 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