From af6f10c8001ec991bf88dfb4500ac6fad0b3ba4d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:35:05 +0100 Subject: [PATCH] update to 4.2 [release 4.2-1mamba;Fri Dec 30 2022] --- aspell-da.spec | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/aspell-da.spec b/aspell-da.spec index a27613a..8be6cfb 100644 --- a/aspell-da.spec +++ b/aspell-da.spec @@ -1,40 +1,39 @@ %define aspell_majver 0.60 Name: aspell-da -Version: 1.7.42 +Version: 4.2 Release: 1mamba Summary: Danish dictionary for aspell Group: System/Internationalization Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://aspell.net -Source: https://da.speling.org/filer/aspell-da-%{version}.tar.gz +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 License: GPL BuildArch: noarch ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: aspell >= 0.60.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A Danish dictionary for use with aspell, a spelling checker. %prep %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 -%make +./configure + +make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver} -%makeinstall \ - datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \ - dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ +%makeinstall + +# datadir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ \ +# dictdir=%{buildroot}%{_libdir}/aspell-%{aspell_majver}/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -44,6 +43,9 @@ install -d -m0755 %{buildroot}%{_libdir}/aspell-%{aspell_majver} %{_libdir}/aspell-%{aspell_majver}/* %changelog +* Fri Dec 30 2022 Silvan Calarco 4.2-1mamba +- update to 4.2 + * Thu Feb 04 2021 Silvan Calarco 1.7.42-1mamba - update to 1.7.42