Name: clens Version: 0.7.0 Release: 1%{?dist} Summary: Library to aid in porting code from OpenBSD to other operating systems License: ISC and BSD and BSD with advertising URL: https://opensource.conformal.com/wiki/clens Source0: https://opensource.conformal.com/snapshots/%{name}/%{name}-%{version}.tar.gz BuildRequires: libbsd-devel %description clens is a convenience library to aid in porting code from OpenBSD to different operating systems %package devel Summary: Library to aid in porting code from OpenBSD to other operating systems %description devel clens is a convenience library to aid in porting code from OpenBSD to different operating systems %prep %setup -q %build CFLAGS="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} %make_install LOCALBASE=%{_prefix} LIBDIR=%{_libdir} BINDIR=%{_bindir} INCDIR=%{_includedir} %files devel %{_includedir}/%{name}/* %{_libdir}/libclens.a %changelog * Sat Nov 30 2013 Mark McKinstry - 0.7.0-1 - initial package