diff --git a/README.md b/README.md index 758682f..7d71467 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aspell-es +A Spanish dictionary for use with aspell, a spelling checker. + diff --git a/aspell-es.spec b/aspell-es.spec new file mode 100644 index 0000000..b38781c --- /dev/null +++ b/aspell-es.spec @@ -0,0 +1,57 @@ +%define aspell_majver 0.60 +%define extraver 2 + +Name: aspell-es +Version: 1.11 +Release: 2mamba +Summary: Spanish dictionary for aspell +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://aspell.net +Source: http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-%{version}-%{extraver}.tar.bz2 +License: GPL +BuildArch: noarch +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: aspell >= 0.60.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A Spanish dictionary for use with aspell, a spelling checker. + +%prep + +%setup -q -n aspell6-es-%{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 +* Wed Feb 06 2013 Silvan Calarco 1.11-2mamba +- rebuilt + +* Sun Aug 05 2012 Silvan Calarco 1.11-1mamba2 +- mamba2 milestone rebuild + +* Sat Aug 04 2012 Silvan Calarco 1.11-1mamba +- update to 1.11 + +* Wed Jun 18 2008 Tiziana Ferro 0.50-2mamba +- update Vendor, Distribution and Packager + +* Wed Dec 07 2005 Davide Madrisan 0.50-1qilnx +- first build of aspell-es