]> git.pld-linux.org Git - packages/ctrace.git/blame - ctrace.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/ctrace.git] / ctrace.spec
CommitLineData
a82b3cee 1Summary: ctrace is a multiprotocol traceroute tool
03d328b9 2Summary(pl.UTF-8): ctrace jest wieloprotokołowym narzędziem do śledzenia pakietów
f0aa2f5d 3Name: ctrace
766ace1f 4Version: 0.9
2e71a64b 5Release: 2
f0aa2f5d 6License: distributable
7Group: Applications/Networking
f0aa2f5d 8Source0: http://www.pratyeka.org/ctrace/download/%{name}-%{version}.tar.bz2
766ace1f 9# Source0-md5: bf6c2115ed54083a81f297706cf7bb93
a9c15efd 10URL: http://www.pratyeka.org/ctrace/
5b09d6a3 11BuildRequires: rpm-perlprov
691beaed 12BuildRequires: perl-Net-RawIP
f0aa2f5d 13BuildArch: noarch
a82b3cee 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f0aa2f5d 15
16%description
a82b3cee 17Multiprotocol traceroute tool.
f0aa2f5d 18
d371ef76
JR
19%description -l pl.UTF-8
20Wieloprotokołowe narzędzie do śledzenia tras pakietów.
f0aa2f5d 21
22%prep
23%setup -q
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
28
29install ctrace $RPM_BUILD_ROOT%{_sbindir}
30install ctrace.man $RPM_BUILD_ROOT%{_mandir}/man1/ctrace.1
31
f0aa2f5d 32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
766ace1f 37%doc BUGS HISTORY INSTALL TODO
a82b3cee 38%attr(755,root,root) %{_sbindir}/ctrace
f0aa2f5d 39%{_mandir}/man1/*
This page took 0.080871 seconds and 4 git commands to generate.