Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hexchat.git#0803858a956c090d40f98998e9d1057d7fd040f5
This commit is contained in:
parent
242abc6b53
commit
ba271c6e75
@ -3,13 +3,14 @@
|
||||
Summary: A popular and easy to use graphical IRC (chat) client
|
||||
Name: hexchat
|
||||
Version: 2.14.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://hexchat.github.io
|
||||
Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
|
||||
|
||||
# Patch to link better to python 3.8
|
||||
Patch1: https://github.com/hexchat/hexchat/commit/5deb69591992d4fede9090b60d3dc847612a4d60.patch
|
||||
Patch2: python-plugin-from-master.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
@ -26,6 +27,7 @@ BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
BuildRequires: pkgconfig(lua)
|
||||
BuildRequires: perl-devel, perl-ExtUtils-Embed
|
||||
BuildRequires: python3-cffi
|
||||
Requires: (enchant or enchant2)
|
||||
Recommends: sound-theme-freedesktop
|
||||
|
||||
@ -64,6 +66,7 @@ This package contains the development files for %{name}.
|
||||
%{_libdir}/hexchat/plugins/sysinfo.so
|
||||
%{_libdir}/hexchat/plugins/perl.so
|
||||
%{_libdir}/hexchat/plugins/python.so
|
||||
%{_libdir}/hexchat/python
|
||||
%{_datadir}/applications/%{app_id}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/metainfo/%{app_id}.appdata.xml
|
||||
@ -75,6 +78,9 @@ This package contains the development files for %{name}.
|
||||
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Wed Dec 30 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-7
|
||||
- Backport new python plugin from devel upstream. RHBZ#1883982
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
4067
python-plugin-from-master.patch
Normal file
4067
python-plugin-from-master.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user