Blame SPECS/hexchat.spec

ebda66
%global app_id io.github.Hexchat
ebda66
ebda66
Summary:   A popular and easy to use graphical IRC (chat) client
ebda66
Name:      hexchat
ebda66
Version:   2.14.3
ebda66
Release:   17%{?dist}
ebda66
License:   GPLv2+
ebda66
URL:       https://hexchat.github.io
ebda66
Source:    https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
ebda66
ebda66
# Patch to link better to python 3.8
ebda66
Patch1:    https://github.com/hexchat/hexchat/commit/5deb69591992d4fede9090b60d3dc847612a4d60.patch
ebda66
Patch2:    python-plugin-from-master.patch
ebda66
Patch3:    https://github.com/hexchat/hexchat/commit/163608d7fd861c2c4911a38f45be484c88626bdc.patch
ebda66
Patch4:    https://github.com/hexchat/hexchat/commit/090fd29acf4af0d8e13fcf2861b14a356db72641.patch
ebda66
ebda66
# https://github.com/hexchat/hexchat/pull/2609
ebda66
# https://bugzilla.redhat.com/show_bug.cgi?id=1981509
ebda66
Patch5:    hexchat-Avoid-direct-use-of-libproxy.patch
ebda66
ebda66
BuildRequires: gcc
ebda66
BuildRequires: meson
ebda66
BuildRequires: hicolor-icon-theme
ebda66
BuildRequires: pkgconfig(glib-2.0)
ebda66
BuildRequires: pkgconfig(gtk+-2.0)
ebda66
BuildRequires: pkgconfig(dbus-glib-1)
ebda66
BuildRequires: pkgconfig(libcanberra)
ebda66
BuildRequires: pkgconfig(libnotify)
ebda66
BuildRequires: pkgconfig(iso-codes)
ebda66
BuildRequires: pkgconfig(openssl)
ebda66
BuildRequires: pkgconfig(python3)
ebda66
BuildRequires: pkgconfig(libpci)
ebda66
BuildRequires: pkgconfig(lua)
ebda66
BuildRequires: perl-devel, perl-ExtUtils-Embed
ebda66
BuildRequires: python3-cffi
ebda66
Requires:      python3-cffi
ebda66
Requires:      (enchant or enchant2)
ebda66
Recommends:    sound-theme-freedesktop
ebda66
ebda66
%description
ebda66
HexChat is an easy to use graphical IRC chat client for the X Window System.
ebda66
It allows you to join multiple IRC channels (chat rooms) at the same time, 
ebda66
talk publicly, private one-on-one conversations etc. Even file transfers
ebda66
are possible.
ebda66
ebda66
%package devel
ebda66
Summary: Development files for %{name}
ebda66
Requires: %{name}%{?_isa} = %{version}-%{release}
ebda66
%description devel
ebda66
This package contains the development files for %{name}.
ebda66
ebda66
%prep
ebda66
%autosetup -p1
ebda66
ebda66
%build
ebda66
%meson -Dwith-lua=lua
ebda66
%meson_build
ebda66
ebda66
%install
ebda66
%meson_install
ebda66
%find_lang %{name}
ebda66
ebda66
%files -f %{name}.lang
ebda66
%{_bindir}/hexchat
ebda66
%license COPYING
ebda66
%doc readme.md
ebda66
%dir %{_libdir}/hexchat
ebda66
%dir %{_libdir}/hexchat/plugins
ebda66
%{_libdir}/hexchat/plugins/checksum.so
ebda66
%{_libdir}/hexchat/plugins/fishlim.so
ebda66
%{_libdir}/hexchat/plugins/lua.so
ebda66
%{_libdir}/hexchat/plugins/sysinfo.so
ebda66
%{_libdir}/hexchat/plugins/perl.so
ebda66
%{_libdir}/hexchat/plugins/python.so
ebda66
%{_libdir}/hexchat/python
ebda66
%{_datadir}/applications/%{app_id}.desktop
ebda66
%{_datadir}/icons/hicolor/*/apps/%{name}.*
ebda66
%{_datadir}/metainfo/%{app_id}.appdata.xml
ebda66
%{_datadir}/dbus-1/services/org.hexchat.service.service
ebda66
%{_mandir}/man1/*.gz
ebda66
ebda66
%files devel
ebda66
%{_includedir}/hexchat-plugin.h
ebda66
%{_libdir}/pkgconfig/hexchat-plugin.pc
ebda66
ebda66
%changelog
ebda66
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-17
ebda66
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ebda66
  Related: rhbz#1991688
ebda66
ebda66
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 2.14.3-16
ebda66
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
ebda66
ebda66
* Mon Jul 12 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.14.3-15
ebda66
- Avoid direct use of libproxy
ebda66
Resolves: #1981509
ebda66
ebda66
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-14
ebda66
- Rebuilt for RHEL 9 BETA for openssl 3.0
ebda66
  Related: rhbz#1971065
ebda66
ebda66
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-13
ebda66
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
ebda66
ebda66
* Fri Mar 12 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-12
ebda66
- Add patch to fix exception in python3 plugin.
ebda66
ebda66
* Sat Feb 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.14.3-11
ebda66
- Include patch to fix underscore not being printed correctly
ebda66
ebda66
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-10
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ebda66
ebda66
* Fri Jan 15 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-9
ebda66
- Fix typo in last commit
ebda66
ebda66
* Fri Jan 15 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-8
ebda66
- Add missing dependency on cffi. Fixes rhbz#1914874
ebda66
ebda66
* Wed Dec 30 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-7
ebda66
- Backport new python plugin from devel upstream. RHBZ#1883982
ebda66
ebda66
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-6
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ebda66
ebda66
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.3-5
ebda66
- Perl 5.32 rebuild
ebda66
ebda66
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.14.3-4
ebda66
- Rebuilt for Python 3.9
ebda66
ebda66
* Fri Mar 27 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-3
ebda66
- Add patch to link better against python3.8. Fixes #1817862
ebda66
ebda66
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-2
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ebda66
ebda66
* Tue Jan 07 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-1
ebda66
- Update to 2.14.3.
ebda66
ebda66
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.14.2-6
ebda66
- Rebuilt for Python 3.8
ebda66
ebda66
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-5
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ebda66
ebda66
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.2-4
ebda66
- Perl 5.30 rebuild
ebda66
ebda66
* Tue Apr 30 2019 Adam Williamson <awilliam@redhat.com> - 2.14.2-3
ebda66
- Apply a fix suggested by ncoghlan for the crash-on-exit bug (#1632039)
ebda66
ebda66
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-2
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ebda66
ebda66
* Thu Sep 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 2.14.2-1
ebda66
- 2.14.2
ebda66
ebda66
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-6
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ebda66
ebda66
* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 2.14.1-5
ebda66
- Perl 5.28 rebuild
ebda66
ebda66
* Mon Jul 02 2018 Kevin Fenzi <kevin@scrye.com> - 2.14.1-4
ebda66
- Rebuild for python 3.7
ebda66
ebda66
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.1-3
ebda66
- Perl 5.28 rebuild
ebda66
ebda66
* Wed Mar 21 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-2
ebda66
- Always use lua over luajit, just more common
ebda66
- Remove no longer needed snippets
ebda66
- Add enchant/enchant2 to requires
ebda66
ebda66
* Wed Mar 14 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-1
ebda66
- Version bump to 2.14.1
ebda66
ebda66
* Sat Mar 10 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.0-1
ebda66
- Version bump to 2.14.0
ebda66
ebda66
* Thu Feb 08 2018 Patrick Griffis <tingping@fedoraproject.org> 2.12.4-11
ebda66
- Add patch fixing rendering issue: https://bugzilla.redhat.com/show_bug.cgi?id=1536298
ebda66
ebda66
* Tue Feb  6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-10
ebda66
- Disable luajit on aarch64 due to crashes
ebda66
ebda66
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.12.4-9
ebda66
- Rebuilt for switch to libxcrypt
ebda66
ebda66
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-8
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ebda66
ebda66
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-7
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ebda66
ebda66
* Sun Jun 11 2017 Kevin Fenzi <kevin@scrye.com> - 2.12.4-6
ebda66
- Add patch for python LC_ALL / LANGUAGES. 
ebda66
- https://github.com/hexchat/hexchat/issues/2013
ebda66
ebda66
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.4-5
ebda66
- Perl 5.26 rebuild
ebda66
ebda66
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-4
ebda66
- Explicitly require openssl-devel so we build against 1.1
ebda66
ebda66
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-3
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ebda66
ebda66
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.12.4-2
ebda66
- Rebuild for Python 3.6
ebda66
ebda66
* Sat Dec 10 2016 Patrick Griffis <tingping@tingping.se> - 2.12.4-1
ebda66
- Version bump to 2.12.4
ebda66
ebda66
* Sat Oct 22 2016 Patrick Griffis <tingping@tingping.se> - 2.12.3-1
ebda66
- Version bump to 2.12.3
ebda66
- Fix building against OpenSSL 1.1.0
ebda66
ebda66
* Sun Oct 9 2016 Dan Horák <dan[at]danny.cz> - 2.12.2-2
ebda66
- Not all arches have luajit
ebda66
ebda66
* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.2-1
ebda66
- Version bump to 2.12.2
ebda66
ebda66
* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.1-7
ebda66
- Modernize spec file
ebda66
ebda66
* Mon Sep 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-6
ebda66
- aarch64 now has LuaJIT
ebda66
ebda66
* Mon Aug 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.12.1-5
ebda66
- Rebuild for LuaJIT 2.1.0
ebda66
ebda66
* Tue Jul 5 2016 TingPing <tingping@tingping.se> - 2.12.1-4
ebda66
- Fix input style theming with Adwaita
ebda66
ebda66
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.1-3
ebda66
- Perl 5.24 rebuild
ebda66
ebda66
* Tue May  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-2
ebda66
- Not all arches have luajit
ebda66
ebda66
* Sun May 1 2016 TingPing <tingping@tingping.se> - 2.12.1-1
ebda66
- Version bump to 2.12.1
ebda66
ebda66
* Sat Mar 12 2016 TingPing <tingping@tingping.se> - 2.12.0-1
ebda66
- Version bump to 2.12.0
ebda66
ebda66
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-7
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ebda66
ebda66
* Thu Nov 12 2015 Kevin Fenzi <kevin@scrye.com> - 2.10.2-6
ebda66
- Build against python 3.5 specifically.
ebda66
ebda66
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-5
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
ebda66
ebda66
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-4
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ebda66
ebda66
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.2-3
ebda66
- Perl 5.22 rebuild
ebda66
ebda66
* Fri Jan 30 2015 TingPing <tingping@tingping.se> - 2.10.2-2
ebda66
- Do not own icon directories owned by hicolor-icon-theme (#1171904)
ebda66
- Build against python3
ebda66
- Make use of license macro
ebda66
ebda66
* Tue Nov 25 2014 TingPing <tingping@tingping.se> - 2.10.2-1
ebda66
- Version bump to 2.10.2
ebda66
ebda66
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.1-3
ebda66
- Perl 5.20 rebuild
ebda66
ebda66
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.1-2
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ebda66
ebda66
* Mon Jul 28 2014 TingPing <tingping@tingping.se> - 2.10.1-1
ebda66
- Version bump to 2.10.1
ebda66
ebda66
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-2
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ebda66
ebda66
* Mon Jun 2 2014 TingPing <tingping@tingping.se> - 2.10.0-1
ebda66
- Version bump to 2.10.0
ebda66
ebda66
* Mon Sep 16 2013 TingPing <tingping@tingping.se> - 2.9.6.1-1
ebda66
- Version bump to 2.9.6.1
ebda66
ebda66
* Wed Sep 11 2013 TingPing <tingping@tingping.se> - 2.9.6-1
ebda66
- Version bump to 2.9.6
ebda66
ebda66
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-3
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ebda66
ebda66
* Sat Aug 03 2013 Kevin Fenzi <kevin@scrye.com> 2.9.5-2
ebda66
- Rebuild for new perl
ebda66
ebda66
* Mon Apr 1 2013 TingPing <tingping@tingping.se> - 2.9.5-1
ebda66
- Version bump to 2.9.5
ebda66
ebda66
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.4-2
ebda66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ebda66
ebda66
* Thu Dec 27 2012 TingPing <tingping@tingping.se> - 2.9.4-1
ebda66
- Initial HexChat package