Name: luakit Version: 2.4.0 Release: %autorelease Summary: Fast, small, webkit based browser framework extensible by Lua License: GPL-3.0 URL: https://github.com/%{name}/%{name} Source: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: gstreamer1-devel BuildRequires: gtk3-devel BuildRequires: make BuildRequires: sqlite3 BuildRequires: webkit2gtk4.1-devel BuildRequires: glibc-common BuildRequires: luajit-devel BuildRequires: lua5.1-socket BuildRequires: lua5.1-filesystem Requires: lua5.1-socket Requires: lua5.1-filesystem # BuildRequires: luassert # BuildRequires: coreutils # BuildRequires: gettext %description luakit is a fast, light and simple to use micro-browser framework extensible by Lua using the WebKit web content engine and the GTK+ toolkit. %prep %autosetup # mv THANKS THANKS.old # iconv --from-code=ISO-8859-1 --to-code=UTF-8 --output=THANKS THANKS.old %build %make_build PREFIX=/usr %install %make_install PREFIX=/usr # test -f %{buildroot}/%{_infodir}/dir && rm %{buildroot}/%{_infodir}/dir # %check # make run-tests %files %{_bindir}/%{name} %{_sysconfdir}/xdg/%{name}/* %{_datadir}/%{name}/* %{_datadir}/pixmaps/* %{_mandir}/* %{_datadir}/applications/* %{_prefix}/lib/* %doc AUTHORS CHANGELOG.md README.md %license COPYING.GPLv3 %changelog %autochangelog