]> git.pld-linux.org Git - packages/ctrace.git/commitdiff
- initial pld version. nice tool for tracing hosts.
authorundefine <undefine@pld-linux.org>
Thu, 17 Jan 2002 00:15:08 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctrace.spec -> 1.1

ctrace.spec [new file with mode: 0644]

diff --git a/ctrace.spec b/ctrace.spec
new file mode 100644 (file)
index 0000000..ffc638d
--- /dev/null
@@ -0,0 +1,40 @@
+%include     /usr/lib/rpm/macros.perl
+Summary:       ctrace is a multiprotocol traceroute tool.
+Summary(pl):   ctrace jest wieloprotoko³owym narzêdziem do ¶ledzenia pakietów
+Name:          ctrace
+Version:       0.8
+Release:       1
+License:       distributable
+Group:         Applications/Networking
+Group(de):     Applikationen/Netzwerkwesen
+Group(pl):     Aplikacje/Sieciowe
+Source0:       http://www.pratyeka.org/ctrace/download/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:     noarch
+
+%description
+multiprotocol traceroute tool
+
+%description -l pl
+wieloprotoko³owe narzêdzie do ¶ledzenia tras pakietów.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
+
+install ctrace $RPM_BUILD_ROOT%{_sbindir}
+install ctrace.man $RPM_BUILD_ROOT%{_mandir}/man1/ctrace.1
+
+gzip -9nf BUGS HISTORY
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,adm) %{_sbindir}/ctrace
+%{_mandir}/man1/*
This page took 0.067641 seconds and 4 git commands to generate.