2024-01-05 20:35:04 +01:00
|
|
|
%define aspell_majver 0.60
|
|
|
|
Name: aspell-da
|
2024-01-05 20:35:05 +01:00
|
|
|
Version: 4.2.1
|
2024-01-05 20:35:05 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 20:35:04 +01:00
|
|
|
Summary: Danish dictionary for aspell
|
|
|
|
Group: System/Internationalization
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 20:35:05 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:35:05 +01:00
|
|
|
URL: https://github.com/mortenivar/aspell-da
|
|
|
|
Source: https://github.com/mortenivar/aspell-da.git/%{version}/aspell-da-%{version}.tar.bz2
|
|
|
|
#Source: https://da.speling.org/filer/aspell-da-%{version}.tar.gz
|
2024-01-05 20:35:04 +01:00
|
|
|
License: GPL
|
|
|
|
BuildArch: noarch
|
2024-01-05 20:35:05 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:35:04 +01:00
|
|
|
Requires: aspell >= 0.60.0
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Danish dictionary for use with aspell, a spelling checker.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 20:35:05 +01:00
|
|
|
%setup -q
|
2024-01-05 20:35:04 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 20:35:05 +01:00
|
|
|
./configure
|
|
|
|
|
|
|
|
make
|
2024-01-05 20:35:04 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 20:35:05 +01:00
|
|
|
install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver}
|
2024-01-05 20:35:05 +01:00
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
# datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \
|
|
|
|
# dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/
|
2024-01-05 20:35:04 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/aspell-%{aspell_majver}/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:35:05 +01:00
|
|
|
* Sun May 14 2023 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:35:05 +01:00
|
|
|
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2-1mamba
|
|
|
|
- update to 4.2
|
|
|
|
|
2024-01-05 20:35:05 +01:00
|
|
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.42-1mamba
|
|
|
|
- update to 1.7.42
|
|
|
|
|
2024-01-05 20:35:04 +01:00
|
|
|
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.50.1-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Jun 18 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.50.1-2mamba
|
|
|
|
- update Vendor, Distribution and Packager
|
|
|
|
|
|
|
|
* Wed Dec 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.50.1-1qilnx
|
|
|
|
- first build of aspell-da
|