update to 4.2 [release 4.2-1mamba;Fri Dec 30 2022]

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

View File

@ -1,40 +1,39 @@
%define aspell_majver 0.60 %define aspell_majver 0.60
Name: aspell-da Name: aspell-da
Version: 1.7.42 Version: 4.2
Release: 1mamba 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: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://aspell.net URL: https://github.com/mortenivar/aspell-da
Source: https://da.speling.org/filer/aspell-da-%{version}.tar.gz 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
License: GPL License: GPL
BuildArch: noarch BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: aspell >= 0.60.0 Requires: aspell >= 0.60.0
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
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
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
%make ./configure
make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver} install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver}
%makeinstall \ %makeinstall
datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \
dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ # datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \
# dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -44,6 +43,9 @@ install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver}
%{_libdir}/aspell-%{aspell_majver}/* %{_libdir}/aspell-%{aspell_majver}/*
%changelog %changelog
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2-1mamba
- update to 4.2
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.42-1mamba * Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.42-1mamba
- update to 1.7.42 - update to 1.7.42