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 aspell_majver 0.60
|
||||||
%define extraver 2
|
|
||||||
|
|
||||||
Name: aspell-de
|
Name: aspell-de
|
||||||
Version: 20161207
|
Version: 20161207.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: German dictionary for aspell
|
Summary: German dictionary for aspell
|
||||||
Group: System/Internationalization
|
Group: System/Internationalization
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
URL: http://aspell.net
|
URL: https://aspell.net
|
||||||
Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{version}.tar.bz2
|
Source: https://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-%{pkgver}.tar.bz2
|
||||||
#Source: http://ftp.gnu.org/gnu/aspell/dict/de/aspell-de-%{version}-%{extraver}.tar.bz2
|
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: aspell >= 0.60.0
|
Requires: aspell >= 0.60.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A German dictionary for use with aspell, a spelling checker.
|
A German dictionary for use with aspell, a spelling checker.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n igerman98-%{version}
|
%setup -q -n aspell6-de-%{pkgver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make aspell/de_DE.rws
|
./configure
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
#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
|
# install -D -m0755 aspell/$f %{buildroot}%{_libdir}/aspell-%{aspell_majver}/$f
|
||||||
done
|
#done
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -41,6 +44,9 @@ done
|
|||||||
%{_libdir}/aspell-%{aspell_majver}/*
|
%{_libdir}/aspell-%{aspell_majver}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 11 2016 Automatic Build System <autodist@mambasoft.it> 20161207-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user