diff --git a/gspell.spec b/gspell.spec index 655c193..c7c4046 100644 --- a/gspell.spec +++ b/gspell.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: gspell -Version: 1.12.2 +Version: 1.14.0 Release: 1mamba Summary: A spell-checking library for GTK+ applications Group: System/Libraries @@ -12,13 +12,9 @@ Source: https://download.gnome.org/sources/gspell/%{majver}/gspell-%{vers License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libat-spi2-core-devel -BuildRequires: libcairo-devel BuildRequires: libenchant-devel -BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgtk3-devel -BuildRequires: libharfbuzz-devel BuildRequires: libicu-devel BuildRequires: libpango-devel ## AUTOBUILDREQ-END @@ -59,26 +55,26 @@ This package includes the %{name} API documentation. %setup -q %build -%configure --enable-gtk-doc -%make +%meson \ + -D install_tests=false + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %find_lang %{name}-1 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} -f %{name}-1.lang %defattr(-,root,root) %{_libdir}/libgspell-1.so.* %{_libdir}/girepository-1.0/Gspell-1.typelib -%doc AUTHORS COPYING +%doc AUTHORS LICENSES %files -n lib%{name}-devel %defattr(-,root,root) @@ -91,14 +87,20 @@ This package includes the %{name} API documentation. %{_datadir}/vala/vapi/gspell-1.vapi %{_libdir}/pkgconfig/gspell-1.pc %{_datadir}/gir-1.0/Gspell-1.gir -%doc ChangeLog NEWS README +%doc NEWS README.md %files apidocs %defattr(-,root,root) -%dir %{_datadir}/gtk-doc/html/gspell-1.0 -%{_datadir}/gtk-doc/html/gspell-1.0/* +%dir %{_datadir}/gtk-doc/html/gspell-1 +%{_datadir}/gtk-doc/html/gspell-1/* %changelog +* Fri Sep 13 2024 Automatic Build System 1.14.0-1mamba +- automatic version update by autodist + +* Tue Aug 20 2024 Automatic Build System 1.13.1-1mamba +- automatic version update by autodist + * Sat Jul 29 2023 Automatic Build System 1.12.2-1mamba - automatic version update by autodist