diff --git a/hfst-ospell.spec b/hfst-ospell.spec index de0e7fa..b672299 100644 --- a/hfst-ospell.spec +++ b/hfst-ospell.spec @@ -1,5 +1,5 @@ Name: hfst-ospell -Version: 0.5.3 +Version: 0.5.4 Release: 1mamba Summary: HFST spell checker library and command line tool Group: Applications/Spelling Checker @@ -11,29 +11,17 @@ Source: https://github.com/hfst/hfst-ospell.git/v%{version}/hfst-ospell-% License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libacl-devel BuildRequires: libarchive-devel -BuildRequires: libattr-devel -BuildRequires: libb2-devel -BuildRequires: libbzip2-devel -BuildRequires: libffi-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libglibmm24-devel -BuildRequires: libgomp-devel BuildRequires: libicu-devel -BuildRequires: liblz4-devel -BuildRequires: liblzma-devel -BuildRequires: liblzo-devel -BuildRequires: libnettle-devel -BuildRequires: libopenssl-devel BuildRequires: libpcre-devel BuildRequires: libsigc++2-devel BuildRequires: libstdc++6-devel BuildRequires: libxml++2-devel BuildRequires: libxml2-devel BuildRequires: libz-devel -BuildRequires: libzstd-devel ## AUTOBUILDREQ-END Requires: libhfstospell = %{?epoch:%epoch:}%{version}-%{release} @@ -56,7 +44,6 @@ Requires: pkg-config %description -n libhfstospell-devel This package contains libraries and header files for developing applications that use %{name}. - %debug_package %prep @@ -79,8 +66,7 @@ This package contains libraries and header files for developing applications tha %files %defattr(-,root,root) -%{_bindir}/hfst-ospell -%{_bindir}/hfst-ospell-office +%{_bindir}/hfst-ospell* %{_mandir}/man1/hfst-ospell-office.1* %{_mandir}/man1/hfst-ospell.1* @@ -93,12 +79,14 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libhfstospell.a -%{_libdir}/libhfstospell.la %{_libdir}/libhfstospell.so %{_libdir}/pkgconfig/hfstospell.pc %doc ChangeLog ChangeLog.old NEWS README %changelog +* Thu Feb 22 2024 Automatic Build System 0.5.4-1mamba +- automatic version update by autodist + * Tue Mar 15 2022 Automatic Build System 0.5.3-1mamba - automatic version update by autodist