59 lines
1.5 KiB
RPMSpec
59 lines
1.5 KiB
RPMSpec
%define aspell_majver 0.60
|
|
%define pkgver %(echo %version | tr _ -)
|
|
|
|
Name: aspell-es
|
|
Version: 1.11_2
|
|
Release: 1mamba
|
|
Summary: Spanish dictionary for aspell
|
|
Group: System/Internationalization
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: https://aspell.net
|
|
Source: http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-%{pkgver}.tar.bz2
|
|
License: GPL
|
|
BuildArch: noarch
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: aspell >= 0.60.0
|
|
|
|
%description
|
|
A Spanish dictionary for use with aspell, a spelling checker.
|
|
|
|
%prep
|
|
%setup -q -n aspell6-es-%{pkgver}
|
|
|
|
%build
|
|
./configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/aspell-%{aspell_majver}/*
|
|
|
|
%changelog
|
|
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11_2-1mamba
|
|
- update to 1.11_2
|
|
|
|
* Wed Feb 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-2mamba
|
|
- rebuilt
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-1mamba2
|
|
- mamba2 milestone rebuild
|
|
|
|
* Sat Aug 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-1mamba
|
|
- update to 1.11
|
|
|
|
* 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-es
|