Name: sndio Version: 1.10.0 Release: 1%{?dist} Summary: Small audio and MIDI framework License: ISC URL: https://sndio.org/ Source0: https://sndio.org/sndio-%{version}.tar.gz BuildRequires: gcc BuildRequires: alsa-lib-devel %description Sndio is a small audio and MIDI framework that provides a lightweight audio and MIDI server and a fully documented user-space API. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development headers and libraries for %{name}. %prep %autosetup %build ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} %make_build %install %make_install %files %license LICENSE %{_bindir}/* %{_libdir}/libsndio.so.* %{_mandir}/man1/* %{_mandir}/man7/* %{_mandir}/man8/* %files devel %{_includedir}/sndio.h %{_libdir}/libsndio.so %{_libdir}/pkgconfig/sndio.pc %{_mandir}/man3/* %changelog %autochangelog