|
|
@ -2,15 +2,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A popular and easy to use graphical IRC (chat) client
|
|
|
|
Summary: A popular and easy to use graphical IRC (chat) client
|
|
|
|
Name: hexchat
|
|
|
|
Name: hexchat
|
|
|
|
Version: 2.16.0
|
|
|
|
Version: 2.16.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://hexchat.github.io
|
|
|
|
URL: https://hexchat.github.io
|
|
|
|
Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
|
|
|
|
Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2051561
|
|
|
|
|
|
|
|
Patch0: hexchat-Install-icons-as-io.github.Hexchat.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
@ -42,10 +39,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
This package contains the development files for %{name}.
|
|
|
|
This package contains the development files for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson -Dwith-lua=lua
|
|
|
|
%meson -Dwith-lua=lua %{?flatpak:-Ddbus-service-use-appid=true}
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -68,14 +65,22 @@ This package contains the development files for %{name}.
|
|
|
|
%{_datadir}/applications/%{app_id}.desktop
|
|
|
|
%{_datadir}/applications/%{app_id}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{app_id}.*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{app_id}.*
|
|
|
|
%{_datadir}/metainfo/%{app_id}.appdata.xml
|
|
|
|
%{_datadir}/metainfo/%{app_id}.appdata.xml
|
|
|
|
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
|
|
|
|
%{_datadir}/dbus-1/services/%{app_id}.service
|
|
|
|
|
|
|
|
%else
|
|
|
|
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
|
|
|
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
|
|
|
%{_mandir}/man1/*.gz
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_mandir}/man1/hexchat.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/hexchat-plugin.h
|
|
|
|
%{_includedir}/hexchat-plugin.h
|
|
|
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
|
|
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 28 2023 Debarshi Ray <rishi@fedoraproject.org> - 2.16.1-1
|
|
|
|
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
|
|
|
Resolves: RHEL-766
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 10 2023 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-2
|
|
|
|
* Mon Jul 10 2023 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-2
|
|
|
|
- Unbreak notification icon
|
|
|
|
- Unbreak notification icon
|
|
|
|
Resolves: #2051561
|
|
|
|
Resolves: #2051561
|
|
|
|