From 226c93258f379b2f1afff6a24c78b4bc1cd34f16 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:11:49 +0100 Subject: [PATCH] automatic version update by autodist [release 0.7.8-1mamba;Fri Apr 26 2019] --- libnotify.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/libnotify.spec b/libnotify.spec index ddb4e1f..6a0bd78 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libnotify -Version: 0.7.7 +Version: 0.7.8 Release: 1mamba Summary: Desktop notifications library Group: System/Libraries @@ -56,13 +56,13 @@ Libnotify API documentation. %setup -q %build -%configure -# --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -79,12 +79,12 @@ Libnotify API documentation. %files devel %defattr(-,root,root) -%{_libdir}/lib*.a -%{_libdir}/lib*.so -%{_libdir}/lib*.la +%dir %{_includedir}/libnotify +%{_includedir}/libnotify/* +%{_libdir}/libnotify.so %{_libdir}/pkgconfig/libnotify.pc -%{_includedir}/libnotify/ %{_datadir}/gir-1.0/Notify-0.7.gir +%{_datadir}/doc/libnotify/spec/notification-spec.html %doc ChangeLog NEWS %files apidocs @@ -92,6 +92,9 @@ Libnotify API documentation. %{_datadir}/gtk-doc/html/%{name}/ %changelog +* Fri Apr 26 2019 Automatic Build System 0.7.8-1mamba +- automatic version update by autodist + * Fri Oct 14 2016 Automatic Build System 0.7.7-1mamba - automatic version update by autodist