Author: glen Date: Tue May 6 13:23:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new, loosely based on ispell-pl
---- Files affected: SPECS: ispell-et.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ispell-et.spec diff -u /dev/null SPECS/ispell-et.spec:1.1 --- /dev/null Tue May 6 15:23:27 2008 +++ SPECS/ispell-et.spec Tue May 6 15:23:22 2008 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: Estonian dictionary for ispell +Name: ispell-et +Version: 20030606 +Release: 1 +License: LGPL +Group: Applications/Text +Source0: http://www.meso.ee/~jjpp/speller/%{name}_%{version}.tar.gz +# Source0-md5: 00c2351eed7a54c1fb2e3a529a960121 +URL: http://www.meso.ee/~jjpp/speller/ +BuildRequires: ispell >= 3.2.06 +Requires: ispell >= 3.2.06 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Estonian dictionary (i.e. word list) for ispell. + +%prep +%setup -q + +%build +cd latin-1 +buildhash estonian.dict estonian.aff estonian.hash + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_libdir}/ispell +install latin-1/estonian.aff $RPM_BUILD_ROOT%{_libdir}/ispell +install latin-1/estonian.hash $RPM_BUILD_ROOT%{_libdir}/ispell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README ChangeLog COPYRIGHT +%{_libdir}/ispell/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-05-06 13:23:22 glen +- new, loosely based on ispell-pl ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
