93 lines
2.6 KiB
RPMSpec
93 lines
2.6 KiB
RPMSpec
Name: hexchat
|
||
Version: 2.16.0
|
||
Release: 1mamba
|
||
Summary: An IRC client based on XChat
|
||
Group: Graphical Desktop/Applications/Internet
|
||
Vendor: openmamba
|
||
Distribution: openmamba
|
||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
URL: https://hexchat.github.io/
|
||
Source: https://dl.hexchat.net/hexchat/hexchat-%{version}.tar.xz
|
||
License: GPL
|
||
## AUTOBUILDREQ-BEGIN
|
||
BuildRequires: glibc-devel
|
||
BuildRequires: libX11-devel
|
||
BuildRequires: libcanberra-devel
|
||
BuildRequires: libdbus-glib-devel
|
||
BuildRequires: libgcc
|
||
BuildRequires: libgdk-pixbuf-devel
|
||
BuildRequires: libglib-devel
|
||
BuildRequires: libgtk2-devel
|
||
BuildRequires: libopenssl-devel
|
||
BuildRequires: libpango-devel
|
||
BuildRequires: libpci-devel
|
||
BuildRequires: libperl
|
||
BuildRequires: libpython39-devel
|
||
## AUTOBUILDREQ-END
|
||
BuildRequires: luajit
|
||
|
||
%description
|
||
An IRC client based on XChat, but unlike XChat it’s completely free.
|
||
|
||
%debug_package
|
||
|
||
%prep
|
||
%setup -q
|
||
|
||
%build
|
||
%meson
|
||
|
||
%meson_build
|
||
|
||
%install
|
||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
%meson_install
|
||
|
||
%find_lang %{name}
|
||
|
||
%clean
|
||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
||
%files -f %{name}.lang
|
||
%defattr(-,root,root)
|
||
%{_bindir}/hexchat
|
||
%{_includedir}/hexchat-plugin.h
|
||
%{_libdir}/hexchat
|
||
%{_libdir}/hexchat/plugins
|
||
%{_libdir}/hexchat/plugins/*.so
|
||
%dir %{_libdir}/hexchat/python
|
||
%{_libdir}/hexchat/python/*.py
|
||
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
||
%{_datadir}/applications/io.github.Hexchat.desktop
|
||
%{_datadir}/metainfo/io.github.Hexchat.appdata.xml
|
||
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
||
%{_datadir}/icons/hicolor/48x48/apps/hexchat.png
|
||
%{_datadir}/icons/hicolor/scalable/apps/hexchat.svg
|
||
%{_mandir}/man1/hexchat.1*
|
||
%doc COPYING
|
||
|
||
%changelog
|
||
* Mon Oct 04 2021 Automatic Build System <autodist@mambasoft.it> 2.16.0-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 2.14.3-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Mon Dec 12 2016 Automatic Build System <autodist@mambasoft.it> 2.12.4-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun Oct 30 2016 Automatic Build System <autodist@mambasoft.it> 2.12.3-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Sun Oct 09 2016 Automatic Build System <autodist@mambasoft.it> 2.12.2-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Mon May 02 2016 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
|
||
- automatic version update by autodist
|
||
|
||
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.0-1mamba
|
||
- update to 2.12.0
|
||
|
||
* Wed Dec 09 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.10.2-1mamba
|
||
- package created using the webbuild interface
|