Traceporto.spec
Jan Wideł
jwnews w debian.maszyna.pl
Pią, 6 Sie 2004, 15:24:12 CEST
Witam
Jako że nie mam rw w CVS, chiałbym żeby któryś z developerów przejrzał
speca i dodał do repo.
--
Pozdrawiam
JW
http://debian.maszyna.pl
jasiek(at)debian(dot)maszyna(dot)pl
-------------- następna część ---------
# $Revision:$, $Date:$
Summary: Traceproto is a traceroute replacement.
Summary(pl): Traceproto jest zastępnikiem traceroute.
Name: traceproto
Version: 0.9.2
%define _beta beta0
%define mversion %{version}%{_beta}
Release: 0.%{_beta}.1
License: GPL
Group: Applications/Networking
Source0: http://heanet.dl.sourceforge.net/sourceforge/traceproto/%{name}-%{mversion}.tar.gz
# Source0-md5: -
URL: http://traceproto.sourceforge.net/index.php
BuildRequires: libpcap-devel >= 0.8.3-1
BuildRequires: libnet-devel >= 1.1.2.1-2
BuildRequires: autoconf
BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Traceproto is a traceroute replacement that allows the user to specify
the protocol and port to trace to. It currently supports TCP, UDP, and
ICMP traces.
%description -l pl
Traceproto jest narzędziam do wyświetlania trasy pakietów do
docelowego hosta. Obsługuje trasowanie TCP, UDP oraz ICMP.
%prep
%setup -q -n %{name}-%{mversion} -a 0
%build
%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
# create directories if necessary
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
AUTHORS ChangeLog NEWS README TODO News
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc *.gz
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man8/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log:$
Więcej informacji o liście dyskusyjnej pld-devel-pl