diff --git a/aspell-de.spec b/aspell-de.spec index 29f1ec1..cb074e0 100644 --- a/aspell-de.spec +++ b/aspell-de.spec @@ -1,37 +1,40 @@ +%define pkgver %(echo %version | tr . -) %define aspell_majver 0.60 -%define extraver 2 Name: aspell-de -Version: 20161207 +Version: 20161207.7.0 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 +URL: https://aspell.net +Source: https://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-%{pkgver}.tar.bz2 License: GPL BuildArch: noarch +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END 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} +%setup -q -n aspell6-de-%{pkgver} %build -make aspell/de_DE.rws +./configure + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -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 +#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}" @@ -41,6 +44,9 @@ done %{_libdir}/aspell-%{aspell_majver}/* %changelog +* Wed Feb 24 2021 Silvan Calarco 20161207.7.0-1mamba +- update to 20161207.7.0 + * Sun Dec 11 2016 Automatic Build System 20161207-1mamba - automatic version update by autodist