]> 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 2bccc375fb15a958df1f9e8e6f292050aaaa11b6..ee5021b78c1b20e5c425502fce7bec77eb91286d 100644 (file)
@@ -1,14 +1,14 @@
-%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(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
+# 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)
@@ -16,8 +16,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 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
@@ -29,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
+%doc BUGS HISTORY INSTALL TODO
 %attr(755,root,root) %{_sbindir}/ctrace
 %{_mandir}/man1/*
This page took 0.152495 seconds and 4 git commands to generate.