From f1da284f3e3aba356cd153e29f13c89d5add3095 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:40:19 +0100 Subject: [PATCH] automatic version update by autodist [release 2.14.3-1mamba;Sun Apr 26 2020] --- hexchat.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/hexchat.spec b/hexchat.spec index 0428833..8a33920 100644 --- a/hexchat.spec +++ b/hexchat.spec @@ -1,5 +1,5 @@ Name: hexchat -Version: 2.12.4 +Version: 2.14.3 Release: 1mamba Summary: An IRC client based on XChat Group: Graphical Desktop/Applications/Internet @@ -12,6 +12,7 @@ License: GPL ## AUTOBUILDREQ-BEGIN ## note: run 'autospec -u -a6 hexchat' to get the list of build requirements. ## AUTOBUILDREQ-END +BuildRequires: luajit BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -23,12 +24,13 @@ An IRC client based on XChat, but unlike XChat it’s completely free %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %find_lang %{name} @@ -39,17 +41,20 @@ An IRC client based on XChat, but unlike XChat it’s completely free %defattr(-,root,root) %{_bindir}/hexchat %{_includedir}/hexchat-plugin.h -%{_libdir}/hexchat/plugins/*.la %{_libdir}/hexchat/plugins/*.so %{_libdir}/pkgconfig/hexchat-plugin.pc -%{_datadir}/appdata/hexchat.appdata.xml -%{_datadir}/applications/hexchat.desktop +%{_datadir}/applications/io.github.Hexchat.desktop +%{_datadir}/metainfo/io.github.Hexchat.appdata.xml %{_datadir}/dbus-1/services/org.hexchat.service.service %{_datadir}/icons/hicolor/48x48/apps/hexchat.png %{_datadir}/icons/hicolor/scalable/apps/hexchat.svg -%{_mandir}/man1/hexchat.1.gz +%{_mandir}/man1/hexchat.1* +%doc COPYING %changelog +* Sun Apr 26 2020 Automatic Build System 2.14.3-1mamba +- automatic version update by autodist + * Mon Dec 12 2016 Automatic Build System 2.12.4-1mamba - automatic version update by autodist