Name: dynamips Version: 0.2.16 Release: 1%{?dist} Summary: Cisco router emulator License: GPLv2 URL: https://github.com/GNS3/dynamips Source0: https://github.com/GNS3/dynamips/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: cmake BuildRequires: gcc BuildRequires: elfutils-libelf-devel BuildRequires: libpcap-devel #Requires: %description Dynamips emulates Cisco 7200/3600/3725/3745/2691 routers on a traditional PC. %prep %autosetup %build %cmake . %make_build %install %make_install # Remove license from doc dir rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %files %license COPYING %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man7/* %doc ChangeLog MAINTAINERS README.* RELEASE-NOTES TODO %changelog * Sat Sep 10 2016 Athmane Madjoudj - 0.2.16-1 - Initial spec