From ba1a6eab1e59e359af9153353cf277b39313c614 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:44:28 +0100 Subject: [PATCH] update to 1.3.4 [release 1.3.4-1mamba;Wed Feb 03 2016] --- hunspell.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/hunspell.spec b/hunspell.spec index 90c073f..a49973f 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,6 +1,6 @@ %define majver %(echo %version| cut -d. -f1-2) Name: hunspell -Version: 1.3.3 +Version: 1.3.4 Release: 1mamba Summary: The default spell checker of OpenOffice.org office suite Group: System/Tools @@ -8,7 +8,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://hunspell.sourceforge.net/ -Source: http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz +Source: https://github.com/hunspell/hunspell.git/v%{version}/hunspell-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz Patch0: %{name}-1.1.11-lib_noversion.patch Patch1: %{name}-1.2.8-defaultlanguage.patch License: GPL, LGPL, MPL 1.1 @@ -63,7 +64,7 @@ Main features: This package contains static libraries and header files need for development. %prep -%setup -q -n %{name}-%{version} +%setup -q #%patch0 -p1 #%patch1 -p1 @@ -77,7 +78,7 @@ This package contains static libraries and header files need for development. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -%find_lang %{name} +#%find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -102,7 +103,8 @@ This package contains static libraries and header files need for development. %{_mandir}/man5/hunspell.5* %{_mandir}/hu/man1/hunspell.1* -%files -n libhunspell -f %{name}.lang +%files -n libhunspell +#-f %{name}.lang %defattr(-,root,root) %{_libdir}/libhunspell-%{majver}.so.* %doc AUTHORS COPYING @@ -122,6 +124,9 @@ This package contains static libraries and header files need for development. %doc THANKS TODO %changelog +* Wed Feb 03 2016 Silvan Calarco 1.3.4-1mamba +- update to 1.3.4 + * Mon Jun 09 2014 Automatic Build System 1.3.3-1mamba - automatic version update by autodist