Blame SPECS/hexchat.spec

12891b
%global app_id io.github.Hexchat
12891b
12891b
Summary:   A popular and easy to use graphical IRC (chat) client
12891b
Name:      hexchat
12891b
Version:   2.14.1
12891b
Release:   2%{?dist}
12891b
Group:     Applications/Internet
12891b
License:   GPLv2+
12891b
URL:       https://hexchat.github.io
12891b
Source:    https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
12891b
12891b
BuildRequires: meson
12891b
BuildRequires: hicolor-icon-theme
12891b
BuildRequires: pkgconfig(glib-2.0)
12891b
BuildRequires: pkgconfig(gtk+-2.0)
12891b
BuildRequires: pkgconfig(dbus-glib-1)
12891b
BuildRequires: pkgconfig(libcanberra)
12891b
BuildRequires: pkgconfig(libnotify)
12891b
BuildRequires: pkgconfig(libproxy-1.0)
12891b
BuildRequires: pkgconfig(iso-codes)
12891b
BuildRequires: pkgconfig(openssl)
12891b
BuildRequires: pkgconfig(python3)
12891b
BuildRequires: pkgconfig(libpci)
12891b
BuildRequires: pkgconfig(lua)
12891b
BuildRequires: perl-devel, perl-ExtUtils-Embed
12891b
Requires:      (enchant or enchant2)
12891b
Recommends:    sound-theme-freedesktop
12891b
12891b
%description
12891b
HexChat is an easy to use graphical IRC chat client for the X Window System.
12891b
It allows you to join multiple IRC channels (chat rooms) at the same time, 
12891b
talk publicly, private one-on-one conversations etc. Even file transfers
12891b
are possible.
12891b
12891b
%package devel
12891b
Summary: Development files for %{name}
12891b
Group: Development/Libraries
12891b
Requires: %{name}%{?_isa} = %{version}-%{release}
12891b
%description devel
12891b
This package contains the development files for %{name}.
12891b
12891b
%prep
12891b
%autosetup -p1
12891b
12891b
%build
12891b
%meson -Dwith-lua=lua
12891b
%meson_build
12891b
12891b
%install
12891b
%meson_install
12891b
%find_lang %{name}
12891b
12891b
%files -f %{name}.lang
12891b
%{_bindir}/hexchat
12891b
%license COPYING
12891b
%doc readme.md
12891b
%dir %{_libdir}/hexchat
12891b
%dir %{_libdir}/hexchat/plugins
12891b
%{_libdir}/hexchat/plugins/checksum.so
12891b
%{_libdir}/hexchat/plugins/fishlim.so
12891b
%{_libdir}/hexchat/plugins/lua.so
12891b
%{_libdir}/hexchat/plugins/sysinfo.so
12891b
%{_libdir}/hexchat/plugins/perl.so
12891b
%{_libdir}/hexchat/plugins/python.so
12891b
%{_datadir}/applications/%{app_id}.desktop
12891b
%{_datadir}/icons/hicolor/*/apps/%{name}.*
12891b
%{_datadir}/metainfo/%{app_id}.appdata.xml
12891b
%{_datadir}/dbus-1/services/org.hexchat.service.service
12891b
%{_mandir}/man1/*.gz
12891b
12891b
%files devel
12891b
%{_includedir}/hexchat-plugin.h
12891b
%{_libdir}/pkgconfig/hexchat-plugin.pc
12891b
12891b
%changelog
12891b
* Tue Jun 26 2018 Debarshi Ray <rishi@fedoraproject.org> 2.14.1-2
12891b
- Always use lua over luajit, just more common
12891b
- Remove no longer needed snippets
12891b
- Add enchant/enchant2 to requires
12891b
12891b
* Wed Mar 14 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-1
12891b
- Version bump to 2.14.1
12891b
12891b
* Sat Mar 10 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.0-1
12891b
- Version bump to 2.14.0
12891b
12891b
* Thu Feb 08 2018 Patrick Griffis <tingping@fedoraproject.org> 2.12.4-11
12891b
- Add patch fixing rendering issue: https://bugzilla.redhat.com/show_bug.cgi?id=1536298
12891b
12891b
* Tue Feb  6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-10
12891b
- Disable luajit on aarch64 due to crashes
12891b
12891b
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.12.4-9
12891b
- Rebuilt for switch to libxcrypt
12891b
12891b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-8
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
12891b
12891b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-7
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
12891b
12891b
* Sun Jun 11 2017 Kevin Fenzi <kevin@scrye.com> - 2.12.4-6
12891b
- Add patch for python LC_ALL / LANGUAGES. 
12891b
- https://github.com/hexchat/hexchat/issues/2013
12891b
12891b
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.4-5
12891b
- Perl 5.26 rebuild
12891b
12891b
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.4-4
12891b
- Explicitly require openssl-devel so we build against 1.1
12891b
12891b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.4-3
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
12891b
12891b
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.12.4-2
12891b
- Rebuild for Python 3.6
12891b
12891b
* Sat Dec 10 2016 Patrick Griffis <tingping@tingping.se> - 2.12.4-1
12891b
- Version bump to 2.12.4
12891b
12891b
* Sat Oct 22 2016 Patrick Griffis <tingping@tingping.se> - 2.12.3-1
12891b
- Version bump to 2.12.3
12891b
- Fix building against OpenSSL 1.1.0
12891b
12891b
* Sun Oct 9 2016 Dan Horák <dan[at]danny.cz> - 2.12.2-2
12891b
- Not all arches have luajit
12891b
12891b
* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.2-1
12891b
- Version bump to 2.12.2
12891b
12891b
* Sat Oct 8 2016 Patrick Griffis <tingping@tingping.se> - 2.12.1-7
12891b
- Modernize spec file
12891b
12891b
* Mon Sep 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-6
12891b
- aarch64 now has LuaJIT
12891b
12891b
* Mon Aug 29 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.12.1-5
12891b
- Rebuild for LuaJIT 2.1.0
12891b
12891b
* Tue Jul 5 2016 TingPing <tingping@tingping.se> - 2.12.1-4
12891b
- Fix input style theming with Adwaita
12891b
12891b
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.12.1-3
12891b
- Perl 5.24 rebuild
12891b
12891b
* Tue May  3 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.12.1-2
12891b
- Not all arches have luajit
12891b
12891b
* Sun May 1 2016 TingPing <tingping@tingping.se> - 2.12.1-1
12891b
- Version bump to 2.12.1
12891b
12891b
* Sat Mar 12 2016 TingPing <tingping@tingping.se> - 2.12.0-1
12891b
- Version bump to 2.12.0
12891b
12891b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-7
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
12891b
12891b
* Thu Nov 12 2015 Kevin Fenzi <kevin@scrye.com> - 2.10.2-6
12891b
- Build against python 3.5 specifically.
12891b
12891b
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-5
12891b
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
12891b
12891b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.2-4
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
12891b
12891b
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.2-3
12891b
- Perl 5.22 rebuild
12891b
12891b
* Fri Jan 30 2015 TingPing <tingping@tingping.se> - 2.10.2-2
12891b
- Do not own icon directories owned by hicolor-icon-theme (#1171904)
12891b
- Build against python3
12891b
- Make use of license macro
12891b
12891b
* Tue Nov 25 2014 TingPing <tingping@tingping.se> - 2.10.2-1
12891b
- Version bump to 2.10.2
12891b
12891b
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.1-3
12891b
- Perl 5.20 rebuild
12891b
12891b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.1-2
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
12891b
12891b
* Mon Jul 28 2014 TingPing <tingping@tingping.se> - 2.10.1-1
12891b
- Version bump to 2.10.1
12891b
12891b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-2
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
12891b
12891b
* Mon Jun 2 2014 TingPing <tingping@tingping.se> - 2.10.0-1
12891b
- Version bump to 2.10.0
12891b
12891b
* Mon Sep 16 2013 TingPing <tingping@tingping.se> - 2.9.6.1-1
12891b
- Version bump to 2.9.6.1
12891b
12891b
* Wed Sep 11 2013 TingPing <tingping@tingping.se> - 2.9.6-1
12891b
- Version bump to 2.9.6
12891b
12891b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-3
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
12891b
12891b
* Sat Aug 03 2013 Kevin Fenzi <kevin@scrye.com> 2.9.5-2
12891b
- Rebuild for new perl
12891b
12891b
* Mon Apr 1 2013 TingPing <tingping@tingping.se> - 2.9.5-1
12891b
- Version bump to 2.9.5
12891b
12891b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.4-2
12891b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
12891b
12891b
* Thu Dec 27 2012 TingPing <tingping@tingping.se> - 2.9.4-1
12891b
- Initial HexChat package