automatic version update by autodist [release 2.14.3-1mamba;Sun Apr 26 2020]
This commit is contained in:
parent
5cd3041558
commit
f1da284f3e
21
hexchat.spec
21
hexchat.spec
@ -1,5 +1,5 @@
|
|||||||
Name: hexchat
|
Name: hexchat
|
||||||
Version: 2.12.4
|
Version: 2.14.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An IRC client based on XChat
|
Summary: An IRC client based on XChat
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -12,6 +12,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 hexchat' to get the list of build requirements.
|
## note: run 'autospec -u -a6 hexchat' to get the list of build requirements.
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: luajit
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,12 +24,13 @@ An IRC client based on XChat, but unlike XChat it’s completely free
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -39,17 +41,20 @@ An IRC client based on XChat, but unlike XChat it’s completely free
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/hexchat
|
%{_bindir}/hexchat
|
||||||
%{_includedir}/hexchat-plugin.h
|
%{_includedir}/hexchat-plugin.h
|
||||||
%{_libdir}/hexchat/plugins/*.la
|
|
||||||
%{_libdir}/hexchat/plugins/*.so
|
%{_libdir}/hexchat/plugins/*.so
|
||||||
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
||||||
%{_datadir}/appdata/hexchat.appdata.xml
|
%{_datadir}/applications/io.github.Hexchat.desktop
|
||||||
%{_datadir}/applications/hexchat.desktop
|
%{_datadir}/metainfo/io.github.Hexchat.appdata.xml
|
||||||
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/hexchat.png
|
%{_datadir}/icons/hicolor/48x48/apps/hexchat.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/hexchat.svg
|
%{_datadir}/icons/hicolor/scalable/apps/hexchat.svg
|
||||||
%{_mandir}/man1/hexchat.1.gz
|
%{_mandir}/man1/hexchat.1*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Dec 12 2016 Automatic Build System <autodist@mambasoft.it> 2.12.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user