64 lines
1.9 KiB
RPMSpec
64 lines
1.9 KiB
RPMSpec
%define aspell_majver 0.60
|
|
%define extraver 2
|
|
|
|
Name: aspell-de
|
|
Version: 20161207
|
|
Release: 1mamba
|
|
Summary: German dictionary for aspell
|
|
Group: System/Internationalization
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
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 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
|