diff --git a/enchant.spec b/enchant.spec index 56ac43b..59d58ca 100644 --- a/enchant.spec +++ b/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 +Packager: Silvan Calarco 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 2.3.4-1mamba +- automatic version update by autodist + * Sun Apr 17 2022 Automatic Build System 2.3.3-1mamba - automatic version update by autodist