update to 20161207.7.0 [release 20161207.7.0-1mamba;Wed Feb 24 2021]
This commit is contained in:
parent
58976f33b0
commit
ac575630d4
@ -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 <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
|
||||
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user