From c83668d25eb7adca3e61294c93c8a394d80916b2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:06:11 +0000 Subject: auto-import changelog data from aspell-cs-0.2-3.src.rpm Sun Aug 20 2000 Trond Eivind Glomsr�d - rebuild Wed Aug 16 2000 Trond Eivind Glomsr�d - rebuild Tue Aug 01 2000 Trond Eivind Glomsr�d - New dictionary from Petr Kolar Wed Jul 12 2000 Prospector - automatic rebuild Fri Jun 30 2000 Trond Eivind Glomsr�d - use "cs", the ISO 639 name - use the proper name on the pwli file Mon Jun 26 2000 Trond Eivind Glomsr�d - first RPM --- diff --git a/.cvsignore b/.cvsignore index e69de29..6502e67 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell-cs-0.2.tar.bz2 diff --git a/aspell-cs.spec b/aspell-cs.spec new file mode 100644 index 0000000..4a167fc --- /dev/null +++ b/aspell-cs.spec @@ -0,0 +1,64 @@ +Summary: Czech files for aspell +Name: aspell-cs +Version: 0.2 +Release: 3 +Group: Applications/Text +Source: aspell-cs-0.2.tar.bz2 +Copyright: GPL +Requires: aspell +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: aspell +Obsoletes: ispell-cz, ispell-czech,aspell-cz +ExcludeArch: ia64 + +%description +A Czech dictionary for use with aspell, a spelling checker. + +%prep +%setup -q + +%build +cp /usr/share/aspell/iso8859-2.dat . + +LC_CTYPE=cs_CZ aspell --lang=czech --data-dir=. \ + create master ./czech < czslova + +%install +rm -fr $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/usr/lib/aspell +mkdir -p $RPM_BUILD_ROOT/usr/share/aspell +mkdir -p $RPM_BUILD_ROOT/usr/share/pspell + +install -m 0644 czech $RPM_BUILD_ROOT/usr/lib/aspell +install -m 0644 czech.dat $RPM_BUILD_ROOT/usr/share/aspell + +echo "/usr/lib/aspell/czech" > $RPM_BUILD_ROOT/usr/share/pspell/cs-aspell.pwli + +%clean +rm -fr $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/usr/share/aspell/* +/usr/lib/aspell/* +/usr/share/pspell/* + +%changelog +* Sun Aug 20 2000 Trond Eivind Glomsr�d +- rebuild + +* Wed Aug 16 2000 Trond Eivind Glomsr�d +- rebuild + +* Tue Aug 01 2000 Trond Eivind Glomsr�d +- New dictionary from Petr Kolar + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Fri Jun 30 2000 Trond Eivind Glomsr�d +- use "cs", the ISO 639 name +- use the proper name on the pwli file + +* Mon Jun 26 2000 Trond Eivind Glomsr�d +- first RPM diff --git a/sources b/sources index e69de29..ca689ff 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5cb84a1bb1cb8929bb6b6cc93b9e623c aspell-cs-0.2.tar.bz2