]> git.pld-linux.org Git - packages/etherape.git/blobdiff - etherape.spec
- added resolv patch (fixes build on amd64)
[packages/etherape.git] / etherape.spec
index a6f54fbc55c1dcce44356b00b05074d951957ad3..418ae078bdac8a47a8dd2b37994637ea0903aa77 100644 (file)
@@ -3,18 +3,22 @@ Summary(pl):  Graficzny monitor sieci
 Summary(pt_BR):        Visualizador gráfico de redes modelado como o etherman
 Name:          etherape
 Version:       0.9.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
 # Source0-md5: a712f4cb04897d1a02ce988cffbf254c
 Patch0:                %{name}-bdf_h.patch
 Patch1:                %{name}-desktop.patch
+Patch2:                %{name}-resolv.patch
 URL:           http://etherape.sourceforge.net/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel
-BuildRequires: libgnomeui-devel
+BuildRequires: libgnomeui-devel >= 2.0
 BuildRequires: libpcap-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,14 +47,13 @@ ethernet, ppp e slip.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
-%{__libtoolize}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-
 %configure
 
 %{__make}
@@ -63,9 +66,6 @@ rm -rf $RPM_BUILD_ROOT
        pixmapsdir=%{_pixmapsdir} \
        Developmentdir=%{_desktopdir}
 
-echo "Categories=Application;Network;" >> \
-       $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop
-
 %find_lang %{name}
 
 %clean
This page took 0.039868 seconds and 4 git commands to generate.