# $Id$ # Authority: dries # Upstream: Björn Augustsson # Screenshot: http://www.dtek.chalmers.se/~d3august/xt/bigshot.jpg %{?fc4:%define _without_modxorg 1} %{?el4:%define _without_modxorg 1} %{?fc3:%define _without_modxorg 1} %{?fc2:%define _without_modxorg 1} %{?fc1:%define _without_modxorg 1} %{?el3:%define _without_modxorg 1} %{?rh9:%define _without_modxorg 1} %{?rh7:%define _without_modxorg 1} %{?el2:%define _without_modxorg 1} %{?rh6:%define _without_modxorg 1} %{?yd3:%define _without_modxorg 1} %{?fc1:%define _without_xorg 1} %{?el3:%define _without_xorg 1} %{?rh9:%define _without_xorg 1} %{?rh8:%define _without_xorg 1} %{?rh7:%define _without_xorg 1} %{?el2:%define _without_xorg 1} %{?rh6:%define _without_xorg 1} %{?yd3:%define _without_xorg 1} # Tag: test # ExcludeDist: fc1 Summary: Graphical version of the traceroute program Name: xtraceroute Version: 0.9.1 Release: 1.2%{?dist} License: GPL Group: Applications/Internet URL: http://www.dtek.chalmers.se/~d3august/xt/index.html Source: http://www.dtek.chalmers.se/~d3august/xt/dl/xtraceroute-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: bind-utils, traceroute, gettext, gtk2-devel, gtk+-devel BuildRequires: gdk-pixbuf-devel %{?fc4:BuildRequires: gtkglarea2} %if 0%{?_without_modxorg:1} %{?_without_xorg:BuildRequires: XFree86-devel, XFree86-Mesa-libGLU} %{!?_without_xorg:BuildRequires: xorg-x11-devel, xorg-x11-Mesa-libGLU} %else BuildRequires: mesa-libGLU-devel %endif %description Xtraceroute is a graphical version of the traceroute program, which traces the route your IP packets travel to their destination. It displays the routes on a rotating globe, as a series of yellow lines between 'sites', shown as small balls of different colors. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall xtraceroutedatadir=%{buildroot}%{_datadir}/xtraceroute %find_lang %{name} %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %doc %{_mandir}/man?/* %{_bindir}/* %{_datadir}/xtraceroute # %{_datadir}/applications/*.desktop %changelog * Sat Apr 08 2006 Dries Verachtert - 0.9.1-1.2 - Rebuild for Fedora Core 5. * Tue Sep 14 2004 Dries Verachtert - 0.9.1-1 - Initial package.