automatic version update by autodist [release 0.60.8.1-1mamba;Sun Dec 24 2023]

This commit is contained in:
Automatic Build System 2024-01-05 20:34:57 +01:00
parent 785f0c6c9f
commit 394bab936d

View File

@ -1,7 +1,7 @@
%define majversion %(echo %version | cut -d. -f 1-2)
Name: aspell
Version: 0.60.8
Version: 0.60.8.1
Release: 1mamba
Summary: A Free and Open Source interactive spelling checker program
Group: System/Internationalization
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://aspell.net
Source: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
Source: https://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -20,7 +20,6 @@ BuildRequires: libstdc++6-devel
BuildRequires: gettext-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME:
# checking for wide character support in curses libraray... no
@ -57,14 +56,17 @@ GNU Aspell is a Free and Open Source spell checker designed to eventually replac
It can either be used as a library or as an independent spell checker.
Its main feature is that it does a much better job of coming up with possible suggestions than just about any other spell checker out there for the English language, including Ispell and Microsoft Word.
It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once.
This is the development package.
%debug_package
%prep
%setup -q
%build
%configure --enable-curses=ncursesw
%configure \
--enable-curses=ncursesw
%make
%install
@ -73,15 +75,18 @@ This is the development package.
%find_lang %{name}
rm -f %{buildroot}%{_infodir}/dir
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post
%install_info %{name}.info
:
%preun
%uninstall_info %{name}.info
exit 0
:
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
@ -91,7 +96,7 @@ exit 0
%preun -n lib%{name}-devel
%uninstall_info %{name}-dev.info
exit 0
:
%files -f %{name}.lang
%defattr(-,root,root)
@ -122,14 +127,11 @@ exit 0
%{_libdir}/%{name}-%{majversion}/*.cset
%{_libdir}/%{name}-%{majversion}/*.kbd
%{_libdir}/%{name}-%{majversion}/*.info
%{_libdir}/%{name}-%{majversion}/*.la
%{_libdir}/%{name}-%{majversion}/*.so
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_bindir}/pspell-config
%{_libdir}/libaspell.la
%{_libdir}/libpspell.la
%{_libdir}/libaspell.so
%{_libdir}/libpspell.so
%{_includedir}/aspell.h
@ -139,6 +141,9 @@ exit 0
%{_mandir}/man1/pspell-config.*
%changelog
* Sun Dec 24 2023 Automatic Build System <autodist@mambasoft.it> 0.60.8.1-1mamba
- automatic version update by autodist
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 0.60.8-1mamba
- automatic version update by autodist