From 25581d2e4755671e9aecfe3dd01a05624b3cddf7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:22:25 +0100 Subject: [PATCH] automatic version update by autodist [release 5.3.1-1mamba;Fri Feb 05 2021] --- amtk.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/amtk.spec b/amtk.spec index 4bf0f1f..1aa01d5 100644 --- a/amtk.spec +++ b/amtk.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: amtk -Version: 5.2.0 +Version: 5.3.1 Release: 1mamba Summary: Actions, Menus and Toolbars Kit for GTK+ applications Group: System/Libraries @@ -74,12 +74,14 @@ This package includes the %{name} API documentation. %setup -q %build -%configure --enable-gtk-doc -%make +%meson \ + -Dgtk_doc=true + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %find_lang %{name}-5 || touch %{name}-5.lang @@ -93,24 +95,26 @@ This package includes the %{name} API documentation. %defattr(-,root,root) %{_libdir}/libamtk-5.so.* %{_libdir}/girepository-1.0/Amtk-5.typelib -%doc AUTHORS COPYING +%doc COPYING %files -n lib%{name}-devel %defattr(-,root,root) %dir %{_includedir}/amtk-5/amtk %{_includedir}/amtk-5/amtk/* -%{_libdir}/libamtk-5.la %{_libdir}/libamtk-5.so %{_libdir}/pkgconfig/amtk-5.pc %{_datadir}/gir-1.0/Amtk-5.gir -%doc ChangeLog NEWS README +%doc NEWS README.md %files apidocs %defattr(-,root,root) -%dir %{_datadir}/gtk-doc/html/amtk-5.0 -%{_datadir}/gtk-doc/html/amtk-5.0/* +%dir %{_datadir}/gtk-doc/html/amtk-5 +%{_datadir}/gtk-doc/html/amtk-5/* %changelog +* Fri Feb 05 2021 Automatic Build System 5.3.1-1mamba +- automatic version update by autodist + * Sun Sep 27 2020 Automatic Build System 5.2.0-1mamba - automatic version update by autodist