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