Author: qboosh                       Date: Sat Dec 23 23:18:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- from psz, some time ago

---- Files affected:
SPECS:
   netselect.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/netselect.spec
diff -u /dev/null SPECS/netselect.spec:1.1
--- /dev/null   Sun Dec 24 00:18:08 2006
+++ SPECS/netselect.spec        Sun Dec 24 00:18:03 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:       Choose the fastest server automatically
+Summary(pl):   Automatycznie wybierz najszybszy serwer
+Name:          netselect
+Version:       0.3
+Release:       1
+License:       BSD
+Group:         Networking/Utilities
+Source0:       
http://people.nit.ca/~apenwarr/netselect/%{name}-%{version}.tar.gz
+# Source0-md5: 3a3714946db2458e5db3d55373057ef2
+Patch0:                %{name}-debian.patch
+Patch1:                %{name}-Makefile.patch
+URL:           http://people.nit.ca/~apenwarr/netselect/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is netselect, an ultrafast intelligent parallelizing binary-search
+implementation of "ping". You give it a (possibly very long) list of
+servers, and it chooses the fastest/closest one automatically. It's good
+for finding the fastest ftp mirror, the least laggy IRC server,
+or the best Squid neighbour.
+
+%description -l pl
+netselect, super szybka, inteligentna, równoległa implementacja polecenia
+"ping". Podajesz mu (prawdopodobnie bardzo długą) listę serwerów, i wybiera
+z nich automatycznie najszybszy/najbliższy. Przydatne do znajdowania
+najszybszego serwera ftp, najmniej lagującego serwera IRC albo najlepszego
+sąsiedzkiego serwera proxy.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p0
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog HISTORY README README.traceroute debian/changelog 
debian/copyright
+%attr(4754,root,adm) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/23 23:18:03  qboosh
+- from psz, some time ago
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to