]> git.pld-linux.org Git - packages/ctrace.git/blob - ctrace.spec
- use new %%doc
[packages/ctrace.git] / ctrace.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        ctrace is a multiprotocol traceroute tool
3 Summary(pl):    ctrace jest wieloprotoko³owym narzêdziem do ¶ledzenia pakietów
4 Name:           ctrace
5 Version:        0.8
6 Release:        1
7 License:        distributable
8 Group:          Applications/Networking
9 Source0:        http://www.pratyeka.org/ctrace/download/%{name}-%{version}.tar.bz2
10 BuildRequires:  perl-Net-RawIP
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Multiprotocol traceroute tool.
16
17 %description -l pl
18 Wieloprotoko³owe narzêdzie do ¶ledzenia tras pakietów.
19
20 %prep
21 %setup -q
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
26
27 install ctrace $RPM_BUILD_ROOT%{_sbindir}
28 install ctrace.man $RPM_BUILD_ROOT%{_mandir}/man1/ctrace.1
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc BUGS HISTORY
36 %attr(755,root,root) %{_sbindir}/ctrace
37 %{_mandir}/man1/*
This page took 0.081407 seconds and 4 git commands to generate.