automatic version update by autodist [release 2.3.4-1mamba;Sat Feb 25 2023]
This commit is contained in:
parent
9233c290c9
commit
79bd71414c
19
enchant.spec
19
enchant.spec
@ -1,18 +1,16 @@
|
||||
%define libname libenchant
|
||||
|
||||
Name: enchant
|
||||
Version: 2.3.3
|
||||
Version: 2.3.4
|
||||
Release: 1mamba
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Group: Applications/Spelling Checker
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.abisource.com/projects/enchant/
|
||||
Source: https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
|
||||
License: LGPL
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRequires: pkgconfig
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libaspell-devel
|
||||
@ -24,6 +22,8 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvoikko-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
A library that wraps around other spell checking back-ends.
|
||||
@ -41,7 +41,7 @@ Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libenchant-static
|
||||
Obsoletes: libenchant-static
|
||||
Obsoletes: libenchant-static < 2.3.4
|
||||
|
||||
%description -n %{libname}-devel
|
||||
A library that wraps around other spell checking back-ends.
|
||||
@ -83,6 +83,8 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
# Build Zemberek backend: yes
|
||||
# Build a relocatable library: no
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -109,6 +111,7 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
%{_bindir}/enchant-lsmod-2
|
||||
%{_mandir}/man1/enchant-2.*
|
||||
%{_mandir}/man1/enchant-lsmod-2.*
|
||||
%{_mandir}/man5/enchant.5*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
@ -125,8 +128,9 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
%dir %{_includedir}/enchant-2/
|
||||
%{_includedir}/enchant-2/*.h
|
||||
%{_libdir}/libenchant-2.so
|
||||
%{_libdir}/libenchant-2.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_docdir}/enchant
|
||||
%{_docdir}/enchant/*
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files aspell
|
||||
@ -138,6 +142,9 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
%{_libdir}/enchant-2/enchant_voikko.*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2023 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 17 2022 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user