Summary: Virtual PC Simulator for dynamips Name: vpcs Version: 0.20b Release: 1%{?dist} License: Commercial Group: Applications/Emulators URL: http://wiki.freecode.com.cn/doku.php?id=wiki:vpcs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.sourceforge.net/vpcs/%{name}-%{version}.zip Requires: dynamips %description The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or ping/traceroute the other hosts/routers from the VPCS when you study the Cisco routers in the dynamips. VPCS is not the traditional PC, it is just a program running on the Linux, Windows or OS X(need more testing), and only few network commands can be used in it. But VPCS can give you a big hand when you study the Cisco devices in the Dynamips. VPCS can replace the routers or VMware boxes which are used as PCs in the dynamips network. %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT %ifarch %{ix86} install -D -m 0755 vpcs_lnx32 $RPM_BUILD_ROOT%{_bindir}/%{name} %else install -D -m 0755 vpcs_lnx64 $RPM_BUILD_ROOT%{_bindir}/%{name} %endif %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc readme.txt startup.vpc %{_bindir}/%{name} %changelog * Sun Nov 28 2010 nucleo - 0.20b-1 - vpcs 0.20b * Sun May 17 2009 nucleo - 0.16c-1 - Initial RPM release