automatic version update by autodist [release 2.14.3-1mamba;Sun Apr 26 2020]

This commit is contained in:
Automatic Build System 2024-01-05 23:40:19 +01:00
parent 5cd3041558
commit f1da284f3e

View File

@ -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 its 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 its 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 <autodist@mambasoft.it> 2.14.3-1mamba
- automatic version update by autodist
* Mon Dec 12 2016 Automatic Build System <autodist@mambasoft.it> 2.12.4-1mamba
- automatic version update by autodist