]> git.pld-linux.org Git - packages/etherape.git/blobdiff - etherape.spec
- touch NEWS in %prep.
[packages/etherape.git] / etherape.spec
index d6a98da8ecd13bdbb9d53d5d16b0909e59cb5f41..c13f60b6172c119c7e0226f3622ac1d4efc4c735 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Graphical network viewer modeled after etherman
 Name:          etherape
-Version:       0.5.6
+Version:       0.6.1
 Release:       1
 License:       GPL
 Group:         Applications/Networking
@@ -8,17 +8,15 @@ Group(de):    Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-resolv.patch
 URL:           http://etherape.sourceforge.net/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel
 BuildRequires: libglade-devel
 BuildRequires: libpcap-devel
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -36,13 +34,15 @@ a file as well as live from the network.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+
+touch NEWS
 
 %build
+libtoolize --copy --force
 gettextize --copy --force
-automake -a -c
 aclocal -I macros
 autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.048248 seconds and 4 git commands to generate.