update to 1.7.42 [release 1.7.42-1mamba;Thu Feb 04 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:35:05 +01:00
parent f92d029c97
commit cc1cbb5f9f

View File

@ -1,18 +1,18 @@
%define aspell_majver 0.60 %define aspell_majver 0.60
%define extraver 0
Name: aspell-da Name: aspell-da
Version: 0.50.1 Version: 1.7.42
Release: 3mamba Release: 1mamba
Summary: Danish dictionary for aspell Summary: Danish dictionary for aspell
Group: System/Internationalization Group: System/Internationalization
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://aspell.net URL: https://aspell.net
Source: http://ftp.gnu.org/gnu/aspell/dict/da/aspell-da-%{version}-%{extraver}.tar.bz2 Source: https://da.speling.org/filer/aspell-da-%{version}.tar.gz
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 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -20,16 +20,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
A Danish dictionary for use with aspell, a spelling checker. A Danish dictionary for use with aspell, a spelling checker.
%prep %prep
%setup -q
%setup -q -n %{name}-%{version}-%{extraver} sed -i "/chown /d" Makefile
sed -i "/chmod /d" Makefile
sed -i "s|s \$(datadir)/|s |" Makefile
sed -i "s|s \$(dictdir)/|s |" Makefile
%build %build
./configure
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver}
%makeinstall \
datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \
dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -39,6 +44,9 @@ A Danish dictionary for use with aspell, a spelling checker.
%{_libdir}/aspell-%{aspell_majver}/* %{_libdir}/aspell-%{aspell_majver}/*
%changelog %changelog
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.42-1mamba
- update to 1.7.42
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.50.1-3mamba * Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.50.1-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist