aspell-de/aspell-de.spec

70 lines
1.9 KiB
RPMSpec

%define pkgver %(echo %version | tr . -)
%define aspell_majver 0.60
Name: aspell-de
Version: 20161207.7.0
Release: 1mamba
Summary: German dictionary for aspell
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
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
%description
A German dictionary for use with aspell, a spelling checker.
%prep
%setup -q -n aspell6-de-%{pkgver}
%build
./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
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/aspell-%{aspell_majver}/*
%changelog
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20161207.7.0-1mamba
- update to 20161207.7.0
* Sun Dec 11 2016 Automatic Build System <autodist@mambasoft.it> 20161207-1mamba
- automatic version update by autodist
* Mon Oct 17 2016 Automatic Build System <autodist@mambasoft.it> 20160407-1mamba
- automatic version update by autodist
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 20151222-1mamba
- automatic version update by autodist
* Sun Dec 08 2013 Automatic Build System <autodist@mambasoft.it> 20131206-1mamba
- automatic version update by autodist
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 20120607-1mamba
- update to 20120607
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.50-2mamba
- update Vendor, Distribution and Packager
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.50-1qilnx
- first build of aspell-de