2024-01-05 23:40:19 +01:00
|
|
|
|
Name: hexchat
|
2024-01-05 23:40:19 +01:00
|
|
|
|
Version: 2.12.3
|
2024-01-05 23:40:19 +01:00
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: An IRC client based on XChat
|
2024-01-05 23:40:19 +01:00
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
2024-01-05 23:40:19 +01:00
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
|
|
|
URL: https://hexchat.github.io/
|
|
|
|
|
Source: https://dl.hexchat.net/hexchat/hexchat-%{version}.tar.xz
|
|
|
|
|
License: GPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
## note: run 'autospec -u -a6 hexchat' to get the list of build requirements.
|
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
An IRC client based on XChat, but unlike XChat it’s completely free
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/hexchat
|
|
|
|
|
%{_includedir}/hexchat-plugin.h
|
|
|
|
|
%{_libdir}/hexchat/plugins/*.la
|
|
|
|
|
%{_libdir}/hexchat/plugins/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
|
|
|
|
%{_datadir}/appdata/hexchat.appdata.xml
|
|
|
|
|
%{_datadir}/applications/hexchat.desktop
|
|
|
|
|
%{_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.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:40:19 +01:00
|
|
|
|
* Sun Oct 30 2016 Automatic Build System <autodist@mambasoft.it> 2.12.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:40:19 +01:00
|
|
|
|
* Sun Oct 09 2016 Automatic Build System <autodist@mambasoft.it> 2.12.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:40:19 +01:00
|
|
|
|
* Mon May 02 2016 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:40:19 +01:00
|
|
|
|
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.0-1mamba
|
|
|
|
|
- update to 2.12.0
|
|
|
|
|
|
2024-01-05 23:40:19 +01:00
|
|
|
|
* Wed Dec 09 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.10.2-1mamba
|
|
|
|
|
- package created using the webbuild interface
|