Name: webskeleton Summary: Simple native container for hosting webapps without the advantage of a full webruntime Version: 0.2 Release: 1 Group: System/Libraries License: GPLv2.1 URL: https://github.com/otcshare/webskeleton Source0: %{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(eina) BuildRequires: pkgconfig(ewebkit2) BuildRequires: pkgconfig(elementary) %description Webskeleton application container %prep %setup -q -n %{name}-%{version} %build make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_bindir}/webskeleton