Name: libuev Version: 2.3.2 Release: 1%{?dist} Summary: Simple event loop for Linux License: MIT URL: https://github.com/troglobit/libuev Source0: https://github.com/troglobit/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext BuildRequires: libtool %description libuEv is a small event loop that wraps the Linux epoll() family of APIs. It is similar to the more established libevent, libev and the venerable Xt(3) event loop. The ยต in the name refers to both its limited feature set and the size impact of the library. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains static libraries and header files for developing application that use %{name}. %prep %autosetup ./autogen.sh %build %configure LDFLAGS="-fPIE" %make_build %check make check %install %make_install %files %license LICENSE %{_libdir}/%{name}.* %{_docdir}/%{name}/* %files devel %{_includedir}/uev/ %{_libdir}/pkgconfig/%{name}.pc %changelog * Thu Mar 25 2021 Alessio - 3.3-1 - Initial RPM version