automatic version update by autodist [release 20131206-1mamba;Sun Dec 08 2013]

This commit is contained in:
Automatic Build System 2024-01-05 20:35:12 +01:00
parent 849da52a16
commit 3dd98bec8e
2 changed files with 56 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# aspell-de
A German dictionary for use with aspell, a spelling checker.

54
aspell-de.spec Normal file
View File

@ -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 <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 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