diff --git a/README.md b/README.md index 4740127..5e476a4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aspell-en +A English dictionary for use with aspell, a spelling checker. + diff --git a/aspell-en.spec b/aspell-en.spec new file mode 100644 index 0000000..ddef3a8 --- /dev/null +++ b/aspell-en.spec @@ -0,0 +1,57 @@ +%define aspell_majver 0.60 +%define extraver 0 + +Name: aspell-en +Version: 7.1 +Release: 1mamba +Summary: English dictionary for aspell +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://aspell.net/ +Source: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{extraver}.tar.bz2 +License: GPL +BuildArch: noarch +Requires: aspell >= 0.60.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A English dictionary for use with aspell, a spelling checker. + +%prep +%setup -q -n aspell6-en-%{version}-%{extraver} + +%build +./configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/aspell-%{aspell_majver}/* + +%changelog +* Tue Feb 01 2011 Automatic Build System 7.1-1mamba +- automatic update by autodist + +* Sat Jan 01 2011 Automatic Build System 7.0-1mamba +- automatic update by autodist + +* Wed Jun 18 2008 Tiziana Ferro 6.0-4mamba +- update Vendor, Distribution and Packager + +* Wed Dec 07 2005 Davide Madrisan 6.0-3qilnx +- updated specfile + +* Wed Apr 27 2005 Silvan Calarco 6.0-1qilnx +- update to version 6.0 by autospec + +* Tue Jul 29 2003 Silvan Calarco 0.51-1qilnx +- first build of aspell-en