diff --git a/README.md b/README.md index 99b5ffc..081b1c9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # aspell-de +A German dictionary for use with aspell, a spelling checker. + diff --git a/aspell-de.spec b/aspell-de.spec new file mode 100644 index 0000000..0e0450a --- /dev/null +++ b/aspell-de.spec @@ -0,0 +1,54 @@ +%define aspell_majver 0.60 +%define extraver 2 + +Name: aspell-de +Version: 20131206 +Release: 1mamba +Summary: German dictionary for aspell +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://aspell.net +Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{version}.tar.bz2 +#Source: http://ftp.gnu.org/gnu/aspell/dict/de/aspell-de-%{version}-%{extraver}.tar.bz2 +License: GPL +BuildArch: noarch +Requires: aspell >= 0.60.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A German dictionary for use with aspell, a spelling checker. + +%prep +%setup -q -n igerman98-%{version} + +%build +make aspell/de_DE.rws + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +for f in de_DE.rws de_DE_affix.dat de_DE.multi de_DE.dat de_DE.alias; do + install -D -m0755 aspell/$f %{buildroot}%{_libdir}/aspell-%{aspell_majver}/$f +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/aspell-%{aspell_majver}/* + +%changelog +* Sun Dec 08 2013 Automatic Build System 20131206-1mamba +- automatic version update by autodist + +* Tue Jan 29 2013 Automatic Build System 20120607-1mamba +- update to 20120607 + +* 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-de