Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4cad3b0c5a4457391c706f688fb99ba1 > files > 2

pairing-1.3-2.mga3.src.rpm

%define name pairing
%define version 1.3
%define release %mkrel 2

Summary:   Pairing of machines for network testing
Name:      %name 
Version:   %version
Release:   %release
License:   GPL
Buildroot: %{_tmppath}/%{name}-buildroot
Group:     Networking/Other
Source:    %{name}-%{version}.tar.bz2
Url:	   http://ahorvath.web.cern.ch/ahorvath/pairing/

%description
Run this on a set of machines and get them paired up nicely for some
network-related activity.

It uses multicast to find potential partners and TCP to actually pair up with
them.

%prep
%setup -q

%build
make

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 pair %{buildroot}/%{_bindir}/pair

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/pair





%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.3-2.mga3
+ Revision: 362352
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 19 2011 erwan <erwan> 1.3-1.mga1
+ Revision: 24717
- imported package pairing