Name: vpcs Version: 0.8 Release: 3%{?dist} Summary: Virtual PC Simulator License: BSD URL: https://sourceforge.net/projects/vpcs/ Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}-src.tbz # Update to svn tree for bug fixes Patch0: vpcs-0.8-svnsnap-r126.patch BuildRequires: make BuildRequires: gcc %description The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or ping/traceroute the other hosts/routers from the VPCS %prep %autosetup -p1 %build sed -e 's/^CFLAGS=.*$/CFLAGS:=$(CFLAGS) -D$(OSTYPE) -D$(CPUTYPE) $(OPT) $(HVOPT) -Wall -I. -DTAP/' \ -e 's/^LDFLAGS=.*$/LDFLAGS:=$(LDFLAGS) -lpthread -lutil/' \ -i src/Makefile.linux mv src/Makefile.linux src/Makefile cd src/ %make_build %{?_smp_mflags} CFLAGS="%{optflags} -DHV -DTAP -DLinux" %install mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/ install -m 755 src/vpcs %{buildroot}/%{_bindir} install -m 644 man/vpcs.1 %{buildroot}/%{_mandir}/man1/ %files %license COPYING %{_bindir}/* %{_mandir}/man1/* %doc readme.txt %changelog * Thu Dec 01 2016 Athmane Madjoudj - 0.8-3 - Fix Source url and nvr * Tue Sep 27 2016 Athmane Madjoudj - 0.8.0.20160224svn-2 - Fix version * Sat Sep 10 2016 Athmane Madjoudj - 0.8.0svn126-1 - Update to latest svn rev to fix some bugs * Sat Sep 10 2016 Athmane Madjoudj - 0.8-1 - Initial spec