aspell-en/aspell-en.spec

86 lines
2.6 KiB
RPMSpec

%define aspell_majver 0.60
%define extraver 0
Name: aspell-en
Version: 2020.12.07
Release: 2mamba
Summary: English dictionary for aspell
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://aspell.net/
Source: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{extraver}.tar.bz2
License: GPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: aspell >= 0.60.0
%description
A English dictionary for use with aspell, a spelling checker.
%prep
%setup -q -n aspell6-en-%{version}-%{extraver}
%build
./configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/aspell-%{aspell_majver}/*
%changelog
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.12.07-2mamba
- specfile fixes
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 2020.12.07-1mamba
- automatic version update by autodist
* Sat Apr 11 2020 Automatic Build System <autodist@mambasoft.it> 2019.10.06-1mamba
- automatic version update by autodist
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 2018.04.16-1mamba
- automatic version update by autodist
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 2017.08.24-1mamba
- automatic update by autodist
* Sun Jul 03 2016 Automatic Build System <autodist@mambasoft.it> 2016.06.26-1mamba
- automatic version update by autodist
* Wed Jan 20 2016 Automatic Build System <autodist@mambasoft.it> 2016.01.19-1mamba
- automatic version update by autodist
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 2015.04.24-1mamba
- automatic update by autodist
* Thu Feb 19 2015 Automatic Build System <autodist@mambasoft.it> 2015.02.15-1mamba
- automatic update by autodist
* Tue Feb 01 2011 Automatic Build System <autodist@mambasoft.it> 7.1-1mamba
- automatic update by autodist
* Sat Jan 01 2011 Automatic Build System <autodist@mambasoft.it> 7.0-1mamba
- automatic update by autodist
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 6.0-4mamba
- update Vendor, Distribution and Packager
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 6.0-3qilnx
- updated specfile
* Wed Apr 27 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0-1qilnx
- update to version 6.0 by autospec
* Tue Jul 29 2003 Silvan Calarco <silvan.calarco@qinet.it> 0.51-1qilnx
- first build of aspell-en