Name: ell Version: 0.2 Release: 1%{?dist} Summary: Embedded Linux library Group: System Environment/Libraries License: LGPLv2 URL: https://01.org/ell Source0: https://www.kernel.org/pub/linux/libs/ell/%{name}-%{version}.tar.xz %description The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems. %package devel Summary: Embedded Linux library development files Group: Development/Libraries Requires: ell%{?_isa} = %{version}-%{release} %description devel Headers for developing against libell. %prep %setup -q %build %configure %make_build %install %make_install %files %{_libdir}/libell.so.* %{_libdir}/pkgconfig/ell.pc %doc AUTHORS README TODO %license COPYING %exclude %{_libdir}/libell.la %files devel %{_includedir}/ell %{_libdir}/libell.so %changelog * Sun Oct 22 2017 Lubomir Rintel - 0.2-1 - Initial packaging