Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 90165323dc597f6d055551aa8a928a3c > files > 2

pairing-1.1-3mdv2009.0.src.rpm

%define name pairing
%define version 1.1
%define release %mkrel 3

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
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.1-3mdv2009.0
+ Revision: 241133
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Tue Aug 07 2007 Erwan Velu <erwan@mandriva.org> 1.1-1mdv2008.0
+ Revision: 59788
- Import pairing