]> git.pld-linux.org Git - packages/ctrace.git/blobdiff - ctrace.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/ctrace.git] / ctrace.spec
index ffc638da0ef0d66581a54fd59905c5ab3a18b86e..ee5021b78c1b20e5c425502fce7bec77eb91286d 100644 (file)
@@ -1,22 +1,23 @@
-%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
+Summary:       ctrace is a multiprotocol traceroute tool
+Summary(pl.UTF-8):     ctrace jest wieloprotokołowym narzędziem do śledzenia pakietów
 Name:          ctrace
-Version:       0.8
-Release:       1
+Version:       0.9
+Release:       2
 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)
+# Source0-md5: bf6c2115ed54083a81f297706cf7bb93
+URL:           http://www.pratyeka.org/ctrace/
+BuildRequires: rpm-perlprov
+BuildRequires: perl-Net-RawIP
 BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-multiprotocol traceroute tool
+Multiprotocol traceroute tool.
 
-%description -l pl
-wieloprotoko³owe narzêdzie do ¶ledzenia tras pakietów.
+%description -l pl.UTF-8
+Wieloprotokołowe narzędzie do śledzenia tras pakietów.
 
 %prep
 %setup -q
@@ -28,13 +29,11 @@ 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
+%doc BUGS HISTORY INSTALL TODO
+%attr(755,root,root) %{_sbindir}/ctrace
 %{_mandir}/man1/*
This page took 0.04399 seconds and 4 git commands to generate.