SPECS: paris-traceroute.spec (NEW) - new

adamg adamg at pld-linux.org
Sat Apr 14 17:45:52 CEST 2007


Author: adamg                        Date: Sat Apr 14 15:45:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/paris-traceroute.spec
diff -u /dev/null SPECS/paris-traceroute.spec:1.1
--- /dev/null	Sat Apr 14 17:45:52 2007
+++ SPECS/paris-traceroute.spec	Sat Apr 14 17:45:47 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	A new version of a well-known network diagnosis and measurement tool
+Name:		paris-traceroute
+Version:	0.92
+Release:	1
+License:	GPL v2
+Group:		Applications/Networking
+Source0:	http://www.paris-traceroute.net/downloads/%{name}-%{version}-dev.tar.gz
+# Source0-md5:	43a23e4a0d4a877e81b7c330091adc75
+URL:		http://www.paris-traceroute.net/
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Paris traceroute is a new version of the well-known network diagnosis
+and measurement tool. It addresses problems caused by load balancers
+with the initial implementation of traceroute.
+
+%prep
+%setup -q -n %{name}-%{version}-dev
+
+%build
+%configure
+%{__make}
+
+%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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/14 15:45:47  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list