Blame SPECS/hexchat.spec

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