Name: cligen Version: 5.4.0 Release: 1%{?dist} Summary: The CLIGEN command line generation tool License: ASL 2.0 or GPLv2 URL: http://www.cligen.se BuildRequires: flex bison gcc Source: %{name}-%{version}.tar.gz %description The CLIGEN command line generation tool. %package devel Summary: CLIGEN header files Requires: %{name} = %{version}-%{release} %description devel This package contains header files for CLIGEN. %prep %setup -q %build %configure --enable-debug %make_build %install %make_install chmod 0755 ${RPM_BUILD_ROOT}/%{_libdir}/libcligen.so.* %files %attr(0755, root, root) %{_libdir}/libcligen.so.* %files devel %{_includedir}/%{name} %{_libdir}/libcligen.so %clean %post /sbin/ldconfig %postun /sbin/ldconfig