Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > fb04c0c783856964b762f5696654477c > files > 1

dynamips-0.2.20-1.mga7.nonfree.src.rpm

Name:           dynamips
Version:        0.2.20
Release:        %mkrel 1
Summary:        Cisco router emulator
License:        GPLv2
Group:          Emulators
URL:            https://github.com/GNS3/dynamips
Source0:        https://github.com/GNS3/dynamips/archive/v%{version}.tar.gz

BuildRequires:  cmake
BuildRequires:  libpcap-devel
BuildRequires:  elfutils-devel
BuildRequires:  pkgconfig(uuid)

ExclusiveArch:  %{ix86} x86_64

%description
Dynamips is a software that emulates Cisco IOS on a traditional PC. It has been
made by Christophe Fillot who started his work in August 2005. The last
official release of Dynamips supports Cisco 7200, 3600 series (3620, 3640 and
3660), 3700 series (3725, 3745) and 2600 series (2610 to 2650XM, 2691) and
therefore is very popular with people studying for CCNA, CCNP and CCIE
certification exams. Please note that you must provide your own IOS images
compatible with the Cisco hardware emulated by Dynamips.

This is Cisco Router Emulator developed by GNS3 Community.


%prep
%setup -q -c -n %{name}-%{version}
mv %{name}-%{version}/* .

%build
%cmake
%make_build

%install
%make_install -C build

%files
%doc COPYING README.md README.hypervisor TODO ChangeLog
%doc MAINTAINERS RELEASE-NOTES
%{_bindir}/*
%{_mandir}/man?/*


%changelog
* Fri Mar 08 2019 shlomif <shlomif> 0.2.20-1.mga7
+ Revision: 1372740
- New version 0.2.20

* Thu Sep 20 2018 umeabot <umeabot> 0.2.14-2.mga7.nonfree
+ Revision: 1278053
- Mageia 7 Mass Rebuild
+ kekepower <kekepower>
- Use new make macros
- Update file list

* Tue Jul 28 2015 daviddavid <daviddavid> 0.2.14-1.mga6.nonfree
+ Revision: 858433
- new version: 0.2.14
- update Source URL
- swith to cmake build
- add BuildRequires on cmake

* Tue Sep 16 2014 umeabot <umeabot> 0.2.12-2.mga5.nonfree
+ Revision: 678901
- Mageia 5 Mass Rebuild

* Sat Jun 28 2014 pterjan <pterjan> 0.2.12-1.mga5.nonfree
+ Revision: 640922
- Update to 0.2.12 and drop plenty of things no longer needed

* Thu Oct 31 2013 tmb <tmb> 0.2.8-0.RC3.0.community.6.mga4.nonfree
+ Revision: 548363
- Mageia 4 rebuild

* Fri Jan 11 2013 umeabot <umeabot> 0.2.8-0.RC3.0.community.5.mga3.nonfree
+ Revision: 349205
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 01 2012 kamil <kamil> 0.2.8-0.RC3.0.community.4.mga3.nonfree
+ Revision: 324452
- cleaning

* Tue Nov 29 2011 kamil <kamil> 0.2.8-0.RC3.0.community.3.mga2
+ Revision: 174054
- fix a typo in the description
- fix the width of the description
- clean spec

* Thu Nov 10 2011 anssi <anssi> 0.2.8-0.RC3.0.community.1.mga2
+ Revision: 166247
- do not mv binaries in Makefile, it causes a relink in %%install
  (updates make.patch)
- link binaries with LDFLAGS (updates make.patch)
+ kamil <kamil>
- fix a typo on a man page
- a bit more cleaning
- build and installation fixed
- new version
- description updated
- summary updated
- URL changed
- now licensed under GPLv2
- new build requirements on libuuid-devel
- cleaning
- imported package dynamips